X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8c44d3ec4904a326724764401b532b0593af05c6..4ecbf79698e495808bea66403211a2449f0fff52:/NEWS diff --git a/NEWS b/NEWS index ebedf9c0..e53400b2 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,28 @@ Bison News ---------- -Changes in version 1.28a: +Changes in version 1.28c: + +* The input and the output files has automatically a similar extension. * Russian translation added. * NLS support updated; should hopefully be less troublesome. * Added the old Bison reference card. + +* Added `--locations' and `%locations'. + +* Added `-S' and `--skeleton'. + +* `%raw', `-r', `--raw' is disabled. + +* Special characters are escaped when output. This solves the problems + of the #line lines with path names including backslashes. + +* New directives. + `%yacc', `%fixed_output_files', `%defines', `%no_parser', `%verbose', + `%debug', `%source_extension' and `%header_extension'. Changes in version 1.28: