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
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
regcomp.c: Add assertion
2018-11-16
Karl Williamson
regcomp.c: Add assertion
commit
|
commitdiff
|
tree
2018-11-16
Karl Williamson
regcomp.c: Fix up RE_TRACK_PATTERN_OFFSETS
commit
|
commitdiff
|
tree
2018-11-16
Karl Williamson
regcomp.c: Avoid some conditionals
commit
|
commitdiff
|
tree
2018-11-16
Karl Williamson
regcomp.c: Make sure UTF-8 regex pattern uses /u
commit
|
commitdiff
|
tree
2018-11-16
Karl Williamson
PATCH: [perl #133642] Double free
commit
|
commitdiff
|
tree
2018-11-16
Karl Williamson
regcomp.c: Refactor to remove an else and a NOT_REACHED
commit
|
commitdiff
|
tree
2018-11-16
Karl Williamson
regcomp.c: calculate variants instead of assuming worst...
commit
|
commitdiff
|
tree
2018-11-16
Karl Williamson
XXX utf8.c: calculate vairants instead of assuming...
commit
|
commitdiff
|
tree
2018-11-16
Karl Williamson
regcomp.sym: longj field is a boolean
commit
|
commitdiff
|
tree
2018-11-16
Karl Williamson
t/re/reg_mesg.t: Add test
commit
|
commitdiff
|
tree
2018-11-16
Karl Williamson
-Drv now turns on all regex debugging
commit
|
commitdiff
|
tree
2018-11-16
Karl Williamson
regcomp.h: Delete duplicate macro defn
commit
|
commitdiff
|
tree
2018-11-16
Karl Williamson
perl.h: White-space, comment
commit
|
commitdiff
|
tree
2018-11-16
Karl Williamson
re/re_tests: Add test
commit
|
commitdiff
|
tree
2018-11-16
Karl Williamson
handy.h: Add some comments
commit
|
commitdiff
|
tree
2018-11-16
Karl Williamson
perlrun: Clarify -Dv
commit
|
commitdiff
|
tree
2018-11-16
Karl Williamson
t/re/pat.t: Add a test
commit
|
commitdiff
|
tree
2018-11-14
Karl Williamson
Add more parallelism to t/harness
commit
|
commitdiff
|
tree
2018-11-05
Karl Williamson
ext/re/t/qr.t: Rmv extraneous Debug statement
commit
|
commitdiff
|
tree
2018-10-31
Karl Williamson
PATCH: [perl #133620] heap buffer overflow
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
Merge branch 'remove sizing pass' into blead
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
perldelta
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: White space only
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
Remove references to passes from regex compiler
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
Remove sizing pass from regular expression compiler
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Avoid potential NULL ptr dereference
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Test that code block exists before cleaning
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Extract code into a function
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Test for having /u earlier for \p{}
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Remove variable in favor of struct element
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Move fcn call out of loop
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Extract code into a function
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Consolidate checks for warnings fatality
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Add macro for warnings output
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Defer setting the OP variant of a regnode
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Defer setting regnode operand
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Defer setting flags of a regnode
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Move some declarations
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Add some const's to static fcn
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Use an equivalent 'if' condition
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Reorder 'if' clauses
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Rmv unnecessary else
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Use SvREFCNT_inc_NN()
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Use an equivalent 'if' condition
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Combine expression into a macro
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Split variable into two
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
Consolidate code into a single macro
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Omit warning if error about to be raised
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Add ability to not warn during substitute...
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Generalize conditions to output warnings
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Move some more code to earlier
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Move some code to earlier
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Consolidate 2nd pass for warnings
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Add macro for warning experimental features
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Put common code in a macro
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Rename macro and label
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Use another macro consistently
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Use name consistently
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Use regnode offsets during parsing
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.sym: Add lengths for ANYOF nodes
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.h: Swap struct vs typedef
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Generate new regnode for /[[:posix:]]/l
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.sym: Add node type ANYOF_POSIXL
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.h: Add some macros
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.h: Remove unused macros
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: White-space, comment only
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.h: White-space, comments only
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Add conversion macros and use them
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Change macro formal parameter name
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Use pre-existing macro
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.c: Rename macros; reword some panic messages
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
regcomp.h: Create FILL_NODE macro and use it
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
t/re/reg_mesg.t: Turn off warns for experimental
commit
|
commitdiff
|
tree
2018-10-20
Karl Williamson
t/lib/warnings/regcomp: Turn off warns for experimental
commit
|
commitdiff
|
tree
2018-10-17
Karl Williamson
regcomp.c: Make 'const' 2 parms to re_op_compile
commit
|
commitdiff
|
tree
2018-10-17
Karl Williamson
regcomp.c: Change name spelling for clarity
commit
|
commitdiff
|
tree
2018-10-17
Karl Williamson
regcomp.c: Add #ifdefs for RE_TRACK_PATTERN_OFFSETS
commit
|
commitdiff
|
tree
2018-10-10
Karl Williamson
regcomp.c: Change error reporting mechanism slightly
commit
|
commitdiff
|
tree
2018-10-07
Karl Williamson
regcomp.c: Fix Posix ASCII defins for cased, vert space
commit
|
commitdiff
|
tree
2018-10-07
Karl Williamson
perl.c: Silence compiler warning
commit
|
commitdiff
|
tree
2018-10-06
Matthias Bethke
POSIX.pod: Mark cuserid() as obsolete
commit
|
commitdiff
|
tree
2018-10-06
Karl Williamson
Add Matthias Bethke to AUTHORS
commit
|
commitdiff
|
tree
2018-10-02
Karl Williamson
Change REG_INFTY to 2**16-1, instead of 2**15-1
commit
|
commitdiff
|
tree
2018-09-30
Karl Williamson
perlre: Add missing word to fix grammar
commit
|
commitdiff
|
tree
2018-09-30
Karl Williamson
regexec.c: Comments, White-space only
commit
|
commitdiff
|
tree
2018-09-30
Karl Williamson
regexec.c: Remove obsolete comments
commit
|
commitdiff
|
tree
2018-09-30
Karl Williamson
regexec.c: Remove macro use for further clarity
commit
|
commitdiff
|
tree
2018-09-30
Karl Williamson
re/script_run.t: White-space only
commit
|
commitdiff
|
tree
2018-09-30
Karl Williamson
PATCH: [perl #133547]: script run broken
commit
|
commitdiff
|
tree
2018-09-30
Karl Williamson
regexec.c: Rename variable
commit
|
commitdiff
|
tree
2018-09-23
Karl Williamson
regcomp.c: Fix typo in debug stmt
commit
|
commitdiff
|
tree
2018-09-20
Karl Williamson
handy.h: Silence compiler warning
commit
|
commitdiff
|
tree
2018-09-20
Karl Williamson
Create Ptrdiff_t type
commit
|
commitdiff
|
tree
2018-09-20
Karl Williamson
Don't overallocate space for /[foo]/
commit
|
commitdiff
|
tree
2018-09-10
Karl Williamson
utf8.c: Don't assume UTF-8 sequence has enough space.
commit
|
commitdiff
|
tree
2018-09-02
Karl Williamson
PATCH: [perl #133488] Fix grammer in perlfunc sysread()
commit
|
commitdiff
|
tree
2018-08-25
Eugen Konkov
perlsyn: Be more explicit about what is faster
commit
|
commitdiff
|
tree
2018-08-23
Karl Williamson
PATCH: [perl #133468] Silence compiler warning
commit
|
commitdiff
|
tree
2018-08-23
Karl Williamson
perldelta for Locale::Codes removal
commit
|
commitdiff
|
tree
2018-08-23
Karl Williamson
__Storable__.pm: Bump version to 3.13
commit
|
commitdiff
|
tree
next