summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace.rgrimes1995-05-302-2/+2
|
* If locale not available, fallback to strcasecmp, not to strcmpache1995-04-161-2/+2
|
* Don't build swab.o here. It gets built in libc/i386/string. Previouslybde1995-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.
* Minor optimization.ache1995-02-181-7/+9
|
* Copyrights cleanupache1995-02-184-22/+38
|
* Add 8bit collate stuffache1995-02-165-110/+150
| | | | Submitted by: alex@elvisti.kiev.ua
* Obtained from: 386BSD-0.1 patchkit; also fixed in 1.1.5bde1994-12-121-2/+3
| | | | | | Compare unsigned chars. Return the place after where the character was found and not the start of the string.
* Use latest Arthur Olson timezone code rather than that supplied withwollman1994-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.
* Don't include <sys/types.h> to get u_int or use u_int for a bogus cast.bde1994-09-051-4/+2
| | | | Modernize bcopy -> memcpy.
* Fix printing of weird errno's: negative values were printed as largebde1994-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.
* First crack at making libc work with the new make macros. It compiles onwollman1994-08-051-12/+16
| | | | | my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-2765-0/+5523
OpenPOWER on IntegriCloud