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
mktables: factor out sub that duplicates utf8_heavy
2011-02-02
Karl Williamson
mktables: factor out sub that duplicates utf8_heavy
commit
|
commitdiff
|
tree
2011-02-02
Karl Williamson
regcomp.c: cl_and() fix
commit
|
commitdiff
|
tree
2011-01-30
Karl Williamson
embed.fnc: Add E flag to regcurly entry
commit
|
commitdiff
|
tree
2011-01-29
Karl Williamson
Use embed.pl inline capabilities for regcurly
commit
|
commitdiff
|
tree
2011-01-29
Karl Williamson
embed.fnc: Add inline function capability
commit
|
commitdiff
|
tree
2011-01-29
Karl Williamson
mktables: simplify a little code
commit
|
commitdiff
|
tree
2011-01-29
Karl Williamson
mktables: Rmv surrogates caution
commit
|
commitdiff
|
tree
2011-01-29
Karl Williamson
perlapi: Clarify statement about av_push()
commit
|
commitdiff
|
tree
2011-01-29
Karl Williamson
perldiag.pod: Expand \p in locale description
commit
|
commitdiff
|
tree
2011-01-28
Karl Williamson
regcomp: Add warning if tries to use \p in locale.
commit
|
commitdiff
|
tree
2011-01-28
Karl Williamson
toke.c: Add comment
commit
|
commitdiff
|
tree
2011-01-27
Karl Williamson
Fix test count introduced by previous commit
commit
|
commitdiff
|
tree
2011-01-27
Karl Williamson
regex: \p{} in pattern implies Unicode semantics
commit
|
commitdiff
|
tree
2011-01-27
Karl Williamson
perlre.pod: Fix omission of /a
commit
|
commitdiff
|
tree
2011-01-21
Karl Williamson
Add x-references in pods to new /a, etc.
commit
|
commitdiff
|
tree
2011-01-21
Karl Williamson
regcomp.c: Refactor macro so works on EBCDIC, clarity
commit
|
commitdiff
|
tree
2011-01-21
Karl Williamson
mktables: Clarify comment
commit
|
commitdiff
|
tree
2011-01-20
Karl Williamson
perlrecharclass.pod: Update for /a
commit
|
commitdiff
|
tree
2011-01-20
Karl Williamson
perlunicode: Add explanatory text
commit
|
commitdiff
|
tree
2011-01-20
Karl Williamson
Typos and nits in pods
commit
|
commitdiff
|
tree
2011-01-20
Karl Williamson
perldelta fixes
commit
|
commitdiff
|
tree
2011-01-19
Karl Williamson
perlunicode.pod: Update for /a
commit
|
commitdiff
|
tree
2011-01-19
Karl Williamson
perlre.pod: corrections for /a
commit
|
commitdiff
|
tree
2011-01-18
Karl Williamson
regexec.c: Remove break statements from macros
commit
|
commitdiff
|
tree
2011-01-18
Karl Williamson
regexec.c: Don't rely on break stmts in macros
commit
|
commitdiff
|
tree
2011-01-18
Karl Williamson
regexec.c: Fix /a complements
commit
|
commitdiff
|
tree
2011-01-18
Karl Williamson
regcomp: Disallow multi-char folds in lookbehind
commit
|
commitdiff
|
tree
2011-01-18
Karl Williamson
op_reg_common.h: add explicit cast
commit
|
commitdiff
|
tree
2011-01-18
Karl Williamson
regexec.c: Fix so will compile on Windows
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
Add /a regex modifier
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regcomp.sym: Add nodes for /a
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
add heading for perldelta
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
re/charset.t: typo in comment
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regcomp.c: Convert \d \D to a switch{}
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regcomp.c: Clarify comment
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
Add plan() call to .t
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regex: Use BOUNDU regnodes
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regcomp.sym: Remove unused nodes DIGITU, NDIGITU
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regcomp.sym: Add BOUNDU, NBOUNDU regnodes
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regexec.c: Remove unnecessary cBOOLs
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regexec.c: Use FLAGS field instead of OP for BOUND...
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regexec.c: Convert two !=0's to cBOOL
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regexec.c: change variable name to reflect its purpose
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regexec.c: Change '1' to bool TRUE for clarity.
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regexec.c: refactor and comment the CCC_TRY macros
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regex: Separate nodes for Unicode semantics \s \w
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regcomp.c: add missing code for optimizer for \W
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regcomp.c: remove unreached code
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regex: Add separate regnodes for \w \s Uni semantics
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regexec.c: Replace duplicated code by its macro
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regcomp.sym: add clarifying comments
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
op_reg_common: correct path in comment
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
regex: Convert regnode FLAGS fields to charset enum
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
Change name of /d to DEPENDS
commit
|
commitdiff
|
tree
2011-01-17
Karl Williamson
CH] Change usage of regex/op common to common names
commit
|
commitdiff
|
tree
2011-01-16
Karl Williamson
Use multi-bit field for regex character set
commit
|
commitdiff
|
tree
2011-01-16
Karl Williamson
regcomp.pl: Add capability for fields to be > 1 bit
commit
|
commitdiff
|
tree
2011-01-16
Karl Williamson
op_reg_common.h: Add guard to only expand once
commit
|
commitdiff
|
tree
2011-01-16
Karl Williamson
Subject: [PATCH] re.pm: Correct pod statement
commit
|
commitdiff
|
tree
2011-01-16
Karl Williamson
op.h: add blank line for grouping
commit
|
commitdiff
|
tree
2011-01-16
Karl Williamson
.pm: rename variables to reflect expanded usage
commit
|
commitdiff
|
tree
2011-01-16
Karl Williamson
re.pm: correct typo
commit
|
commitdiff
|
tree
2011-01-16
Karl Williamson
Deliver t/re/charset.t
commit
|
commitdiff
|
tree
2011-01-16
Karl Williamson
White space, comment only change
commit
|
commitdiff
|
tree
2011-01-16
Karl Williamson
Fix \xa0 matching both [\s] [\S], et.al.
commit
|
commitdiff
|
tree
2011-01-16
Karl Williamson
regcomp: Share two bits in ANYOF flags
commit
|
commitdiff
|
tree
2011-01-14
Karl Williamson
regexec.c: Remove no longer needed goto
commit
|
commitdiff
|
tree
2011-01-14
Karl Williamson
regexec.c: Add to comment
commit
|
commitdiff
|
tree
2011-01-14
Karl Williamson
uni/fold.t: Fix TODOs that now pass
commit
|
commitdiff
|
tree
2011-01-14
Karl Williamson
regex: Use ANYOFV
commit
|
commitdiff
|
tree
2011-01-14
Karl Williamson
utf8.h: Add define for max fold expansion in chars
commit
|
commitdiff
|
tree
2011-01-14
Karl Williamson
regcomp.sym: Add ANYOFV node
commit
|
commitdiff
|
tree
2011-01-14
Karl Williamson
regex: Some Comment clarifications
commit
|
commitdiff
|
tree
2011-01-11
Karl Williamson
embed.fnc: Silence 'no docs' message
commit
|
commitdiff
|
tree
2011-01-10
Karl Williamson
utf8.c: Renumber cases in switch
commit
|
commitdiff
|
tree
2011-01-10
Karl Williamson
utf8.c: Change to warn_d in two places
commit
|
commitdiff
|
tree
2011-01-10
Karl Williamson
utf8.h: remove wrong, no-longer used #define
commit
|
commitdiff
|
tree
2011-01-10
Karl Williamson
mktables: Now can test surrogates and nonchars
commit
|
commitdiff
|
tree
2011-01-10
Karl Williamson
Document the flip of problematic code points handling
commit
|
commitdiff
|
tree
2011-01-10
Karl Williamson
Add warnings for use of problematic code points
commit
|
commitdiff
|
tree
2011-01-10
Karl Williamson
utf8.c: Whitespace only
commit
|
commitdiff
|
tree
2011-01-10
Karl Williamson
op.c: Remove unnecessary flag
commit
|
commitdiff
|
tree
2011-01-10
Karl Williamson
utf8.c(): Default to allow problematic code points
commit
|
commitdiff
|
tree
2011-01-10
Karl Williamson
utf8.c: Nits in pod
commit
|
commitdiff
|
tree
2011-01-10
Karl Williamson
Add check_utf8_print()
commit
|
commitdiff
|
tree
2011-01-10
Karl Williamson
perldiag.pod: Remove more format precisions
commit
|
commitdiff
|
tree
2011-01-10
Karl Williamson
diag.t: Change so a fixed TODO passes
commit
|
commitdiff
|
tree
2011-01-10
Karl Williamson
utf8.h: white space, add comments
commit
|
commitdiff
|
tree
2011-01-08
Karl Williamson
diag.t: Remove printf conversion modifiers from msgs
commit
|
commitdiff
|
tree
2011-01-08
Karl Williamson
diag.t: Check that TODOs haven't been done
commit
|
commitdiff
|
tree
2011-01-08
Karl Williamson
diag.t: Remove TODOs that have been done
commit
|
commitdiff
|
tree
2011-01-08
Karl Williamson
diag.t: Ignore formatting precisions in messages
commit
|
commitdiff
|
tree
2011-01-08
Karl Williamson
diag.t: Add checks that pod msgs have severity
commit
|
commitdiff
|
tree
2011-01-08
Karl Williamson
diag.t: Use variable for pod name
commit
|
commitdiff
|
tree
2011-01-08
Karl Williamson
perldiag.pod: Add missing message severities
commit
|
commitdiff
|
tree
2011-01-05
Karl Williamson
utf8.h: Add macros for problematic code points
commit
|
commitdiff
|
tree
2011-01-05
Karl Williamson
perlrepository: Add example of why tests need running
commit
|
commitdiff
|
tree
2011-01-05
Karl Williamson
mktables: Small performance enhancement
commit
|
commitdiff
|
tree
2011-01-05
Karl Williamson
mktables: white space-only change
commit
|
commitdiff
|
tree
2011-01-05
Karl Williamson
mktables: remove unneeded test
commit
|
commitdiff
|
tree
next