summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.33.v1.33BISON-1_33Akim Demaille2002-02-076-29/+33
|
* * tests/regression.at, tests/torture.at, tests/calc.at: Adjust toAkim Demaille2002-02-0714-443/+498
| | | | newest Autotest, where `.' is not in the PATH.
* * src/reader.c (copy_at): Detect invalid @N values.Akim Demaille2002-02-073-0/+11
|
* * tests/input.at: New.Akim Demaille2002-02-076-7/+86
|
* Update.Akim Demaille2002-02-078-323/+244
|
* * src/bison.simple (YYSIZE_T): Do not define merely becausePaul Eggert2002-01-291-0/+6
| | | | | YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined. On some platforms, <alloca.h> does not declare YYSTD (size_t).
* (YYSIZE_T): Do not define merely because YYSTACK_USE_ALLOCA is nonzeroPaul Eggert2002-01-291-3/+3
| | | | | or alloca or _ALLOCA_H are defined. On some platforms, <alloca.h> does not declare YYSTD (size_t).
* * tests/regression.at (%nonassoc and eof): New.Akim Demaille2002-01-252-0/+80
| | | | Suggested by Robert Anisko.
* 1.32a.Akim Demaille2002-01-2511-57/+165
|
* Adjust.Akim Demaille2002-01-241-2/+1
|
* Update.Akim Demaille2002-01-242-7/+8
|
* .Akim Demaille2002-01-231-1/+1
|
* Version 1.32.v1.32BISON-1_32Akim Demaille2002-01-236-19/+22
|
* Update.Akim Demaille2002-01-231-2/+8
|
* * src/getargs.c (version): Bump to 2002.Akim Demaille2002-01-2312-105/+127
| | | | Patch the PO files to help translators.
* Update.Akim Demaille2002-01-221-339/+185
|
* Missing ].Akim Demaille2002-01-221-2/+2
|
* Bison dumps core when trying to complain about broken input files.Akim Demaille2002-01-225-31/+44
| | | | | | | | Reported by Cris van Pelt. * src/lex.c (parse_percent_token): Be sure to set token_buffer. * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge into... (Invalid inputs): Strengthen: exercise parse_percent_token.
* Regen.Akim Demaille2002-01-2110-10/+10
|
* * po/it.po: New.Akim Demaille2002-01-218-4/+777
|
* * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.Akim Demaille2002-01-214-4/+10
|
* Regen.Akim Demaille2002-01-2121-145/+304
|
* * src/system.h: Need to define __attribute__ away for non-GCCMarc Autret2002-01-202-1/+8
| | | | | compilers as well (i.e. the vendor C compiler). Suggested by Albert Chin-A-Young.
* * tests/output.at: New test.Marc Autret2002-01-194-2/+14
| | | | | | * src/files.c (compute_base_names): Don't map extensions when the YACC flag is set, use defaults. Reported by Evgeny Stambulchik.
* * configure.in, doc/version.texi: Bump to 1.31a.Marc Autret2002-01-194-4/+13
|
* .Akim Demaille2002-01-141-1/+1
|
* Bump to 1.31.v1.31BISON-1_31Akim Demaille2002-01-147-57/+23
|
* * tests/regression.at (Invalid CPP headers): Remove.Akim Demaille2002-01-142-31/+4
|
* Bump to 1.30m.Akim Demaille2002-01-144-14/+16
|
* .Akim Demaille2002-01-121-1/+1
|
* Version 1.30l.v1.30lBISON-1_30lAkim Demaille2002-01-121-0/+4
|
* * lib/Makefile.am (EXTRA_DIST): Add strnlen.c: Automake is stillAkim Demaille2002-01-127-20/+30
| | | | not using Autoconf traces and does not see Autoconf's AC_LIBOBJ.
* .Akim Demaille2002-01-111-1/+1
|
* Update.v1.30kBISON-1_30kAkim Demaille2002-01-111-0/+6
|
* Version 1.30k.Akim Demaille2002-01-1111-9/+15
|
* * configure.in: Use AC_FUNC_STRNLEN.Akim Demaille2002-01-1115-39/+103
|
* .Akim Demaille2002-01-091-1/+1
|
* Version 1.30j.v1.30jBISON-1_30jAkim Demaille2002-01-091-0/+4
|
* * configure.in (WERROR_CFLAGS): Compute it.Akim Demaille2002-01-0911-52/+70
| | | | | * src/Makefile.am (CFLAGS): Pass it. * tests/atlocal.in (CFLAGS): Idem.
* Update.Akim Demaille2002-01-0910-286/+303
|
* * lib/Makefile.am (libbison_a_SOURCES): Add xstrndup.c.Akim Demaille2002-01-085-119/+144
| | | | | | | | | | * src/getargs.c (AS_FILE_NAME): New. (getargs): Use it to convert DOSish file names. * src/files.c (base_name): Rename as full_base_name to avoid clashes with `base_name ()'. (get_extension_index): Remove. (filename_split): New. (compute_base_names): N-th rewrite, using filename_split.
* * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c,Akim Demaille2002-01-0815-102/+816
| | | | | | | | | | * lib/xstrndup.c, lib/strchr.c: New, stolen from the Fileutils 4.1. * lib/Makefile.am (libbison_a_SOURCES): Adjust. * configure.in: Check for the presence of memrchr, strchr, strnlen, and of their prototypes. Don't check for strndup: we no longer use it. * src/system.h: Adjust the prototypes.
* * src/conflicts.c (count_rr_conflicts): The previous RR conflictsAkim Demaille2002-01-073-10/+15
| | | | patch was improperly applied: fix it.
* Revert the previous patch which was meant for the trunk only.Akim Demaille2002-01-0711-204/+203
|
* * src/reader.c (parse_braces): Don't fetch the next char, theAkim Demaille2002-01-064-5/+34
| | | | | | | convention is to fetch on entry. * tests/torture.at (GNU Cim Grammar): Reintroduce their weird 'switch' without a following semicolon. * tests/regression.at (braces parsing): New.
* Bison is dead wrong in its RR conflict reports.Akim Demaille2002-01-063-1/+861
| | | | | * tests/torture.at (GNU Cim Grammar): New. * src/conflicts.c (count_rr_conflicts): Fix.
* Creating package.m4 from configure.ac causes too many problems.Akim Demaille2002-01-063-6/+43
| | | | | * tests/Makefile.am (package.m4): Create it by hand, AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
* Regen.Akim Demaille2002-01-069-72/+72
|
* * doc/bison.texinfo (Debugging):Paul Eggert2002-01-051-0/+6
| | | | | Remove YYSTDERR; it's no longer defined or used. Also, s/cstdio.h/cstdio/.
* (Debugging): Remove YYSTDERR; it's no longer defined or used.Paul Eggert2002-01-051-4/+4
| | | | Also, s/cstdio.h/cstdio/.