diff options
author | Akim Demaille <demaille@gostai.com> | 2009-09-03 11:03:14 +0200 |
---|---|---|
committer | Akim Demaille <demaille@gostai.com> | 2009-09-03 11:11:05 +0200 |
commit | dac8cc0d148c553fe38e840d144b231b7269a49b (patch) | |
tree | 812af56fc00f9d098d160eadd41e36221004bcf3 | |
parent | 3710dd02e2ade48dc1ad17fad654daef78cf6d6e (diff) | |
download | bison-dac8cc0d148c553fe38e840d144b231b7269a49b.tar.gz |
NEWS: Internationalization.
* NEWS (2.4.2): Add "Internationalization" item.
(cherry picked from commit 2755de8fec58b581faed33f76a23eeb681e2edc5)
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-09-03 Akim Demaille <demaille@gostai.com> + * NEWS (2.4.2): Add "Internationalization" item. + +2009-09-03 Akim Demaille <demaille@gostai.com> + bootstrap: fix/improve find_tool. * bootstrap (find_tool): Improve error messages. Fix typo about find_tool_names. @@ -160,6 +160,12 @@ Bison News Bison's Java feature as a whole including its current usage of %code is still considered experimental. +** Internationalization. + + Fix a regression introduced in Bison 2.4: Under some circumstances, + message translations were not installed although supported by the + host system. + * Changes in version 2.4.1 (2008-12-11): ** In the GLR defines file, unexpanded M4 macros in the yylval and yylloc |