summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
1993-07-15(1) compare against UCHAR_MAX, don't use isascii().cgd
1993-07-12Make declarations match prototypes.mycroft
1993-07-12Make this work on more than just a 386.mycroft
1993-07-09don't include an extra atof.c...cgd
1993-07-09update for better FP routines, from AT&T & elsewherecgd
1993-07-09Clean up deleted files.mycroft
1993-07-09update for better FP routines, from AT&T & elsewherecgd
1993-06-17Add i386 assembly versions of bcmp & memcmpjtc
1993-06-17enable memset & memchr.jtc
1993-06-17bzero: make sure we are longword aligned before we "stosl"jtc
1993-06-17Stupid cpp!mycroft
1993-06-17Remove some spaces so GAS 2 won't barf (but I think I will)...mycroft
1993-06-17fix align directive, so we don't jmp to a bunch of nops before we get to the ...jtc
1993-06-16Make assert macro ansi complient.jtc
1993-06-16According to Ansi C, signal is supposed to return SIG_ERR on error,jtc
1993-06-16Move asm.h from /usr/include/sys to /usr/include/machine.mycroft
1993-06-16Clean up this bullshit.mycroft
1993-06-16include xdr_float & xdr_double with all the other rpc/xdr code in libc.ajtc
1993-06-16Use TWOENTRY().mycroft
1993-06-16Use ENTRY() macro (for profiling).mycroft
1993-06-16#include <sys/asm.h>, and don't lose if we compile memcpy() with profiling.mycroft
1993-06-16Clean up deleted files.mycroft
1993-06-16Actually, just make memcpy() an alias for memmove().mycroft
1993-06-16Oops. Forgot to update the Makefile.mycroft
1993-06-16Add memcpy.s and memmove.s, based on bcopy.s.mycroft
1993-06-16Use ENTRY macro.mycroft
1993-06-16Update fnmatch() to be more posix complient (from bostic).jtc
1993-06-16performance bugs discovered by mycroftjtc
1993-06-16Added i386 assembly language versions of ffs, strcat, strcpy, and strlen.jtc
1993-06-16Added i386 assembly language versions of ffs, strcat, strcpy, and strlen.jtc
1993-06-15Added fast strcmp() and strncmp() routines.jtc
1993-06-15Added fast strcmp() and strncmp() routines.jtc
1993-06-14update db code to v1.6 from vangogh, and put it in "db" rather than "DB"cgd
1993-06-14Clean up deleted files.mycroft
1993-06-14update db code to v1.6 from vangogh, and put it in "db" rather than "DB"cgd
1993-06-14Clean up deleted files.mycroft
1993-06-12a few typecasts because of the new prototypesderaadt
1993-06-11yes another fix (from margo?) via Christoph Badura <bad@flatlin.ka.sub.org>cgd
1993-06-09Clean up deleted files.mycroft
1993-06-09remove yppasswdxdr.c - now part of librpcsvc.abrezak
1993-06-09bug fix from margo. she said:cgd
1993-06-08fgetline() does not return the newline.mycroft
1993-06-04Removed bugs and memory leaks from the directory function.proven
1993-05-27new vangogh db (v1.5)cgd
1993-05-26Clean up deleted files.mycroft
1993-05-24apply fix to setvbuf(), supplied by chris torekcgd
1993-05-22sleep man page fix from <jan@encap.hanse.de>deraadt
1993-05-21Needed for netstat to compile, add iso_addr &ccgd
1993-05-20get rid of explicit select.h inclusion, and clean headers morecgd
1993-05-20update to use select.hcgd