index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
Age
Commit message (
Expand
)
Author
1994-05-17
Add realpath(3).
mycroft
1994-05-17
New from 4.4-Lite. Needed for some 4.4 FS utilities.
mycroft
1994-05-06
merge back in our changes (mostly POSIX.2 pedanticism)
jtc
1994-05-06
sync with 44lite
jtc
1994-04-08
fix it to be the way i *meant* it to be...
cgd
1994-04-07
From Mark Weaver: Fix typo.
mycroft
1994-04-01
specify what the args's contents must be
cgd
1994-03-17
Remove machine-dependent atof() implementations; use machine independant
jtc
1994-02-25
Adding ns32k support.
phil
1994-01-28
Fix spelling error in Copyright notice
jtc
1994-01-10
Fix spelling errors.
jtc
1994-01-04
Fix two compiler warnings.
mycroft
1994-01-03
Integrate strtoq() and strtouq() from bsd-sources on uunet.
jtc
1993-12-28
#include <ctype.h> to use the isspace() macro.
jtc
1993-12-21
Fix bug #12, strtod() now uses localeconv() to get locale specific
jtc
1993-12-21
Use isspace() instead of a switch statement with explicit values when
jtc
1993-12-15
Remove unwanted comma from NAME section.
jtc
1993-12-07
Restore 4 lines of code that UCB added that got lost when I upgraded to
jtc
1993-12-05
Changed occurance of MACHINE_ARCH == "hp300" to MACHINE_ARCH == "m68k"
briggs
1993-12-05
get pc532 moved into ns32k; that's is MACHINE_ARCH
cgd
1993-12-04
update for .S and MACHINE_ARCH
cgd
1993-12-03
Add mc68000 to the list for IEEE_MC68k.
briggs
1993-11-30
Changed to use memset() instead of bzero().
jtc
1993-11-29
Use "Er" for argument to -width in the lists in the ERROR sections so that
jtc
1993-11-24
Strtoul returns a unsigned long.
jtc
1993-11-24
Remove BUGS section which stated that strtod was unimplemented.
jtc
1993-11-24
Change C library functions to use strchr() and strrchr() instead of index()
jtc
1993-11-11
Forgot to change dtoa() to __dtoa() when I updated the code from netlib.
jtc
1993-11-10
Upgraded to Jun 21, 1993 version from research.att.com:
jtc
1993-10-22
Added 1170's a64l() & l64a() functions.
jtc
1993-10-19
#if defined(hp300) || defined(sparc) || defined(amiga)
deraadt
1993-10-19
fixes from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> to:
cgd
1993-10-15
Rename _findenv() to __findenv(), as _findenv is in the user's namespace.
jtc
1993-10-14
Removed trailing comma from SEE ALSO section.
jtc
1993-10-14
Rename intenral _rand_foo variables to __rand_foo, as _rand_foo is in the
jtc
1993-10-13
Change _dorand48 to __dorand48, as _dorand48 is in the user's namespace.
jtc
1993-10-13
Split cfree() out of calloc.c.
jtc
1993-10-13
Document (well, really just mention) external variable optopt.
jtc
1993-10-12
POSIX.2 requires special behavior if the first character of the optstring
jtc
1993-10-09
Added rand48 manual page.
jtc
1993-10-09
Make it possible to use machine dependant versions of div and ldiv functions.
jtc
1993-10-08
Use machine dependant version of labs.[cs] if one is present.
jtc
1993-10-07
Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier)
brezak
1993-10-07
make an arch directory in libc, and move all machine dirs into it
cgd
1993-10-04
SEE ALSO items not comma separated.
jtc
1993-10-04
Change <stdlib> to <stdlib.h> in SYNOPSIS.
jtc
1993-10-04
Remove BUGS section, as atof() is now implemented in terms of strtod().
jtc
1993-09-17
pc532 specifics.
phil
1993-09-14
POSIX.2 has changed getopt to return -1 instead of EOF (to decouple getopt()
jtc
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
[next]