X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d1cdce7c1cbe3a63e5307cd3db7649c249eb8d63..8a4f41d6ed0848c04db9095ad564a2d2b1831fca:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 53a4d366..32252868 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,25 @@ +2000-11-07 Akim Demaille + + * src/output.c (output): Remove useless variables. + * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second + argument `data' for consistency with the prototypes. + Qualify it `const'. + (obstack_copy, obstack_copy0): Rename the second argument as + `address' for consistency. Qualify it `const'. + * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow) + (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify + `const' their input argument (`data' or `address'). + Adjust the corresponding macros to include `const' in casts. + +2000-11-03 Akim Demaille + + * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/. + s/PFILE1/BISON_HAIRY/. + Adjust dependencies. + 2000-11-03 Akim Demaille - For some reasons, this has not been applied. + For some reason, this was not applied. * src/files.c [VMS]: No longer include `ssdef.h', no longer define `unlink': it's no longer used.