Diff for /dietlibc/CHANGES between versions 1.202 and 1.203

version 1.202, 2002/01/09 15:14:22 version 1.203, 2002/01/09 17:13:03
Line 10 Line 10
   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"))    make putenv behave like glibc (putenv("HOME") == unsetenv("HOME"))
     fix strncat for the case where n == 0 (security implications?)
     fix bsearch (it didn't find the very last element in the array, same
       bug in both the C and the i386 assembly version).
   
 0.12:  0.12:
   more contributions from Frank Klemm.    more contributions from Frank Klemm.

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


LinuxTV legacy CVS <linuxtv.org/cvs>