X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2FChangeLog;h=72675902ee5de3afbc3ae97e892bcb115faf0c69;hb=04b302b5addeca4d476007e27c2ad8be6bacceee;hp=a8c3fe069a30cdc924ba638d9f270faeb738f487;hpb=4a2097ae176af2830d5ad53bdefbe59f8a250d00;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index a8c3fe069..72675902e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,49 @@ +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