| Commit message (Expand) | Author | Age | Files | Lines |
* | * regcomp.c: Merge Onigmo 3d855b30d574536d3ae600260208c6624ae4791c. | naruse | 2012-03-21 | 1 | -3/+3 |
* | * regcomp.c, regexec.c: fix-up warnings. | nobu | 2012-02-18 | 1 | -1/+1 |
* | * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820] | naruse | 2012-02-17 | 1 | -156/+671 |
* | Fix type of arguments in debug prints. | naruse | 2011-02-23 | 1 | -6/+15 |
* | * addr2line.c: suppressed shorten-64-to-32 warnings. | naruse | 2011-01-31 | 1 | -18/+17 |
* | * regcomp.c (print_distance_range): use PRIuSIZE. | naruse | 2010-11-25 | 1 | -1/+4 |
* | * regint.h (OnigOpInfoType): constify name. | naruse | 2010-11-17 | 1 | -8/+8 |
* | * regexec.c (onig_search): don't skip non-ANYCHARs when | naruse | 2010-07-15 | 1 | -5/+0 |
* | * regexec.c (match_at): add end point to enclen's argument. | naruse | 2010-07-14 | 1 | -2/+2 |
* | * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2. | matz | 2010-03-01 | 1 | -13/+11 |
* | * regexec.c (match_at): follow enclen's change. | naruse | 2009-12-24 | 1 | -2/+2 |
* | * removed spaces just before tabs. | nobu | 2009-11-26 | 1 | -2/+2 |
* | * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c, | nobu | 2009-06-30 | 1 | -7/+7 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -7/+7 |
* | * regexec.c (string_cmp_ic): add text_end argument. | akr | 2008-09-18 | 1 | -16/+15 |
* | * grapheme cluster implementation reverted. [ruby-dev:36375] | akr | 2008-09-18 | 1 | -39/+13 |
* | * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_ret | akr | 2008-09-16 | 1 | -13/+39 |
* | * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for | akr | 2008-09-13 | 1 | -7/+7 |
* | * include/ruby/oniguruma.h (ONIGENC_STEP_BACK): add end argument. | akr | 2008-09-13 | 1 | -4/+4 |
* | * include/ruby/oniguruma.h (onigenc_get_prev_char_head): add end | akr | 2008-09-13 | 1 | -19/+19 |
* | * include/ruby/oniguruma.h | akr | 2008-09-13 | 1 | -1/+1 |
* | * include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): add | akr | 2008-09-13 | 1 | -2/+2 |
* | * regexec.c (stack_double): use MatchStackLimitSize atomically. | nobu | 2008-07-01 | 1 | -7/+8 |
* | * regexec.c (slow_search): check the case when the length is 1. | mame | 2008-05-19 | 1 | -2/+2 |
* | * regparse.c (PINC): use optimized enclen() instead of | matz | 2008-05-19 | 1 | -6/+15 |
* | * array.c (rb_ary_sort_bang): stop memory leak. [ruby-dev:34726] | matz | 2008-05-16 | 1 | -20/+28 |
* | * re.c (rb_reg_search): avoid inner loop for reverse search. | matz | 2008-01-04 | 1 | -1/+1 |
* | * include/ruby/oniguruma.h: Oniguruma 1.9.1 merged. | matz | 2008-01-03 | 1 | -59/+62 |
* | * array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui | matz | 2007-09-06 | 1 | -34/+34 |
* | * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixes | matz | 2007-07-23 | 1 | -263/+214 |
* | * oniguruma.h: updated to Oniguruma 5.7.0. | matz | 2007-05-23 | 1 | -300/+231 |
* | fix offset value in STATE_CHECK_BUFF_INIT() | kosako | 2006-10-29 | 1 | -1/+2 |
* | merge Oniguruma 4.4.5 | kosako | 2006-10-28 | 1 | -9/+28 |
* | merge Oniguruma 4.4.4 | kosako | 2006-09-23 | 1 | -7/+7 |
* | merge Oniguruma 4.4.0 | kosako | 2006-08-27 | 1 | -25/+218 |
* | merge Oniguruma 4.2.2 | kosako | 2006-08-05 | 1 | -62/+168 |
* | fix bug [ruby-list:42234] | kosako | 2006-05-21 | 1 | -1/+2 |
* | merge Oniguruma 4.0.3 | kosako | 2006-05-10 | 1 | -1/+1 |
* | merge Oniguruma 4.0.1 | kosako | 2006-02-12 | 1 | -2/+2 |
* | * oniguruma.h: merge Oniguruma 4.0.0 [ruby-dev:28290] | matz | 2006-02-04 | 1 | -29/+86 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -1/+1 |
* | * parse.y (parser_yylex): update paren_nest for brackets []. | matz | 2005-08-20 | 1 | -1/+1 |
* | * ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r... | ksaito | 2005-02-23 | 1 | -84/+116 |
* | * ascii.c, euc_jp.c, hash.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, reg... | ksaito | 2005-01-28 | 1 | -61/+123 |
* | * regexec.c, test/ruby/test_regexp.rb: fixed segmentation falut ([ruby-dev:24... | ksaito | 2004-11-28 | 1 | -1/+1 |
* | * regexec.c, regparse.c, regint.h: fixed conflicts between vendor branch. | ksaito | 2004-11-04 | 1 | -8/+1 |
* | * ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r... | ksaito | 2004-11-04 | 1 | -330/+483 |
* | * array.c (rb_ary_uniq_bang): do not push frozen string from hash | matz | 2004-11-03 | 1 | -1/+1 |
* | * eval.c (proc_invoke): nail down dyna_var node when Proc object | matz | 2004-11-01 | 1 | -1/+2 |
* | * eval.c (rb_eval): NODE_XSTR should pass copy of literal string. | matz | 2004-10-30 | 1 | -61/+50 |