From: drepper Date: Tue, 5 Nov 2002 19:21:56 +0000 (+0000) Subject: Update. X-Git-Tag: initial~247 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=f554d5c5db914d53903a3ea08fea84b47c90edeb Update. --- diff --git a/ChangeLog b/ChangeLog index 2714b51d52..652f67bbc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ +2002-11-05 Jakub Jelinek + + * iconv/gconv_dl.c (free_mem): Clear loaded. + * locale/loadarchive.c (_nl_archive_subfreeres): Call locale_data's + cleanup if any. + 2002-11-05 Ulrich Drepper + * sysdeps/unix/sysv/linux/fexecve.c: Include . + * libio/ioseekoff.c: Remove INTDEF. Define _IO_seekoff_unlocked. Same as old code without locking. _IO_seekoff calls this function after locking the stream.