X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FChangeLog;h=32cd7675985d76bb763cc4fccdf793ece6bd6a95;hb=a84c1ea219cfec541ccd2cb9ce33a69f9c5559c2;hp=e1e4a5103770569bcc080be0be2e00a63da8b677;hpb=897f4d069bc7de018639d6937a005fd711a82e5c;p=pspp diff --git a/lib/ChangeLog b/lib/ChangeLog index e1e4a51037..32cd767598 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,25 @@ +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.