assert_normal_exit %q{ Marshal.load(Marshal.dump({"k"=>"v"}), lambda {|v| v}) } on.ico'/>
summaryrefslogtreecommitdiff
path: root/regint.h
AgeCommit message (Expand)Author
2013-04-13* Merge Onigmo 5.13.4 f22cf2e566712cace60d17f84d63119d7c5764ee.naruse
2013-04-10* regint.h: fix typo: _M_AMD86 -> _M_AMD64.naruse
2013-04-05defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}nobu
2013-03-01* Merge Onigmo 0fe387da2fee089254f6b04990541c731a26757fnaruse
2012-03-22* regint.h (BITS_IN_ROOM, BS_ROOM, BS_BIT): suppress 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-07-14* regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does notnobu
2011-01-31* addr2line.c: suppressed shorten-64-to-32 warnings.naruse
2010-11-17* regint.h (OnigOpInfoType): constify name.naruse
2010-08-26* regint.h (OnigStackIndex): the type should be intptr_t.naruse
2010-08-14* regcomp.c (onig_memsize): constified.nobu
2010-07-21* configure.in (XCFLAGS): use -fvisibility=hidden if possible.nobu
2010-03-01* include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.matz
2009-12-21* regcomp.c (print_enc_string): follow enclen's change.naruse
2009-09-22* regint.h: commit miss.nobu
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
2008-08-13* thread.c (rb_thread_check_ints): added. please note thatko1