]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update ChangeLog.
authorDaiki Ueno <ueno@gnu.org>
Sat, 3 May 2014 01:10:48 +0000 (10:10 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sat, 3 May 2014 01:11:07 +0000 (10:11 +0900)
gettext-tools/src/ChangeLog

index 29a1f216467a5cabcf55d926a7d3b0729ddd0da0..c0098209ba84eb51f6ccecc4f3027efb6f4f7987 100644 (file)
@@ -1,3 +1,15 @@
+2014-05-03  Daiki Ueno  <ueno@gnu.org>
+
+       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  <ueno@gnu.org>
 
        vala: Support C99-style Unicode character escapes