summaryrefslogtreecommitdiff
path: root/regparse.c
AgeCommit message (Expand)Author
2013-04-13* Merge Onigmo 5.13.4 f22cf2e566712cace60d17f84d63119d7c5764ee.naruse
2013-03-01* Merge Onigmo 0fe387da2fee089254f6b04990541c731a26757fnaruse
2013-01-13* regparse.c (add_ctype_to_cc): don't check dup warn on addingnaruse
2012-12-29adjust stylenobu
2012-10-13* regparse.c (parse_char_class): should match with a hyphen after ausa
2012-07-18warning: no indirect flagnobu
2012-06-13* regparse.c (PFETCH_READY): suppress Wunused-but-set-variable.naruse
2012-06-13 * regparse.c (PFETCH_READY): this line was to suppress warning,shyouhei
2012-06-02* regparse.c (onig_number_of_names): suppress a warning.naruse
2012-03-21* regcomp.c: Merge Onigmo 3d855b30d574536d3ae600260208c6624ae4791c.naruse
2012-03-15* adjust style.nobu
2012-02-29* regparse.c (is_onechar_cclass): optimize character classnaruse
2012-02-26* regparse.c (add_code_range_to_buf0): wrong condition of duplicatednaruse
2012-02-22* regparse.c (fetch_token): don't use // comment.naruse
2012-02-19* regparse.c: fix warnings.nobu
2012-02-17* Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse
2011-12-05* regparse.c: fix typo.nobu
2011-12-05* regparse.c (PFETCH_READY): separate gcc specific trick.nobu
2011-12-05* bignum.c (big_rshift), compile.c (validate_label,nobu
2011-01-31* addr2line.c: suppressed shorten-64-to-32 warnings.naruse
2010-11-15* regparse.c (and_cclass, or_cclass): fix memory leak. Coverity Scanmame
2010-05-31* regparse.c (onig_syntax_warn): do not use external strings asnobu
2010-05-25* regparse.c (add_code_range_to_buf0): fix false negativenaruse
2010-03-01* include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.matz
2010-01-28* regcomp.c (onig_compile): initialize ScanEnv.naruse
2009-10-11* regparse.c (fetch_token): warn invalid back referencenaruse
2009-10-11* regparse.c (fetch_token_in_cc): warn when \p is notnaruse
2009-10-11* regerror.c (onig_vsnprintf_with_pattern): added.naruse
2009-10-10* regparse.c (onig_syntax_warn): added.naruse
2009-09-22* regparse.c (st_str_end_key, str_end_cmp, str_end_hash):nobu
2009-09-10Warn unknown escaped chars in regexp.naruse
2009-09-08* include/ruby/st.h (st_hash_func): use st_index_t.nobu
2009-08-30*regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has sourcenaruse
2009-08-17Don't warn if the duplicate is caused by /i.naruse
2009-08-16* regparse.c: commit miss again.nobu
2009-08-16* regparse.c: commit miss.nobu
2009-08-16* regparse.c (parse_char_class, parse_exp, parse_branch),nobu
2009-08-15* regparse.c (add_ctype_to_cc_by_range): fix the firstnaruse
2009-08-15\d, \s and \w are now non Unicode class. [ruby-dev:39026]naruse
2009-08-04Warn duplicated characters in character class of regexp. [ruby-core:24593]naruse
2009-06-30* include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu
2009-02-22stripped trailing spaces.nobu
2008-11-29* regparse.c (is_invalid_quantifier_target): Perl and old Rubymatz
2008-10-20* regparse.c (parse_char_class): CCV_SB is only for singlenobu
2008-10-20* regparse.c (parse_char_class): CCV_SB is only for singlenobu
2008-09-13* include/ruby/oniguruma.h (onigenc_get_prev_char_head): add endakr
2008-09-12* regparse.c (parse_exp): fix resource leak.mame
2008-07-30* regparse.c (parse_exp): fix memory leak.mame
2008-07-30* regparse.c (parse_exp): fix memory leak at Regexp.new("x{1,1}").mame
2008-07-01* regexec.c (stack_double): use MatchStackLimitSize atomically.nobu