Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unsigned char cleanup | ache | 1999-07-26 | 1 | -17/+17 |
| | | | | | | | fix wrong index from p_simp_re() PR: 8790 Submitted by: Alexander Viro <viro@math.psu.edu> (partially) | ||||
* | Replace memory leaking instances of realloc with non-leaking reallocf. | imp | 1998-09-16 | 1 | -4/+4 |
| | | | | | | | | | | | In some cases replace if (a == null) a = malloc(x); else a = realloc(a, x); with simple reallocf(a, x). Per ANSI-C, this is guaranteed to be the same thing. I've been running these on my system here w/o ill effects for some time. However, the CTM-express is at part 6 of 34 for the CAM changes, so I've not been able to do a build world with the CAM in the tree with these changes. Shouldn't impact anything, but... | ||||
* | Speedup in case locale not used | ache | 1997-04-04 | 1 | -5/+11 |
| | |||||
* | collate_range_cmp -> __collate_range_cmp | ache | 1996-10-31 | 1 | -4/+5 |
| | |||||
* | Convert to newly aded collate compare function | ache | 1996-08-12 | 1 | -4/+4 |
| | |||||
* | Remove static collcmp, use new internal function now | ache | 1996-08-12 | 1 | -37/+4 |
| | |||||
* | Use collate data for national alpha character ranges like [a-z] | ache | 1996-08-11 | 1 | -4/+45 |
| | |||||
* | Short value is better for hash due to easy overflow in 8bit characters | ache | 1996-08-11 | 1 | -1/+1 |
| | |||||
* | Use locale for character classes instead of hardcoded values | ache | 1996-08-11 | 1 | -6/+66 |
| | | | | Misc 8bit cleanup | ||||
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -28/+32 |
| | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> | ||||
* | 8bit clean fixes | ache | 1996-03-25 | 1 | -3/+5 |
| | |||||
* | More cleanup. | phk | 1995-10-22 | 1 | -2/+0 |
| | | | | Uhm, I also forgot: I took "EXTRA_SANITY" out of malloc.c | ||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+1698 |