index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regexec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce warnings
TSUYUSATO Kitsune
2022-11-09
1
-10
/
+8
*
Use long instead of int
TSUYUSATO Kitsune
2022-11-09
1
-15
/
+15
*
Check for integer overflow in the allocation of match_cache table
Yusuke Endoh
2022-11-09
1
-0
/
+4
*
Ensure that the table size for CACHE_MATCH fits with int
Yusuke Endoh
2022-11-09
1
-1
/
+1
*
Prevent GCC warnings
Yusuke Endoh
2022-11-09
1
-4
/
+4
*
Return ONIGERR_MEMORY if it fails to allocate memory for cache_match_opt
Yusuke Endoh
2022-11-09
1
-7
/
+9
*
Revert "Refactor field names"
TSUYUSATO Kitsune
2022-11-09
1
-147
/
+156
*
Refactor field names
TSUYUSATO Kitsune
2022-11-09
1
-156
/
+147
*
Remove debug printf
TSUYUSATO Kitsune
2022-11-09
1
-12
/
+0
*
Clear cache on OP_NULL_CHECK_END_MEMST
TSUYUSATO Kitsune
2022-11-09
1
-17
/
+95
*
Support OP_REPEAT and OP_REPEAT_INC
TSUYUSATO Kitsune
2022-11-09
1
-38
/
+180
*
Reduce warnings
TSUYUSATO Kitsune
2022-11-09
1
-26
/
+6
*
Fix to compile when USE_CACHE_MATCH_OPT is disabled
TSUYUSATO Kitsune
2022-11-09
1
-7
/
+29
*
Enable optimization for PUSH_IF/OR opcodes
TSUYUSATO Kitsune
2022-11-09
1
-0
/
+2
*
Enable optimization for ANYCHAR_STAR opcodes
TSUYUSATO Kitsune
2022-11-09
1
-0
/
+4
*
Add index to the latest NULL_CHECK_STACK for fast matching
TSUYUSATO Kitsune
2022-11-09
1
-4
/
+17
*
Add static declaration to new functions
TSUYUSATO Kitsune
2022-11-09
1
-3
/
+3
*
Increment num_fail on OP_POP too
TSUYUSATO Kitsune
2022-11-09
1
-4
/
+15
*
Fix look-around like operators and cclass
TSUYUSATO Kitsune
2022-11-09
1
-43
/
+25
*
Keep cache optimization info to MatchArg for global matching
TSUYUSATO Kitsune
2022-11-09
1
-35
/
+26
*
Implement cache optimization for regexp matching
TSUYUSATO Kitsune
2022-11-09
1
-1
/
+468
*
re.c: Add Regexp.timeout= and Regexp.timeout
Yusuke Endoh
2022-03-30
1
-0
/
+2
*
Fix multiplex backreferencs near end of string in regexp match
Jeremy Evans
2022-03-29
1
-2
/
+4
*
regint.h: Reduce the frequency of rb_thread_check_ints
Yusuke Endoh
2022-03-24
1
-0
/
+2
*
Allow interrupting regexps that backtrack
Jeremy Evans
2022-03-10
1
-0
/
+1
*
Fixed shorten-64-to-32 errors when USE_COMBINATION_EXPLOSION_CHECK
Nobuyoshi Nakada
2021-05-07
1
-4
/
+4
*
Only define history_root member of the Oniguruma re_registers struct if USE_C...
Lourens Naudé
2019-04-24
1
-0
/
+2
*
label as lvalue is a GCCism
shyouhei
2018-01-02
1
-3
/
+2
*
re-apply r60755
naruse
2017-12-01
1
-0
/
+1
*
Update to Onigmo 6.1.3-669ac9997619954c298da971fcfacccf36909d05.
naruse
2017-12-01
1
-20
/
+25
*
regexec.c: invalidate previously matched position
nobu
2017-11-13
1
-0
/
+1
*
Merge Onigmo 6.1.1
naruse
2017-02-11
1
-33
/
+124
*
Merge Onigmo 6.0.0
naruse
2016-12-10
1
-445
/
+450
*
* regexec.c (OPCODE_EXEC_HOOK): op is p-1 because p is already
naruse
2016-10-03
1
-9
/
+13
*
* regexec.c (ONIGENC_IS_MBC_ASCII_WORD): redefine optimized one.
naruse
2016-05-29
1
-0
/
+12
*
* regexec.c (match_at): make compilers optimize harder.
naruse
2016-05-29
1
-6
/
+7
*
regexec.c: constify
nobu
2016-04-24
1
-1
/
+1
*
regexec.c: fix build with direct threaded VM
nobu
2015-12-22
1
-187
/
+191
*
regexec.c: enable direct threaded VM
nobu
2015-12-22
1
-0
/
+4
*
* remove trailing spaces.
svn
2015-11-26
1
-1
/
+1
*
* regcomp.c, regenc.c, regexec.c, regint.h, enc/unicode.c:
naruse
2015-11-26
1
-298
/
+424
*
uninitialized variable
nobu
2014-12-26
1
-1
/
+2
*
fix printf format conversion specifiers
nobu
2014-12-26
1
-3
/
+3
*
* reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544
naruse
2014-09-15
1
-3
/
+4
*
* regcomp.c: Merge Onigmo 5.14.1 25a8a69fc05ae3b56a09.
naruse
2014-07-16
1
-30
/
+51
*
constify rb_encoding and OnigEncoding
nobu
2014-06-01
1
-1
/
+1
*
* Merge Onigmo 5.13.4 f22cf2e566712cace60d17f84d63119d7c5764ee.
naruse
2013-04-13
1
-5
/
+4
*
* Merge Onigmo d4bad41e16e3eccd97ccce6f1f96712e557c4518.
naruse
2013-03-11
1
-3
/
+6
*
* Merge Onigmo 0fe387da2fee089254f6b04990541c731a26757f
naruse
2013-03-01
1
-2
/
+2
*
* regcomp.c: Merge Onigmo 3d855b30d574536d3ae600260208c6624ae4791c.
naruse
2012-03-21
1
-3
/
+3
[next]