summaryrefslogtreecommitdiff
path: root/lib
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-07replace single quotes with double quotes where necessarycgd
1993-11-07script to bump shlib_version files, etc. doesn't get installed, no man page.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-05link libtermlib's shared library to libtermcap'scgd
1993-11-04Can get rid of local symbols with "ld -x -r" again.pk
1993-11-04Corrected and simplified floating point formatting.jtc
1993-11-03Trailing zeros should be printed with all floating point formatsjtc
1993-10-29Fix formatting of SEE ALSO section.jtc
1993-10-29This type of error checking/reporting is required for many functions,jtc
1993-10-29Holds value of ERANGE and EDOM for assembly routine's error reporting.jtc
1993-10-29exp & log functions.jtc
1993-10-29Don't assume the rounding control bits are 00, make sure that both bitsjtc
1993-10-29Fix manual page typos.jtc
1993-10-28More work on i387 specific math libraryjtc
1993-10-28Additional work on a i387 specific math library.jtc
1993-10-26Clean up deleted files.mycroft
1993-10-26Start of i387 specific math library functions.jtc
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-24`ld -x -r crt0.o' defines __DYNAMIC as data. This we cannot use.pk
1993-10-23Enabled __DYNAMIC.pk
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-21Use BYTE_ORDER == LITTLE_ENDIAN instead of -Dnational to select byte orderjtc
1993-10-21Add comma between gamma and lgamma in NAME section.jtc
1993-10-21Removed duplicate names from the NAME section.jtc
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