Diff for /dietlibc/CHANGES between versions 1.203 and 1.204

version 1.203, 2002/01/09 17:13:03 version 1.204, 2002/01/09 17:16:17
Line 9 Line 9
   duh, there is an alarm system call, too, so we use it and not setitimer    duh, there is an alarm system call, too, so we use it and not setitimer
   fix comparison in gmtime_r that caused Jan 1 to be converted to Dec 32.    fix comparison in gmtime_r that caused Jan 1 to be converted to Dec 32.
   rewrote __dtostr (it also has one more argument now)    rewrote __dtostr (it also has one more argument now)
   make putenv behave like glibc (putenv("HOME") == unsetenv("HOME"))    Thanks to Erik Troan for these:
   fix strncat for the case where n == 0 (security implications?)      make putenv behave like glibc (putenv("HOME") == unsetenv("HOME"))
   fix bsearch (it didn't find the very last element in the array, same      fix strncat for the case where n == 0 (security implications?)
     bug in both the C and the i386 assembly version).      fix bsearch (it didn't find the very last element in the array, same
         bug in both the C and the i386 assembly version).
     fix brk (the syscall was documented incorrectly in the Linux man page)
       Thanks, Thomas Ogrisegg!
   
 0.12:  0.12:
   more contributions from Frank Klemm.    more contributions from Frank Klemm.

Removed from v.1.203  
changed lines
  Added in v.1.204


LinuxTV legacy CVS <linuxtv.org/cvs>