summaryrefslogtreecommitdiff
path: root/lib/libc/string
Commit message (Expand)AuthorAgeFilesLines
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-1/+2
* add missing comma(s) in .Xr macrosWolfram Schneider1996-09-232-2/+4
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.Bruce Evans1996-08-312-2/+3
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-226-6/+12
* Back out fallback approximation changes, they are not so right to liveAndrey A. Chernov1996-08-133-40/+15
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-3/+3
* Use better approximation if collate info not available.Andrey A. Chernov1996-06-093-16/+41
* Localize it.Andrey A. Chernov1996-06-091-46/+7
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-10/+11
* Added `const' to types of sys_errlist and sys_nerr.Bruce Evans1996-04-191-5/+10
* Update the description of strncat to accurately describe how manyMike Pritchard1996-04-091-1/+4
* Another round of man page cleanups.Mike Pritchard1996-02-121-1/+1
* Fix even more spelling errors in some more man pages.Mike Pritchard1996-01-302-6/+6
* Correct the strspn() man page so that it no longer referencesMike Pritchard1996-01-101-1/+1
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-302-478/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-2/+2
* If locale not available, fallback to strcasecmp, not to strcmpAndrey A. Chernov1995-04-161-2/+2
* Don't build swab.o here. It gets built in libc/i386/string. PreviouslyBruce Evans1995-03-071-1/+1
* Minor optimization.Andrey A. Chernov1995-02-181-7/+9
* Copyrights cleanupAndrey A. Chernov1995-02-184-22/+38
* Add 8bit collate stuffAndrey A. Chernov1995-02-165-110/+150
* Obtained from: 386BSD-0.1 patchkit; also fixed in 1.1.5Bruce Evans1994-12-121-2/+3
* Use latest Arthur Olson timezone code rather than that supplied withGarrett Wollman1994-09-131-2/+2
* Don't include <sys/types.h> to get u_int or use u_int for a bogus cast.Bruce Evans1994-09-051-4/+2
* Fix printing of weird errno's: negative values were printed as largeBruce Evans1994-09-051-5/+9
* First crack at making libc work with the new make macros. It compiles onGarrett Wollman1994-08-051-12/+16
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-2765-0/+5523