mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Add additional space after periods in NEWS.
* NEWS (2.5): here.
This commit is contained in:
24
ChangeLog
24
ChangeLog
@@ -1,3 +1,8 @@
|
|||||||
|
2009-10-03 Alex Rozenman <rozenman@gmail.com>
|
||||||
|
|
||||||
|
Add additional space after periods in NEWS.
|
||||||
|
* NEWS (2.5): here.
|
||||||
|
|
||||||
2009-09-29 Joel E. Denny <jdenny@clemson.edu>
|
2009-09-29 Joel E. Denny <jdenny@clemson.edu>
|
||||||
|
|
||||||
Use the correct conversion specifier for size_t.
|
Use the correct conversion specifier for size_t.
|
||||||
@@ -22,16 +27,17 @@
|
|||||||
2009-09-19 Alex Rozenman <rozenman@gmail.com>
|
2009-09-19 Alex Rozenman <rozenman@gmail.com>
|
||||||
|
|
||||||
Keep sub-messages aligned. Fix strings for translation.
|
Keep sub-messages aligned. Fix strings for translation.
|
||||||
* src/location.h: (location_print): Add return value.
|
* src/location.h (location_print): Add return value.
|
||||||
* src/location.c: (location_print): Return number of printed
|
* src/location.c (location_print): Return number of printed
|
||||||
characters.
|
characters.
|
||||||
* src/complain.h: Two new functions (complain_at_indent,
|
* src/complain.h (complain_at_indent, warn_at_indent): Prototype
|
||||||
warn_at_indent).
|
new functions.
|
||||||
* src/complain.cpp: Implement the alignment mechanism. Add new
|
* src/complain.cpp (indent_ptr): New static variable.
|
||||||
static variable (indent_ptr). Use and update it (error_message,
|
(error_message, complain_at_indent, warn_at_indent): Implement
|
||||||
complain_at_indent, warn_at_indent).
|
the alignment mechanism.
|
||||||
* src/scan-code.l: Fix strings for translations. Use new *_indent
|
* src/scan-code.l (parse_ref, show_sub_messages): Fix strings
|
||||||
functions (parse_ref, show_sub_messages).
|
for translations. Use new alignment mechanism.
|
||||||
|
* tests/named-ref.at: Adjust test-cases.
|
||||||
* NEWS (2.5): Add an announcement about named references.
|
* NEWS (2.5): Add an announcement about named references.
|
||||||
|
|
||||||
2009-09-17 Akim Demaille <demaille@gostai.com>
|
2009-09-17 Akim Demaille <demaille@gostai.com>
|
||||||
|
|||||||
4
NEWS
4
NEWS
@@ -71,11 +71,11 @@ Bison News
|
|||||||
stmt[res] : 'if' expr[cond] 'then' stmt[then] 'else' stmt[else] ';'
|
stmt[res] : 'if' expr[cond] 'then' stmt[then] 'else' stmt[else] ';'
|
||||||
{ $res = mk_if_stmt($cond, $then, $else); }
|
{ $res = mk_if_stmt($cond, $then, $else); }
|
||||||
|
|
||||||
Location information is also accessible using @name syntax. When
|
Location information is also accessible using @name syntax. When
|
||||||
accessing symbol names containing dots or dashes, explicit bracketing
|
accessing symbol names containing dots or dashes, explicit bracketing
|
||||||
($[sym.1]) must be used.
|
($[sym.1]) must be used.
|
||||||
|
|
||||||
These features are experimental in this version. More user feedback
|
These features are experimental in this version. More user feedback
|
||||||
will help to stabilize them.
|
will help to stabilize them.
|
||||||
|
|
||||||
** IELR(1) and Canonical LR(1) Support
|
** IELR(1) and Canonical LR(1) Support
|
||||||
|
|||||||
Reference in New Issue
Block a user