| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1993-10-18 | don't compiler strerror.c source here, and clean up. | cgd | |
| 1993-10-09 | Helper function _strerror is in the user's namespace, renamed it to | jtc | |
| __strerror(). | |||
| 1993-10-07 | Moved strerror.[c3] from libc/stdio to libc/string. | jtc | |
| Since perror is not permitted to change strerror()'s static buffer, I have changed both functions to pass their own buffers to the new library-internal function _strerror() that actually does the error message string look up. Split strerror manpage into strerror and perror manpages. | |||
| 1993-10-07 | make an arch directory in libc, and move all machine dirs into it | cgd | |
| 1993-10-05 | Add swab.c or swab.s, as appropriate, to each machines source list instead | jtc | |
| of always using swab.c | |||
| 1993-09-17 | pc532 specifics. | phil | |
| 1993-08-26 | Declare rcsid strings so they are stored in text segment. | jtc | |
| 1993-08-19 | Added the additional ``%'' format specifiers and the ``E'' and ``O'' | jtc | |
| format modifiers that are needed for a 1003.2 compliant date(1). The modifiers don't actually do anything at present and are not documented. It's too confusing to the user to describe localization features when they aren't implemented yet. It is safe to do this, as the modifiers fall back to the default behavior if the locale doesn't support alternate eras or numeric formats. But, in anticipation of _some_ locale support, all month and day names and abbrevs, certain time formats, am/pm, etc. are now accessed through variables. | |||
| 1993-08-02 | Nuke remaining patchkit headers. | mycroft | |
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-08-01 | Add RCS indentifiers. | mycroft | |
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-06-17 | Add i386 assembly versions of bcmp & memcmp | jtc | |
| 1993-06-17 | enable memset & memchr. | jtc | |
| 1993-06-16 | Actually, just make memcpy() an alias for memmove(). | mycroft | |
| 1993-06-16 | Oops. Forgot to update the Makefile. | mycroft | |
| 1993-06-16 | Added i386 assembly language versions of ffs, strcat, strcpy, and strlen. | jtc | |
| 1993-06-15 | Added fast strcmp() and strncmp() routines. | jtc | |
| 1993-05-07 | add assembly language version of index, rindex, strchr, and strrchr | cgd | |
| supplied by J.T. Conklin <conklin@kaleida.com> | |||
| 1993-03-21 | after 0.2.2 "stable" patches applied | cgd | |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd | |
