Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 2 | -2/+2 |
| | |||||
* | If locale not available, fallback to strcasecmp, not to strcmp | ache | 1995-04-16 | 1 | -2/+2 |
| | |||||
* | Don't build swab.o here. It gets built in libc/i386/string. Previously | bde | 1995-03-07 | 1 | -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. | ache | 1995-02-18 | 1 | -7/+9 |
| | |||||
* | Copyrights cleanup | ache | 1995-02-18 | 4 | -22/+38 |
| | |||||
* | Add 8bit collate stuff | ache | 1995-02-16 | 5 | -110/+150 |
| | | | | Submitted by: alex@elvisti.kiev.ua | ||||
* | Obtained from: 386BSD-0.1 patchkit; also fixed in 1.1.5 | bde | 1994-12-12 | 1 | -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 with | wollman | 1994-09-13 | 1 | -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. | bde | 1994-09-05 | 1 | -4/+2 |
| | | | | Modernize bcopy -> memcpy. | ||||
* | Fix printing of weird errno's: negative values were printed as large | bde | 1994-09-05 | 1 | -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 on | wollman | 1994-08-05 | 1 | -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 Sources | rgrimes | 1994-05-27 | 65 | -0/+5523 |