diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-01-11 22:41:41 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-01-11 22:41:41 +0000 |
commit | c812cea343b752acc4e24fb36b340130212cf864 (patch) | |
tree | 236f8e2f7fcf4e14897528cbaf4624f93f76e8c1 /ChangeLog | |
parent | 463a2d2fed54293d6635e0b2a9144e6f1a852e26 (diff) | |
download | idutils-c812cea343b752acc4e24fb36b340130212cf864.tar.gz idutils-c812cea343b752acc4e24fb36b340130212cf864.tar.bz2 idutils-c812cea343b752acc4e24fb36b340130212cf864.zip |
* credit where it's due
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |