X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8303fc422a186409c39d0812e0cf2269c46c5281..7333d403168b95318108cd572d228881c82ff341:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 39004cb0..5f5a829b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2001-08-06 Marc Autret + + Add of %source_extension and %header_extension which specify + the source or/and the header output file extension. + + * src/files.c (compute_base_names): Remove initialisation of + src_extension and header_extension. + (compute_exts_from_gf): Update. + (compute_exts_from_src): Update. + (output_files): Update. + * src/reader.c (parse_header_extension_decl): New. + (parse_source_extension_decl): New. + (read_declarations): New case statements for the new tokens. + * src/lex.c (percent_table): Add entries for %source_extension + and %header_extension. + * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext. + +2001-08-06 Marc Autret + + * configure.in: Bump to 1.28c. + * doc/bison.texinfo: Texinfo thingies. + 2001-08-04 Pascal Bart * tests/atconfig.in (CPPFLAGS): Add.