[parrot/parrot] 749259: bump VERSION to 6.5.0

GitHub noreply at github.com
Fri Jun 13 23:40:09 UTC 2014


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

  Changed paths:
    M VERSION

  Log Message:
  -----------
  bump VERSION to 6.5.0


  Commit: 1830239472f4f8382a2bb76deb56893b9408b231
      https://github.com/parrot/parrot/commit/1830239472f4f8382a2bb76deb56893b9408b231
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-06-13 (Fri, 13 Jun 2014)

  Changed paths:
    M src/ops/core_ops.c
    M src/ops/string.ops
    M t/op/string_cclass.t
    M t/op/stringu.t

  Log Message:
  -----------
  [ops] find_codepoint: search more u_charFromName choices

icu stores character names in 4 tables: U_UNICODE_CHAR_NAME, U_EXTENDED_CHAR_NAME,
U_CHAR_NAME_ALIAS, U_UNICODE_10_CHAR_NAME
but does not allow to search for all name aliases (at least until 52) for alias-only names,
like for empty-named control characters. See [GH #1075]

All perl6 control character names, like
"LINE FEED (LF)" "CARRIAGE RETURN (CR)" "NULL" "NEXT LINE (NEL)" "CHARACTER TABULATION"
will fail.


Compare: https://github.com/parrot/parrot/compare/7492590103ef^...1830239472f4


More information about the parrot-commits mailing list