diff options
-rw-r--r-- | proc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/proc/ChangeLog b/proc/ChangeLog index ba5c72a5..06db51dd 100644 --- a/proc/ChangeLog +++ b/proc/ChangeLog @@ -1,3 +1,10 @@ +2000-01-23 Roland McGrath <roland@baalperazim.frob.com> + + * info.c (get_string): New arg, pass back length of string. + (get_string_array): Use it, rather than repeating strlen. + When increasing NEWSIZE to fit, round it to page size. + Diddle a few casts to be prettier. + 2000-01-06 Roland McGrath <roland@baalperazim.frob.com> * primes.c: File removed (long obsolete). |