rewritten from the manual page; add Berkeley specific header
[unix-history] / usr / src / lib / libc /
1988-07-19 Keith Bosticrewritten from the manual page; add Berkeley specific...
1988-07-19 Keith Bosticrewritten from the manual page; add Berkeley specific...
1988-07-19 Keith Bosticrewritten from the manual page; add Berkeley specific...
1988-07-19 Keith Bosticrewritten from the manual page; add Berkeley specific...
1988-07-19 Keith Bosticadd Berkeley specific copyright
1988-07-15 Keith Bosticadd ftw
1988-07-10 Keith Bosticinstall approved copyright notice
1988-07-07 Keith Bosticwritten by Earl Cohen; add Berkeley specific copyright
1988-07-07 Keith Bosticmake tzone file copyright notices consistent
1988-06-28 Keith Bosticinstall approved copyright notice
1988-06-28 Keith Bosticwritten by Kirk McKusick; add Berkeley specific copyright
1988-06-28 Keith Bosticinstall approved copyright notice
1988-06-28 Keith Bosticwritten by Jeffrey Mogul, Stanford; add Berkeley specif...
1988-06-28 Keith Bosticinstall approved copyright notice
1988-06-28 Keith Bosticinstall approved copyright notice
1988-06-19 Keith Bosticinstall approved copyright notice
1988-06-19 Keith Bosticls -f /vmunix was dropping core
1988-06-09 Keith Bosticadd tmpfile(), tempnam() and associate commentary
1988-06-09 Keith Bosticrewrite tmpnam(BA_LIB) from manual page and add Berkele...
1988-06-09 Keith Bosticminor optimizations
1988-06-08 Keith Bosticdon't allow negative zero; ``printf("%.3f", (double...
1988-06-07 Keith Bosticdon't allow negative zero; ``printf("%.3f", (double...
1988-06-06 Keith Bosticupdate from Chris for ANSI _doprnt; add BUGS section...
1988-06-05 Keith Bosticadd compat-sys5.${MACHINE}; minor cleanups
1988-06-04 Keith Bosticdate and time created 88/06/03 18:56:41 by bostic
1988-06-04 Keith Bosticdate and time created 88/06/03 18:56:30 by bostic
1988-06-04 Keith Bosticdate and time created 88/06/03 18:38:12 by bostic
1988-06-04 Keith Bosticadd D, O, U; completely redo the floating point
1988-06-03 Keith Bosticcopy in Berkeley copyrighted versions
1988-06-03 Keith Bosticrewritten from scratch; add Berkeley specific header
1988-06-02 Keith Bosticfix "printf("%4.1f\n", (double)0.0);"
1988-06-01 Mike Karelsuse connect instead of sendto (for chrooted programs)
1988-05-26 Keith Bosticmake tags by default, install tags on install:
1988-05-26 Keith Bosticwritten by Kirk McKusick and Sam Leffler; add Berkeley...
1988-05-26 Keith Bosticwritten by Robert Elz; add Berkeley specific header
1988-05-25 Keith Bosticfix %.60g to not add on precision digits
1988-05-25 Keith Bosticderived by Alex Zliu from VAX atof
1988-05-25 Keith Bosticdate and time created 88/05/24 18:59:05 by bostic
1988-05-25 Keith Bosticdate and time created 88/05/24 18:59:04 by bostic
1988-05-24 Keith Bosticfix tags
1988-05-24 Keith Bosticrestructure libc
1988-05-24 Keith Bosticadd Berkeley/CCI specific header; fix sccsid
1988-05-24 Keith Bosticadd Berkeley specific header; don't print out trailing...
1988-05-24 Keith BosticANSI C fix
1988-05-24 Keith Bosticadd Berkeley specific header
1988-05-24 Keith Bosticadded Berkeley specific header
1988-05-24 Keith Bosticmake sure we can write
1988-05-24 Keith Bosticvarious padding fixes from Chris
1988-05-23 Kirk McKusickconvert to use DEFS.h in ../../vax
1988-05-21 Mike Karels... and do it right
1988-05-21 Keith Bosticadd Berkeley specific header
1988-05-21 Keith Bosticset DEFS to compile in SCCS ids.
1988-05-21 Keith Bosticset DEFS to compile in SCCS ids.
1988-05-21 Keith Bosticrestructuring libc
1988-05-21 Keith Bosticrestructuring libc
1988-05-21 Keith Bosticadd Berkeley specific header
1988-05-20 Keith Bosticcreate compat-4.3
1988-05-20 Mike Karelsprint times in human-readable form (from Nowicki)
1988-05-20 Mike Karelsdisconnect after first server regardless of how we...
1988-05-20 Keith Bosticmove syscall.h to /sys/h
1988-05-20 Keith Bostichandle exponents greater than 2 digits
1988-05-20 Keith Bosticif precision is specified, 0 flag is ignored for diouXx...
1988-05-19 Keith Bosticremove references to long double; it's just not available
1988-05-19 Keith Bosticwrite 0's for unreasonable precision requests after...
1988-05-19 Keith Bosticfix rest of Chris' bugs, mostly sign and padding placement
1988-05-19 Keith Bosticif zero value, and precision of zero, nothing gets...
1988-05-19 Keith Bosticalways pad with spaces on the right
1988-05-19 Keith BosticChris' fix for alternate hex and octal mode
1988-05-19 Keith Bosticrip out statics; go back to fixed buffer size, malloc...
1988-05-18 Keith Bosticdon't reinit buffer each time
1988-05-18 Keith BosticChris says that ANSI now says if you specify the precis...
1988-05-18 Keith BosticChris argues convincingly for a hex representation...
1988-05-18 Keith Bostichandle infinite floating point precision
1988-05-18 Keith BosticChris's changes, plus some minor fixes
1988-05-18 Keith Bosticmake `"%4l3d"', `"%*3d", 4', and `%3*d' do the right...
1988-05-17 Keith Bosticfix string precision check
1988-05-17 Keith Bosticredo putc macro for part of %s, and parsing format...
1988-05-12 Keith Bosticminor whacks; checkpoint before speed attempt
1988-05-12 Keith Bosticminor cleanups, move format checking into _cvt
1988-05-11 Keith Bosticpasses basic checks with rewritten floating point
1988-05-10 Keith Bosticcheckpoint; gonna try and rewrite floating point
1988-05-10 Keith Bosticfirst version to pass basic tests; rewrite complete
1988-05-10 Keith Bosticversion that attempts to do formatting of floats itsellf
1988-05-09 Keith Bosticadd 'e' format
1988-05-09 Keith Bosticfirst cut at ANSI version; also added 'f' format
1988-05-08 Keith BosticFirst "working" version. Rip out roman number and...
1988-05-08 Keith Bosticoriginal posting by Steve Summit to USENET
1988-05-07 Keith Bosticmention disablement of opterr to get rid of error messages
1988-04-25 Keith Bosticfix for ANSI C
1988-04-25 Keith Bosticfix for ANSI C
1988-04-22 Mike Karelsfinish the fix
1988-04-20 Keith Bosticallow lone ``-'' as option letter
1988-04-20 Keith Bosticallow a single '-' to be specified
1988-04-14 Keith Bosticadd Berkeley specific manual header
1988-04-14 Mike Karelstrivia
1988-04-13 Mike Karelsoops
1988-04-06 Mike Karelsadd herror to list of entries, update NO_DATA
1988-04-06 Mike Karelsreturn NO_DATA instead of HOST_NOT_FOUND from res_search
1988-03-30 Mike Karelsdon't check auth. bit on NXDOMAIN/noanswer (ready for...
1988-03-25 Mike Karelspri 0 is legal; clear facility bits before computing...
next