X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a05b79dff918ceea0ba996dc7dfde6fcce75ba3e..552893661babb72c427f5fe21e5a47c6d916af74:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1aad1e13..232fede6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ 2005-09-20 Paul Eggert + * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This + doesn't affect behavior. + (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for + Solaris, AIX, MSC. + (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed. + This works a bit better with glibc, if user code has already included + stdlib.h. + * doc/bison.texinfo (Bison Parser): Document that users can't + arbitrarily use malloc and free for other purposes. Document + that and might be included. + (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the + user must declare alloca. + * HACKING (release): Forwarn the Translation Project about stable releses.