projects
/
platform
/
upstream
/
perl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/perl.git
2012-08-22
Father Chrysostomos
toke.c: Extreme paranoia
commit
|
commitdiff
|
tree
|
snapshot
2012-08-22
Karl Williamson
PATCH: Devel::Peek doesn't compile under C++
commit
|
commitdiff
|
tree
|
snapshot
2012-08-22
Father Chrysostomos
[perl #114040] Fix here-docs in multiline re-evals
commit
|
commitdiff
|
tree
|
snapshot
2012-08-22
Father Chrysostomos
Peek.t: Test that DeadCode doesn’t crash
commit
|
commitdiff
|
tree
|
snapshot
2012-08-22
Karl Williamson
Devel::Peek: Fix so compiles under C++
commit
|
commitdiff
|
tree
|
snapshot
2012-08-22
Father Chrysostomos
toke.c: -DT should report forced tokens under -Dmad
commit
|
commitdiff
|
tree
|
snapshot
2012-08-22
Father Chrysostomos
heredoc.t: Add a CRLF test
commit
|
commitdiff
|
tree
|
snapshot
2012-08-22
Father Chrysostomos
[Merge] New PADLIST type
commit
|
commitdiff
|
tree
|
snapshot
2012-08-22
Father Chrysostomos
pad.c: fix pod link
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
Increase $XS:APItest::VERSION to 0.43
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
Increase $B::VERSION to 1.38
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
pad.c: CvPADLIST docs: one more thing
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
pad.c: Use PAD_ARRAY rather than AvARRAY in curpad...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
Use new types for comppad and comppad_name
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
pad.c: CvPADLIST doc update
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
More PAD APIs
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
Fix format closure bug with redefined outer sub
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
Increase $B::Xref::VERSION from 1.03 to 1.04
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
Stop padlists from being AVs
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
Use PADLIST in more places
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
Move PAD(LIST) typedefs to perl.h
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
[Merge] Enter inline.h
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
Move S_CvDEPTHp from cv.h to inline.h; shrink macros
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
Static inline functions for SvPADTMP and SvPADSTALE
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
Use fast SvREFCNT_dec for non-GCC
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
Use static inline functions for SvREFCNT_inc
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
[perl #113718] Add inline.h
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Chris 'BinGOs...
Sync Module-CoreList in Maintainers.pl for CPAN release
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Chris 'BinGOs...
Update Changes fr Module-CoreList and bump to version...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
[Merge] Here-doc parsing
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
perlop.pod: Update here-doc-in-quotes parsing rules
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
smoke-me diag
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
toke.c:scan_heredoc: Use PL_tokenbuf less
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
Fix substitution in substitution pattern
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
Fix here-docs in nested quote-like operators
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
Don’t use strchr when scanning for newline after <<foo
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
David Nicol
[perl #65838] perlop: remove caveat here-doc without...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
here-doc in quotes in multiline s//.../e in eval
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
heredoc after "" in s/// in eval
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
David Nicol
toke.c:S_scan_heredoc: Add comment about <<\FOO
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
[perl #65838] Allow here-doc with no final newline
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
heredoc.t: Suppress deprecation warnings
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Michael G....
Clean up heredoc.t
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
David Nicol
[perl #65838] Tests for here-docs without final newlines
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
[perl #114040] Parse here-docs correctly in quoted...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
[perl #70836] Fix err msg for unterminated here-doc...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
Increase $Module::CoreList::TieHashDelta::VERSION to...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Father Chrysostomos
[rt.cpan.org #79109] Avoid each $scalar in TieHashDelta.pm
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
David Mitchell
utf8 pos cache: always keep most recent value
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Chris 'BinGOs...
Restore MANIFEST entry for Module::CoreList, sync with...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-21
Craig A. Berry
Consistent unixy path handling in File::Find::_find_opt.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
jkeenan
Implement name change in POD example; Chris Waggoner++.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Steve Hay
RMG - update commit reference for version bump change
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Steve Hay
Bump version to 5.17.4
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Steve Hay
RMG - update commit reference for new perldelta change
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Steve Hay
Make new perldelta for 5.17.4
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Steve Hay
Undo VERSION bump for undone code
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Steve Hay
Correct announcement date for 5.17.2's epigraph
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Steve Hay
Add epigraph for 5.17.3
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Steve Hay
Merge branch 'release-5.17.3' into blead
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
H.Merijn Brand
Add the new smoke report test site
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Steve Hay
Fix Module::CoreList test - TieHashDelta is to be expec...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Steve Hay
Add 5.17.3 to perlhist
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Steve Hay
Upgrade Module-CoreList to 2.71
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Jesse Luehrs
fix accidentally modified comment
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Steve Hay
perldelta - finalize with acknowledgements for 5.17.3
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Steve Hay
perldelta - Fix unescaped <>
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Steve Hay
Update RMG - note sync-with-cpan is untested on Windows
commit
|
commitdiff
|
tree
|
snapshot
2012-08-20
Steve Hay
perldelta - Remove XXX sections ready for 5.17.3 release
commit
|
commitdiff
|
tree
|
snapshot
2012-08-19
Steve Hay
Upgrade to Sys-Syslog-0.31
commit
|
commitdiff
|
tree
|
snapshot
2012-08-19
Steve Hay
Corrections to Maintainers.pl and perldelta.pod for...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-19
Steve Hay
Upgrade to Text-Tabs+Wrap-2012.0818
commit
|
commitdiff
|
tree
|
snapshot
2012-08-19
Steve Hay
Upgrade Module-Metadata to 1.000011
commit
|
commitdiff
|
tree
|
snapshot
2012-08-19
Steve Hay
Upgrade Module-Build to 0.4003
commit
|
commitdiff
|
tree
|
snapshot
2012-08-18
Karl Williamson
Omnibus removal of register declarations
commit
|
commitdiff
|
tree
|
snapshot
2012-08-18
Steve Hay
Tweaks to RMG
commit
|
commitdiff
|
tree
|
snapshot
2012-08-18
Steve Hay
Don't use /dev/tty if it happens to exist on Windows
commit
|
commitdiff
|
tree
|
snapshot
2012-08-18
Steve Hay
We don't support compilers other than MS VC++ and MinGW...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-18
Steve Hay
Remove two unused #defines
commit
|
commitdiff
|
tree
|
snapshot
2012-08-18
Steve Hay
We don't support MS VC++ < 6.0
commit
|
commitdiff
|
tree
|
snapshot
2012-08-18
Father Chrysostomos
parser.t: Correct test count
commit
|
commitdiff
|
tree
|
snapshot
2012-08-18
Father Chrysostomos
sv.h: Don’t repeat _XPV_HEAD
commit
|
commitdiff
|
tree
|
snapshot
2012-08-17
Father Chrysostomos
write.t: Eek! debugging code
commit
|
commitdiff
|
tree
|
snapshot
2012-08-17
Father Chrysostomos
perldelta entries
commit
|
commitdiff
|
tree
|
snapshot
2012-08-17
Father Chrysostomos
[perl #114040] Allow pod in quoted constructs
commit
|
commitdiff
|
tree
|
snapshot
2012-08-17
Father Chrysostomos
Don’t leak formats defined inside subs
commit
|
commitdiff
|
tree
|
snapshot
2012-08-17
Father Chrysostomos
pad.c: Document pad_add_anon’s refcounting
commit
|
commitdiff
|
tree
|
snapshot
2012-08-17
Father Chrysostomos
perldelta: Clarify note about B::PADLIST
commit
|
commitdiff
|
tree
|
snapshot
2012-08-17
Father Chrysostomos
pp_ctl.c:pp_dbstate: Don’t adjust CvDEPTH for XSUBs
commit
|
commitdiff
|
tree
|
snapshot
2012-08-17
Steve Hay
Restore VC++ 6 build on Windows
commit
|
commitdiff
|
tree
|
snapshot
2012-08-17
Steve Hay
Upgrade to B::Debug 1.18
commit
|
commitdiff
|
tree
|
snapshot
2012-08-17
Craig A. Berry
newCONSTSUB needs its own CV.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-17
Nicholas Clark
Remove the UTS port.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-17
Steve Hay
perldelta - Add remaining changes not yet documented
commit
|
commitdiff
|
tree
|
snapshot
2012-08-16
Steve Hay
CGI's t/url.t is no longer customized
commit
|
commitdiff
|
tree
|
snapshot
2012-08-16
Steve Hay
perldelta - Fix mistakes
commit
|
commitdiff
|
tree
|
snapshot
2012-08-16
Steve Hay
perldelta - Document Windows-specific changes
commit
|
commitdiff
|
tree
|
snapshot
2012-08-16
Steve Hay
Upgrade to CGI 3.60
commit
|
commitdiff
|
tree
|
snapshot
2012-08-16
Father Chrysostomos
perldelta for a444d2d4f37/#114368
commit
|
commitdiff
|
tree
|
snapshot
2012-08-16
Father Chrysostomos
perldelta for fc33dad25ea/#114020
commit
|
commitdiff
|
tree
|
snapshot
next