This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
regcomp.c: Silence valgrind warning
[perl5.git]
/
regcomp.c
2012-06-13
Karl Williamson
regcomp.c: Silence valgrind warning
blob
|
commitdiff
2012-06-13
David Mitchell
force recompiling of regex where closures matter
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
add op_comp field to regexp_engine API
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
re_op_compile(): merge the two 'eq old_re' checks
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
re_op_compile(): split flags into two arguments
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
re_op_compile(): rename pm_flags to rx_flags
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
add PMf_IS_QR flag
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
tidy up the description of re_op_compile()
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
preserve code blocks in interpolated qr//s
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
in re_op_compile(), keep code_blocks for qr//
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
handle /$not_utf8(?{...})$utf8/
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
inline S_get_pat_and_code_indices()
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
"don't recompile pattern" check: account for UTF8
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
re_op_compile: recalc code indexes on utf8 upgrade
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
in re_op_compile, change code_blocks[].end offset
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
Handle literal code blocks in runtime regexes
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
re_op_compile(): rejig code-block handling code
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
re_op_compile(): refactor some code
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
Move bulk of pp_regcomp() into re_op_compile()
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
add volatile decl to fix previous commit
blob
|
commitdiff
|
diff to current
2012-06-13
Karl Williamson
PATCH: [perl #101940]: BBC Tk
blob
|
commitdiff
|
diff to current
2012-06-13
Karl Williamson
regcomp.c: Use no_mg for 2nd fetch of pattern
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
change re_op_compile() to take a list of SVs
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
In Perl_re_op_compile, make a var volatile
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
make qr/(?{})/ behave with closures
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
Mostly complete fix for literal /(?{..})/ blocks
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
add Perl_re_op_compile function
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
add Perl_current_re_engine() function
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
fix the descriptions for pregcomp/re_compile
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
Revert 4 regex commits to ease rebasing
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
Revert two commits that fix a VOL declaration.
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
revert a trailing whitespace removal
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
Revert two commits to make rebasing easier
blob
|
commitdiff
|
diff to current
2012-06-07
Yves Orton
optimise (?:|) and related NOTHING like constructs...
blob
|
commitdiff
|
diff to current
2012-06-05
Yves Orton
make TRIE nodes "absorb" NOTHING->EXACT sequences
blob
|
commitdiff
|
diff to current
2012-05-30
Ricardo Signes
update the editor hints for spaces, not tabs
blob
|
commitdiff
|
diff to current
2012-05-25
Karl Williamson
Deprecate literal unescaped "{" in regexes.
blob
|
commitdiff
|
diff to current
2012-05-22
Robin Barker (via RT)
refactor macro to avoid compiler warning in regcomp.c
blob
|
commitdiff
|
diff to current
2012-05-22
Karl Williamson
regcomp.c: #define shorter synonym
blob
|
commitdiff
|
diff to current
2012-05-22
Karl Williamson
utf8.c: Add nomix-ASCII option to to_fold functions
blob
|
commitdiff
|
diff to current
2012-05-22
Karl Williamson
regcomp.c: Wrap long comment to 80 columns
blob
|
commitdiff
|
diff to current
2012-04-23
Karl Williamson
PATCH: [perl #112530] Panic with inversion lists
blob
|
commitdiff
|
diff to current
2012-03-20
Yves Orton
correct logic error that meant that "last" might not...
blob
|
commitdiff
|
diff to current
2012-03-20
Yves Orton
[RT #111842] prevent TRIE overwriting EXACT following...
blob
|
commitdiff
|
diff to current
2012-03-20
Karl Williamson
Use the new utf8 to code point functions
blob
|
commitdiff
|
diff to current
2012-03-03
Yves Orton
rework how the trie logic handles the newer EXACT nodetypes
blob
|
commitdiff
|
diff to current
2012-02-29
Karl Williamson
regcomp.c: Add comment
blob
|
commitdiff
|
diff to current
2012-02-29
Karl Williamson
regcomp.c: Add comment, reorder #define more logically
blob
|
commitdiff
|
diff to current
2012-02-29
Karl Williamson
(?foo:...) loses passed in charset
blob
|
commitdiff
|
diff to current
2012-02-23
Karl Williamson
regcomp.c: Add cast to silence Solaris warning
blob
|
commitdiff
|
diff to current
2012-02-19
Tony Cook
Avoid defining the same global between perl and re.pm
blob
|
commitdiff
|
diff to current
2012-02-14
Karl Williamson
perl #110648, single Unicode prop in inverted class...
blob
|
commitdiff
|
diff to current
2012-02-11
Karl Williamson
regcomp.c: /[[:lower:]]/i should match the same as...
blob
|
commitdiff
|
diff to current
2012-02-11
Karl Williamson
regcomp.c: Remove outdated #undef
blob
|
commitdiff
|
diff to current
2012-02-11
Karl Williamson
regcomp.c: Remove duplicate inversion list
blob
|
commitdiff
|
diff to current
2012-02-09
Karl Williamson
regcomp.c: Rmv no-longer used variables and code
blob
|
commitdiff
|
diff to current
2012-02-09
Karl Williamson
regcomp.c: Use compiled-in inversion lists
blob
|
commitdiff
|
diff to current
2012-02-09
Karl Williamson
Add compile-time inversion lists for POSIX classes
blob
|
commitdiff
|
diff to current
2012-02-09
Karl Williamson
regcomp.c: Use compile-time invlists
blob
|
commitdiff
|
diff to current
2012-02-09
Karl Williamson
regcomp.c: Add ability to have compiled-in inversion...
blob
|
commitdiff
|
diff to current
2012-02-09
Karl Williamson
regcomp.c: Use new complement union
blob
|
commitdiff
|
diff to current
2012-02-09
Karl Williamson
regcomp.c: Add ability to take union of a complement
blob
|
commitdiff
|
diff to current
2012-02-09
Karl Williamson
regcomp.c: _invlist_subtract() becomes a macro
blob
|
commitdiff
|
diff to current
2012-02-09
Karl Williamson
regcomp.c: Add ability to take intersection of complement
blob
|
commitdiff
|
diff to current
2012-02-09
Karl Williamson
regcomp.c: Use NULL first parameter to _invlist_union
blob
|
commitdiff
|
diff to current
2012-02-09
Karl Williamson
regcomp.c: Chg invlist_union() to accept NULL first...
blob
|
commitdiff
|
diff to current
2012-02-09
Robin Barker
Silence compiler warnings
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regcomp.c: Comment changes
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regcomp.c: Change variable meaning and hence name
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regcomp.c: Remove no-longer used #defines
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regcomp.c: Refactor join_exact() to eliminate extra...
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regcomp.c: Modify some comments
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regex: Remove FOLDCHAR regnode type
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regex: Fix some tricky fold problems
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regcomp.c: Rework join_exact()
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regex: Add new node type EXACTFU_NO_TRIE
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regex: Add new node type EXACTFU_SS
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regcomp.c: Need to account for delta sizes
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regcomp.c: Change param to join_exact()
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regcomp.c: regex start class for sharp s
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regcomp.c: white-space only and comments only
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regcomp.c: Save computed value in variable for later use
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regcomp.c: Make sure trie can handle node passed to it
blob
|
commitdiff
|
diff to current
2012-01-19
Karl Williamson
regcomp.c: Don't print incorrect debug info
blob
|
commitdiff
|
diff to current
2012-01-16
Nicholas Clark
Provide as much diagnostic information as possible...
blob
|
commitdiff
|
diff to current
2012-01-13
Karl Williamson
regcomp.c: Compile inverted character classes with...
blob
|
commitdiff
|
diff to current
2012-01-13
Karl Williamson
regcomp.c: Prepare for allowing [^\p{...}]
blob
|
commitdiff
|
diff to current
2012-01-13
Karl Williamson
regcomp.c; Use Latin1 \p{} in optimization
blob
|
commitdiff
|
diff to current
2012-01-13
Karl Williamson
regcomp.c: Better optimize [classes] under /aa.
blob
|
commitdiff
|
diff to current
2012-01-13
Karl Williamson
regcomp.c: Avoid unnecessary runtime fold checking
blob
|
commitdiff
|
diff to current
2012-01-13
Karl Williamson
regcomp.c: Change loop variable name, associated changes
blob
|
commitdiff
|
diff to current
2012-01-13
Karl Williamson
regcomp.c: Clean up comment
blob
|
commitdiff
|
diff to current
2012-01-13
Karl Williamson
regcomp.c: Avoid leaking a scalar
blob
|
commitdiff
|
diff to current
2012-01-13
Karl Williamson
regcomp.c: truncate long debug dump output
blob
|
commitdiff
|
diff to current
2012-01-13
Karl Williamson
regcomp.c: in debug output, don't duplicate code points
blob
|
commitdiff
|
diff to current
2012-01-13
Karl Williamson
regcomp.c: Change debug dump of bitmap/non-bitmap
blob
|
commitdiff
|
diff to current
2012-01-13
Karl Williamson
regcomp.c: Change \t to a - in debug dumping ranges
blob
|
commitdiff
|
diff to current
2012-01-13
Karl Williamson
regcomp.c: White-space only
blob
|
commitdiff
|
diff to current
2012-01-13
Karl Williamson
regcomp.c: put_byte wants an ord, not a utf8 char
blob
|
commitdiff
|
diff to current
2012-01-13
Karl Williamson
regcomp.c: White-space only
blob
|
commitdiff
|
diff to current
next