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:scan_heredoc: Merge similar code
2012-08-31
Father Chrysostomos
toke.c:scan_heredoc: Merge similar code
commit
|
commitdiff
|
tree
2012-08-31
Father Chrysostomos
toke.c:scan_heredoc: Remove incorrect part of comment
commit
|
commitdiff
|
tree
2012-08-31
Father Chrysostomos
toke.c:scan_heredoc: Merge two adjacent #ifdefs
commit
|
commitdiff
|
tree
2012-08-31
Father Chrysostomos
toke.c:scan_heredoc: Remove unnecessary assignment
commit
|
commitdiff
|
tree
2012-08-31
Father Chrysostomos
toke.c:scan_heredoc: less pointer fiddling; one less SV
commit
|
commitdiff
|
tree
2012-08-31
Father Chrysostomos
toke.c:S_scan_heredoc: put the croaking code in one...
commit
|
commitdiff
|
tree
2012-08-31
Father Chrysostomos
Make eval "s//<<END/e" slightly faster
commit
|
commitdiff
|
tree
2012-08-31
Father Chrysostomos
lex.t: Mangle obscenity (albeit euphemistic)
commit
|
commitdiff
|
tree
2012-08-31
Father Chrysostomos
Fix here-doc body extraction in eval 's//<<END/'
commit
|
commitdiff
|
tree
2012-08-31
Father Chrysostomos
Finish fixing here-docs in re-evals
commit
|
commitdiff
|
tree
2012-08-31
Father Chrysostomos
toke.c:S_scan_heredoc: Put stream-based parser in else...
commit
|
commitdiff
|
tree
2012-08-31
Father Chrysostomos
Avoid uninit warning for qq|${\<<FOO}|
commit
|
commitdiff
|
tree
2012-08-31
Father Chrysostomos
toke.c: S_scan_heredoc: prune dead code
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
note CPAN pod link target; regen pod issues
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
perldtrace.pod: typo
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
perldtrace.pod: Remove a stray =item
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
Add another address for Shawn Moore to checkAUTHORS.pl
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
Add t/run/dtrace.pl to MANIFEST
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
op.c: Two more boolean %hash optimisations
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
Use PL_parser->lex_shared instead of Sv[IN]VX(PL_linestr)
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
caller.t: Fix ‘Caller’ test
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
Stop here-docs from gutting (caller $n)[6]
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
Stop (caller $n)[6] from including final "\n;"
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
Fix eval 'q;;'
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
Revert "smoke-me diag"
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
parser.h: Document copline with more detail
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
Fix line numbers inside here-docs
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
op.c: newSTATEOP: don’t check PL_parser after using it
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
Add PL_parser->lex_shared struct; move herelines into it
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
Stop invalid y/// ranges from leaking
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
toke.c: Merge KEY_tr and KEY_y
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
Stop unterminated here-docs from leaking memory
commit
|
commitdiff
|
tree
2012-08-28
Father Chrysostomos
[perl #114070] Fix lines nums after <<foo
commit
|
commitdiff
|
tree
2012-08-26
Father Chrysostomos
Opcode.pm: wrap long pod lines
commit
|
commitdiff
|
tree
2012-08-26
Father Chrysostomos
Increase $Opcode::VERSION to 1.24
commit
|
commitdiff
|
tree
2012-08-26
Father Chrysostomos
Remove boolkeys op
commit
|
commitdiff
|
tree
2012-08-26
Father Chrysostomos
pp_hot.c: pp_rv2av: Squash repetitive code
commit
|
commitdiff
|
tree
2012-08-26
Father Chrysostomos
Croak for \local %{\%foo}
commit
|
commitdiff
|
tree
2012-08-26
Father Chrysostomos
Restore ‘Can’t localize through ref’ to lv subs
commit
|
commitdiff
|
tree
2012-08-26
Father Chrysostomos
Correct typo in flag name
commit
|
commitdiff
|
tree
2012-08-26
Father Chrysostomos
Banish boolkeys
commit
|
commitdiff
|
tree
2012-08-25
Father Chrysostomos
Increase $B::Concise::VERSION to 0.93
commit
|
commitdiff
|
tree
2012-08-25
Father Chrysostomos
Optimise %hash in sub { %hash || ... }
commit
|
commitdiff
|
tree
2012-08-25
Father Chrysostomos
Apply boolkeys optimisation to %hash?:
commit
|
commitdiff
|
tree
2012-08-25
Father Chrysostomos
Apply boolkeys optimisation to scalar(%hash)
commit
|
commitdiff
|
tree
2012-08-25
Father Chrysostomos
[perl #114576] Optimise if(%hash) in non-void context
commit
|
commitdiff
|
tree
2012-08-25
Father Chrysostomos
pp.c: pp_boolkeys does not need to pop
commit
|
commitdiff
|
tree
2012-08-24
Father Chrysostomos
parser.t: Move a test above ‘Add new tests here’
commit
|
commitdiff
|
tree
2012-08-24
Father Chrysostomos
pad.h: Rename PadnameSTATE; make it a proper boolean
commit
|
commitdiff
|
tree
2012-08-23
Father Chrysostomos
Increase $Module::CoreList::VERSION to 2.73
commit
|
commitdiff
|
tree
2012-08-23
Father Chrysostomos
pad.h: PadnameSTATE
commit
|
commitdiff
|
tree
2012-08-23
Father Chrysostomos
Use FooBAR convention for new pad macros
commit
|
commitdiff
|
tree
2012-08-23
Father Chrysostomos
Increase $B::Deparse::VERSION to 1.17
commit
|
commitdiff
|
tree
2012-08-23
Father Chrysostomos
B::Deparse: Suppress trailing ; in formats
commit
|
commitdiff
|
tree
2012-08-23
Father Chrysostomos
pad.h: Let PADNAME_PV return null
commit
|
commitdiff
|
tree
2012-08-22
Father Chrysostomos
pad.h: typos in macro definitions
commit
|
commitdiff
|
tree
2012-08-22
Father Chrysostomos
pad.h: PADNAME_SV
commit
|
commitdiff
|
tree
2012-08-22
Father Chrysostomos
pad.[ch]: PADNAME_OUTER
commit
|
commitdiff
|
tree
2012-08-22
Father Chrysostomos
toke.c: Extreme paranoia
commit
|
commitdiff
|
tree
2012-08-22
Father Chrysostomos
[perl #114040] Fix here-docs in multiline re-evals
commit
|
commitdiff
|
tree
2012-08-22
Father Chrysostomos
Peek.t: Test that DeadCode doesn’t crash
commit
|
commitdiff
|
tree
2012-08-22
Father Chrysostomos
toke.c: -DT should report forced tokens under -Dmad
commit
|
commitdiff
|
tree
2012-08-22
Father Chrysostomos
heredoc.t: Add a CRLF test
commit
|
commitdiff
|
tree
2012-08-22
Father Chrysostomos
[Merge] New PADLIST type
commit
|
commitdiff
|
tree
2012-08-22
Father Chrysostomos
pad.c: fix pod link
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
Increase $XS:APItest::VERSION to 0.43
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
Increase $B::VERSION to 1.38
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
pad.c: CvPADLIST docs: one more thing
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
pad.c: Use PAD_ARRAY rather than AvARRAY in curpad...
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
Use new types for comppad and comppad_name
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
pad.c: CvPADLIST doc update
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
More PAD APIs
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
Fix format closure bug with redefined outer sub
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
Increase $B::Xref::VERSION from 1.03 to 1.04
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
Stop padlists from being AVs
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
Use PADLIST in more places
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
Move PAD(LIST) typedefs to perl.h
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
[Merge] Enter inline.h
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
Move S_CvDEPTHp from cv.h to inline.h; shrink macros
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
Static inline functions for SvPADTMP and SvPADSTALE
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
Use fast SvREFCNT_dec for non-GCC
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
Use static inline functions for SvREFCNT_inc
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
[perl #113718] Add inline.h
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
[Merge] Here-doc parsing
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
perlop.pod: Update here-doc-in-quotes parsing rules
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
smoke-me diag
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
toke.c:scan_heredoc: Use PL_tokenbuf less
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
Fix substitution in substitution pattern
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
Fix here-docs in nested quote-like operators
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
Don’t use strchr when scanning for newline after <<foo
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
here-doc in quotes in multiline s//.../e in eval
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
heredoc after "" in s/// in eval
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
[perl #65838] Allow here-doc with no final newline
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
heredoc.t: Suppress deprecation warnings
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
[perl #114040] Parse here-docs correctly in quoted...
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
[perl #70836] Fix err msg for unterminated here-doc...
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
Increase $Module::CoreList::TieHashDelta::VERSION to...
commit
|
commitdiff
|
tree
2012-08-21
Father Chrysostomos
[rt.cpan.org #79109] Avoid each $scalar in TieHashDelta.pm
commit
|
commitdiff
|
tree
2012-08-18
Father Chrysostomos
parser.t: Correct test count
commit
|
commitdiff
|
tree
2012-08-18
Father Chrysostomos
sv.h: Don’t repeat _XPV_HEAD
commit
|
commitdiff
|
tree
next