diff options
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index b4de4f5eba5..2e98e34887e 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,16 @@ +2013-10-31 Edward Smith-Rowland <3dw4rd@verizon.net> + + Implement C++14 digit separators. + * include/cpplib.h (cpp_options): Add digit_separators flag. + * internal.h (DIGIT_SEP(c)): New macro. + * expr.c (cpp_classify_number): Check improper placement of digit sep; + (cpp_interpret_integer): Skip over digit separators. + * init.c (lang_flags): Add digit_separators flag; (lang_defaults): Add + digit separator flags per language; (cpp_set_lang): Set + digit_separators + * lex.c (lex_number): Add digits separator to allowable characters for + C++14. + 2013-10-15 David Malcolm <dmalcolm@redhat.com> * Makefile.in (PICFLAG): New. |

