index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regexec.c
Age
Commit message (
Expand
)
Author
2023-05-22
Allow the match cache optimization for atomic groups (#7804)
TSUYUSATO Kitsune
2023-05-13
Remove warnings and errors in `regexec.c` with `ONIG_DEBUG_...` macros (#7803)
TSUYUSATO Kitsune
2023-05-04
Delay start of the match cache optimization (#7738)
TSUYUSATO Kitsune
2023-04-19
Refactor `Regexp#match` cache implementation (#7724)
TSUYUSATO Kitsune
2023-04-16
Fix `PLATFORM_GET_INC`
Nobuyoshi Nakada
2023-04-12
[Bug #19587] Fix `reset_match_cache` arguments
Nobuyoshi Nakada
2023-04-12
Constify
Nobuyoshi Nakada
2023-04-12
Extract `bsearch_cache_index` function
Nobuyoshi Nakada
2023-03-13
[Bug #19476]: correct cache index computation for repetition (#7457)
TSUYUSATO Kitsune
2023-03-13
[Bug #19467] correct cache points and counting failure on `OP_ANYCHAR_STAR_PE...
TSUYUSATO Kitsune
2022-12-28
Fix [Bug 19273], set correct value to `outer_repeat` on `OP_REPEAT` (#7035)
TSUYUSATO Kitsune
2022-12-22
Adjust style [ci skip]
Nobuyoshi Nakada
2022-12-14
Add `Regexp.linear_time?` (#6901)
TSUYUSATO Kitsune
2022-12-12
Make absent operator work at the end of the input string
Yusuke Endoh
2022-11-17
Add default cases for cache point finding function
TSUYUSATO Kitsune
2022-11-17
Add OP_CCLASS_MB case
TSUYUSATO Kitsune
2022-11-09
Reduce warnings
TSUYUSATO Kitsune
2022-11-09
Use long instead of int
TSUYUSATO Kitsune
2022-11-09
Check for integer overflow in the allocation of match_cache table
Yusuke Endoh
2022-11-09
Ensure that the table size for CACHE_MATCH fits with int
Yusuke Endoh
2022-11-09
Prevent GCC warnings
Yusuke Endoh
2022-11-09
Return ONIGERR_MEMORY if it fails to allocate memory for cache_match_opt
Yusuke Endoh
2022-11-09
Revert "Refactor field names"
TSUYUSATO Kitsune
2022-11-09
Refactor field names
TSUYUSATO Kitsune
2022-11-09
Remove debug printf
TSUYUSATO Kitsune
2022-11-09
Clear cache on OP_NULL_CHECK_END_MEMST
TSUYUSATO Kitsune
2022-11-09
Support OP_REPEAT and OP_REPEAT_INC
TSUYUSATO Kitsune
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
[next]