diff options
author | Jim Meyering <jim@meyering.net> | 2001-02-17 10:39:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-02-17 10:39:50 +0000 |
commit | 2f4ff2ce9f8a160ae06acb9eec315533ab52530b (patch) | |
tree | c04494bf745d29d2bab69955cd549c0215f5bc0f /old | |
parent | ad177f456c86967d3b099303429bded3e3f26012 (diff) | |
download | coreutils-2f4ff2ce9f8a160ae06acb9eec315533ab52530b.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 5e510971f..1256e9e3b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,17 @@ +2001-02-17 Paul Eggert <eggert@twinsun.com> + + Stop trying to support hosts that have nonstandard declarations for + mbrtowc and/or mbstate_t. It's not worth the portability hassle. + + * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC. + * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): + Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc). + * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise. + * lib/mbswidth.c, lib/quotearg.c, src/ls.c (mbrtowc, mbsinit): + Remove workaround macros for hosts that have mbrtowc but not + mbstate_t, as we now insist on proper declarations for both + before using mbrtowc. + 2001-02-17 Jim Meyering <meyering@lucent.com> * config.sub: Update from master repository. |