From: Daiki Ueno Date: Sat, 3 May 2014 01:10:48 +0000 (+0900) Subject: Update ChangeLog. X-Git-Tag: v0.19~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45f7693d72b8f7268db11e185dc0d882c097086c;p=thirdparty%2Fgettext.git Update ChangeLog. --- 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