summaryrefslogtreecommitdiff
path: root/lib/libc/string
AgeCommit message (Collapse)Author
1993-10-18don't compiler strerror.c source here, and clean up.cgd
1993-10-09Helper function _strerror is in the user's namespace, renamed it tojtc
__strerror().
1993-10-07Moved 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-07make an arch directory in libc, and move all machine dirs into itcgd
1993-10-05Add swab.c or swab.s, as appropriate, to each machines source list insteadjtc
of always using swab.c
1993-09-17pc532 specifics.phil
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-19Added 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-02Nuke remaining patchkit headers.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-06-17Add i386 assembly versions of bcmp & memcmpjtc
1993-06-17enable memset & memchr.jtc
1993-06-16Actually, just make memcpy() an alias for memmove().mycroft
1993-06-16Oops. Forgot to update the Makefile.mycroft
1993-06-16Added i386 assembly language versions of ffs, strcat, strcpy, and strlen.jtc
1993-06-15Added fast strcmp() and strncmp() routines.jtc
1993-05-07add assembly language version of index, rindex, strchr, and strrchrcgd
supplied by J.T. Conklin <conklin@kaleida.com>
1993-03-21after 0.2.2 "stable" patches appliedcgd
1993-03-21initial import of 386bsd-0.1 sourcescgd