| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix issues detected by code analysis tool (mainly Coverity). | nobu | 2018-09-15 | 1 | -0/+3 |
* | Fix typos. | hsbt | 2018-01-18 | 1 | -5/+5 |
* | Merge Onigmo 6.1.1 | naruse | 2017-02-11 | 1 | -42/+57 |
* | regcomp.c: debug function [ci skip] | nobu | 2017-01-25 | 1 | -1/+1 |
* | regcomp.c: Fix compile error with old version of fcc on Solaris | ngoto | 2016-12-21 | 1 | -1/+1 |
* | Merge Onigmo 6.0.0 | naruse | 2016-12-10 | 1 | -307/+276 |
* | Regexp supports Unicoe 9.0.0's \X | naruse | 2016-11-30 | 1 | -5/+8 |
* | * regcomp.c (onig_print_compiled_byte_code): make the shown address | naruse | 2016-10-03 | 1 | -1/+1 |
* | * regcomp.c (noname_disable_map): don't optimize out group 0 | naruse | 2016-07-01 | 1 | -4/+3 |
* | regcomp.c: fix debug conditionals | nobu | 2016-05-25 | 1 | -7/+13 |
* | * regcomp.c: remove condition for debug output because prelude | naruse | 2016-05-25 | 1 | -16/+8 |
* | * regcomp.c (compile_length_tree): return error code immediately | naruse | 2016-05-25 | 1 | -5/+7 |
* | Revert r52995 | nobu | 2015-12-09 | 1 | -5/+4 |
* | use atomic operations | nobu | 2015-12-09 | 1 | -4/+5 |
* | * regcomp.c, regenc.c, regexec.c, regint.h, enc/unicode.c: | naruse | 2015-11-26 | 1 | -1/+34 |
* | * reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544 | naruse | 2014-09-15 | 1 | -56/+71 |
* | * regcomp.c: Merge Onigmo 5.14.1 25a8a69fc05ae3b56a09. | naruse | 2014-07-16 | 1 | -51/+63 |
* | * regcomp.c (): Merge Onigmo 5.13.5 23b523076d6f1161. | naruse | 2013-07-04 | 1 | -4/+9 |
* | * Merge Onigmo 5.13.4 f22cf2e566712cace60d17f84d63119d7c5764ee. | naruse | 2013-04-13 | 1 | -1/+1 |
* | * Merge Onigmo 0fe387da2fee089254f6b04990541c731a26757f | naruse | 2013-03-01 | 1 | -15/+18 |
* | Remove unused variables. | naruse | 2012-03-05 | 1 | -4/+2 |
* | * regcomp.c, regexec.c: fix-up warnings. | nobu | 2012-02-18 | 1 | -0/+2 |
* | * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820] | naruse | 2012-02-17 | 1 | -93/+451 |
* | * regcomp.c (onig_region_memsize): implemented for memsize_of(). | nobu | 2011-12-15 | 1 | -0/+10 |
* | * class.c (rb_obj_methods), compile.c (iseq_compile_each), | nobu | 2011-12-05 | 1 | -4/+2 |
* | * regcomp.c (print_indent_tree): fix double printing of ENCLOSE_OPTION | naruse | 2011-11-15 | 1 | -1/+0 |
* | Show encoding of compiling regexp. | naruse | 2011-02-23 | 1 | -1/+1 |
* | * addr2line.c: suppressed shorten-64-to-32 warnings. | naruse | 2011-01-31 | 1 | -25/+27 |
* | * regcomp.c (setup_tree): restart setup_tree() for a node whose | naruse | 2010-11-26 | 1 | -0/+12 |
* | * regcomp.c (onig_is_prelude): added to check whether ruby is still | naruse | 2010-11-26 | 1 | -15/+24 |
* | * regcomp.c (print_distance_range): use PRIuSIZE. | naruse | 2010-11-25 | 1 | -3/+3 |
* | * regint.h (OnigOpInfoType): constify name. | naruse | 2010-11-17 | 1 | -15/+15 |
* | * regcomp.c: revert r26701; it introduces Bug #3681. | naruse | 2010-08-17 | 1 | -18/+2 |
* | * regcomp.c (onig_memsize): constified. | nobu | 2010-08-14 | 1 | -1/+1 |
* | * regcomp.c (noname_disable_map): add NT_ANCHOR case. | naruse | 2010-03-02 | 1 | -0/+28 |
* | * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2. | matz | 2010-03-01 | 1 | -112/+55 |
* | * regcomp.c (setup_tree, onig_compile): optimize .* at last by | mame | 2010-02-17 | 1 | -2/+18 |
* | * regcomp.c (onig_compile): initialize ScanEnv. | naruse | 2010-01-28 | 1 | -1/+1 |
* | * regcomp.c (optimize_node_left): include equal on the condition of for-loop. | naruse | 2009-12-21 | 1 | -1/+1 |
* | * regcomp.c (print_enc_string): follow enclen's change. | naruse | 2009-12-21 | 1 | -4/+4 |
* | *regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has source | naruse | 2009-08-30 | 1 | -2/+4 |
* | * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c, | nobu | 2009-06-30 | 1 | -4/+4 |
* | * array.c (rb_ary_memsize): added. | ko1 | 2009-06-16 | 1 | -0/+14 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -14/+14 |
* | * regexec.c (stack_double): use MatchStackLimitSize atomically. | nobu | 2008-07-01 | 1 | -3/+3 |
* | * include/ruby/oniguruma.h: Oniguruma 1.9.1 merged. | matz | 2008-01-03 | 1 | -64/+64 |
* | * array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui | matz | 2007-09-06 | 1 | -9/+9 |
* | * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixes | matz | 2007-07-23 | 1 | -582/+649 |
* | * oniguruma.h: updated to Oniguruma 5.7.0. | matz | 2007-05-23 | 1 | -320/+547 |
* | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz | 2007-03-19 | 1 | -3/+3 |