| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge Onigmo 6.0.0 | naruse | 2016-12-10 | 1 | -608/+491 |
* | Regexp supports Unicoe 9.0.0's \X | naruse | 2016-11-30 | 1 | -46/+688 |
* | * regparse.c (fetch_token_in_cc): raise error if given octal escaped | naruse | 2016-05-25 | 1 | -1/+1 |
* | * gc.c (rb_gc_unprotect_logging): throw rb_memerror when it cannot | naruse | 2016-05-08 | 1 | -1/+4 |
* | * regparse.c (fetch_name_with_level): allow non word characters | naruse | 2016-01-21 | 1 | -7/+14 |
* | Revert r52995 | nobu | 2015-12-09 | 1 | -47/+46 |
* | use atomic operations | nobu | 2015-12-09 | 1 | -46/+47 |
* | regparse.c: remove unused variable | nobu | 2014-09-16 | 1 | -1/+0 |
* | * reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544 | naruse | 2014-09-15 | 1 | -82/+217 |
* | * regcomp.c: Merge Onigmo 5.14.1 25a8a69fc05ae3b56a09. | naruse | 2014-07-16 | 1 | -77/+111 |
* | * Merge Onigmo 5.13.4 f22cf2e566712cace60d17f84d63119d7c5764ee. | naruse | 2013-04-13 | 1 | -2/+2 |
* | * Merge Onigmo 0fe387da2fee089254f6b04990541c731a26757f | naruse | 2013-03-01 | 1 | -31/+40 |
* | * regparse.c (add_ctype_to_cc): don't check dup warn on adding | naruse | 2013-01-13 | 1 | -1/+1 |
* | adjust style | nobu | 2012-12-29 | 1 | -2/+2 |
* | * regparse.c (parse_char_class): should match with a hyphen after a | usa | 2012-10-13 | 1 | -1/+1 |
* | warning: no indirect flag | nobu | 2012-07-18 | 1 | -8/+7 |
* | * regparse.c (PFETCH_READY): suppress Wunused-but-set-variable. | naruse | 2012-06-13 | 1 | -23/+17 |
* | * regparse.c (PFETCH_READY): this line was to suppress warning, | shyouhei | 2012-06-13 | 1 | -1/+1 |
* | * regparse.c (onig_number_of_names): suppress a warning. | naruse | 2012-06-02 | 1 | -1/+1 |
* | * regcomp.c: Merge Onigmo 3d855b30d574536d3ae600260208c6624ae4791c. | naruse | 2012-03-21 | 1 | -1/+5 |
* | * adjust style. | nobu | 2012-03-15 | 1 | -1/+2 |
* | * regparse.c (is_onechar_cclass): optimize character class | naruse | 2012-02-29 | 1 | -5/+9 |
* | * regparse.c (add_code_range_to_buf0): wrong condition of duplicated | naruse | 2012-02-26 | 1 | -1/+6 |
* | * regparse.c (fetch_token): don't use // comment. | naruse | 2012-02-22 | 1 | -1/+1 |
* | * regparse.c: fix warnings. | nobu | 2012-02-19 | 1 | -2/+1 |
* | * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820] | naruse | 2012-02-17 | 1 | -213/+840 |
* | * regparse.c: fix typo. | nobu | 2011-12-05 | 1 | -1/+1 |
* | * regparse.c (PFETCH_READY): separate gcc specific trick. | nobu | 2011-12-05 | 1 | -0/+5 |
* | * bignum.c (big_rshift), compile.c (validate_label, | nobu | 2011-12-05 | 1 | -1/+1 |
* | * addr2line.c: suppressed shorten-64-to-32 warnings. | naruse | 2011-01-31 | 1 | -3/+3 |
* | * regparse.c (and_cclass, or_cclass): fix memory leak. Coverity Scan | mame | 2010-11-15 | 1 | -14/+12 |
* | * 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 |