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
toke.c: Add, clarify some comments, white-space
2017-01-19
Karl Williamson
toke.c: Add, clarify some comments, white-space
commit
|
commitdiff
|
tree
2017-01-19
Karl Williamson
perlebcdic: Rmv obsolete text about 'use encoding'
commit
|
commitdiff
|
tree
2017-01-19
Karl Williamson
perlop: Remove obsolete text
commit
|
commitdiff
|
tree
2017-01-19
Karl Williamson
Fix bug with a digit range under re 'strict'
commit
|
commitdiff
|
tree
2017-01-18
Karl Williamson
APItest/t/handy.t: Skip some tests on EBCDIC
commit
|
commitdiff
|
tree
2017-01-18
Karl Williamson
APItest/t/handy.t: Use more mnemonic variable names
commit
|
commitdiff
|
tree
2017-01-16
Karl Williamson
perldelta: Fix typo
commit
|
commitdiff
|
tree
2017-01-16
Karl Williamson
perluniintro: Remove obsolete text
commit
|
commitdiff
|
tree
2017-01-13
Karl Williamson
re.pm: pod formatting nits, and clarifications
commit
|
commitdiff
|
tree
2017-01-13
Karl Williamson
Warn on unescaped /[]}]/ under re strict
commit
|
commitdiff
|
tree
2017-01-13
Karl Williamson
t/re/reg_mesg.t: Add new ability
commit
|
commitdiff
|
tree
2017-01-13
Karl Williamson
Various .t's: Escape literal '}' and ']' in patterns
commit
|
commitdiff
|
tree
2017-01-13
Karl Williamson
regcomp.c: Clarify comment.
commit
|
commitdiff
|
tree
2017-01-13
Karl Williamson
Add /xx regex pattern modifier
commit
|
commitdiff
|
tree
2017-01-13
Karl Williamson
perlre: Clarifications, typos
commit
|
commitdiff
|
tree
2017-01-13
Karl Williamson
perlretut: Add some white space for legibility
commit
|
commitdiff
|
tree
2017-01-13
Karl Williamson
regcomp.c: Remove obsolete data structure element
commit
|
commitdiff
|
tree
2017-01-13
Karl Williamson
pp_sys.c: White space only
commit
|
commitdiff
|
tree
2017-01-12
Karl Williamson
Rmv unused regex implementation structure element
commit
|
commitdiff
|
tree
2017-01-11
Karl Williamson
PATCH: [perl #130530]: HP-UX assertion failure
commit
|
commitdiff
|
tree
2017-01-10
Tomasz Konojacki
(perl #130534) fix test failures under DragonFly BSD
commit
|
commitdiff
|
tree
2017-01-10
Karl Williamson
Add Tomasz Konojacki to AUTHORS
commit
|
commitdiff
|
tree
2017-01-10
Karl Williamson
t/loc_tools.pl: Quit immediately if incompat locale
commit
|
commitdiff
|
tree
2017-01-10
Karl Williamson
t/loc_tools.pl: Allow for multiple warnings
commit
|
commitdiff
|
tree
2017-01-10
Karl Williamson
t/loc_tools.pl: Emphasize input conditions in comment
commit
|
commitdiff
|
tree
2017-01-10
Karl Williamson
locale.c: Fix typo in comment
commit
|
commitdiff
|
tree
2017-01-10
Karl Williamson
locale.c: -DL shouldn't affect other things
commit
|
commitdiff
|
tree
2017-01-08
Karl Williamson
perlpodspec: Note Pod::Simple instead of Pod::Parser
commit
|
commitdiff
|
tree
2017-01-05
Karl Williamson
regcomp.c: Use memEQ instead of looping an element...
commit
|
commitdiff
|
tree
2017-01-05
Karl Williamson
perlapi: Add clarification for SvGROW()
commit
|
commitdiff
|
tree
2017-01-05
Karl Williamson
toke.c: Make too-long inline function just static
commit
|
commitdiff
|
tree
2017-01-05
Karl Williamson
utf8.c: Add a const to a function parameter
commit
|
commitdiff
|
tree
2017-01-04
Karl Williamson
APItest/t/handy.t: Skip locale tests when not in locale
commit
|
commitdiff
|
tree
2017-01-03
Karl Williamson
toke.c: Clarify comment
commit
|
commitdiff
|
tree
2017-01-03
Karl Williamson
toke.c: Keep better track for avoiding work in tr///
commit
|
commitdiff
|
tree
2017-01-03
Karl Williamson
toke.c: Fix comment that said the opposite of what...
commit
|
commitdiff
|
tree
2017-01-03
Karl Williamson
toke.c: Simplify expression
commit
|
commitdiff
|
tree
2017-01-03
Karl Williamson
SV_UTF8_NO_ENCODING is no longer used
commit
|
commitdiff
|
tree
2017-01-03
Karl Williamson
toke.c: White-space only
commit
|
commitdiff
|
tree
2017-01-03
Karl Williamson
toke.c: Potentially avoid work when converting to UTF-8
commit
|
commitdiff
|
tree
2017-01-03
Karl Williamson
toke.c: Reorder if/else branches
commit
|
commitdiff
|
tree
2017-01-03
Karl Williamson
toke.c: Fix too-small SvGROW()
commit
|
commitdiff
|
tree
2017-01-03
Karl Williamson
toke.c: Simplify a couple of expressions
commit
|
commitdiff
|
tree
2017-01-03
Karl Williamson
toke.c: Convert sv_grow to SvGROW
commit
|
commitdiff
|
tree
2017-01-03
Karl Williamson
APItest/t/handy.t: Fix for EBCDIC
commit
|
commitdiff
|
tree
2016-12-29
Karl Williamson
handy.h: Add missing right paren in macro
commit
|
commitdiff
|
tree
2016-12-26
Karl Williamson
perlre, perlrequick: Note other pods
commit
|
commitdiff
|
tree
2016-12-26
Karl Williamson
perlretut: Add some introductory remarks
commit
|
commitdiff
|
tree
2016-12-25
Karl Williamson
utf8.c: Avoid reinitializing
commit
|
commitdiff
|
tree
2016-12-25
Karl Williamson
PATCH: [perl #130397] Rmv useless code
commit
|
commitdiff
|
tree
2016-12-24
Karl Williamson
Fix win32 test failures
commit
|
commitdiff
|
tree
2016-12-24
Karl Williamson
perldiag: Reinistate use of Z<>
commit
|
commitdiff
|
tree
2016-12-24
Karl Williamson
Deprecate non-grapheme string delimiter
commit
|
commitdiff
|
tree
2016-12-24
Karl Williamson
Create inversion list for Assigned code points
commit
|
commitdiff
|
tree
2016-12-24
Karl Williamson
regen/mk_invlists.pl: Create list of Assigned code...
commit
|
commitdiff
|
tree
2016-12-24
Karl Williamson
Don't assume input UTF-8 is well-formed in to_utf8_case()
commit
|
commitdiff
|
tree
2016-12-24
Karl Williamson
Deprecate toFOO_utf8()
commit
|
commitdiff
|
tree
2016-12-24
Karl Williamson
Convert core to use toFOO_utf8_safe()
commit
|
commitdiff
|
tree
2016-12-24
Karl Williamson
Add toFOO_utf8_safe() macros
commit
|
commitdiff
|
tree
2016-12-24
Karl Williamson
Convert some calls to test for malformations
commit
|
commitdiff
|
tree
2016-12-24
Karl Williamson
Don't assume input to case change macros is valid
commit
|
commitdiff
|
tree
2016-12-24
Karl Williamson
For character case changing, create macros and use
commit
|
commitdiff
|
tree
2016-12-24
Karl Williamson
regcomp.c, mathoms.c: Convert to use preferred macro
commit
|
commitdiff
|
tree
2016-12-24
Karl Williamson
Scalar::List-Utils/t/tainted.t: Skip failing tests
commit
|
commitdiff
|
tree
2016-12-24
Karl Williamson
perlapi: Italicize some C<text> that isn't as-is
commit
|
commitdiff
|
tree
2016-12-24
Karl Williamson
handy.h: White-space, comment only
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
utf8.c: Add flag to indicate unsure as to end of string...
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
Deprecate isFOO_utf8() macros
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
regexec.c: Make isFOO_lc() non-static
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
utf8.c: White space, comments only
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
Allow allowing UTF-8 overflow malformation
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
Return REPLACEMENT for UTF-8 overlong malformation
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
Return REPLACEMENT for UTF-8 empty malformation
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
utf8.c: Forbid zero-length malformation under DEBUGGING
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
utf8.h: Don't allow zero length malformation unless...
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
utf8.h: Renumber flag bits
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
toke.c: Replace infinite loop reading input by bounded
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
toke.c: Use fewer branches
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
toke.c: Use macro instead of repeating code
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
toke.c: White-space only
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
toke.c: Convert to use isFOO_utf8_safe() macros
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
Convert core (except toke.c) to use isFOO_utf8_safe()
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
Add isFOO_utf8_safe() macros
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
toke.c: Avoid a conversion to/from UTF-8
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
PATCH: [perl #126310] single quote UTF-8 malformation...
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
Die on malformed isFOO_utf8() input
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
Use fnc to force out malformed warnings
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
Add fnc to force out UTF-8 malform warnings at death
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
Silence win32 compiler warning
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
toke.c: Silence win32 compiler warning.
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
utf8.c Extract common code into macros
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
APItest/t/handy.t: Bring final special case into loop
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
APItest/t/handy.t: White-space only
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
APItest/t/handy.t: Add more tests
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
APItest/t/handy.t: Add more tests
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
APItest/t/handy.t: Use abbrev. char name in test names
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
APItest/t/handy.t: White-space only
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
APItest/t/handy.t: Fold in another special case
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
APItest/t/handy.t: Refactor for maintenance
commit
|
commitdiff
|
tree
2016-12-23
Karl Williamson
t/uni/variables.t: Test what it purports to test
commit
|
commitdiff
|
tree
next