aboutsummaryrefslogtreecommitdiffstats
path: root/regint.h
Commit message (Expand)AuthorAgeFilesLines
* revert UNALIGNED_WORD_ACCESS for GCC6naruse2016-04-301-4/+0
* disable unaligned word accessnobu2016-01-151-0/+4
* * regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): The value ofngoto2016-01-151-0/+8
* Revert r52995nobu2015-12-091-6/+0
* use atomic operationsnobu2015-12-091-0/+6
* * regcomp.c, regenc.c, regexec.c, regint.h, enc/unicode.c:naruse2015-11-261-10/+25
* * Avoid undefined behaviors found by gcc -fsanitize=undefined.akr2014-10-171-2/+2
* * reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544naruse2014-09-151-4/+2
* UNALIGNED_WORD_ACCESS on ppc64nobu2014-07-231-0/+1
* * regcomp.c: Merge Onigmo 5.14.1 25a8a69fc05ae3b56a09.naruse2014-07-161-7/+69
* * Merge Onigmo 5.13.4 f22cf2e566712cace60d17f84d63119d7c5764ee.naruse2013-04-131-1/+2
* * regint.h: fix typo: _M_AMD86 -> _M_AMD64.naruse2013-04-101-1/+1
* defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}nobu2013-04-051-6/+2
* * Merge Onigmo 0fe387da2fee089254f6b04990541c731a26757fnaruse2013-03-011-5/+5
* * regint.h (BITS_IN_ROOM, BS_ROOM, BS_BIT): suppress warnings.nobu2012-03-221-3/+3
* * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse2012-02-171-19/+82
* * regcomp.c (onig_region_memsize): implemented for memsize_of().nobu2011-12-151-0/+1
* * regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does notnobu2011-07-141-1/+0
* * addr2line.c: suppressed shorten-64-to-32 warnings.naruse2011-01-311-2/+2
* * regint.h (OnigOpInfoType): constify name.naruse2010-11-171-1/+1
* * regint.h (OnigStackIndex): the type should be intptr_t.naruse2010-08-261-1/+1
* * regcomp.c (onig_memsize): constified.nobu2010-08-141-0/+2
* * configure.in (XCFLAGS): use -fvisibility=hidden if possible.nobu2010-07-211-0/+8
* * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.matz2010-03-011-2/+1
* * regcomp.c (print_enc_string): follow enclen's change.naruse2009-12-211-1/+1
* * regint.h: commit miss.nobu2009-09-221-1/+1
* *regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has sourcenaruse2009-08-301-1/+1
* * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu2009-06-301-11/+11
* * thread.c (rb_thread_check_ints): added. please note thatko12008-08-131-2/+1
* * include/ruby/win32.h, bcc32/Makefile.sub (config.h): bcc 5.8 hasnobu2008-08-051-6/+0
* * regint.c (xmalloc, xrealloc, xfree): not to use ruby managed memory.nobu2008-07-251-0/+4
* * regint.h: use "ruby/..." instead of <ruby/...>.nobu2008-07-221-1/+1
* * regint.h (GET_ALIGNMENT_PAD_SIZE, ALIGNMENT_RIGHT): cast pointer tomame2008-07-021-2/+2
* * regexec.c (stack_double): use MatchStackLimitSize atomically.nobu2008-07-011-1/+1
* * regint.h: undefine USE_CAPTURE_HISTORY which is mentioned asmatz2008-06-121-1/+1
* * regint.h (include): include ruby.h instead of defines.h and config.h.usa2008-03-191-2/+1
* * regint.h (CHECK_INTERRUPT_IN_MATCH_AT): add interrupt checkmatz2008-03-191-2/+4
* * eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h:nobu2008-01-181-3/+3
* * include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.matz2008-01-031-11/+19
* * common.mk (ruby.imp): fix for circular dependency. a patch fromnobu2007-12-141-1/+1
* * encoding.c: provide basic features for M17N.matz2007-08-251-0/+1
* * regint.h (USE_MATCH_RANGE_IS_COMPLETE_RANGE): undef to achieve oldmatz2007-07-231-1/+1
* * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixesmatz2007-07-231-125/+54
* * include/ruby/onigiruma.h (ONIG_EXTERN): use RUBY_EXTERN if defined.usa2007-07-031-1/+1
* * regint.h: IL32LLP64 support.usa2007-06-261-0/+5
* * include/ruby: moved public headers.nobu2007-06-101-3/+3
* * regint.h (include): on some platform, defines.h redefinesusa2007-05-251-1/+3
* * oniguruma.h: updated to Oniguruma 5.7.0.matz2007-05-231-105/+176
* * Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): systemnobu2007-02-281-1/+0
* merge Oniguruma 4.4.5kosako2006-10-281-3/+1