# HG changeset patch # User Daiki Ueno # Date 1435892444 -32400 # Node ID 7e744e6257e6d08cabc893dd66173fc2e2b3ec1a # Parent 6ff81241d5b7190537fe08b89de113351645467b fix mistakes in ChangeLog entries diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2015-07-03 Seiya Kawashima (tiny-change) +2015-07-03 Seiya Kawashima (tiny change) and Daiki Ueno unistr/uN-strtok: handle multibyte delimiters @@ -1487,13 +1487,13 @@ 2015-01-06 Daiki Ueno - uniname/uniname: update to Unicode 7.0.0 To accommodate new - characters added since Unicode 5.1.0, this changes the internal - representation of codepoint ranges. Previously, we grouped - codepoint ranges by manually assigned 4-bit tag, which only - allowed 16 groups. This removes the limitation by switching to - binary search on a table. For the detail rationale and the - benchmark results, see: + uniname/uniname: update to Unicode 7.0.0 + To accommodate new characters added since Unicode 5.1.0, this + changes the internal representation of codepoint ranges. + Previously, we grouped codepoint ranges by manually assigned 4-bit + tag, which only allowed 16 groups. This removes the limitation by + switching to binary search on a table. For the detail rationale + and the benchmark results, see: https://lists.gnu.org/archive/html/bug-libunistring/2014-06/msg00001.html * lib/uniname/gen-uninames.lisp (unicode-char): Rename CODE member to INDEX, as it no longer represents a codepoint.