SCCS id got lost along the way
[unix-history] / usr / src / lib / libc / stdlib /
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;
1990-10-14 Keith Bosticno real changes; hopefully make the stack explanation...
1990-10-13 Keith Bosticbound the stack correctly
1990-10-02 Keith Bosticdate and time created 90/10/01 22:07:21 by bostic
1990-10-02 Keith Bosticdate and time created 90/10/01 22:07:16 by bostic
1990-06-24 Trent Heinnew copyright notice
1990-06-24 Keith Bosticdate and time created 90/06/23 16:23:33 by bostic
1990-06-02 Keith Bosticnew copyright notice
1990-06-02 Keith Bosticnew copyright notice
1990-05-22 Keith Bosticdocument how to reparse arguments
1990-05-18 Keith Bosticchange declaration to match stdlib.h
1990-05-18 Keith Bosticdeclare abort correctly
1990-05-18 Keith Bosticputenv shouldn't modify the user's string, it might...
1990-05-18 Keith Bosticcorrectly declare cfree
1990-05-18 Keith Bosticmight as well keep header and source in sync
1990-05-18 Keith Bosticforgot stdlib include line
1990-05-18 Keith Bosticforgot stdlib include
1990-05-18 Keith Bosticforgot synopsis line
1990-05-17 Keith Bosticclean up includes
1990-05-17 Keith Bosticcleanup includes
1990-05-17 Keith Bosticdate and time created 90/05/16 13:03:37 by bostic
1990-05-17 Keith Bosticdate and time created 90/05/16 13:01:54 by bostic
1990-05-17 Keith Bosticdate and time created 90/05/16 12:55:49 by bostic
1990-05-17 Keith Bosticdate and time created 90/05/16 12:52:07 by bostic
1990-05-17 Keith Bosticdate and time created 90/05/16 12:49:58 by bostic
1990-05-17 Keith Bosticfrom the ANSI standard
1990-05-17 Keith Bosticfrom the ANSI standard
1990-05-17 Keith Bosticadd new copyright notice
1990-05-17 Keith Bosticadd ANSI standards section
1990-05-17 Keith Bosticfaster version from Chris Torek
1990-05-17 Keith BosticANSI requires NULL argument return if interpreter available
1990-05-17 Keith Bosticbring up to date with ANSI C, doc signal behavior
1990-05-17 Keith Bosticuse right include files, malloc takes size_t now
1990-05-17 Keith Bosticuse the right include files
1990-05-17 Keith Bosticdocument that it satisfies ANSI C, errno values; reformat
1990-05-17 Keith Bosticfrom the ANSI standard, new stuff for atexit(3) and...
1990-05-17 Keith Bosticnew version, using size_t's
1990-05-17 Keith Bosticdate and time created 90/05/16 11:30:33 by bostic
1990-05-17 Keith Bosticnew version from Sprite via Chris Torek
1990-05-17 Keith Bosticdate and time created 90/05/16 11:04:28 by bostic
1990-05-17 Keith Bosticdate and time created 90/05/16 10:15:26 by bostic
1990-05-17 Keith Bosticdate and time created 90/05/16 10:13:33 by bostic
1990-05-17 Keith Bosticfrom the ANSI C standard
1990-05-17 Keith Bosticstarting from the ANSI C manual page
1990-05-17 Keith Bosticuse POSIX signal calls
1990-05-16 Keith Bosticdate and time created 90/05/15 22:43:01 by bostic
1990-05-16 Keith Bosticdate and time created 90/05/15 22:40:27 by bostic
1990-05-16 Keith Bosticdate and time created 90/05/15 22:32:18 by bostic
1990-05-16 Keith Bosticdate and time created 90/05/15 22:31:39 by bostic
1990-05-16 Keith Bosticdate and time created 90/05/15 22:31:07 by bostic
1990-05-16 Keith BosticANSI says that programs can catch the abort signal
1990-05-16 Keith Bosticdate and time created 90/05/15 22:26:37 by bostic
1990-05-16 Keith Bosticdate and time created 90/05/15 22:26:17 by bostic
1990-05-16 Keith Bosticfrom scratch using the ANSI stndard
1990-05-16 Keith Bosticfrom the ANSI standard
1990-02-21 Keith Bosticreset pointer so can call multiple times; bug report...
1990-01-03 Kirk McKusickfix local declarations to get unsigned comparisons...
1990-01-03 Kirk McKusickreturn null on error (4.3BSD/lib/28)
1989-12-15 Keith Bosticbug from Sun (Don Cragun). If '-' wasn't specified...
1989-11-03 Keith Bosticcleanup, fix optind initialization bug, replace example
1989-11-02 Keith Bosticuse strtol()
1989-11-02 Keith Bosticuse strtol(3)
1989-10-15 Keith Bosticdate and time created 89/10/14 14:29:04 by bostic
1989-10-15 Keith Bosticdate and time created 89/10/14 14:28:52 by bostic
1989-09-22 Keith BosticPOSIX signals, use paths.h for Bourne shell path
1989-08-27 Mike Karelsposix signals
1989-07-21 Keith Bosticwritten by Earl Cohen; add Berkeley specific copyright
1989-06-24 Keith Bosticdon't print out entire pathname in error messages
1989-06-10 John A. Kunzedocumented case where realloc(NULL, size) reduces to...
1989-05-18 Keith Bosticpluralize it...
1989-05-18 Keith Bosticmove to compatibility library
1989-03-06 Keith Bosticlint; if using getopt, probably using stdio -- simplify
1989-02-15 Keith Bosticadd putenv
1989-02-15 Keith Bosticdate and time created 89/02/14 20:32:54 by bostic
1989-02-15 Keith Bostictypo...
1989-02-07 Mike Karelsneed to block SIGCHLD; ignore INT, QUIT, don't just...
1989-02-06 Keith Bosticadd waitpid
1988-10-27 Keith Bosticremove my name
1988-10-22 Keith Bosticdocument how to handle "-#"
1988-09-25 Keith Bosticcaveat that you shouldn't write over the string; add...
1988-09-23 Keith Bosticfrom scratch; add Berkeley header
next