* lib/.cppi-disable: Add wcwidth.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Jul 2006 21:51:28 +0000 (21:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Jul 2006 21:51:28 +0000 (21:51 +0000)
commita8f0811e1e174cd6d3b5f0fef314269d000f9c4c
treee780b9545c61340cc93f33ddfbf574324f29f7ed
parent6125c4ee60b19d638e9a4af46fb2a6258d0e6ad3
* lib/.cppi-disable: Add wcwidth.
* lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
(isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
(ISGRAPH): Remove.  All uses changed to isgraph.
(FOLD) [!defined _LIBC]: Remove special case.
* lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
* lib/regext_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
HAVE_ISBLANK.
* lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special case.

* m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
no longer needed.  Check for isblank decl.
* m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
* m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
of existence.
16 files changed:
lib/.cppi-disable
lib/ChangeLog
lib/backupfile.c
lib/fnmatch.c
lib/fnmatch_loop.c
lib/getdate.y
lib/posixtm.c
lib/regex_internal.h
lib/sig2str.c
lib/strftime.c
lib/strverscmp.c
lib/userspec.c
m4/ChangeLog
m4/fnmatch.m4
m4/mkstemp.m4
m4/regex.m4