This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-12-03 Joel BergerCwd::fast_abs_path's untaint should allow for multiline...
2012-12-03 Father Chrysostomos[perl #115962] cwd.t: Add test for fast_abs_path in...
2012-12-03 Father ChrysostomosStop /[\i]/ from leaking under fatal warnings
2012-12-03 Father ChrysostomosStop /(?{})+/ from leaking under fatal warnings
2012-12-03 Father ChrysostomosMake PL_sawampersand checks conditional on PERL_SAWAMPE...
2012-12-03 Father ChrysostomosStop /(?{})?/ from leaking under fatal warnings
2012-12-03 Father ChrysostomosRemove use of SAVEDESTRUCTOR_X(clear_re...) from regcomp.c
2012-12-03 Yves OrtonMake it possible to simulate old style one-at-a-time...
2012-12-02 Craig A. BerryBetter escaping of dots in tovmsspec.
2012-12-01 Craig A. BerryRemove a spurious strlen in VMS's readdir().
2012-12-01 Craig A. BerryFix memory leak in VMS's readdir().
2012-12-01 Father ChrysostomosIncrease $sort::VERSION to 2.02
2012-12-01 Martin Beckerfixed typos in sample code in sort.pm documentation
2012-12-01 Father ChrysostomosStop format closure fatal warnings from leaking
2012-12-01 Father Chrysostomossvleak.t: Correct test name
2012-12-01 Father ChrysostomosStop duplicate lex vars from leaking under fatal warnings
2012-12-01 Father ChrysostomosStop newCONSTSUB from leaking the constant under fatal...
2012-11-30 James E KeenanMerge branch 'blead' of jkeenan@perl5.git.perl.org...
2012-11-30 James E KeenanAdd descriptions to tests in t/op/arith.t.
2012-11-30 James E Keenant/win32/runenv.t: Correct syntax error reported by...
2012-11-30 James E KeenanAdd descriptions to tests lacking them.
2012-11-30 James E Keenant/run/switchx.t: Add descriptions to tests lacking...
2012-11-30 James E Keenant/run/switchF1.t: Add descriptions to tests in t/run...
2012-11-30 James E Keenant/run/script.t: Add descriptions to all tests.
2012-11-30 James E Keenant/op/args.t: Add descriptions for tests lacking them.
2012-11-30 James E Keenant/run/switchd.t: Add descriptions to tests lacking...
2012-11-30 James E Keenant/run/switchp.t: Add descriptions to all tests.
2012-11-30 James E Keenant/run/switchI.t: Add descriptions to tests lacking...
2012-11-29 Father ChrysostomosClear method caches when unwinding local *foo=sub{}
2012-11-29 Father Chrysostomosmethod_caching.t: Load test.pl at BEGIN time
2012-11-29 Father ChrysostomosClear method caches when unwinding local *foo=*method
2012-11-29 Father ChrysostomosFix two local *ISA bugs
2012-11-29 Father ChrysostomosDon’t croak for local *DetachedStash::method
2012-11-29 Father ChrysostomosReset method caches when GPs are shared
2012-11-29 Father ChrysostomosFix two minor bugs with local glob assignment
2012-11-29 Father Chrysostomosscope.c:save_gp: Remove redundant code
2012-11-29 Karl WilliamsonMake isIDFIRST_uni() return identically as isIDFIRST_utf8()
2012-11-29 Karl WilliamsonRemove double underscore in internal function name
2012-11-29 Karl WilliamsonXS-APItest/t/handy.t: Turn off non_unicode warnings
2012-11-29 Karl Williamsoncharnames: Check for enabled warnings before warning
2012-11-28 Karl Williamsonmktables: Sort some outputs for repeatability
2012-11-28 Karl Williamsonembed.fnc, mathoms.c: Add comments
2012-11-27 Karl Williamsonperlapi: Don't mention internal function
2012-11-27 Father Chrysostomos[Merge] New COW mechanism
2012-11-27 Father ChrysostomosDon’t share TARGs between recursive ops
2012-11-27 Father Chrysostomossubst.t: Test something I nearly broke
2012-11-27 Father ChrysostomosUpdate docs to concur with $`,$&,$' changes
2012-11-27 Father ChrysostomosIncrease $English::VERSION to 1.06
2012-11-27 Father ChrysostomosEnglish.pm: Update -no_match_vars docs
2012-11-27 Father ChrysostomosTest perl #4289
2012-11-27 Father Chrysostomostest_bootstrap.t: Skip PL_sawampersand tests
2012-11-27 Father ChrysostomosFix up Peek.t to account for preceding commits
2012-11-27 Father Chrysostomosperl.h: Mention PERL_SAWAMPERSAND in perl -V output
2012-11-27 Father ChrysostomosDisable PL_sawampersand
2012-11-27 Father ChrysostomosEnable PERL_NEW_COPY_ON_WRITE by default
2012-11-27 Father ChrysostomosAllow COW with magical and blessed scalars (among others)
2012-11-27 Father ChrysostomosMin string length for COW
2012-11-27 Father ChrysostomosNew COW mechanism
2012-11-27 Matthew Horsfall... Fix comment referencing pp_iterinit (should be pp_enter...
2012-11-26 Karl Williamsonregexec.c: White space only; no code changes
2012-11-26 Karl WilliamsonRemove 3 unused interpreter variables
2012-11-26 Craig A. BerryConsider /... a directory component with EFS on VMS.
2012-11-26 Father ChrysostomosAdd Bob Ernst to AUTHORS
2012-11-26 Father ChrysostomosMove a CAN_COW_MASK comment from sv.c to sv.h
2012-11-26 Father ChrysostomosMissing dependency in XS::APItest’s Makefile
2012-11-26 Father ChrysostomosStop cv-to-glob assignment redef warnings from leaking
2012-11-26 Bob ErnstAdd descriptions to tests for exp.t
2012-11-26 Bob ErnstAdd descriptions to tests for fh.t
2012-11-26 Bob ErnstAdded descriptions to tests in reverse.t
2012-11-26 Bob ErnstAdd descriptions to tests for int.t
2012-11-25 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.059
2012-11-25 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.059
2012-11-25 Chris 'BinGOs... Update Digest-SHA to CPAN version 5.74
2012-11-25 Craig A. BerryBump Term::ReadLine version.
2012-11-25 Craig A. BerryAdd Sven Strickroth to AUTHORS.
2012-11-25 Craig A. BerryRational findConsole dispatch for Term::ReadLine.
2012-11-25 Sven Strickroth(msys) perl readline creates sys$command files w/o...
2012-11-25 Karl Williamsonpp_hot.c: Comment typo, white-space only
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-25 Karl Williamsonperlhack: Add note to not use "register" declarations
2012-11-25 Matthew Horsfall... RT-23180 - If we skip matching in pp_match for any...
2012-11-25 Craig A. BerryClarify reporting of .DIR extension on VMS.
2012-11-25 Craig A. BerryHandle invalid directory spec with EFS in pathify_dirspec.
2012-11-24 Father ChrysostomosIncrease $Module::CoreList::VERSION to 2.79
2012-11-24 Alexandr CiorniiErrno was added in 5.5, not in 5.5.4
2012-11-24 Karl WilliamsonRequest is_utf8_char_slow() be inlined
2012-11-24 Karl Williamsonregen/embed.pl: flag 'i' didn't work with 'n'
2012-11-24 Yves OrtonAdd "buzzhash16" - a random hash function
2012-11-24 Father ChrysostomosStop sub decl redef warnings from leaking CVs
2012-11-24 Father Chrysostomosperldiag: Correct wording of ‘Using just the first...
2012-11-24 Father Chrysostomosperldiag: Add cat to ‘Using just the first char...’
2012-11-24 Father ChrysostomosIncrease $feature::VERSION to 1.32
2012-11-24 Father ChrysostomosWarn when declaring lexsubs, not when enabling them
2012-11-24 Father Chrysostomosop.c: Factor common ‘existing sub’ logic into static...
2012-11-24 Father ChrysostomosWarn by default for constant my sub redefinition
2012-11-24 Father ChrysostomosPrevent double frees with lexical constants
2012-11-24 Father Chrysostomosop.c:newATTRSUB: Change an if condition to an else
2012-11-24 Father ChrysostomosStop ignored :lvalue warning from leaking CVs
2012-11-24 Yves Ortonprevent memory exhaustion from hash attacks
2012-11-24 Daniel DraganSvPVXtrue single eval->multiple eval
next