Andrey A. Chernov
89b86d020c
unsigned char cleanup
...
fix wrong index from p_simp_re()
PR: 8790
Submitted by: Alexander Viro <viro@math.psu.edu> (partially)
1999-07-26 01:33:38 +00:00
Warner Losh
e8420087b0
Replace memory leaking instances of realloc with non-leaking reallocf.
...
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...
1998-09-16 04:17:47 +00:00
Andrey A. Chernov
b5a6eb1833
Speedup in case locale not used
1997-04-04 19:40:49 +00:00
Andrey A. Chernov
c61cea7272
collate_range_cmp -> __collate_range_cmp
1996-10-31 04:38:21 +00:00
Andrey A. Chernov
79deb12410
Convert to newly aded collate compare function
1996-08-12 18:49:54 +00:00
Andrey A. Chernov
c73ac73fb4
Remove static collcmp, use new internal function now
1996-08-12 03:51:16 +00:00
Andrey A. Chernov
5c551438ec
Use collate data for national alpha character ranges like [a-z]
1996-08-11 16:08:17 +00:00
Andrey A. Chernov
3073507540
Short value is better for hash due to easy overflow in 8bit characters
1996-08-11 11:49:23 +00:00
Andrey A. Chernov
b5363c4a3b
Use locale for character classes instead of hardcoded values
...
Misc 8bit cleanup
1996-08-11 11:42:03 +00:00
Jordan K. Hubbard
51295a4d3e
General -Wall warning cleanup, part I.
...
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
1996-07-12 18:57:58 +00:00
Andrey A. Chernov
42ce22e449
8bit clean fixes
1996-03-25 14:34:26 +00:00
Poul-Henning Kamp
16252f1166
More cleanup.
...
Uhm, I also forgot: I took "EXTRA_SANITY" out of malloc.c
1995-10-22 14:40:55 +00:00
Rodney W. Grimes
58f0484fa2
BSD 4.4 Lite Lib Sources
1994-05-27 05:00:24 +00:00