[parrot/parrot] 5cb621: [ops] find_codepoint: Missing Unicode NameAlias lo...

GitHub noreply at github.com
Sat Jun 14 05:32:52 UTC 2014


  Branch: refs/heads/icu-namealias-gh1075
  Home:   https://github.com/parrot/parrot
  Commit: 5cb6219016c19e70b50f8737f74ee39ebbf2220f
      https://github.com/parrot/parrot/commit/5cb6219016c19e70b50f8737f74ee39ebbf2220f
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-06-14 (Sat, 14 Jun 2014)

  Changed paths:
    M MANIFEST
    M config/gen/makefiles/root.in
    A include/parrot/namealias.h
    M src/ops/core_ops.c
    M src/ops/string.ops
    A src/string/namealias.c
    A src/string/namealias_c.in
    M t/op/stringu.t

  Log Message:
  -----------
  [ops] find_codepoint: Missing Unicode NameAlias lookup

For non-icu supported control character name aliases.
Fixes [GH #1075]
Uses a gperf generated perfect hash from a UnicodeData.txt
generated list of control character names. Optimized
to be loaded from shared libraries.




More information about the parrot-commits mailing list