--- dietlibc/CHANGES 2002/01/09 17:16:17 1.204 +++ dietlibc/CHANGES 2002/01/09 18:18:42 1.205 @@ -9,13 +9,15 @@ 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. rewrote __dtostr (it also has one more argument now) - Thanks to Erik Troan for these: + Thanks to Erik Troan for bringing these to my attention: 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). + fixed FNM_PATHNAME in fnmatch fix brk (the syscall was documented incorrectly in the Linux man page) Thanks, Thomas Ogrisegg! + added negated character classes to fnmatch (not required by POSIX) 0.12: more contributions from Frank Klemm.