-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ changelog ] rearranged for 2.8.2 release [ci skip]
- Loading branch information
1 parent
f3b27a8
commit 8cbd720
Showing
1 changed file
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
2.8.2 Andreas Abel <[email protected]> November 2018 | ||
* GHC 8.4 compatibility [#227,#236] | ||
* bnfc puts current timestamp on all created files, even unchanged ones [#219] | ||
* Java: Add support for passing line numbers to parser [#217,#224,#226] | ||
* C: Emit correct function prototypes [#185] | ||
* Java: Add an experimental ANTLR4 backend [#155] | ||
* C, C++, OCaml, Java: Accept ' or " as comment delimiters [#146] | ||
* Improve error messages [#144] | ||
* Haskell: Generated code mostly hlint-warning free | ||
* Haskell: Small fixes [#166,#170,#222] | ||
* bnfc now puts current timestamp on all created files, even unchanged ones [#219] | ||
* bnfc is now more accepting about border-line terminals [#149] | ||
* Cleaner error message on undefined categories [#151] | ||
* Improved error messages [#144] in particular on undefined categories [#151] | ||
* C: Emit correct function prototypes [#185] | ||
* C++: Fix buffer overrun in pretty printer [#242] | ||
* C++: Fix regression introduced in 2.8 in Skeleton.H [#164] | ||
* C++: Replace `%name-prefix` with `%define api.prefix` in bison files [#181] | ||
* C++: Fix a bug that appeared if you had a category named "List" | ||
* C, C++: Add usage output to the test program [#141] | ||
* C, C++: Fix a bug in the parser file when using -p [#172] | ||
* C, C++, OCaml, Java: Accept ' or " as comment delimiters [#146] | ||
* Haskell: Generated code mostly hlint-warning free | ||
* Haskell: Small fixes [#166,#170,#222] | ||
* Java: Add an experimental ANTLR4 backend [#155] | ||
* Java: Add support for passing line numbers to parser [#217,#224,#226] | ||
* OCaml: Reserved symbols now have a higher precedence than predefined | ||
tokens as in Haskell | ||
* Some updates of the documentation [#211,#223] | ||
|