| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge Onigmo 6.1.1 | naruse | 2017-02-11 | 1 | -2/+2 |
* | Merge Onigmo 6.0.0 | naruse | 2016-12-10 | 1 | -33/+34 |
* | * regenc.h/c, include/ruby/oniguruma.h, enc/ascii.c, big5.c, cp949.c, | duerst | 2016-07-24 | 1 | -2/+0 |
* | * string.c: New static function rb_str_ascii_casemap; special-casing | duerst | 2016-06-08 | 1 | -3/+1 |
* | * regenc.h/c: Rename onigenc_not_support_case_map to | duerst | 2016-06-07 | 1 | -1/+1 |
* | * regenc.c (onigenc_not_support_case_map): Move to end of file; | duerst | 2016-06-07 | 1 | -32/+56 |
* | * regenc.c (onigenc_not_support_case_map): Rewrite to work correctly | duerst | 2016-06-07 | 1 | -3/+26 |
* | regenc.h/c: Define new function onigenc_not_support_case_map | duerst | 2016-05-22 | 1 | -0/+9 |
* | * regcomp.c, regenc.c, regexec.c, regint.h, enc/unicode.c: | naruse | 2015-11-26 | 1 | -3/+5 |
* | oniguruma.h: constify | nobu | 2015-08-27 | 1 | -1/+1 |
* | * reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544 | naruse | 2014-09-15 | 1 | -31/+33 |
* | constify rb_encoding and OnigEncoding | nobu | 2014-06-01 | 1 | -1/+1 |
* | Revert r41786 "broken utf-8" | naruse | 2013-07-09 | 1 | -5/+3 |
* | broken utf-8 | naruse | 2013-07-05 | 1 | -3/+5 |
* | * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820] | naruse | 2012-02-17 | 1 | -5/+27 |
* | * numeric.c (rb_enc_uint_char): raise RangeError when added codepoint | naruse | 2012-01-08 | 1 | -2/+3 |
* | Clean a warning. | naruse | 2010-11-09 | 1 | -1/+1 |
* | * regenc.c (onigenc_minimum_property_name_to_ctype): | naruse | 2010-11-09 | 1 | -1/+1 |
* | * regenc.h (PosixBracketEntryType): constified. | nobu | 2009-09-22 | 1 | -17/+16 |
* | * regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): fixed | nobu | 2009-08-13 | 1 | -2/+4 |
* | * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c, | nobu | 2009-06-30 | 1 | -4/+4 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -2/+2 |
* | * grapheme cluster implementation reverted. [ruby-dev:36375] | akr | 2008-09-18 | 1 | -14/+3 |
* | * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_ret | akr | 2008-09-16 | 1 | -3/+14 |
* | * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for | akr | 2008-09-13 | 1 | -6/+7 |
* | * include/ruby/oniguruma.h (ONIGENC_STEP_BACK): add end argument. | akr | 2008-09-13 | 1 | -1/+1 |
* | * include/ruby/oniguruma.h (onigenc_get_prev_char_head): add end | akr | 2008-09-13 | 1 | -1/+1 |
* | * include/ruby/oniguruma.h | akr | 2008-09-13 | 1 | -2/+2 |
* | * include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): add | akr | 2008-09-13 | 1 | -2/+2 |
* | * regenc.c (onigenc_single_byte_code_to_mbc): follow OnigEncoding | akr | 2008-09-12 | 1 | -1/+1 |
* | * regenc.c (code_to_mbc): raise RangeError Integer#chr | naruse | 2008-08-06 | 1 | -0/+2 |
* | * regexec.c (stack_double): use MatchStackLimitSize atomically. | nobu | 2008-07-01 | 1 | -3/+3 |
* | * include/ruby/oniguruma.h: precise mbclen API redesigned to avoid | akr | 2008-01-27 | 1 | -0/+11 |
* | * enc/koi8_u.c: added. | naruse | 2008-01-19 | 1 | -23/+25 |
* | * include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding* | naruse | 2008-01-13 | 1 | -2/+2 |
* | * regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): suppressed | nobu | 2008-01-08 | 1 | -2/+2 |
* | * include/ruby/oniguruma.h: Oniguruma 1.9.1 merged. | matz | 2008-01-03 | 1 | -21/+23 |
* | * regenc.c (onigenc_ascii_is_code_ctype): moved from enc/ascii.c. | akr | 2007-12-22 | 1 | -0/+10 |
* | * include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncoding | matz | 2007-10-10 | 1 | -13/+19 |
* | * regenc.c, regenc.h (onigenc_single_byte_mbc_enc_len): should take | usa | 2007-09-07 | 1 | -1/+1 |
* | * array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui | matz | 2007-09-06 | 1 | -11/+13 |
* | * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixes | matz | 2007-07-23 | 1 | -18/+5 |
* | * oniguruma.h: updated to Oniguruma 5.7.0. | matz | 2007-05-23 | 1 | -376/+256 |
* | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz | 2007-03-19 | 1 | -2/+2 |
* | * oniguruma.h: merge Oniguruma 4.0.0 [ruby-dev:28290] | matz | 2006-02-04 | 1 | -39/+31 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -2/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r8021, | ksaito | 2005-02-23 | 1 | -42/+48 |
* | This commit was generated by cvs2svn to compensate for changes in r7843, | ksaito | 2005-01-28 | 1 | -17/+7 |
* | This commit was generated by cvs2svn to compensate for changes in r7203, | ksaito | 2004-11-04 | 1 | -80/+534 |
* | This commit was generated by cvs2svn to compensate for changes in r5960, | ksaito | 2004-03-16 | 1 | -2/+2 |