Skip to content

Commit

Permalink
* regcomp.c: Merge Onigmo 5.14.1 25a8a69fc05ae3b56a09.
Browse files Browse the repository at this point in the history
  this includes Support for Unicode 7.0 [Bug ruby#9092].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nurse committed Jul 16, 2014
1 parent bb51e69 commit 64c81e4
Show file tree
Hide file tree
Showing 12 changed files with 10,044 additions and 5,589 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Wed Jul 16 12:25:39 2014 NARUSE, Yui <naruse@ruby-lang.org>

* regcomp.c: Merge Onigmo 5.14.1 25a8a69fc05ae3b56a09.
this includes Support for Unicode 7.0 [Bug #9092].

Tue Jul 15 23:59:27 2014 Jared Jennings <jared.jennings.ctr@us.af.mil>

* ext/digest: make built-in digest function implementations
Expand Down
2 changes: 1 addition & 1 deletion enc/unicode/case-folding.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def lookup_hash(key, type, data)
hash = "onigenc_unicode_#{key}_hash"
lookup = "onigenc_unicode_#{key}_lookup"
arity = Array(data[0][0]).size
gperf = %W"gperf -7 -k#{[*1..(arity*3)].join(",")} -F,-1 -c -j1 -i1 -t -T -E -C -H #{hash} -N #{lookup}"
gperf = %W"gperf -7 -k#{[*1..(arity*3)].join(",")} -F,-1 -c -j1 -i1 -t -T -E -C -H #{hash} -N #{lookup} -n"
argname = arity > 1 ? "codes" : "code"
argdecl = "const OnigCodePoint #{arity > 1 ? "*": ""}#{argname}"
n = 7
Expand Down
Loading

0 comments on commit 64c81e4

Please sign in to comment.