mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
* .cvsignore: Add javacomp.sh, javaexec.sh. Is this really
the right spot for these files? * bootstrap.conf (gnulib_modules): Add c-strcase. * lib/.cvsignore: Add c-ctype.c c-ctype.h, c-strcasecomp.c, c-strncasecmp.c. * src/getargs.c: Include c-strcase.h. (language_argmatch): Use c_strcasecmp rather than strcasecmp, to avoid unspecified behavior.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2007-02-03 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* .cvsignore: Add javacomp.sh, javaexec.sh. Is this really
|
||||
the right spot for these files?
|
||||
* bootstrap.conf (gnulib_modules): Add c-strcase.
|
||||
* lib/.cvsignore: Add c-ctype.c c-ctype.h, c-strcasecomp.c,
|
||||
c-strncasecmp.c.
|
||||
* src/getargs.c: Include c-strcase.h.
|
||||
(language_argmatch): Use c_strcasecmp rather than strcasecmp,
|
||||
to avoid unspecified behavior.
|
||||
|
||||
2007-02-01 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* doc/bison.texinfo (Decl Summary): Correct typo.
|
||||
|
||||
Reference in New Issue
Block a user