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
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
1993-08-25
Add cast to silence compiler warning.
jtc
1993-08-20
cast away compiler warning message.
jtc
1993-08-20
Upgraded to be 1003.2-92 compliant. The only functional change is
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-08-01
Add RCS indentifiers.
mycroft
1993-08-01
Add RCS identifiers.
mycroft
1993-07-30
system.c
mycroft
1993-07-29
Use execve() rather than execl(). This is faster and doesn't use malloc()
mycroft
1993-07-12
Make this work on more than just a 386.
mycroft
1993-07-09
don't include an extra atof.c...
cgd
1993-07-09
update for better FP routines, from AT&T & elsewhere
cgd
1993-05-11
Prototype now matches declaration.
proven
1993-04-18
Eliminate GCC 2 warning due to prototype not being in scope.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd