summaryrefslogtreecommitdiff
path: root/lib/libc/string
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-132-478/+0
| | | | Notes: svn path=/stable/2.1/; revision=9211
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-2/+2
| | | | Notes: svn path=/head/; revision=8870
* If locale not available, fallback to strcasecmp, not to strcmpAndrey A. Chernov1995-04-161-2/+2
| | | | Notes: svn path=/head/; revision=7895
* Don't build swab.o here. It gets built in libc/i386/string. PreviouslyBruce Evans1995-03-071-1/+1
| | | | | | | | | the copy built from here was overwritten by the other copy and the other copy was put in library-building command lines twice. ld now objects to duplicated modules. Notes: svn path=/head/; revision=6937
* Minor optimization.Andrey A. Chernov1995-02-181-7/+9
| | | | Notes: svn path=/head/; revision=6544
* Copyrights cleanupAndrey A. Chernov1995-02-184-22/+38
| | | | Notes: svn path=/head/; revision=6537
* Add 8bit collate stuffAndrey A. Chernov1995-02-165-110/+150
| | | | | | | Submitted by: alex@elvisti.kiev.ua Notes: svn path=/head/; revision=6509
* Obtained from: 386BSD-0.1 patchkit; also fixed in 1.1.5Bruce Evans1994-12-121-2/+3
| | | | | | | | | Compare unsigned chars. Return the place after where the character was found and not the start of the string. Notes: svn path=/head/; revision=5071
* Use latest Arthur Olson timezone code rather than that supplied withGarrett Wollman1994-09-131-2/+2
| | | | | | | | 4.4. The code is almost identical to the 4.4 versions, but this organization should make it easier to merge new versions in the future. Notes: svn path=/head/; revision=2741
* Don't include <sys/types.h> to get u_int or use u_int for a bogus cast.Bruce Evans1994-09-051-4/+2
| | | | | | | Modernize bcopy -> memcpy. Notes: svn path=/head/; revision=2506
* Fix printing of weird errno's: negative values were printed as largeBruce Evans1994-09-051-5/+9
| | | | | | | | | unsigned's; null termination was only guaranteed for the first call. Fix lint: don't declare externs internally; they were both out of date. Notes: svn path=/head/; revision=2505
* First crack at making libc work with the new make macros. It compiles onGarrett Wollman1994-08-051-12/+16
| | | | | | | | my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge. Notes: svn path=/head/; revision=1849
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-2765-0/+5523
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573