diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-02-29 16:29:06 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-02-29 16:29:06 +0000 |
| commit | 291fa223cfb2349c5e7fc5bb0e7729a2cfcc52cf (patch) | |
| tree | 575b9cf8fa53adeedd5cc53b801da706c1598069 /ChangeLog | |
| parent | 31eb29fe975bdf1d1e7ed5f3eb991430b381bc06 (diff) | |
* regparse.c (is_onechar_cclass): optimize character class
Merge Onigmo 27278c12e6674043cc8affca6507e20e119a86ee.
* regparse.c (is_onechar_cclass): [bug] unexpected match occurs when a
char class contains no char
* enc/unicode.c (init_case_fold_table): define the sizes of case
folding tables in casefold.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Thu Mar 1 01:25:43 2012 NARUSE, Yui <naruse@ruby-lang.org> + + * regparse.c (is_onechar_cclass): optimize character class + Merge Onigmo 27278c12e6674043cc8affca6507e20e119a86ee. + + * regparse.c (is_onechar_cclass): [bug] unexpected match occurs when a + char class contains no char + + * enc/unicode.c (init_case_fold_table): define the sizes of case + folding tables in casefold.h + Wed Feb 29 16:11:34 2012 NAKAMURA Usaku <usa@ruby-lang.org> * win32/Makefile.sub (MAKEDIRS): use mkdir of cmd.exe instead of ruby. |
