X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d600ee67eeae37767d2c79bd8e5d1192c22f5c51..f0057011f75baf63c0f97882fbecf1e7c306baf1:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1bbfb314..cdb77030 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2003-01-09 Akim Demaille + + * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@. + +2003-01-08 Paul Eggert + + * Makefile.maint (WGETFLAGS): + New macro, containing "-C off" to disable proxy caches. + All uses of $(WGET) changed to $(WGET) $(WGETFLAGS). + (rel-check): Use $(WGET) instead of wget. + +2003-01-06 Paul Eggert + + * doc/bison.texinfo (Generalized LR Parsing): Add a reference to + the GLR paper of Scott, Johnstone and Hussain. + 2003-01-04 Paul Eggert * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.