X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=72675902ee5de3afbc3ae97e892bcb115faf0c69;hb=04b302b5addeca4d476007e27c2ad8be6bacceee;hp=cf3476796eb555d0336872ca0de5fa54f136c9b4;hpb=8335a4d6c7b4448cd0bcb6d0bebf1d456bcfdb17;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index cf3476796..72675902e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,55 @@ +2006-04-25 Derek Price + + * wait-process.h (wait_subprocess): Accept a new exitsignal argument. + * wait-process.c (wait_subprocess): Always set *exitsignal to 0 when + present and set it to the offending signal when the child exits due to + a signal. + * csharpcomp.c, execute.c, javacomp.c: Update all callers. + +2006-04-25 Paul Eggert + + * getdate.y (get_date): When adding relative date, start with the + initial time, not with the result of the first mktime call. + +2006-04-23 Bruno Haible + + * copy-file.c: Include unconditionally. + * execute.c: Likewise. + * fatal-signal.c: Likewise. + * findprog.c: Likewise. + * mkdtemp.c: Likewise. + * pipe.h: Likewise. + * pipe.c: Likewise. + * wait-process.h: Likewise. + +2006-04-23 Bruno Haible + + * fwriteerror.c (fwriteerror): Call fclose also when an error + condition was already detected. + Reported by Ben Pfaff . + +2006-04-19 Derek Price + Eric Blake + + * inttypes.h: Correct grammar in comment. + +2006-04-18 Derek Price + Paul Eggert + + * inttypes.h: New file. + * strtoimax.c: Assume . + +2006-04-15 Paul Eggert + + * utimens.c (futimens): glibc futimesat messes up if /proc + isn't mounted. Problem reported by Kir Kolyshkin. + +2006-04-13 Paul Eggert + + * regcomp.c (init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18N + is not defined. Problem reported by Mark D. Baushke via Derek R. Price. + * regex.h (RE_DUP_MAX): Update comment to match current implementation. + 2006-04-09 Paul Eggert Merge regex changes from libc, removing some of our