date and time created 91/01/23 08:12:38 by mao
[unix-history] / usr / src / lib /
1991-01-24 Mike A. Olsondate and time created 91/01/23 08:12:38 by mao
1991-01-24 Mike A. Olsonsplit up modules into smaller files
1991-01-22 Chris Torekreinsert hp300 hack for Inf and NaN; add sparc to the...
1991-01-22 Keith Bosticupdate for new stdio; from Chris Torek
1991-01-21 Keith Bosticcheckpoint
1991-01-21 Keith Bosticnew stdio
1991-01-21 Keith Bosticmessed up the copyright header and keywords
1991-01-21 Keith Bosticnew stdio
1991-01-21 Keith Bosticnew stdio; renamed from rew.c
1991-01-21 Keith Bosticnew stdio
1991-01-21 Keith Bosticnew stdio; renamed from doscan.c
1991-01-21 Keith Bosticnew stdio; renamed from doprnt.c. There was a trivial...
1991-01-21 Keith Bosticnew stdio; renamed from flsbuf.c
1991-01-21 Keith Bosticnew stdio; renamed from findiop.c
1991-01-21 Keith Bosticnew stdio
1991-01-21 Keith Bosticnew stdio from Chris Torek
1991-01-21 Keith Bosticdon't need FILENAME_MAX any more, it's in stdio.h
1991-01-21 Keith Bosticnew stdio version of exit.c; from Chris Torek
1991-01-20 Keith Bostictypo on %l
1991-01-16 Keith Bosticforgot the man pages...
1991-01-16 Keith Bostickernel reorg
1991-01-15 Keith Bostickernel reorg
1991-01-14 Keith Bosticmake SHELLSORT a subroutine -- it's a lot cleaner,...
1991-01-14 Keith BosticChris Torek demands that it return the yyparse() value.
1991-01-14 Keith Bosticmove Fortran libraries to f77 directory
1991-01-12 Keith Bosticmove pascal library into the pascal directory
1991-01-10 Keith Bosticupdate from Dave Borman; make "u=g" work.
1991-01-09 Keith Bosticerrno is defined in <sys/errno.h; BTREEMAGIC/BTREEVERSI...
1991-01-09 Keith Bosticdate and time created 91/01/08 17:04:59 by bostic
1991-01-08 Keith Bosticdate and time created 91/01/07 12:41:16 by bostic
1991-01-08 Keith Bosticdate and time created 91/01/07 12:41:13 by bostic
1991-01-08 Keith Bosticcleanup from Mike Olson for btrees
1991-01-01 William Nesheimadded 386 support
1991-01-01 William Nesheimadded 386 support (actually, 387) and placeholder for...
1990-12-30 Keith Bosticfix byte order
1990-12-29 Keith BosticFortran isn't available for 386
1990-12-29 Keith Bosticuse defined constants
1990-12-29 William Nesheimuse param.h instead of types.h to pick up BYTE_ORDER...
1990-12-20 Keith Bosticadd byte-order, minor cleanups
1990-12-18 William Nesheim386 peculiar files touchup
1990-12-18 William Nesheimtrivial errors and GAS heartburn.
1990-12-18 William Nesheimwrong syntax
1990-12-18 William Nesheimsyntax errors,wrong code
1990-12-18 William Nesheimsyntax errors, wrong code
1990-12-18 William Nesheimsilent typo to the asm (thinks sp is a local label?)
1990-12-18 William Nesheimturn C files into asm form due to obnoxious gcc "templa...
1990-12-18 William Nesheimdate and time created 90/12/17 15:12:42 by william
1990-12-18 William Nesheim.align BEFORE symbol def, not after, only do word align
1990-12-15 Keith Bosticdon't bother storing a temp value
1990-12-05 Keith Bosticnote that %s is an extension
1990-12-05 Keith Bosticmake a copy, mktime.3 modifies the tm struct
1990-12-05 Keith Bosticadd tzset.3, mktime.3 links to ctime.3
1990-12-05 Keith Bosticsplit out tzset and tzsetwall to tzset.3; first cut...
1990-12-05 Keith Bosticsplit out tzset and tzsetwall from ctime(3); first...
1990-12-01 Keith Bosticadd %s for number of seconds since the Epoch
1990-11-30 Keith Bosticminor changes + typos
1990-11-29 Keith Bosticnew version, using POSIX structures and include file
1990-11-29 Keith BosticEBADFORMAT -> EFTYPE
1990-11-28 Keith Bosticmake error messages a little better, use constants...
1990-11-28 Keith Bosticfix cursor movement to work with insertions/deletions...
1990-11-27 Keith Bosticreimplementation of qsort
1990-11-25 Keith Bosticadd EBADFORMAT
1990-11-22 Keith Bosticmove R_PUT to BTREEINFO structure
1990-11-22 Keith Bosticdocument that nmemb must be < INT_MAX
1990-11-20 Keith Bosticdocument memory behavior and errno values more completely
1990-11-19 Keith Bosticwasn't resetting errno for fts_children call of fts_bui...
1990-11-16 Keith Bosticlots of changes, rearrangement for clarity, few normati...
1990-11-15 Keith Bosticuse macros to set/read options
1990-11-15 Keith Bosticbroke if registered more than 32 atexit functions;...
1990-11-13 Keith Bosticcleanup, change exit status, lots of rewrite for style
1990-11-12 Keith Bosticadd books/papers to SEE ALSO
1990-11-12 Keith Bosticadd radixsort
1990-11-12 Keith Bosticmove radixsort to stdlib, so it's with qsort
1990-11-09 Keith Bosticcheckpoint, add various flags, add btree stuff consistently
1990-11-08 Marc Teitelbaumreduce size of devname entry
1990-10-31 Keith Bosticminor whacks, try to get to format right
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-31 Keith BosticANSI malloc returns void *
1990-10-31 Keith BosticPOSIX return type is pid_t
1990-10-31 Keith BosticPOSIX return is pid_t
1990-10-30 Keith Bosticback out change to return error values
1990-10-30 Keith Bosticadd radixsort.c
1990-10-30 Keith BosticNCHARS -> NBUCKETS; redo stack bounding explanation;
1990-10-25 Keith BosticVALUe -> DBT
1990-10-25 Keith Bosticchange "unlimited" to requires real memeory
1990-10-25 Keith Bosticcheckpoint
1990-10-23 Kirk McKusickEOPNOTSUPP => "Operation not supported"
1990-10-22 Kirk McKusickdelete decryption for the foreign sites
1990-10-15 Keith Bostic_BSD_LINE_MAX -> _POSIX2_LINE_MAX
1990-10-15 Keith Bosticdon't translate the name again, use symbolic permissions
1990-10-14 Keith Bosticno real changes; hopefully make the stack explanation...
1990-10-13 Keith Bosticbound the stack correctly
1990-10-10 Keith Bosticnew copyright notice
1990-10-10 Keith Bosticchange to be the standard copyright notice
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-10-01 Keith Bosticreturn EINVAL if the priority parameter to syslog/vsysl...
1990-10-01 Keith Bosticchange all syslog routines to return value, set errno...
1990-10-01 Keith Bosticmove _PATH_LOGNAME to <sys/syslog.h>; fix priority...
next