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: Refactor as a result of [perl #123539]
[perl5.git]
/
regcomp.c
2015-01-06
Karl Williamson
regcomp.c: Refactor as a result of [perl #123539]
blob
|
commitdiff
2015-01-06
Karl Williamson
PATCH: [perl #123539] regcomp.c node overrun/segfault
blob
|
commitdiff
|
diff to current
2015-01-03
Hugo van der Sanden
check more carefully for empty negative lookahead
blob
|
commitdiff
|
diff to current
2014-12-31
David Mitchell
fix integer overflow in S_study_chunk().
blob
|
commitdiff
|
diff to current
2014-12-31
David Mitchell
fix integer overflow in S_study_chunk().
blob
|
commitdiff
|
diff to current
2014-12-31
Karl Williamson
Empty \N{} in regex pattern should force /d to /u
blob
|
commitdiff
|
diff to current
2014-12-31
Karl Williamson
regcomp.c: comment and white-space changes only
blob
|
commitdiff
|
diff to current
2014-12-30
Karl Williamson
regcomp.c: Fix [_A-Z] for EBCDIC
blob
|
commitdiff
|
diff to current
2014-12-30
Karl Williamson
regcomp.c: Replace dead code with NOT_REACHED
blob
|
commitdiff
|
diff to current
2014-12-30
Matthew Horsfall
Add documentation for /n (non-capture) regexp flag.
blob
|
commitdiff
|
diff to current
2014-12-29
Karl Williamson
Add regex nodes for locale
blob
|
commitdiff
|
diff to current
2014-12-29
Karl Williamson
regcomp.c, regexec.c: Vertically align ternary operators
blob
|
commitdiff
|
diff to current
2014-12-29
Karl Williamson
Nits in comments
blob
|
commitdiff
|
diff to current
2014-12-28
Matthew Horsfall...
Support for nocapture regexp flag /n
blob
|
commitdiff
|
diff to current
2014-12-20
Hugo van der Sanden
protect RExC_naughty changes behind macros
blob
|
commitdiff
|
diff to current
2014-12-19
David Mitchell
fix integer overflow in S_regpiece().
blob
|
commitdiff
|
diff to current
2014-12-19
David Mitchell
fix integer overflow in S_study_chunk().
blob
|
commitdiff
|
diff to current
2014-12-19
David Mitchell
fix integer overflow in S_study_chunk().
blob
|
commitdiff
|
diff to current
2014-12-19
David Mitchell
fix integer overflow in S_scan_commit().
blob
|
commitdiff
|
diff to current
2014-12-11
Hugo van der Sanden
make the EXACTF_invlist only when SCF_DO_STCLASS
blob
|
commitdiff
|
diff to current
2014-12-10
Jarkko Hietaniemi
The format is not a literal but well defined.
blob
|
commitdiff
|
diff to current
2014-12-08
Father Chrysostomos
Change OP_SIBLING to OpSIBLING
blob
|
commitdiff
|
diff to current
2014-12-06
Jarkko Hietaniemi
These functions are not used with ext/re.
blob
|
commitdiff
|
diff to current
2014-11-29
Lukas Mai
make more use of NOT_REACHED
blob
|
commitdiff
|
diff to current
2014-11-24
Karl Williamson
Make /[\N{}-\N{}]/ match Unicodely on EBCDIC
blob
|
commitdiff
|
diff to current
2014-11-21
Karl Williamson
Make a function to get PL_encoding's value
blob
|
commitdiff
|
diff to current
2014-11-21
Karl Williamson
Make testing for PL_encoding into a macro
blob
|
commitdiff
|
diff to current
2014-11-18
Karl Williamson
PATCH: [perl #123198] Memory leak in regex in 5.20.1
blob
|
commitdiff
|
diff to current
2014-11-02
Karl Williamson
regcomp.c: Comment fixes
blob
|
commitdiff
|
diff to current
2014-10-27
David Mitchell
silence new compiler warning
blob
|
commitdiff
|
diff to current
2014-10-26
Lukas Mai
fix type incompatibilities between format strings/args
blob
|
commitdiff
|
diff to current
2014-10-22
Father Chrysostomos
[perl #122680] Omit <-- HERE marker from (?=){3} warning
blob
|
commitdiff
|
diff to current
2014-10-21
Karl Williamson
regcomp.c: isASCII should be isASCII_uni
blob
|
commitdiff
|
diff to current
2014-10-21
Karl Williamson
regcomp.c: EBCDIC fix
blob
|
commitdiff
|
diff to current
2014-10-19
Yves Orton
regcomp.c: study_chunk(): Avoid unnecessary recursion.
blob
|
commitdiff
|
diff to current
2014-10-19
Yves Orton
regcomp.c: Add comment.
blob
|
commitdiff
|
diff to current
2014-10-19
Yves Orton
regcomp.c: study_chunk(): Reset the entire data struct...
blob
|
commitdiff
|
diff to current
2014-10-19
Yves Orton
regcomp.c: Improve advanced re debug output
blob
|
commitdiff
|
diff to current
2014-10-19
Yves Orton
regcomp.c: Fixup debug output so it matches other messa...
blob
|
commitdiff
|
diff to current
2014-10-19
Yves Orton
regcomp.c: Improve re debug output by showing buffer...
blob
|
commitdiff
|
diff to current
2014-10-19
Yves Orton
regcomp.c: study_chunk(): improve branch-branch comment
blob
|
commitdiff
|
diff to current
2014-10-19
Yves Orton
regcomp.c: study_chunk(): whitespace fixup for legibility
blob
|
commitdiff
|
diff to current
2014-10-19
Yves Orton
regcomp.c: eliminate memory leak from GOSUB/GOSTART...
blob
|
commitdiff
|
diff to current
2014-10-19
Yves Orton
regcomp.c: reuse temporary debugging temp sv's
blob
|
commitdiff
|
diff to current
2014-10-19
Yves Orton
regcomp.c: struct scan_frame: rename members for clarity
blob
|
commitdiff
|
diff to current
2014-10-07
Karl Williamson
Fix EBCDIC-only bug with /[...]/
blob
|
commitdiff
|
diff to current
2014-10-07
Karl Williamson
regcomp.c: Fix EBCDIC-only memory leak
blob
|
commitdiff
|
diff to current
2014-10-07
Karl Williamson
regcomp.c: Fix typo in comment
blob
|
commitdiff
|
diff to current
2014-10-07
Karl Williamson
\N{...} now treated as literal for EBCDIC qr/[...]/
blob
|
commitdiff
|
diff to current
2014-10-04
Father Chrysostomos
regcomp.c: Compiler warning
blob
|
commitdiff
|
diff to current
2014-09-29
Karl Williamson
Tighten uses of regex synthetic start class
blob
|
commitdiff
|
diff to current
2014-09-29
Karl Williamson
regcomp.c: Move macro definition earlier in file
blob
|
commitdiff
|
diff to current
2014-09-29
Karl Williamson
regcomp.c: Use strnEQ instead of series of tests
blob
|
commitdiff
|
diff to current
2014-09-29
Karl Williamson
regcomp.c: Properly dereference a ptr
blob
|
commitdiff
|
diff to current
2014-09-29
Karl Williamson
Deprecate multiple "x" in "/xx"
blob
|
commitdiff
|
diff to current
2014-09-29
Karl Williamson
Up regex flags limit for (??{})
blob
|
commitdiff
|
diff to current
2014-09-29
Karl Williamson
regcomp.c: Add assertions
blob
|
commitdiff
|
diff to current
2014-09-29
Karl Williamson
regcomp.c: Add a function and use it
blob
|
commitdiff
|
diff to current
2014-09-29
Karl Williamson
regcomp.c: Outdent line to align with neighbors
blob
|
commitdiff
|
diff to current
2014-09-29
Karl Williamson
regcomp.c: Extract duplicated code to fcn
blob
|
commitdiff
|
diff to current
2014-09-29
Karl Williamson
regcomp.c: Move some statements
blob
|
commitdiff
|
diff to current
2014-09-28
Yves Orton
Add tests for a51d618a fix of RT #122283
blob
|
commitdiff
|
diff to current
2014-09-25
Yves Orton
regcomp.c: fix fencepost error in vFAIL at end of pattern
blob
|
commitdiff
|
diff to current
2014-09-25
Yves Orton
rt 122283 - do not recurse into GOSUB/GOSTART when...
blob
|
commitdiff
|
diff to current
2014-09-18
Karl Williamson
regcomp.c: White-space only
blob
|
commitdiff
|
diff to current
2014-09-17
Yves Orton
Perl RT #122761 - split /\A/ should not behave like...
blob
|
commitdiff
|
diff to current
2014-09-17
Yves Orton
Eliminate the duplicative regops BOL and EOL
blob
|
commitdiff
|
diff to current
2014-09-13
Father Chrysostomos
Mathomise save_re_context
blob
|
commitdiff
|
diff to current
2014-09-12
Father Chrysostomos
Don’t call save_re_context
blob
|
commitdiff
|
diff to current
2014-09-12
Father Chrysostomos
Gut Perl_save_re_context
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
regcomp.c: Don't doubly do 'use encoding'
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
regcomp.c: Remove extraneous tests
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
Allow \N{named seq} in qr/[...]/
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
regcomp.c: Extract out functionality into a function
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
regcomp.c: White-space only
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
regcomp.c: Refactor func so caller handles anomalies
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
regcomp.c: Comment clarifications, nits
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
regcomp.c: Refactor one area to use common subroutine
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
PATCH: [perl #122671] Many warnings in regcomp.c can...
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
recomp.c: output given warning in only one pass
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
regcomp.c: Vertically stack ternary
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
regcomp.c: Don't prematurely skip error checking
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
regcomp.c: Move comment closer to code it applies to
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
regcomp.c: Remove unnecessary cast
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
regcomp.c: Make macro a lookup
blob
|
commitdiff
|
diff to current
2014-09-07
Karl Williamson
regcomp.c: Extract functionality into a static function
blob
|
commitdiff
|
diff to current
2014-09-04
Jarkko Hietaniemi
%ld expected long int, but got ssize_t.
blob
|
commitdiff
|
diff to current
2014-09-03
Karl Williamson
Allow for changing size of bracketed regex char class
blob
|
commitdiff
|
diff to current
2014-09-03
Karl Williamson
Fix -Dr output to work for larger ANYOF node size
blob
|
commitdiff
|
diff to current
2014-09-03
Karl Williamson
regcomp.c: Swap if/else clauses
blob
|
commitdiff
|
diff to current
2014-09-03
Karl Williamson
Rename some internal regex #defines
blob
|
commitdiff
|
diff to current
2014-09-03
Karl Williamson
regcomp.c: Remove unnecessary test
blob
|
commitdiff
|
diff to current
2014-09-01
Karl Williamson
PATCH: [perl #122655] 5.20 regression: '"X" !~ /[x]/i'
blob
|
commitdiff
|
diff to current
2014-08-28
Karl Williamson
regcomp.c: Silence Win32 compiler warning
blob
|
commitdiff
|
diff to current
2014-08-25
Karl Williamson
Improve -Dr output of bracketed char classes
blob
|
commitdiff
|
diff to current
2014-08-25
Karl Williamson
regcomp.c: Use symbolic constant instead of number
blob
|
commitdiff
|
diff to current
2014-08-25
Karl Williamson
regcomp.c: Add 'const' to parameter
blob
|
commitdiff
|
diff to current
2014-08-25
Karl Williamson
handy.h, regcomp.c: Add, clarify comments
blob
|
commitdiff
|
diff to current
2014-08-25
Karl Williamson
regcomp.c: Extract some code into a macro
blob
|
commitdiff
|
diff to current
2014-08-25
Karl Williamson
regcomp.c: white-space only
blob
|
commitdiff
|
diff to current
next