aboutsummaryrefslogtreecommitdiffstats
path: root/regparse.c
Commit message (Expand)AuthorAgeFilesLines
* Merge Onigmo 6.0.0naruse2016-12-101-608/+491
* Regexp supports Unicoe 9.0.0's \Xnaruse2016-11-301-46/+688
* * regparse.c (fetch_token_in_cc): raise error if given octal escapednaruse2016-05-251-1/+1
* * gc.c (rb_gc_unprotect_logging): throw rb_memerror when it cannotnaruse2016-05-081-1/+4
* * regparse.c (fetch_name_with_level): allow non word charactersnaruse2016-01-211-7/+14
* Revert r52995nobu2015-12-091-47/+46
* use atomic operationsnobu2015-12-091-46/+47
* regparse.c: remove unused variablenobu2014-09-161-1/+0
* * reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544naruse2014-09-151-82/+217
* * regcomp.c: Merge Onigmo 5.14.1 25a8a69fc05ae3b56a09.naruse2014-07-161-77/+111
* * Merge Onigmo 5.13.4 f22cf2e566712cace60d17f84d63119d7c5764ee.naruse2013-04-131-2/+2
* * Merge Onigmo 0fe387da2fee089254f6b04990541c731a26757fnaruse2013-03-011-31/+40
* * regparse.c (add_ctype_to_cc): don't check dup warn on addingnaruse2013-01-131-1/+1
* adjust stylenobu2012-12-291-2/+2
* * regparse.c (parse_char_class): should match with a hyphen after ausa2012-10-131-1/+1
* warning: no indirect flagnobu2012-07-181-8/+7
* * regparse.c (PFETCH_READY): suppress Wunused-but-set-variable.naruse2012-06-131-23/+17
* * regparse.c (PFETCH_READY): this line was to suppress warning,shyouhei2012-06-131-1/+1
* * regparse.c (onig_number_of_names): suppress a warning.naruse2012-06-021-1/+1
* * regcomp.c: Merge Onigmo 3d855b30d574536d3ae600260208c6624ae4791c.naruse2012-03-211-1/+5
* * adjust style.nobu2012-03-151-1/+2
* * regparse.c (is_onechar_cclass): optimize character classnaruse2012-02-291-5/+9
* * regparse.c (add_code_range_to_buf0): wrong condition of duplicatednaruse2012-02-261-1/+6
* * regparse.c (fetch_token): don't use // comment.naruse2012-02-221-1/+1
* * regparse.c: fix warnings.nobu2012-02-191-2/+1
* * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse2012-02-171-213/+840
* * regparse.c: fix typo.nobu2011-12-051-1/+1
* * regparse.c (PFETCH_READY): separate gcc specific trick.nobu2011-12-051-0/+5
* * bignum.c (big_rshift), compile.c (validate_label,nobu2011-12-051-1/+1
* * addr2line.c: suppressed shorten-64-to-32 warnings.naruse2011-01-311-3/+3
* * regparse.c (and_cclass, or_cclass): fix memory leak. Coverity Scanmame2010-11-151-14/+12
* * regparse.c (onig_syntax_warn): do not use external strings asnobu2010-05-311-2/+2
* * regparse.c (add_code_range_to_buf0): fix false negativenaruse2010-05-251-2/+1
* * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.matz2010-03-011-4/+14
* * regcomp.c (onig_compile): initialize ScanEnv.naruse2010-01-281-0/+1
* * regparse.c (fetch_token): warn invalid back referencenaruse2009-10-111-4/+8
* * regparse.c (fetch_token_in_cc): warn when \p is notnaruse2009-10-111-0/+6
* * regerror.c (onig_vsnprintf_with_pattern): added.naruse2009-10-111-3/+6
* * regparse.c (onig_syntax_warn): added.naruse2009-10-101-30/+21
* * regparse.c (st_str_end_key, str_end_cmp, str_end_hash):nobu2009-09-221-9/+13
* Warn unknown escaped chars in regexp.naruse2009-09-101-0/+20
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-081-2/+2
* *regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has sourcenaruse2009-08-301-1/+5
* Don't warn if the duplicate is caused by /i.naruse2009-08-171-9/+22
* * regparse.c: commit miss again.nobu2009-08-161-23/+18
* * regparse.c: commit miss.nobu2009-08-161-10/+19
* * regparse.c (parse_char_class, parse_exp, parse_branch),nobu2009-08-161-25/+35
* * regparse.c (add_ctype_to_cc_by_range): fix the firstnaruse2009-08-151-2/+1
* \d, \s and \w are now non Unicode class. [ruby-dev:39026]naruse2009-08-151-12/+47
* Warn duplicated characters in character class of regexp. [ruby-core:24593]naruse2009-08-041-51/+79