summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
1993-11-09I've been informed that the fts family of functions is being consideredjtc
1993-11-08add shlib_version file, with version 0.0cgd
1993-11-08fix flag name 'bug.' reported by Lennart Augustsson <augustss@cs.chalmers.se>cgd
1993-11-06update to latest version.cgd
1993-11-06update to latest version; va_list specification changes.cgd
1993-11-06just berkeley copyright/version # changes.cgd
1993-11-06nuke comments re: posix, per jtc. this isn't spec'd by posix.cgd
1993-11-06update to latest version; no *significant* changes.cgd
1993-11-06Remove extra "eval" variables in warn() & warnx() function definitions;jtc
1993-11-05copy SYS.h and DEFS.h, too.cgd
1993-11-05add strncmp to the list of things that gets copied to libkern.cgd
1993-11-04Corrected and simplified floating point formatting.jtc
1993-11-03Trailing zeros should be printed with all floating point formatsjtc
1993-10-26fixes from Garrett A. Wollman <wollman@emba.uvm.edu>:cgd
1993-10-25Update source and manual pages to match X/Open 1170 specification.jtc
1993-10-25X/Open 1170 defines the return type of setpwent() to be void -- a trivaljtc
1993-10-22In execvp(): `eacces' did not get initialized when path name contains a '/'.pk
1993-10-22Add my lsearch & lfind implementations.jtc
1993-10-22Added 1170's a64l() & l64a() functions.jtc
1993-10-21#include <search.h> to ensure that the public function declarations matchjtc
1993-10-21Move the old berkeley sccs id into the header comment like it is donejtc
1993-10-21Gcc helper functions should still use the ENTRY() macro so they will bejtc
1993-10-21Use PIC_PLT macro with the function calls (as was done with setjmp()).jtc
1993-10-21So many files in arch/i386 have been changed I might as well run myjtc
1993-10-21Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to changejtc
1993-10-20Replaced instructions with immediate operands with compatible alternativesjtc
1993-10-20update to v1.72 of new DB codecgd
1993-10-19Use i386 sigsetjmp()/siglongjmp() implementation.jtc
1993-10-19sigsetjmp() for the i386.jtc
1993-10-19#if defined(hp300) || defined(sparc) || defined(amiga)deraadt
1993-10-19First cut; not sure if it's right. Very like it is, because it'sderaadt
1993-10-19fixes from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> to:cgd
1993-10-18don't compiler strerror.c source here, and clean up.cgd
1993-10-18Grammar and formatting fixes.jtc
1993-10-17Let libc_pic.a be installed.pk
1993-10-17Added subdir `dl'.pk
1993-10-17User interface to dynamic linker functions.pk
1993-10-15Rename _findenv() to __findenv(), as _findenv is in the user's namespace.jtc
1993-10-15Makefile.inc, basically a place to put KMSRC definitionjtc
1993-10-15Copy machine dependant files (KMSRCS) to libkern.jtc
1993-10-15Added copy-to-libkern and rm-from-libkern targets.jtc
1993-10-15Make sure all items in SEE ALSO list are comma separated.jtc
1993-10-15Change ``MAN3 = ...'' to ``MAN3 += ...'', so other manpages are built.jtc
1993-10-15Use .Xr for SEE ALSO cross references.jtc
1993-10-14Removed trailing comma from SEE ALSO section.jtc
1993-10-14Change SYNOPSIS section to use "unsigned" instead of "u_int".jtc
1993-10-14Rename intenral _rand_foo variables to __rand_foo, as _rand_foo is in thejtc
1993-10-13Remove "errno" definition.jtc
1993-10-13Change _dorand48 to __dorand48, as _dorand48 is in the user's namespace.jtc
1993-10-13Split cfree() out of calloc.c.jtc