summaryrefslogtreecommitdiff
path: root/lib/libc/string
AgeCommit message (Expand)Author
1995-06-15don't include <sys/cdefs.h>, it's a 'private' headerjtc
1995-05-13strtok replaces the separator character, not the token, with a NUL.jtc
1995-04-24cast last argument of catgets() to (char *) to quiet compiler's complaintscgd
1995-04-14bcopy -> memcpyjtc
1995-03-20Clarify a comment slightly.mycroft
1995-03-20Separate machine dependencies.mycroft
1995-02-10list the files needed on the alpha.cgd
1994-12-22specify man pages the new way.cgd
1994-12-14fix for bug 638cgd
1994-12-12Rework indirect reference support as outlined by my recent message tojtc
1994-11-18Private versions of cat*() functions now have only one leading underscore.jtc
1994-11-14Include files for pmaxdean
1994-10-19case to quiet compiler.cgd
1994-10-19be a bit more careful with types.cgd
1994-10-12fix typoderaadt
1994-10-10Use __sys_siglist[].jtc
1994-10-10Use __sys_errlist[] & __sys_nerr.jtc
1994-10-06Call internal NLS interfaces: __catopen(), __catgets(), and __catclose().jtc
1994-10-06Change size of array passed to __strsignal() from 128 to NL_TEXTMAX.jtc
1994-10-06Change size of array passed to __strerror() from 128 to NL_TEXTMAX.jtc
1994-09-29Minor tweaks to prepare for checkin of real i18n code.jtc
1994-09-12Don't define sys_siglist, <signal.h> does that alreadyjtc
1994-09-03__strerror() and __strsignal() have been broken out into their own filesjtc
1994-08-02Minor touch ups to match strsignal(3) man pagejtc
1994-08-02Add strsignal() function like on Solaris.jtc
1994-07-06We're supposed to include ${CPPFLAGS} when compiling .c files.mycroft
1994-06-22rcs id'scgd
1994-06-22add Boyer-Moore string search routines, from Bostic. man pagecgd
1994-06-11Remove unneeded #include <stddef.h> because <string.h> #defines NULL too.jtc
1994-05-25Get the day, month, format, etc. strings from the current time localejtc
1994-04-22POSIX.1 says that strftime() must call tzset() as an application can changejtc
1994-04-07fix for "%R" from <seanv@cs.uq.edu.au>deraadt
1994-02-25Changing the ns32k stuff.phil
1994-01-10Fix spelling errors.jtc
1993-12-15More manpage tweaks.jtc
1993-12-10memcpy.S and memmove.S on i386 are now separate.mycroft
1993-12-08Add strchr.S and strrchr.S for m68k.mycroft
1993-12-08Added some Sparc sources.pk
1993-12-07Also a memcpy.S for m68k.mycroft
1993-12-07Remove -p flags from .so builds.mycroft
1993-12-06Add memmove.S to m68k assembler stuff.mycroft
1993-12-06Use assembler versions of m68k stuff.mycroft
1993-12-06fix things so that memmove.so, et al., are built correctly oncgd
1993-12-05Changed occurance of MACHINE_ARCH == "hp300" to MACHINE_ARCH == "m68k"briggs
1993-12-05get pc532 moved into ns32k; that's is MACHINE_ARCHcgd
1993-12-04update for .S and MACHINE_ARCHcgd
1993-12-01Manpage formatting tweaks.jtc
1993-11-25BDS -> BSDjtc
1993-11-25Don't cross-reference ourself.jtc
1993-10-18don't compiler strerror.c source here, and clean up.cgd