This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-03-20 Ricardo Signessync-with-cpan: allow digits after -TRIAL
2014-03-20 Aaron Cranehv.h: tweak comment about HvAUX preallocation for large...
2014-03-20 Aaron CraneUpgrade CPAN from 2.03-TRIAL to 2.04-TRIAL
2014-03-19 David Mitchell[MERGE] audit anchoring in re_intuit_start()
2014-03-19 David Mitchellre_intuit_start(): move comments abut IMPLICIT
2014-03-19 David Mitchellre_intuit_start(): don't unset MBOL on uselessness
2014-03-19 David Mitchellre_intuit_start(): change definition of ml_anch
2014-03-19 David Mitchellre_intuit_start(): check for IMPLICIT in abs anch
2014-03-19 David Mitchellre_intuit_start(): check for IMPLICIT in stclass
2014-03-19 David Mitchellre_intuit_start(): use better limit on anch float
2014-03-19 David Mitchellre_intuit_start(): do 'not at start' check on BOL
2014-03-19 David Mitchellre_intuit_start(): reduce scope of /^...$/m test
2014-03-19 David Mitchellre_intuit_start(): change !ml_anch debugging msg
2014-03-19 David Mitchellre_intuit_start(): don't set ml_anch on BOL
2014-03-19 Aaron CranePorting/sync-with-cpan: allow "-TRIAL" version numbers
2014-03-19 Nicholas ClarkMerge the refactoring of Perl_do_openn() to blead.
2014-03-19 Nicholas ClarkIn Perl_nextargv(), move variable declarations into...
2014-03-19 Nicholas ClarkSimplify the code in Perl_nextargv().
2014-03-19 Nicholas ClarkChange core uses of Perl_do_openn() to Perl_do_open6...
2014-03-19 Nicholas ClarkSplit Perl_do_openn() into Perl_do_open_raw() and Perl_...
2014-03-19 Nicholas ClarkExtract the cleanup code of Perl_do_openn() into S_open...
2014-03-19 Nicholas ClarkExtract the setup code of Perl_do_openn() into S_openn_...
2014-03-19 Nicholas ClarkIn Perl_do_openn(), disambiguate the two separate uses...
2014-03-19 Nicholas ClarkIn Perl_do_openn(), move the variable result into the...
2014-03-19 Nicholas ClarkPerl_do_openn() doesn't need to set num_svs and svp.
2014-03-19 Nicholas ClarkPerl_do_openn() should call PerlIO_openn() with arg...
2014-03-19 Nicholas ClarkIn Perl_do_openn(), move {in,out}_{raw,crlf} into the...
2014-03-19 Nicholas ClarkTests that warnings are emitted if in-place edit fails...
2014-03-18 Aaron CraneFix minor inaccuracy in the release manager's guide
2014-03-18 Aaron CraneUpgrade Digest-SHA from 5.87 to 5.88
2014-03-18 Karl WilliamsonPorting/todo.pod: Use F<> instead of C<>
2014-03-18 Karl Williamsonmktables: In-line defns for tables up to 3 ranges
2014-03-18 Karl Williamsonmktables: Remove obsolete sort constraint
2014-03-18 Karl Williamsonmktables: Add comments, reorder a gen'd file
2014-03-18 Karl Williamsonmktables: White-space only
2014-03-18 Karl Williamsonutf8_heavy.pl: Change data structure for in-lined defin...
2014-03-18 Karl Williamsonmktables: Fix overlooked in-line table defns code
2014-03-18 Matthew Horsfall... Add support for test.valgrind parallel testing
2014-03-18 Ricardo SignesMerge perllexwarn.pod into warnings.pm
2014-03-18 Ricardo Signesregenerate warnings.pm
2014-03-18 Ricardo Signesdo not podcheck regen/warnings.pl
2014-03-18 Ricardo Signeswarnings.pm: improve awkward sentence in pod
2014-03-18 Ricardo Signesbump the version of warnings.pm
2014-03-18 Ricardo Signesreplace links to perllexwarn with links to warnings
2014-03-18 Ricardo Signesremove references to perllexwarn from warnings.pm
2014-03-18 Ricardo Signesregen/warnings.pl no longer touches perllexwarn
2014-03-18 Ricardo Signesturn perllexwarn into a stub
2014-03-18 Ricardo Signesmerge most of perllexwarn into warnings
2014-03-18 Ricardo Signesreplace printTree with warningsTree
2014-03-18 Ricardo Signesenclose warnings.h generation in a block
2014-03-18 Aaron CraneFix uninitialized-value warnings in Thread::Queue
2014-03-18 Andy DoughertyMake sure the PWD environment variable points to the...
2014-03-18 Andy DoughertySplit file into parts with and without substitutions.
2014-03-18 Yves OrtonPreallocate HvAUX() structures for large bucket arrays
2014-03-18 Yves OrtonSplit out part of hv_auxinit() so it can be reused
2014-03-17 David Mitchellperlfunc: clarify kill()'s return value
2014-03-17 David Mitchelltidy up kill0.t and kill0_child
2014-03-17 Daniel DraganRT #121230, tests for process group kill on Win32
2014-03-16 David Mitchell[MERGE] avoid calling pp_null().
2014-03-16 David Mitchellelide "empty" ops at the head of op_next chains
2014-03-16 David Mitchellrpeep(): elide just-nulled ops
2014-03-16 David Mitchellrpeep(): remove trailing OP_NULLs etc
2014-03-16 David Mitchellcode following eval {} not always optimised
2014-03-16 David MitchellOP_SORT: store start of block in null->op_next
2014-03-16 David Mitchellrpeep(): OP_SORT with code block has OPf_SPECIAL
2014-03-16 David Mitchell[MERGE] more refactoring of re_intuit_start()
2014-03-16 David Mitchellre_intuit_start(): re-comment head of function
2014-03-16 David Mitchellre_intuit_start(): indent rest of check block
2014-03-16 David Mitchellre_intuit_start(): add some general comments
2014-03-16 David Mitchellre_intuit_start(): update comments in BmUSEFUL blk
2014-03-16 David Mitchellre_intuit_start(): update comments in stclass code
2014-03-16 David Mitchellre_intuit_start(): improve main terminating cond
2014-03-16 David Mitchellre_intuit_start(): update stclass code comments
2014-03-16 David Mitchellre_intuit_start(): remove an obsolete assert.
2014-03-16 David Mitchellre_intuit_start(): fix byte/char calculation err
2014-03-16 David Mitchellre_intuit_start(): eliminate checked_upto var
2014-03-16 David Mitchellre_intuit_start(): fix a comment about overlap
2014-03-16 David Mitchellre_intuit_start(): trivial reorg of stclass code
2014-03-16 David Mitchellre_intuit_start(): always initialise start_shift
2014-03-16 David Mitchellre_intuit_start(): swap BmUSEFUL + stclass blocks
2014-03-16 David Mitchellre_intuit_start(): de-duplicate condition
2014-03-16 David Mitchellre_intuit_start(): swap two blocks, delete label
2014-03-16 David Mitchellre_intuit_start(): swap another if/else block
2014-03-16 David Mitchellre_intuit_start(): remove redundant assertion
2014-03-16 David Mitchellre_intuit_start(): swap another if/else block
2014-03-16 David Mitchellre_intuit_start(): swap if/else blocks
2014-03-16 David Mitchellre_intuit_start(): eliminate one label
2014-03-16 David Mitchelladd test for a code path in intuit_start()
2014-03-16 David Mitchellre_intuit_start(): eliminate debug-only var
2014-03-16 David Mitchellre_intuit_start(): eliminate t from stclass code
2014-03-16 David Mitchellre_intuit_start(): reduce use of s in stclass code
2014-03-16 David Mitchellre_intuit_start(): remove if(check)
2014-03-16 David Mitchellre_intuit_start(): use check_ix for efficiency
2014-03-16 David Mitchellre_intuit_start(): stclass: use rx_origin more
2014-03-16 Nicholas ClarkOn OS X, allow Configure to override $ld with -Dld=...
2014-03-16 H.Merijn BrandConfigure misdetects strlcpy et al. with gcc -flto...
2014-03-15 Aaron CraneUpdate perldelta for core changes to this point
2014-03-14 Karl WilliamsonWhite-space only; properly indent newly formed blocks
2014-03-14 Karl Williamsonmktables: Inline short tables
2014-03-13 Karl Williamsonlib/locale.t: Update $variable name
next