X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FChangeLog;h=32cd7675985d76bb763cc4fccdf793ece6bd6a95;hb=a84c1ea219cfec541ccd2cb9ce33a69f9c5559c2;hp=5cf12553e84eb2464eecda7424282f4ac7bf9c0b;hpb=ce0f0550c109a4d97551924165659d7a80978999;p=pspp diff --git a/lib/ChangeLog b/lib/ChangeLog index 5cf12553e8..32cd767598 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,29 @@ +2006-08-14 Paul Eggert + + * TODO: Remove; this belongs only in coreutils. + +2006-08-14 Eric Blake + + Import the following change from libc: + + 2006-08-12 Ulrich Drepper + + Upstream bug 2997. + * misc/error.c: Add space between program name and message if file + name is missing. + +2006-08-11 Paul Eggert + + * pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE -> + HAVE_PIPE. Fix a file descriptor leak when fd_safer fails. + + * regex_internal.c (re_string_skip_chars): Don't assume WEOF fits + in wchar_t. Problem reported by Eric Blake. + + * snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when + LEN is smaller than SIZE. Suggested by Bruno Haible. + Also, help the compiler to keep LEN in a register. + 2006-08-10 Paul Eggert * .cppi-disable: Add snprintf.h, socket_.h.