mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
now that gnulib strcase has been fixed. * bootstrap.conf (gnulib_modules): Remove c-strcase. Add strcase. * lib/.cvsignore: Remove c-ctype.c, c-ctype.h, c-strcase.h, c-strcasecomp.c, c-strncasecmp.c. Add strcasecmp.c, strncasecmp.c * m4/.cvsignore: Add strcase.m4. * src/getargs.c: Revert 2007-02-03 change, as follows. Don't include c-strcase.h. (language_argmatch): Use strcasecmp rather than c_strcasecmp. strcasecmp has "unspecified behavior" outside the POSIX locale, but it works fine in practice if at least one argument is ASCII, as is the case in Bison.
60 lines
701 B
Plaintext
60 lines
701 B
Plaintext
absolute-header.m4
|
|
argmatch.m4
|
|
config-h.m4
|
|
dirname.m4
|
|
dos.m4
|
|
double-slash-root.m4
|
|
error.m4
|
|
exitfail.m4
|
|
extensions.m4
|
|
getopt.m4
|
|
gettext.m4
|
|
gnulib-cache.m4
|
|
gnulib-common.m4
|
|
gnulib-comp.m4
|
|
gnulib-tool.m4
|
|
hash.m4
|
|
iconv.m4
|
|
inline.m4
|
|
inttypes-h.m4
|
|
inttypes-pri.m4
|
|
inttypes.m4
|
|
javacomp.m4
|
|
javaexec.m4
|
|
lib-ld.m4
|
|
lib-link.m4
|
|
lib-prefix.m4
|
|
longlong.m4
|
|
mbrtowc.m4
|
|
mbstate_t.m4
|
|
mbswidth.m4
|
|
nls.m4
|
|
po.m4
|
|
progtest.m4
|
|
quote.m4
|
|
quotearg.m4
|
|
stdbool.m4
|
|
stdint.m4
|
|
stdint_h.m4
|
|
stdio-safer.m4
|
|
stpcpy.m4
|
|
strcase.m4
|
|
strerror.m4
|
|
string_h.m4
|
|
strndup.m4
|
|
strnlen.m4
|
|
strtol.m4
|
|
strtoul.m4
|
|
strverscmp.m4
|
|
unistd-safer.m4
|
|
unistd_h.m4
|
|
unlocked-io.m4
|
|
warning.m4
|
|
wchar.m4
|
|
wchar_t.m4
|
|
wctype.m4
|
|
wcwidth.m4
|
|
wint_t.m4
|
|
xalloc.m4
|
|
xstrndup.m4
|