diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2000-08-31 Ulrich Drepper <drepper@redhat.com> + + * malloc/malloc.c (ptmalloc_init): Optimize a bit by not calling + __secure_getenv. Instead test __libc_enable_secure once. + + * io/pwd.c (main): Provide a good example, use *_unlocked function. + 2000-08-30 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_conf.c (insert_module): Take extra parameter to decide |