add sccs keyword line
[unix-history] / usr / src / lib / libc / stdlib /
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-05-27 Keith Bosticmove multibyte stuff into ../locale
1993-05-27 Keith Bosticdelete multibyte.c; rune support from Paul Borman
1993-04-21 Mike Hibler"include <stdlib>" changed to "include <stdlib.h>"
1993-04-16 Keith Bostictypo
1993-04-16 Keith Bosticadd mergesort link to qsort
1993-03-24 Chris Torekshut gcc2 up
1993-03-03 Keith Bosticfixes, wordsmithing from Donn Seeley at BSDI
1993-03-03 Keith BosticBSDI just gave us a multibyte(3)
1993-03-03 Keith Bosticfixes, wordsmithing from Donn Seeley at BSDI
1993-02-21 Ralph Campbelldefine IEEE_8087 if little endian machine else IEEE_MC68k
1993-02-11 Keith Bosticadd atof.c to the SRCS lists
1993-01-20 Keith Bosticfix the copyright notice, make the style consistent
1993-01-19 Elan AmirFixed bug in tail recursion elimination.
1993-01-13 Keith Bosticmove cfree into libcompat
1993-01-12 Keith Bosticrealloc_srchlen should be patchable (??), but don't...
1993-01-09 Keith Bosticlint
1993-01-09 Keith Bosticadd Bentley paper to ref list
1993-01-09 Keith Bosticadd strtod, merge
1993-01-09 Keith Bostictypo in integration
1992-12-11 Elan AmirNew qsort from Bentley & McIlroy.
1992-12-03 Keith Bosticadd in merge sort from Peter McIlroy
1992-12-03 Keith Bostictypo
1992-12-03 Keith Bosticmerge sort from Peter McIlroy
1992-11-14 Keith Bosticdate and time created 92/11/13 14:33:38 by bostic
1992-08-21 Keith Bosticinline the simple sort function
1992-07-07 Marc Teitelbaumadd optreset global for resetting state of getopt ...
1992-07-01 Keith Bosticfix what I broken, minor reformatting, comments from...
1992-07-01 Keith Bosticnew versions from Peter McIlroy, add sradixsort(3)
1992-06-26 Keith Bosticdate and time created 92/06/26 06:55:56 by bostic
1992-06-26 Keith Bosticdate and time created 92/06/26 06:55:48 by bostic
1992-06-26 Keith Bosticmaybe no bug fixes, but introduces some new bugs!
1992-06-26 Keith Bosticadd strtoq.3 strtouq.3
1992-06-26 Keith Bosticadd strtoq.3, strtouq.3
1992-06-26 Keith Bosticgeneral cleanup, KNF; no bug fixes
1992-06-26 Keith Bosticadd strtoq, strtouq; break up machine dependent stuff
1992-06-23 Keith Bosticput Bentley's comment into the source code for info...
1992-06-18 Kirk McKusickcheck for NULL environment (4.3BSD-reno/lib/2)
1992-06-05 Kirk McKusickadd support for luna68k from Omron
1992-03-08 Ralph Campbelladded mips case
1992-03-08 Ralph Campbellavoid arithmetic overflow in constant expression.
1992-01-15 Keith Bosticinit the pointer if not passed the array of weightss
1991-11-20 Chris Toreklim cannot be signed, must be size_t
1991-11-15 Keith Bosticfix C syntax
1991-11-15 Keith Bosticmove getsubopt.3 from libc/gen
1991-11-15 Keith Bosticadd suboptarg back in, it got lost somewhere
1991-11-14 Keith BosticPeter McIlroy's modifications to do reverse sorting...
1991-11-13 Keith Bosticinclude user level signal.h
1991-11-13 Keith Bosticmake Reiser cpp happy
1991-11-10 Keith Bosticlost description of the putenv function somewhere along...
1991-09-28 Keith BosticKNF patrol
1991-09-28 Elan AmirChanged macros so that all the arguments in them are...
1991-09-27 Keith BosticDan Bernstein's fix to allow INT_MAX nmemb
1991-09-24 Cynthia A. E. Livi... deleted bogus line space
1991-09-24 Keith Bosticminor adjustments to explain memory use for heapsort...
1991-09-24 Keith Bosticfix copyright header
1991-09-24 Keith Bosticminor cleanups by Elan and I.
1991-08-17 Keith Bosticadd contrib line for Dan Bernstein
1991-08-07 Elan AmirAlgorithm changed to cut down on number of calls to...
1991-08-07 Chris TorekMAN3+=, not MAN+3=
1991-08-01 Cynthia A. E. Livi... reposition display
1991-07-24 Keith Bosticmake endbyte parameter a u_int so ANSI doesn't confuse...
1991-07-23 Keith Bosticadd contrib notice
1991-07-23 Keith Bosticdelete comment
1991-06-30 Keith Bosticadd ANSI contribution notice
1991-06-25 Keith Bosticoff-by-one
1991-06-05 Mike KarelsKNF
1991-06-05 Keith Bosticadd heapsort
1991-06-05 Keith Bosticdate and time created 91/06/04 10:17:06 by bostic
1991-06-05 Keith Bosticadd heapsort
1991-05-02 Cynthia A. E. Livi... deleted links to malloc, added files alloca,calloc...
1991-05-02 Cynthia A. E. Livi... date and time created 91/05/02 04:45:52 by cael
1991-05-02 Cynthia A. E. Livi... date and time created 91/05/02 04:44:11 by cael
1991-05-02 Cynthia A. E. Livi... date and time created 91/05/02 04:44:10 by cael
1991-05-02 Steve Sellgrenmissed a , after pagesize(2)
1991-04-21 Cynthia A. E. Livi... text changes or conversion to -mdoc (version 3)
1991-04-20 Cynthia A. E. Livi... -mdoc (version 3)
1991-04-20 Cynthia A. E. Livi... macro and text revision (-mdoc version 3)
1991-04-17 Chris Torekmy previous version was wrong; this one is right
1991-03-20 Keith Bosticdon't ref non-existent man pages
1991-03-07 Keith Bosticadd getopt(3), make links for random
1991-02-25 Keith Bosticadd ANSI prototypes
1991-02-24 Donn SeeleyAdjustments and bug fixes after adding prototypes to...
1991-02-24 Keith Bosticreformat to KNF
1991-02-24 Donn SeeleyChanges for prototype declarations.
1991-02-22 Keith Bosticmorecore should be static
1991-02-19 Donn SeeleyAdd our (trivial) multibyte character support.
1991-01-27 Keith Bosticdoesn't need stdc.h
1991-01-21 Keith Bosticnew stdio version of exit.c; from Chris Torek
1991-01-14 Keith Bosticmake SHELLSORT a subroutine -- it's a lot cleaner,...
1990-12-15 Keith Bosticdon't bother storing a temp value
1990-11-27 Keith Bosticreimplementation of qsort
1990-11-22 Keith Bosticdocument that nmemb must be < INT_MAX
1990-11-15 Keith Bosticbroke if registered more than 32 atexit functions;...
1990-11-12 Keith Bosticadd books/papers to SEE ALSO
1990-11-12 Keith Bosticadd radixsort
1990-10-31 Keith Bosticdate and time created 90/10/30 12:41:30 by bostic
1990-10-31 Keith Bosticdate and time created 90/10/30 12:41:26 by bostic
1990-10-30 Keith BosticNCHARS -> NBUCKETS; redo stack bounding explanation;
next