This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-02-28 Karl Williamsonregcomp.c: Factor code into a function.
2011-02-28 Karl WilliamsonAdd #defines for 2 Latin1 chars
2011-02-28 Karl WilliamsonMove some #defines
2011-02-28 Karl Williamsonregcomp.c: Remove no longer necessary tests
2011-02-28 Karl Williamsonregcomp.c: accept NULL as inversion list param
2011-02-27 Nicholas ClarkEliminate tests for tainting of globs, skipped since...
2011-02-27 Nicholas ClarkIn gv_autoload4(), ensure set magic is called on $...
2011-02-27 Chris 'BinGOs... Maintainers.pl and perldelta updates for Math::BigInt...
2011-02-27 Peter John... Update Math::BigInt::FastCalc to CPAN version 0.25
2011-02-27 Chris 'BinGOs... Added GNU/kFreeBSD to list of systems where 5.12.x...
2011-02-27 Father Chrysostomos[perl #76814] FETCH called twice - ||
2011-02-27 Father Chrysostomos[perl #79442] A #line "F" in a string eval doesn't...
2011-02-26 Karl Williamsonregexec.c: Array declared 1 too small
2011-02-26 Reini UrbanModern cygwin often has empty $ENV{CYGWIN}
2011-02-26 Father ChrysostomosStop aelemfast from crashing on GVs with null AVs
2011-02-26 Florian RagwitzDon't include commit IDs in generated delta entries
2011-02-26 Florian RagwitzHack to allow git-deltatool to spawn 'emacsclient -t'
2011-02-26 Florian RagwitzAllow reviewing of diffs in the deltatool
2011-02-26 Father ChrysostomosReword perltie/READLINE and correct example
2011-02-26 Kevin Ryde[perl #84942] perltie.pod READLINE list context
2011-02-26 Father ChrysostomosAdd Kevin Ryde to AUTHORS
2011-02-26 Father Chrysostomos[perl #84746] Accessing $2 causes the interpreter to...
2011-02-26 Karl Williamsonbleadperl breaks RCLAMP/Text-Glob
2011-02-26 Karl WilliamsonFree up bit in ANYOF flags
2011-02-26 Karl Williamsonregcomp.c: ANYOF node handle range to UV_MAX
2011-02-26 Karl Williamsonregcomp.c: Move inversion list conversion code
2011-02-26 Karl Williamsonregcomp.c: Use more precise ANYOF flag
2011-02-26 Karl Williamsonregcomp.c: Add comment
2011-02-25 Florian RagwitzUpgrade Tie::RefHash from version 1.38 to 1.39
2011-02-25 Florian RagwitzUpgrade Devel::DProf to version 20110225.01
2011-02-25 Florian RagwitzDProf is now maintained on CPAN, not by p5p anymore
2011-02-25 Florian RagwitzRemove DProf's Changes file
2011-02-25 Florian RagwitzRemove DProf's Makefile.PL
2011-02-25 Chris 'BinGOs... Maintainers.pl and perldelta updates for Math::BigInt...
2011-02-25 Peter John... Update Math::BigInt to CPAN version 1.993
2011-02-25 Nicholas ClarkEliminate $::PatchId from t/re/*.t.
2011-02-25 Nicholas ClarkRemove now-unnecessary C<use File::Spec> from t/op...
2011-02-25 Nicholas ClarkMigrate t/op/{fork,runlevel,tie}.t to use run_multiple_...
2011-02-25 Nicholas ClarkMigrate the test running logic from t/lib/common.pl...
2011-02-25 Nicholas ClarkConvert t/lib/common.pl to lexical filehandles and...
2011-02-25 Nicholas ClarkIn t/lib/common.pl, load File::Path on demand.
2011-02-25 Karl Williamsonfold_grind.t: Skip some /aa tests.
2011-02-25 Karl Williamsonfold_grind.t: Skip some ASCII-only tests in /l
2011-02-25 Karl Williamsonfold_grind.t: Add comment
2011-02-25 Karl Williamsonfold_grind.t: White space only
2011-02-25 Karl Williamsonfold_grind.t: Run every charset on non-folds
2011-02-25 Karl Williamsonfold_grind: fix comment
2011-02-25 Karl Williamsonregcomp.h: Remove obsolete define
2011-02-25 Karl Williamsonintrpvar.h: Add comment about PERLVARI
2011-02-24 Leon TimmermansDetect unsafe signals more reliably on BSD/Solaris
2011-02-24 Nicholas ClarkIn t/lib/common.pl, inline print_err_line into its...
2011-02-24 Nicholas ClarkIn t/lib/common.pl, inline RandomMatch() into its only...
2011-02-24 David Mitchellspeedup t/porting/authors.t
2011-02-24 David Mitchellspeed up t/porting/filenames.t
2011-02-24 Nicholas ClarkIn test.pl, change _fresh_perl* to avoid using closures.
2011-02-24 Craig A. BerryFurther consolidate static logical name routines in...
2011-02-23 David Mitchelllib/locale.t: big speedup
2011-02-23 David Mitchellt/re/fold_grind.t: slight speed up
2011-02-23 David Mitchellt/re/fold_grind.t: tidy up a bit
2011-02-23 David Mitchellmake t/re/fold_grind.t even faster
2011-02-23 David Mitchellmake t/re/fold_grind.t faster
2011-02-23 Nicholas ClarkMove the tests that blow away %ENV to the end of t...
2011-02-23 Nicholas ClarkNo need to sort {non_,}bincompat_options in Config...
2011-02-23 Nicholas ClarkTest that perl.c reports {non_,}bincompat_options in...
2011-02-23 Chris 'BinGOs... Update Test-Simple to CPAN version 0.98
2011-02-23 Nicholas ClarkSkip t/re/pat_{advanced,rt_report}.t under minitest...
2011-02-23 Nicholas ClarkSkip the test for #77684 under minitest, as it requires...
2011-02-23 Father Chrysostomosperlfunc: typos, grammar, rewording
2011-02-23 Karl WilliamsonfoldEQ_utf8(): Move rare tests out of main stream
2011-02-23 Craig A. BerryRemove unused static function popen_translate from...
2011-02-23 Father Chrysostomosperlfunc/goto: Note the llafr exemption
2011-02-23 Father ChrysostomosYet more perlfunc tweaks
2011-02-23 Father Chrysostomosperlfunc/formline: Suggest an alternate capturing method
2011-02-23 Father Chrysostomosperlfunc/fileno: Document the -1 retval
2011-02-23 Father ChrysostomosYet another set of perlfunc tweaks
2011-02-22 Karl Williamsoncharset.t: Skip locale tests if non locale
2011-02-22 Karl Williamsonfold_grind.t: Skip locale tests if wrong locale
2011-02-22 Karl Williamsonfold_grind.t: Don't use test numbers for todos
2011-02-22 Karl Williamsont/test.pl: Add is_miniperl()
2011-02-22 Nicholas ClarkAllow t/re/regexp.t to conditionally skip tests on...
2011-02-22 Nicholas ClarkSkip a warnings test under miniperl that relies on...
2011-02-22 David Mitchellmake /\p{isUserDefined}/ die on taint
2011-02-22 Nicholas ClarkAvoid loading modules for %! and %+ on meeting %{...
2011-02-22 Vadim Konovalovgenmake mention from perlembed.pod is bogus
2011-02-22 Karl WilliamsonRevert "Revert "fold_grind.t: Test multi-char folds""
2011-02-22 Karl Williamsonintrpvar.h: Need to initialize PL_utf8_foldable
2011-02-22 Boris RatnerRemove various indirect method calls in IO's docs
2011-02-21 Chris 'BinGOs... Update Test-Harness to CPAN version 3.23
2011-02-21 Chris 'BinGOs... Update JSON-PP to CPAN version 2.27104
2011-02-21 Karl WilliamsonTwo functions shouldnt be declared inline
2011-02-21 Karl Williamsontoke.c: 'Specialized /le message is only for substitutes
2011-02-21 Karl Williamsonmove brace to same line as conditional
2011-02-21 Karl Williamsontoke.c: fix comment
2011-02-21 Nicholas ClarkBreak out the test for #27839 into a new test file.
2011-02-21 Nicholas ClarkUnder minitest, skip tests in op/g{oto,v}.t that need...
2011-02-21 Nicholas ClarkIn t/io/open.t, skip the tests for loading IO::File...
2011-02-21 Nicholas ClarkAdd skip_if_miniperl() to test.pl, and use it in op...
2011-02-21 Nicholas ClarkBreak out the test for #72922 into a new test file.
2011-02-21 Nicholas ClarkConvert t/re/re.t to use done_testing(), instead of...
2011-02-21 Nicholas ClarkAdd skip_all_if_miniperl() to test.pl, and use it in...
next