<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libedit, branch release/3.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-01-09T21:51:00Z</updated>
<entry>
<title>Switch to using ".So" as the extension for PIC object files rather</title>
<updated>1999-01-09T21:51:00Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1999-01-09T21:51:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f92bdbd010250afd474733d7a95fd0eb8fdfdd62'/>
<id>urn:sha1:f92bdbd010250afd474733d7a95fd0eb8fdfdd62</id>
<content type='text'>
than ".so".  The old extension conflicted with well-established
naming conventions for dynamically loadable modules.

The "clean" targets continue to remove ".so" files too, to deal with
old systems.
</content>
</entry>
<entry>
<title>On the alpha, sizeof(char*) != sizeof(int) which was assumed in</title>
<updated>1998-11-30T10:12:03Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1998-11-30T10:12:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3e0f4b28d66ca0cd7e5abeebc94e107f61523fe1'/>
<id>urn:sha1:3e0f4b28d66ca0cd7e5abeebc94e107f61523fe1</id>
<content type='text'>
term_init().  This is the cause of /usr/bin/ftp faulting on the alpha.

Submitted by: Hidetoshi Shimokawa &lt;simokawa@sat.t.u-tokyo.ac.jp&gt;
</content>
</entry>
<entry>
<title>Replace memory leaking instances of realloc with non-leaking reallocf.</title>
<updated>1998-09-16T04:17:47Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1998-09-16T04:17:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e8420087b0ae4a2d0611cd2f6413d150cfc83554'/>
<id>urn:sha1:e8420087b0ae4a2d0611cd2f6413d150cfc83554</id>
<content type='text'>
In some cases replace if (a == null) a = malloc(x); else a =
realloc(a, x); with simple reallocf(a, x).  Per ANSI-C, this is
guaranteed to be the same thing.

I've been running these on my system here w/o ill effects for some
time.  However, the CTM-express is at part 6 of 34 for the CAM
changes, so I've not been able to do a build world with the CAM in the
tree with these changes.  Shouldn't impact anything, but...
</content>
</entry>
<entry>
<title>Fixed print format errors.</title>
<updated>1998-06-30T18:03:05Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-06-30T18:03:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=65a87ccc7c7ac0b22ab97ae7c1dc59d0dffa991d'/>
<id>urn:sha1:65a87ccc7c7ac0b22ab97ae7c1dc59d0dffa991d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes assorted problems with the history edit functions in libedit.  This</title>
<updated>1998-06-27T16:10:40Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1998-06-27T16:10:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=10d91426852cca57cde24ceac631a99b247c214f'/>
<id>urn:sha1:10d91426852cca57cde24ceac631a99b247c214f</id>
<content type='text'>
affects sh, ftp (and others?).

Submitted by: Max Euston &lt;meuston@jmrodgers.com&gt;
PR:           6516
</content>
</entry>
<entry>
<title>Spelling fixes.</title>
<updated>1998-06-10T12:34:27Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1998-06-10T12:34:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1499abeef444e38d4173252b8b0b9b865c182804'/>
<id>urn:sha1:1499abeef444e38d4173252b8b0b9b865c182804</id>
<content type='text'>
PR:		6903
Reviewed by:	phk
Submitted by:	Josh Gilliam &lt;josh@quick.net&gt;
</content>
</entry>
<entry>
<title>Spelling corrections.</title>
<updated>1998-06-06T05:50:53Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>1998-06-06T05:50:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9c727d2ca92826945a583d93d4ee78b148c08f83'/>
<id>urn:sha1:9c727d2ca92826945a583d93d4ee78b148c08f83</id>
<content type='text'>
PR: 6868
Submitted by: Josh Gilliam &lt;josh@quick.net&gt;
</content>
</entry>
<entry>
<title>Don't use absolute path.</title>
<updated>1998-05-27T07:39:05Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-05-27T07:39:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3081c7cd687f477a92c0affcc7543a9e3d13e7ff'/>
<id>urn:sha1:3081c7cd687f477a92c0affcc7543a9e3d13e7ff</id>
<content type='text'>
Submitted by:	jhay
</content>
</entry>
<entry>
<title>.Sh AUTHOR -&gt; .Sh AUTHORS. Use .An/.Aq</title>
<updated>1998-03-19T07:34:22Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1998-03-19T07:34:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a5941fc2aae12cb42e24117b2979147c9c7c5571'/>
<id>urn:sha1:a5941fc2aae12cb42e24117b2979147c9c7c5571</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't swap carriage return and new line in quoted mode (after ^V).</title>
<updated>1998-01-22T07:37:10Z</updated>
<author>
<name>Wolfgang Helbig</name>
<email>helbig@FreeBSD.org</email>
</author>
<published>1998-01-22T07:37:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5aeee887afc081963b1b032a684a6a9b7a5dbbcb'/>
<id>urn:sha1:5aeee887afc081963b1b032a684a6a9b7a5dbbcb</id>
<content type='text'>
</content>
</entry>
</feed>
