* bootstrap (no_cache): New var, to accommodate different wget

variants.  Use it instead of '-C off'.  Problem reported by
twlevo@xs4all.nl.
This commit is contained in:
Paul Eggert
2005-08-25 18:49:57 +00:00
parent ef9a1fafaf
commit b5240ba555
2 changed files with 16 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
* bootstrap (no_cache): New var, to accommodate different wget
variants. Use it instead of '-C off'. Problem reported by
twlevo@xs4all.nl.
* data/glr.c (yydestroyStackItem): New function.
(yyrecoverSyntaxError, yyreturn): Use it to improve quality of
debugging information. Problem reported by Joel E. Denny.