summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudio Fontana <sick_soul@users.sourceforge.net>2006-01-11 22:41:41 +0000
committerClaudio Fontana <sick_soul@users.sourceforge.net>2006-01-11 22:41:41 +0000
commitc812cea343b752acc4e24fb36b340130212cf864 (patch)
tree236f8e2f7fcf4e14897528cbaf4624f93f76e8c1 /ChangeLog
parent463a2d2fed54293d6635e0b2a9144e6f1a852e26 (diff)
downloadidutils-c812cea343b752acc4e24fb36b340130212cf864.tar.gz
idutils-c812cea343b752acc4e24fb36b340130212cf864.tar.bz2
idutils-c812cea343b752acc4e24fb36b340130212cf864.zip
* credit where it's due
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f5d852a..93faafb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,12 @@
* lib/fnmatch.c, lib/fnmatch_loop.c: included workaround for a
possible gcc bug in handling multibyte char sequences.
- Fix by Paul Eggert <eggert@gnu.org>
+ Fix by Paul Eggert <eggert@gnu.org>, problems reported by
+ Nelson H. F. Beebe <beebe@math.utah.edu>
* src/mkid.c, src/lid.c: replace dirname() and basename() usage
- with dir_name() and base_name()
+ with dir_name() and base_name() to fix a portability problem
+ spotted by Nelson H. F. Beebe <beebe@math.utah.edu>
2006-01-08 Claudio Fontana <claudio@gnu.org>
@@ -20,7 +22,8 @@
when used.
* lib/regex_internal.h: apply workaround for buggy pgcc preprocessor
handling large unsigned 64 bit values as signed, and thus breaking
- compilation. Fix by Paul Eggert <eggert@gnu.org>
+ compilation. Fix by Paul Eggert <eggert@gnu.org>, catch by
+ Nelson H. F. Beebe <beebe@math.utah.edu>
* distribute.sh: changed id-utils to idutils
* distribute-alpha.sh: likewise