Age | Commit message (Expand) | Author |
---|
2022-11-09 | Reduce warnings | TSUYUSATO Kitsune |
2022-11-09 | Fix to compile when USE_CACHE_MATCH_OPT is disabled | TSUYUSATO Kitsune |
2022-11-09 | Enable optimization for PUSH_IF/OR opcodes | TSUYUSATO Kitsune |
2022-11-09 | Enable optimization for ANYCHAR_STAR opcodes | TSUYUSATO Kitsune |
2022-11-09 | Add index to the latest NULL_CHECK_STACK for fast matching | TSUYUSATO Kitsune |
2022-11-09 | Add static declaration to new functions | TSUYUSATO Kitsune |
2022-11-09 | Increment num_fail on OP_POP too | TSUYUSATO Kitsune |
2022-11-09 | Fix look-around like operators and cclass | TSUYUSATO Kitsune |
2022-11-09 | Keep cache optimization info to MatchArg for global matching | TSUYUSATO Kitsune |
2022-11-09 | Implement cache optimization for regexp matching | TSUYUSATO Kitsune |
2022-03-30 | re.c: Add Regexp.timeout= and Regexp.timeout | Yusuke Endoh |
2022-03-29 | Fix multiplex backreferencs near end of string in regexp match | Jeremy Evans |
2022-03-24 | regint.h: Reduce the frequency of rb_thread_check_ints | Yusuke Endoh |
2022-03-10 | Allow interrupting regexps that backtrack | Jeremy Evans |
2021-05-07 | Fixed shorten-64-to-32 errors when USE_COMBINATION_EXPLOSION_CHECK | Nobuyoshi Nakada |
2019-04-24 | Only define history_root member of the Oniguruma re_registers struct if USE_C... | Lourens Naudé |
2018-01-02 | label as lvalue is a GCCism | shyouhei |
2017-12-01 | re-apply r60755 | naruse |
2017-12-01 | Update to Onigmo 6.1.3-669ac9997619954c298da971fcfacccf36909d05. | naruse |
2017-11-13 | regexec.c: invalidate previously matched position | nobu |
2017-02-11 | Merge Onigmo 6.1.1 | naruse |
2016-12-10 | Merge Onigmo 6.0.0 | naruse |
2016-10-03 | * regexec.c (OPCODE_EXEC_HOOK): op is p-1 because p is already | naruse |
2016-05-29 | * regexec.c (ONIGENC_IS_MBC_ASCII_WORD): redefine optimized one. | naruse |
2016-05-29 | * regexec.c (match_at): make compilers optimize harder. | naruse |
2016-04-24 | regexec.c: constify | nobu |
2015-12-22 | regexec.c: fix build with direct threaded VM | nobu |
2015-12-22 | regexec.c: enable direct threaded VM | nobu |
2015-11-26 | * remove trailing spaces. | svn |
2015-11-26 | * regcomp.c, regenc.c, regexec.c, regint.h, enc/unicode.c: | naruse |
2014-12-26 | uninitialized variable | nobu |
2014-12-26 | fix printf format conversion specifiers | nobu |
2014-09-15 | * reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544 | naruse |
2014-07-16 | * regcomp.c: Merge Onigmo 5.14.1 25a8a69fc05ae3b56a09. | naruse |
2014-06-01 | constify rb_encoding and OnigEncoding | nobu |
2013-04-13 | * Merge Onigmo 5.13.4 f22cf2e566712cace60d17f84d63119d7c5764ee. | naruse |
2013-03-11 | * Merge Onigmo d4bad41e16e3eccd97ccce6f1f96712e557c4518. | naruse |
2013-03-01 | * Merge Onigmo 0fe387da2fee089254f6b04990541c731a26757f | naruse |
2012-03-21 | * regcomp.c: Merge Onigmo 3d855b30d574536d3ae600260208c6624ae4791c. | 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-02-23 | Fix type of arguments in debug prints. | naruse |
2011-01-31 | * addr2line.c: suppressed shorten-64-to-32 warnings. | naruse |
2010-11-25 | * regcomp.c (print_distance_range): use PRIuSIZE. | naruse |
2010-11-17 | * regint.h (OnigOpInfoType): constify name. | naruse |
2010-07-15 | * regexec.c (onig_search): don't skip non-ANYCHARs when | naruse |
2010-07-14 | * regexec.c (match_at): add end point to enclen's argument. | naruse |
2010-03-01 | * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2. | matz |
2009-12-24 | * regexec.c (match_at): follow enclen's change. | naruse |
2009-11-26 | * removed spaces just before tabs. | nobu |