platform/upstream/perl.git
2012-01-03 Father Chrysostomosperldelta for hash element deletion and destructors
2012-01-03 Father Chrysostomosperldelta for method deletion
2012-01-03 Father Chrysostomosperldelta for system SIGCHLD interference
2012-01-03 Father Chrysostomosperldelta for #! line errors
2012-01-03 Father Chrysostomosperldelta for POSIX sigsuspend
2012-01-03 Father Chrysostomosperldelta: update status comment
2012-01-03 Father Chrysostomosperldelta for reifying tied arrays
2012-01-03 Father Chrysostomosperldelta for tied @DB::args
2012-01-03 Father Chrysostomosperldelta for splain’s multiline support
2012-01-03 Father Chrysostomosperldelta for splain’s backtrace formatting
2012-01-03 Father Chrysostomosperldelta for lvalue fixes
2012-01-03 Father Chrysostomosperldelta for Data::Dumper and *{""}
2012-01-03 Father Chrysostomosperldelta for Data::Dumper and vstrings
2012-01-03 Father Chrysostomosperldelta for PerlIO::get_layers and numbers
2012-01-03 Father Chrysostomosperldelta for PerlIO::get_layers and get-magic
2012-01-03 Father Chrysostomosperldelta for select fixes
2012-01-03 Father Chrysostomosperldelta for deparsing $( $| $) in regexps
2012-01-03 Father Chrysostomosperldelta for /$#a/ deparsing
2012-01-03 Father Chrysostomosperldelta for open(foo::bar) warning
2012-01-03 Father Chrysostomosperldelta for deparsing strict [perl #24027]
2012-01-03 Father Chrysostomosperldelta for B::Deparse ambient_pragmas fix
2012-01-03 Father Chrysostomosperldelta for helem and hslice on null values
2012-01-03 Father ChrysostomosCorrect comment in APItest’s hash.t
2012-01-03 Father Chrysostomosperldelta for newHVhv on tied hashes
2012-01-03 Father Chrysostomosperldelta for deparsing features
2012-01-03 Father Chrysostomosperldelta for feature revamp
2012-01-02 Karl Williamsonutf8_heavy.pl: Skip unnecessary work for official prope...
2012-01-02 Karl Williamsonutf8_heavy.pl: Comment and white-space only
2012-01-02 Nicholas ClarkMerge the refactoring of installperl that fixes Pod...
2012-01-02 Nicholas ClarkNote the user-visible installperl changes in perldelta.
2012-01-02 Nicholas Clarkinstallperl now uses get_pod_metadata() to install...
2012-01-02 Nicholas ClarkIn installperl, convert the File::Find::find(..., ...
2012-01-02 Nicholas ClarkIn installperl, don't chdir 'lib' before finding files...
2012-01-02 Nicholas ClarkIn installperl, add the trailing / to the value held...
2012-01-02 Nicholas ClarkIn installperl, initialise $do_install{arch,priv}lib...
2012-01-02 Nicholas ClarkIn installperl, simplify the strip/chmod code for libra...
2012-01-02 Nicholas ClarkSanitise NetWare changes to installperl.
2012-01-02 Nicholas ClarkAvoid t/re/regexp.t failing on miniperl when displaying...
2012-01-02 Nicholas ClarkIn diagnostics.t, avoid passing a literal \n in the...
2012-01-01 Father ChrysostomosDon’t double-free GVs in gv:S_maybe_add_coresub
2012-01-01 Father Chrysostomos[perl #107366] Don’t clone GVs during thread join
2012-01-01 Father ChrysostomosSimplify gv:S_maybe_add_coresub
2012-01-01 Craig A. Berrysigsystem.t depends on fork().
2012-01-01 Father ChrysostomosSuppress void warning in t/op/sprintf.t
2012-01-01 Father ChrysostomosCorrect comment in op.c
2012-01-01 Father Chrysostomos[perl #103492] Make %n printf format work with Unicode
2012-01-01 Father Chrysostomos[perl #103492] Give lvalue cx to (s)printf args
2012-01-01 Father Chrysostomos[perl #103492] Correct docs for %n format in perlfunc
2012-01-01 Father Chrysostomoshv.c: Consistent spaces after dots in apidocs
2012-01-01 Father ChrysostomosRemove method cache reset from hv.c:hv_free_ent
2012-01-01 Father Chrysostomossquash some code in hv.c:S_hv_delete_common
2012-01-01 Father Chrysostomos[perl #100340] Free hash entries before values on delete
2012-01-01 Father Chrysostomosmro.c: Consistent use of spaces after dots in apidocs
2012-01-01 Father Chrysostomosmro.c: Use F<> for file names
2012-01-01 Father ChrysostomosUpdate method caches for non-void stash elem deletions
2012-01-01 Craig A. Berry'S' case already exists with ALTERNATE_SHEBANG.
2011-12-31 Craig A. BerryCurrent VMS can handle filenames with spaces.
2011-12-31 Father Chrysostomossigsystem.t: put miniperl skip earlier
2011-12-31 Father ChrysostomosCorrect skip count in sigsystem.t
2011-12-31 Father ChrysostomosAllow Data::Dumper to load on miniperl
2011-12-31 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.135_03
2011-12-31 Leon TimmermansBlock SIGCHLD during system() call (per POSIX)
2011-12-31 Leon TimmermansAdded tests for SIGCHLD blocking during system()
2011-12-31 Craig A. Berrystrlcpy fix-ups in vms/vms.c following a35dcc95dd24.
2011-12-31 Chris 'BinGOs... Update Version-Requirements to CPAN version 0.101021
2011-12-31 Father Chrysostomosperldelta up to a65c7ff
2011-12-31 Father Chrysostomosperldelta for deparsing "foo::]"->...
2011-12-31 Father Chrysostomosperldelta for tying empty %^H (cb1f05e8f)
2011-12-31 Father Chrysostomosperldelta for deparsing "string"->[0]
2011-12-31 Father Chrysostomosperldelta for deparsing open("string")
2011-12-31 Father Chrysostomosperldelta for safe %^H cloning
2011-12-31 Father ChrysostomosTest ‘Too late for -[Mm]’
2011-12-31 Father Chrysostomos[perl #104288] Die with ‘Unrecognized switch’ on #...
2011-12-31 Father ChrysostomosFix bad reference in sv.h’s docs
2011-12-30 Chris 'BinGOs... Update Maintainers.pl for the CGI.pm update.
2011-12-30 Chris 'BinGOs... Update CPAN-Meta to CPAN version 2.113640
2011-12-30 Father Chrysostomos[perl #107296] Document File::Glob’s default flags
2011-12-30 Father ChrysostomosIncrease $File::Glob::VERSION to 1.16
2011-12-30 Ricardo Signesinclude a package POSIX::SigSet
2011-12-30 Karl Williamsonmktables: Fix bug for early Unicode versions
2011-12-30 Karl Williamsonmktables: Change function name
2011-12-30 Karl Williamsonmktables: Unicode 6.1 table will be empty
2011-12-30 Karl Williamsonmktables: Add comment
2011-12-30 Karl WilliamsonUnicode:UCD: Add comments
2011-12-30 Karl WilliamsonUnicode::UCD: Extend prop_invmap() to handle multi...
2011-12-30 Karl WilliamsonUnicode::UCD: white-space only
2011-12-30 Karl WilliamsonUnicode::UCD: Allow prop_invlist() to work on non-compa...
2011-12-30 Karl WilliamsonUnicode::UCD: Special case prop_aliases() 'indic'
2011-12-30 Karl WilliamsonUnicode::UCD: Allow prop_invmap() to work on non-compac...
2011-12-30 Karl WilliamsonUnicode::UCD: Correct pod
2011-12-30 Shlomi FishAdd a test for "n EXPR()".
2011-12-30 Shlomi Fishperl -d: add a test for s EXPR().
2011-12-30 Shlomi Fishperl -d: add a test to the 's' command.
2011-12-30 Shlomi FishAdd a test for s.
2011-12-30 Shlomi Fishperl -d: test for 'T'.
2011-12-30 Shlomi Fishperl -d: add test for the x command.
2011-12-30 Shlomi FishAdd a test for the debugger p command.
2011-12-30 Chris 'BinGOs... Update CGI to CPAN version 3.59
2011-12-30 Eric BrineClarify that \Q, \U, \L don't require \E
2011-12-30 Nicholas ClarkNote POSIX changes in perldelta.
next