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
2014-03-18
Ricardo Signes
regenerate warnings.pm
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Ricardo Signes
do not podcheck regen/warnings.pl
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Ricardo Signes
warnings.pm: improve awkward sentence in pod
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Ricardo Signes
bump the version of warnings.pm
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Ricardo Signes
replace links to perllexwarn with links to warnings
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Ricardo Signes
remove references to perllexwarn from warnings.pm
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Ricardo Signes
regen/warnings.pl no longer touches perllexwarn
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Ricardo Signes
turn perllexwarn into a stub
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Ricardo Signes
merge most of perllexwarn into warnings
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Ricardo Signes
replace printTree with warningsTree
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Ricardo Signes
enclose warnings.h generation in a block
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Aaron Crane
Fix uninitialized-value warnings in Thread::Queue
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Andy Dougherty
Make sure the PWD environment variable points to the...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Andy Dougherty
Split file into parts with and without substitutions.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Yves Orton
Preallocate HvAUX() structures for large bucket arrays
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Yves Orton
Split out part of hv_auxinit() so it can be reused
commit
|
commitdiff
|
tree
|
snapshot
2014-03-17
David Mitchell
perlfunc: clarify kill()'s return value
commit
|
commitdiff
|
tree
|
snapshot
2014-03-17
David Mitchell
tidy up kill0.t and kill0_child
commit
|
commitdiff
|
tree
|
snapshot
2014-03-17
Daniel Dragan
RT #121230, tests for process group kill on Win32
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
[MERGE] avoid calling pp_null().
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
elide "empty" ops at the head of op_next chains
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
rpeep(): elide just-nulled ops
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
rpeep(): remove trailing OP_NULLs etc
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
code following eval {} not always optimised
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
OP_SORT: store start of block in null->op_next
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
rpeep(): OP_SORT with code block has OPf_SPECIAL
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
[MERGE] more refactoring of re_intuit_start()
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): re-comment head of function
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): indent rest of check block
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): add some general comments
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): update comments in BmUSEFUL blk
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): update comments in stclass code
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): improve main terminating cond
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): update stclass code comments
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): remove an obsolete assert.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): fix byte/char calculation err
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): eliminate checked_upto var
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): fix a comment about overlap
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): trivial reorg of stclass code
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): always initialise start_shift
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): swap BmUSEFUL + stclass blocks
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): de-duplicate condition
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): swap two blocks, delete label
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): swap another if/else block
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): remove redundant assertion
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): swap another if/else block
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): swap if/else blocks
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): eliminate one label
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
add test for a code path in intuit_start()
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): eliminate debug-only var
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): eliminate t from stclass code
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): reduce use of s in stclass code
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): remove if(check)
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): use check_ix for efficiency
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
David Mitchell
re_intuit_start(): stclass: use rx_origin more
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
Nicholas Clark
On OS X, allow Configure to override $ld with -Dld=...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-16
H.Merijn Brand
Configure misdetects strlcpy et al. with gcc -flto...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-15
Aaron Crane
Update perldelta for core changes to this point
commit
|
commitdiff
|
tree
|
snapshot
2014-03-14
Karl Williamson
White-space only; properly indent newly formed blocks
commit
|
commitdiff
|
tree
|
snapshot
2014-03-14
Karl Williamson
mktables: Inline short tables
commit
|
commitdiff
|
tree
|
snapshot
2014-03-13
Karl Williamson
lib/locale.t: Update $variable name
commit
|
commitdiff
|
tree
|
snapshot
2014-03-13
Karl Williamson
PATCH: [perl #121340] lib/locale.t noisy+complaining...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-13
Karl Williamson
lib/locale.t: Fix broken test
commit
|
commitdiff
|
tree
|
snapshot
2014-03-13
Chris 'BinGOs...
Update ExtUtils-MakeMaker to CPAN version 6.92
commit
|
commitdiff
|
tree
|
snapshot
2014-03-12
Jerry D. Hedden
Upgrade to Thread::Queue 3.04
commit
|
commitdiff
|
tree
|
snapshot
2014-03-12
Karl Williamson
regcomp.c: Don't read past string-end
commit
|
commitdiff
|
tree
|
snapshot
2014-03-12
David Mitchell
sprinkle LIKELY() on pp_hot.c scope.c and some *.h
commit
|
commitdiff
|
tree
|
snapshot
2014-03-12
Karl Williamson
regcomp.c: Make SSC node clone safe
commit
|
commitdiff
|
tree
|
snapshot
2014-03-12
Karl Williamson
regen/regcharclass.pl: Don't generate unused macros
commit
|
commitdiff
|
tree
|
snapshot
2014-03-12
Karl Williamson
regen/regcharclass.pl: Generate correct macro instead...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-12
Chris 'BinGOs...
Update ExtUtils-Install Changes file
commit
|
commitdiff
|
tree
|
snapshot
2014-03-12
Chris 'BinGOs...
Make the ExtUtils-Install tests parallelisable
commit
|
commitdiff
|
tree
|
snapshot
2014-03-12
H.Merijn Brand
Backport/genererate work from cross-port
commit
|
commitdiff
|
tree
|
snapshot
2014-03-11
Aristotle Pagaltzis
perlfunc: layout getpw*&c return values as a table
commit
|
commitdiff
|
tree
|
snapshot
2014-03-11
Aristotle Pagaltzis
perldiag: Clarify that lexicals do not trigger "used...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-10
Chris 'BinGOs...
ExtUtils-Install-1.62 has been released to CPAN
commit
|
commitdiff
|
tree
|
snapshot
2014-03-10
Daniel Dragan
remove a redundant SvTIED_mg from S_do_smartmatch
commit
|
commitdiff
|
tree
|
snapshot
2014-03-10
Daniel Dragan
don't repeatedly call HvUSEDKEYS
commit
|
commitdiff
|
tree
|
snapshot
2014-03-10
Craig A. Berry
Handle "no versions" feature in fileify and tovmsspec.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-10
Chris 'BinGOs...
Don't rely on IPC::Cmd in ExtUtils-Install tests
commit
|
commitdiff
|
tree
|
snapshot
2014-03-10
Paul Johnson
It is and always will be safe to delete the most recent...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Chris 'BinGOs...
Incorporate changes from CPAN release of ExtUtils-CBuilder
commit
|
commitdiff
|
tree
|
snapshot
2014-03-08
Jerry D. Hedden
Upgrade to Thread::Queue 3.03
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
David Mitchell
make core safe against HvAUX() realloc
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
David Mitchell
sv.h: add some more flag usage commentary
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Steffen Mueller
Data::Dumper update/changelog and version bump
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Steffen Mueller
Filter::Simple update/changelog and version bump
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Steffen Mueller
Attribute::Handlers update/changelog and version bump
commit
|
commitdiff
|
tree
|
snapshot
2014-03-07
Craig A. Berry
Smarter handling of escaped semicolons in vmsify.
commit
|
commitdiff
|
tree
|
snapshot
2014-03-06
Steve Hay
Update META files and remove blead customizations follo...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-06
Steve Hay
Upgrade CPAN::Meta from version 2.140630 to 2.140640
commit
|
commitdiff
|
tree
|
snapshot
2014-03-06
Ricardo Signes
officially discourage the use of threads
commit
|
commitdiff
|
tree
|
snapshot
2014-03-06
Ricardo Signes
note that the ~~ operator is experimental
commit
|
commitdiff
|
tree
|
snapshot
2014-03-05
Steffen Mueller
Maintainers.pl: Refer to recent EU::ParseXS release
commit
|
commitdiff
|
tree
|
snapshot
2014-03-05
Steffen Mueller
EU::ParseXS: Code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2014-03-05
Steve Hay
Temporary fixes for test failures after (Parse::)CPAN...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-05
Steve Hay
Upgrade Locale-Codes from version 3.29 to 3.30
commit
|
commitdiff
|
tree
|
snapshot
2014-03-05
Steve Hay
Update META files following previous two commits
commit
|
commitdiff
|
tree
|
snapshot
2014-03-05
Steve Hay
Upgrade Parse-CPAN-Meta from version 1.4413 to 1.4414
commit
|
commitdiff
|
tree
|
snapshot
2014-03-05
Steve Hay
Upgrade CPAN-Meta from version 2.133380 to 2.140630
commit
|
commitdiff
|
tree
|
snapshot
next