summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Regen.v1.49cBISON-1_49cAkim Demaille2002-09-2712-180/+168
* Remove.Akim Demaille2002-09-271-126/+0
* Update.Akim Demaille2002-09-2713-1059/+984
* Version 1.49c.Akim Demaille2002-09-271-0/+4
* * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.Akim Demaille2002-09-273-2/+7
* Playing with Autoscan.Akim Demaille2002-09-274-7/+515
* Playing with Autoscan.Akim Demaille2002-09-277-3/+481
* * doc/bison.texinfo (Stack Overflow): xref to Recursion.Akim Demaille2002-09-242-1/+48
* Playing with autoscan.Akim Demaille2002-09-137-63/+29
* * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.Akim Demaille2002-09-134-12/+12
* * configure.ac: Require 2.54.Akim Demaille2002-09-137-147/+14
* Really call jm_PREREQ_TEMPNAME.Akim Demaille2002-09-131-0/+1
* * m4/prereq.m4: Update, from Coreutils 4.5.1.Akim Demaille2002-09-122-4/+96
* * m4/prereq.m4: Update, from Fileutils 4.1.5.Akim Demaille2002-09-123-4/+155
* More about Java.Akim Demaille2002-09-113-2/+22
* Regen.Akim Demaille2002-09-1112-24/+24
* Typo.Akim Demaille2002-09-101-1/+1
* * src/parse-gram.y: Associate a human readable string to eachAkim Demaille2002-09-105-113/+124
* * tests/Makefile.am ($(srcdir)/package.m4): Bison now shipsAkim Demaille2002-09-102-1/+6
* Fix typo. From Gary V. Vaughan.Akim Demaille2002-09-101-1/+1
* 2002-09-06 Paul Eggert <eggert@twinsun.com>Paul Eggert2002-09-071-0/+10
* (Conditions): Say that the exceptions apply only to C LALR(1) parsers.Paul Eggert2002-09-071-3/+10
* data/yacc.c: Move the GPL exception comment from c.m4 (b4_copyright) to here.Paul Eggert2002-09-071-1/+11
* (b4_copyright): Move the GPL exception comment from here to yacc.c.Paul Eggert2002-09-071-6/+1
* * data/lalr1.cc (struct yyltype): Don't define it, since we useAkim Demaille2002-09-062-15/+10
* * data/yacc.c: Guard the declaration of yytoknum also withAkim Demaille2002-09-043-1/+8
* Update.Akim Demaille2002-09-041-12/+0
* * configure.in: Rename as...Akim Demaille2002-09-042-1/+7
* * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,Akim Demaille2002-09-049-24/+38
* Typo.Akim Demaille2002-09-041-5/+5
* Regen.Akim Demaille2002-09-0413-1628/+1160
* Header guard bug.Akim Demaille2002-09-041-0/+60
* Add "Java, Fortran, etc." Mention the already-existing hack that supports Bi...Paul Eggert2002-08-301-4/+12
* No longer needed, since we're not using the stage stuff.Paul Eggert2002-08-121-33/+0
* Version 1.49b.v1.49bBISON-1_49bPaul Eggert2002-08-121-0/+2
* * Makefile.am (SUBDIRS): Remove intl.Paul Eggert2002-08-121-1/+143
* Regenerate.Paul Eggert2002-08-123-216/+233
* Add pt_BR.Paul Eggert2002-08-121-0/+1
* Fix comment about `$$ = $1': it can copy garbage.Paul Eggert2002-08-121-2/+2
* Add Paul Hilfinger.Paul Eggert2002-08-121-49/+50
* (AT_INCREASE_DATA_SIZE): New macro.Paul Eggert2002-08-121-0/+23
* (AC_SYNCLINES_COMPILE): Accept any nonzeroPaul Eggert2002-08-121-1/+1
* Do not use 'cc -c input.c -o input';Paul Eggert2002-08-121-2/+2
* (yylex): Do not pass signed char to isupper; it's not portable.Paul Eggert2002-08-121-2/+2
* (EXTRA_DIST): Avoid +=, a GNU make extension.Paul Eggert2002-08-121-4/+2
* (table_grow, pack_vector): Wrap strings in _() ifPaul Eggert2002-08-121-3/+3
* (alloca): Use same pattern as ../lib/error.c.Paul Eggert2002-08-121-25/+18
* (symbol_get): Don't cast LHS of an assignment;Paul Eggert2002-08-121-1/+1
* Wrap strings in _() if they need translation.Paul Eggert2002-08-121-21/+21
* (relation_transpose): Wrap strings in _() if they need translation.Paul Eggert2002-08-121-2/+2