X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7b5cdcbd176bf71ef4a16977d557cb56d1602511..e4f0316ae096a728e62032fa33bc6c42cf4b6455:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1a5f3463..85646aec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2006-05-26 Paul Eggert + + * data/yacc.c (yy_reduce_print): Omit trailing white space in + generated source code. Problem reported by Frans Englich in + . + +2006-05-22 Paul Eggert + + * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the + shell, not within 'make', so that 'make' by an ordinary builder + (using GNU make) does not worry about configuring gzip. This also + works around a bug reported independently by Keith Thompson and by + Georg Schwarz, whereby gzip 1.2.4 --help would output usage on + stderr rather than stdout, messing up the build logs. + 2006-05-21 Joel E. Denny * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID