From d0fa82fb2932a3ed660ec0a23f9921d97f5c532b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 6 Aug 2004 00:08:44 +0000 Subject: [PATCH] Merge from coreutils (first part). --- ChangeLog | 5 +++++ lib/ChangeLog | 14 ++++++++++++++ m4/ChangeLog | 4 ++++ 3 files changed, 23 insertions(+) diff --git a/ChangeLog b/ChangeLog index f0d5a037cc..841fbdb3d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-05 Paul Eggert + + * modules/c-strtod, modules/c-strtold, modules/cycle-check: New + files. + 2004-08-03 Paul Eggert * modules/fatal: Remove, as the "fatal" module wasn't used or working. diff --git a/lib/ChangeLog b/lib/ChangeLog index 9af9b1fc24..c3b219e336 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,17 @@ +2004-08-05 Paul Eggert +o + Merge from coreutils. + + * .gdb-history: Remove; this doesn't belong here. + + * c-strtod.c, c-strtod.h, c-strtold.c, cycle-check.c, + cycle-check.h, dev-ino.h: New files. + + * error.c: Work around bug in OpenBSD 3.4 sterror_r: it + sometimes returns a positive errno value even when it succeeds. + (print_errno_message) [!LIBC]: Fall back on strerror if + __strerror_r fails. + 2004-08-03 Paul Eggert * fatal.c, fatal.h: Remove as the "fatal" module wasn't used or working. diff --git a/m4/ChangeLog b/m4/ChangeLog index c7d51febc7..a4a5fb1509 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2004-08-05 Paul Eggert + + * c-strtod.m4: New file. + 2004-08-03 Paul Eggert * fatal.m4: Remove, as the "fatal" module wasn't used or working. -- 2.30.2