summaryrefslogtreecommitdiff
path: root/regcomp.c
AgeCommit message (Expand)Author
2013-07-04* regcomp.c (): Merge Onigmo 5.13.5 23b523076d6f1161.naruse
2013-04-13* Merge Onigmo 5.13.4 f22cf2e566712cace60d17f84d63119d7c5764ee.naruse
2013-03-01* Merge Onigmo 0fe387da2fee089254f6b04990541c731a26757fnaruse
2012-03-05Remove unused variables.naruse
2012-02-18* regcomp.c, regexec.c: fix-up warnings.nobu
2012-02-17* Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse
2011-12-15* regcomp.c (onig_region_memsize): implemented for memsize_of().nobu
2011-12-05* class.c (rb_obj_methods), compile.c (iseq_compile_each),nobu
2011-11-15* regcomp.c (print_indent_tree): fix double printing of ENCLOSE_OPTIONnaruse
2011-02-23Show encoding of compiling regexp.naruse
2011-01-31* addr2line.c: suppressed shorten-64-to-32 warnings.naruse
2010-11-26* regcomp.c (setup_tree): restart setup_tree() for a node whosenaruse
2010-11-26* regcomp.c (onig_is_prelude): added to check whether ruby is stillnaruse
2010-11-25* regcomp.c (print_distance_range): use PRIuSIZE.naruse
2010-11-17* regint.h (OnigOpInfoType): constify name.naruse
2010-08-17* regcomp.c: revert r26701; it introduces Bug #3681.naruse
2010-08-14* regcomp.c (onig_memsize): constified.nobu
2010-03-02* regcomp.c (noname_disable_map): add NT_ANCHOR case.naruse
2010-03-01* include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.matz
2010-02-17* regcomp.c (setup_tree, onig_compile): optimize .* at last bymame
2010-01-28* regcomp.c (onig_compile): initialize ScanEnv.naruse
2009-12-21* regcomp.c (optimize_node_left): include equal on the condition of for-loop.naruse
2009-12-21* regcomp.c (print_enc_string): follow enclen's change.naruse
2009-08-30*regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has sourcenaruse
2009-06-30* include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu
2009-06-16* array.c (rb_ary_memsize): added.ko1
2009-02-22stripped trailing spaces.nobu
2008-07-01* regexec.c (stack_double): use MatchStackLimitSize atomically.nobu
2008-01-03* include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.matz
2007-09-06* array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz
2007-07-23* include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixesmatz
2007-05-23* oniguruma.h: updated to Oniguruma 5.7.0.matz
2007-03-19* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz
2006-10-28merge Oniguruma 4.4.5kosako
2006-09-23merge Oniguruma 4.4.4kosako
2006-08-27merge Oniguruma 4.4.0kosako
2006-08-05merge Oniguruma 4.2.2kosako
2006-03-23merge Oniguruma 4.0.2kosako
2006-02-12merge Oniguruma 4.0.1kosako
2006-02-04* oniguruma.h: merge Oniguruma 4.0.0 [ruby-dev:28290]matz
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-03-01regcomp.c: uninitialized member (backrefed_status) was used.kosako
2005-02-23* ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r...ksaito
2005-02-13* oniggnu.h, oniguruma.h, regcomp.c, st.c: imported Oni Guruma 3.6.0.ksaito
2005-01-28* ascii.c, euc_jp.c, hash.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, reg...ksaito
2004-11-28* regcomp.c, regint.h: fixed PLATFORM_UNALIGNED_WORD_ACCESS problem ([ruby-de...ksaito
2004-11-04* ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r...ksaito
2004-11-01* eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz
2004-10-30* eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz
2004-04-27This commit was generated by cvs2svn to compensate for changes in r6231,ksaito