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