]> git.saurik.com Git - bison.git/commit - bootstrap.conf
Undo my 2007-02-07 change, switching back to the c-strcase module
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Feb 2007 06:11:39 +0000 (06:11 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Feb 2007 06:11:39 +0000 (06:11 +0000)
commitd7e0a1a776fa40b77e1c0afa423a6f6f95cad80d
tree3be3ddcf15118b7435a06ee98db83e495c3e9c3b
parentdeee93a132f495094b24cb610d062679c6fc402d
Undo my 2007-02-07 change, switching back to the c-strcase module
introduced in the 2007-02-03 change.  Bruno Haible reported that
the 2007-02-07 change would be dangerous in Turkish if we add a
language whose name contains "i", since "i" is not lowercase "I"
in Turkish.
* bootstrap.conf (gnulib_modules): Add c-strcase.  Remove strcase.
* lib/.cvsignore: Add c-ctype.c, c-ctype.h, c-strcase.h,
c-strcasecomp.c, c-strncasecmp.c.  Remove strcasecmp.c, strncasecmp.c.
* m4/.cvsignore: Remove strcase.m4.
* src/getargs.c: Revert 2007-02-07 change, as follows.
Include c-strcase.h.
(language_argmatch): Use c_strcasecmp rather than strcasecmp.
ChangeLog
bootstrap.conf
lib/.cvsignore
m4/.cvsignore
src/getargs.c