freebsd-skq/lib/libc/stdtime
imp bfe73fd683 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
..
asctime.c
ctime.3
difftime.c
localtime.c Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
Makefile.inc
private.h
strftime.3
strftime.c
strptime.3 Change return type of strptime from const char* to char*. 1998-09-12 21:13:29 +00:00
strptime.c Change return type of strptime from const char* to char*. 1998-09-12 21:13:29 +00:00
time2posix.3
timelocal.c Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
timelocal.h
tzfile.5
tzfile.h