Age | Commit message (Expand) | Author |
2016-03-14 | * include/ruby/oniguruma.h, enc/unicode.c: Adjusting flag assignments | duerst |
2016-03-12 | unicode.c: off-by-one error | nobu |
2016-03-12 | unicode.c: boundary check | nobu |
2016-03-11 | * enc/unicode/case-folding.rb, casefold.h: Streamlining approach to | duerst |
2016-02-24 | * include/ruby/oniguruma.h: Rearranging flag assignments and making | duerst |
2016-02-23 | * enc/unicode/case-folding.rb, casefold.h: Outputting actual titlecase | duerst |
2016-02-19 | * enc/unicode.c: Activated use of case mapping data in CaseUnfold_11 array. | duerst |
2016-02-08 | * string.c, enc/unicode.c: Disassociating ONIGENC_CASE_FOLD flag from | duerst |
2016-02-08 | unicode.c: magic numbers | nobu |
2016-02-08 | * enc/unicode.c: Shortened macros for enc/unicode/casefold.h to | duerst |
2016-02-07 | * common.mk: Added two more precondition files for enc/unicode/casefold.h | duerst |
2016-02-06 | * test/ruby/enc/test_regex_casefold.rb: Added data-based testing for | duerst |
2016-02-06 | * enc/unicode.c, test/ruby/enc/test_case_mapping.rb: Implemented :fold | duerst |
2016-02-04 | * enc/unicode.c: Activated :ascii flag for ASCII-only case conversion | duerst |
2016-01-27 | * enc/unicode.c: Fixed bit mask in macro OnigCodePointCount | duerst |
2016-01-27 | * enc/unicode.c: Protect code point count by macro, in order to | duerst |
2016-01-17 | * enc/unicode.c: Fixed a logical error and some comments. | duerst |
2016-01-17 | get rid of non-ascii chars | nobu |
2016-01-17 | * enc/unicode.c: Removed artificial expansion for Turkic, | duerst |
2016-01-16 | * enc/unicode.c: Artificial mapping to test buffer expansion code. | duerst |
2016-01-16 | * enc/unicode.c: fix implicit conversion error with clang. fixup r53548. | hsbt |
2016-01-16 | * string.c, enc/unicode.c: New code path as a preparation for Unicode-wide | duerst |
2015-11-26 | * regcomp.c, regenc.c, regexec.c, regint.h, enc/unicode.c: | naruse |
2015-08-27 | unicode.c: no st.h | nobu |
2015-08-27 | oniguruma.h: constify | nobu |
2014-09-15 | * reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544 | naruse |
2014-06-01 | constify rb_encoding and OnigEncoding | nobu |
2014-05-30 | unicode.c: no initialization | nobu |
2014-05-30 | case-folding.rb: perfect hash for case unfolding3 | nobu |
2014-05-30 | case-folding.rb: perfect hash for case unfolding2 | nobu |
2014-05-30 | case-folding.rb: perfect hash for case unfolding1 | nobu |
2014-05-30 | case-folding.rb: perfect hash for case folding | nobu |
2014-05-30 | case-folding.rb: merge tables | nobu |
2014-05-23 | enc/unicode.c: lookup functions | nobu |
2014-05-23 | enc/unicode.c: constify | nobu |
2012-02-29 | * regparse.c (is_onechar_cclass): optimize character class | naruse |
2012-02-17 | * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820] | naruse |
2011-11-20 | * enc/unicode.c (PROPERTY_NAME_MAX_SIZE): +1. | naruse |
2011-05-15 | * remove trailing spaces. | nobu |
2010-10-03 | * enc/unicode.c (onigenc_unicode_property_name_to_ctype): | naruse |
2010-03-01 | * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2. | matz |
2009-09-10 | * unicode.c (onigenc_unicode_property_name_to_ctype): | naruse |
2009-09-08 | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu |
2009-08-26 | * unicode.c (PROPERTY_NAME_MAX_SIZE): use MAX_WORD_LENGTH. | naruse |
2009-08-26 | * enc/unicode.c (onigenc_unicode_mbc_case_fold): balanced braces. | nobu |
2009-08-25 | Update Oniguruma's UnicodeData to 5.1. | naruse |
2009-08-21 | * enc/unicode/name2ctype.h: split from enc/unicode.c and made a | nobu |
2009-08-19 | * enc/unicode.c (CodeRanges): initialized statically. | nobu |
2008-09-18 | * grapheme cluster implementation reverted. [ruby-dev:36375] | akr |
2008-09-16 | * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_ret | akr |