platform/upstream/perl.git
2012-02-02 Zeframsynch Carp::Heavy version number to Carp
2012-02-02 Zeframmake Carp messages match die properly
2012-02-02 Steffen MuellerXS::Typemap: Silence pedantic compiler warnings
2012-02-02 Steffen MuellerXS::Typemap: Disable PerlIO related typemap tests
2012-02-02 Brian Frasert/op/method.t: Add tests for subless AUTOLOAD and DESTROY
2012-02-02 Ricardo SignesCORE does not need to be in perlfunc
2012-02-02 Ricardo Signesfinish documenting keywords, sort the xrefs
2012-02-02 Ricardo Signesadd perlfunc cross-reference sections
2012-02-01 Zeframupdate Math-Complex to CPAN version 1.59
2012-02-01 Zeframreally allow pad_findmy's retval to be ignored
2012-02-01 Nicholas ClarkUpdate, correct and clarify the comment in Perl_sv_setuv().
2012-02-01 Father ChrysostomosIncrease $arybase::VERSION to 0.04
2012-02-01 Father Chrysostomos[perl #109570] Fix off-by-1 error in arybase’s lslice
2012-02-01 Father ChrysostomosAllow pad_findmy’s retval to be ignored
2012-02-01 Nicholas Clarkbisect.pl now exits with 0 for success for --help
2012-02-01 Nicholas ClarkAdd --no-match to bisect.pl, equivalent to --expect...
2012-02-01 Nicholas Clarkbisect.pl now treats the command line as files to match...
2012-02-01 Zeframupdate Time-HiRes to CPAN version 1.9725
2012-02-01 Chris 'BinGOs... Update Maintainers.pl for ExtUtils-ParseXS on teh CPAN
2012-02-01 Steffen MuellerExtUtils::ParseXS: Changelog and version bump to 3.14
2012-02-01 Zeframfix punctuation in a panic message
2012-02-01 Tony Cookperlxstypemap: typemap variable documentation
2012-02-01 Steffen MuellerMove more typemap-related documentation to the typemap...
2012-02-01 Steffen MuellerXS::Typemap: Somewhat consistent indentation
2012-02-01 Steffen MuellerFix typo in documentation
2012-02-01 Steffen MuellerMove typemap documentation to its own file
2012-02-01 Steffen MuellerXS::Typemap: Fix typo in docs, fix version
2012-02-01 Steffen MuellerXS::Typemap: Tests for T_IN/T_OUT typemaps
2012-02-01 Steffen MuellerXS::Typemap: Tests for T_INOUT typemap
2012-02-01 Steffen MuellerXS::Typemap: Tests for the T_PACKEDARRAY typemap
2012-02-01 Steffen MuellerXS::Typemap: Tests for T_PACKED
2012-02-01 Steffen MuellerDocument T_PACKEDARRAY
2012-02-01 Steffen MuellerXS::Typemap: Document T_PACKED
2012-02-01 Steffen MuellerXS-Typemap: Document sharing mechanism for typemaps
2012-02-01 Steffen MuellerInline the XS-Typemap typemap file
2012-02-01 Steffen MuellerDocument the exact format of a typemap
2012-02-01 Steffen MuellerTypemaps: Start writing some general documentation
2012-02-01 Steffen MuellerFirst stab T_REFREF docs
2012-02-01 Steffen MuellerTypemap tests: T_SHORT, T_U_INT, T_INT, T_LONG
2012-02-01 Steffen MuellerCleanup: Condense tests and add a few
2012-02-01 Steffen MuellerMinor documentation fixes and annotations
2012-02-01 Father ChrysostomosStop SvPVutf8 from forcing the POK flag
2012-02-01 Father ChrysostomosXS::APItest: svpv_magic.t: Correct test name
2012-02-01 Father ChrysostomosMake SvPVbyte return bytes for non-PVs
2012-02-01 Father Chrysostomosperldelta for ‘no overloading’ and qr//
2012-02-01 Father Chrysostomosperldelta for stacked filetests and FETCH
2012-02-01 Father Chrysostomosperldelta for stacked -t
2012-01-31 Father ChrysostomosTest that SvPVutf8 works with magic vars
2012-01-31 Father Chrysostomos[perl #108994] Stop SvPVutf8 from coercing SVs
2012-01-31 Father Chrysostomosperldelta for read-only core globs
2012-01-31 Father ChrysostomosXS::APItest: Move $VERSION further up
2012-01-31 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.35
2012-01-31 Father Chrysostomosperldelta for B::COP::stashflags
2012-01-31 Father ChrysostomosB.pm: Document stashflags
2012-01-31 Father Chrysostomosperldelta up to 675dc5e1a
2012-01-31 Father ChrysostomosIncrease $File::Copy::VERSION to 2.23
2012-01-31 Father Chrysostomos[perl #109104] File::Copy: Turn off ‘newline’ warnings
2012-01-31 Father ChrysostomosRemove use of study from splain
2012-01-31 Father ChrysostomosIncrease $File::Glob::VERSION to 1.17
2012-01-31 Nicholas ClarkAdd blank lines around Configure's duplicate extension...
2012-01-31 Florian RagwitzPod-Perldoc is now maintained on CPAN
2012-01-31 Nicholas ClarkRemove from perlfunc.pod the summaries of what's new...
2012-01-31 Nicholas ClarkPurge references to --libpod, an abbreviation for ...
2012-01-31 Nicholas ClarkConfigure now aborts with a diagnostic if it detects...
2012-01-31 Nicholas ClarkIn B.xs, use *pvf() functions to reduce the number...
2012-01-31 Nicholas Clarkdiagnostics doesn't need to search for perldelta.pod...
2012-01-31 Karl Williamsonpodcheck.t: Add comment
2012-01-31 Karl Williamsonlocale.t: Add tests for fc()
2012-01-31 Karl Williamsonlocale.t: process in sorted order
2012-01-31 Karl Williamsonlocale.t: White space only
2012-01-31 Karl Williamsonlocale.t: Add tests for IN_UNI_8_BIT
2012-01-31 Karl Williamsonlocale.t: white space only
2012-01-31 Brian Fraseruse locale; fc(""); shouldn't taint.
2012-01-30 Dominic HargreavesIncrease the fallback value of MAXPATHLEN
2012-01-30 Leon TimmermansMoving :mmap out of core binary into a module
2012-01-30 Father Chrysostomosstat.t: Use $>, not just $< for skipping
2012-01-30 Father Chrysostomos[perl #108780] Make /foo$qr/ work under ‘no overloading’
2012-01-30 Chris 'BinGOs... Update IPC-Cmd to CPAN version 0.76
2012-01-30 Father ChrysostomosUpdate MANIFEST
2012-01-30 Father ChrysostomosIncrease $Term::ReadLine::VERSION to 1.08
2012-01-30 Father ChrysostomosAdd Darin McBride to AUTHORS
2012-01-30 Darin McBride[perl #108470] Make Term::ReadLine use AE if available
2012-01-29 Chris 'BinGOs... Update IO-Compress to CPAN version 2.048
2012-01-29 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.048
2012-01-29 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.048
2012-01-29 Karl Williamsonlc.t: Add tests for previously broken IN_UNI_8_BIT
2012-01-29 Karl Williamsonpp.c: Can grow scalar by less
2012-01-29 Brian Fraserpod updates for fc and \F
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2012-01-29 Brian FraserAdd the fc keyword in regen/feature.pl
2012-01-29 Karl Williamsonutf8.h: Restore macro defn incorrectly trashed earlier
2012-01-29 Chris 'BinGOs... Add Windows 2008 to the list of Windows versions in...
2012-01-29 Father Chrysostomosfeature.h: Mask hints in CURRENT_FEATURE_BUNDLE
2012-01-29 Father Chrysostomos[perl #109264] ->method(my(...)) forcing lvalue cx
2012-01-29 Chris 'BinGOs... Update IO-Compress to CPAN version 2.047
2012-01-29 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.047
2012-01-28 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.047
2012-01-28 Craig A. BerryTrim directory extension in pathify under EFS.
2012-01-28 Yves OrtonFix bug #109206: ANCH_MBOL with while /.*/g
2012-01-28 Yves Ortonaccidentally used my work email for a commit so add...
next