| Commit message (Expand) | Author | Age | Files | Lines |
* | * regparse.c (onig_syntax_warn): do not use external strings as | nobu | 2010-05-31 | 1 | -2/+2 |
* | * regparse.c (add_code_range_to_buf0): fix false negative | naruse | 2010-05-25 | 1 | -2/+1 |
* | * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2. | matz | 2010-03-01 | 1 | -4/+14 |
* | * regcomp.c (onig_compile): initialize ScanEnv. | naruse | 2010-01-28 | 1 | -0/+1 |
* | * regparse.c (fetch_token): warn invalid back reference | naruse | 2009-10-11 | 1 | -4/+8 |
* | * regparse.c (fetch_token_in_cc): warn when \p is not | naruse | 2009-10-11 | 1 | -0/+6 |
* | * regerror.c (onig_vsnprintf_with_pattern): added. | naruse | 2009-10-11 | 1 | -3/+6 |
* | * regparse.c (onig_syntax_warn): added. | naruse | 2009-10-10 | 1 | -30/+21 |
* | * regparse.c (st_str_end_key, str_end_cmp, str_end_hash): | nobu | 2009-09-22 | 1 | -9/+13 |
* | Warn unknown escaped chars in regexp. | naruse | 2009-09-10 | 1 | -0/+20 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 1 | -2/+2 |
* | *regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has source | naruse | 2009-08-30 | 1 | -1/+5 |
* | Don't warn if the duplicate is caused by /i. | naruse | 2009-08-17 | 1 | -9/+22 |
* | * regparse.c: commit miss again. | nobu | 2009-08-16 | 1 | -23/+18 |
* | * regparse.c: commit miss. | nobu | 2009-08-16 | 1 | -10/+19 |
* | * regparse.c (parse_char_class, parse_exp, parse_branch), | nobu | 2009-08-16 | 1 | -25/+35 |
* | * regparse.c (add_ctype_to_cc_by_range): fix the first | naruse | 2009-08-15 | 1 | -2/+1 |
* | \d, \s and \w are now non Unicode class. [ruby-dev:39026] | naruse | 2009-08-15 | 1 | -12/+47 |
* | Warn duplicated characters in character class of regexp. [ruby-core:24593] | naruse | 2009-08-04 | 1 | -51/+79 |
* | * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c, | nobu | 2009-06-30 | 1 | -5/+6 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -8/+8 |
* | * regparse.c (is_invalid_quantifier_target): Perl and old Ruby | matz | 2008-11-29 | 1 | -0/+4 |
* | * regparse.c (parse_char_class): CCV_SB is only for single | nobu | 2008-10-20 | 1 | -4/+2 |
* | * regparse.c (parse_char_class): CCV_SB is only for single | nobu | 2008-10-20 | 1 | -0/+2 |
* | * include/ruby/oniguruma.h (onigenc_get_prev_char_head): add end | akr | 2008-09-13 | 1 | -1/+1 |
* | * regparse.c (parse_exp): fix resource leak. | mame | 2008-09-12 | 1 | -1/+4 |
* | * regparse.c (parse_exp): fix memory leak. | mame | 2008-07-30 | 1 | -1/+4 |
* | * regparse.c (parse_exp): fix memory leak at Regexp.new("x{1,1}"). | mame | 2008-07-30 | 1 | -0/+3 |
* | * regexec.c (stack_double): use MatchStackLimitSize atomically. | nobu | 2008-07-01 | 1 | -12/+14 |
* | * regparse.c (PINC): use optimized enclen() instead of | matz | 2008-05-19 | 1 | -3/+3 |
* | * enumerator.c (enumerator_each, enumerator_with_index): suppress | nobu | 2008-04-22 | 1 | -0/+1 |
* | * include/ruby/oniguruma.h: Oniguruma 1.9.1 merged. | matz | 2008-01-03 | 1 | -170/+360 |
* | * regparse.c (i_apply_case_fold): fix for negative character class. a | nobu | 2007-12-05 | 1 | -5/+2 |
* | * array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui | matz | 2007-09-06 | 1 | -14/+14 |
* | * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixes | matz | 2007-07-23 | 1 | -316/+322 |
* | * include/ruby/st.h, st.c (st_init_table, st_init_table_with_size): | nobu | 2007-07-05 | 1 | -2/+2 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -1/+1 |
* | * oniguruma.h: updated to Oniguruma 5.7.0. | matz | 2007-05-23 | 1 | -516/+506 |
* | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz | 2007-03-19 | 1 | -6/+6 |
* | merge Oniguruma 4.4.5 | kosako | 2006-10-28 | 1 | -1/+1 |
* | * parse.y (parser_warning, parser_warn): some error message may | matz | 2006-10-14 | 1 | -2/+2 |
* | merge Oniguruma 4.4.0 | kosako | 2006-08-27 | 1 | -10/+29 |
* | merge Oniguruma 4.2.2 | kosako | 2006-08-05 | 1 | -5/+120 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -2/+2 |
* | merge Oniguruma 4.0.2 | kosako | 2006-03-23 | 1 | -2/+18 |
* | merge Oniguruma 4.0.1 | kosako | 2006-02-12 | 1 | -1/+5 |
* | * oniguruma.h: merge Oniguruma 4.0.0 [ruby-dev:28290] | matz | 2006-02-04 | 1 | -72/+89 |
* | * regparse.c (fetch_token_in_cc): tok->escaped should be | matz | 2005-11-20 | 1 | -0/+2 |
* | * enumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c: | nobu | 2005-10-18 | 1 | -1/+1 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -6/+6 |