From 45f7693d72b8f7268db11e185dc0d882c097086c Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sat, 3 May 2014 10:10:48 +0900 Subject: [PATCH] Update ChangeLog. --- gettext-tools/src/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 29a1f2164..c0098209b 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,15 @@ +2014-05-03 Daiki Ueno + + c: Support C99-style Unicode character escapes + * x-c.c: Include assert.h and po-charset.h. + (P7_QUOTES, P7_QUOTE, P7_NEWLINE): Redefine as a negative integer. + (P7_EOF, P7_STRING_END): New definitions. + (UNICODE): New macro. + (IS_UNICODE): New macro. + (UNICODE_VALUE): New macro. + (phase7_getc): Recognize "\unnnn" and "\Unnnnnnnn". + (phase5_get): Use mixed_string_buffer for parse string literal. + 2014-05-02 Daiki Ueno vala: Support C99-style Unicode character escapes -- 2.47.2