platform/upstream/perl.git
2010-07-05 Jerry D. HeddenEnsure new arg to watchdog() in t/test.pl gets initialized
2010-07-05 Jesse Vincentadded a "list" command to list open tickets that might...
2010-07-05 Jesse Vincentwe can't depend on patches having filenames. Thanks...
2010-07-05 Jesse VincentFirst pass at a tool to help porters apply RT patches...
2010-07-05 Nicholas ClarkIn Perl_lex_start(), use newSVpvn_flags() to reduce...
2010-07-05 Nicholas ClarkIn pp_regcomp and pp_entereval, use newSVpvn_flags...
2010-07-04 Karl WilliamsonSpeed up viacode
2010-07-04 Karl Williamsoncharnames.t update because of rebase
2010-07-04 Karl WilliamsonCorrect perldelta for these changes
2010-07-04 Karl WilliamsonAdd vi hint for non-std format of charnames.pm
2010-07-04 Karl WilliamsonMore charnames pod updates
2010-07-04 Karl Williamsoncharnames: check for use bytes in vianame; efficiency
2010-07-04 Karl WilliamsonClean up charnames pod, including new changes
2010-07-04 Karl WilliamsonClean up viacode, accept large aliases
2010-07-04 Karl WilliamsonExtend \N{} enhancements to vianame()
2010-07-04 Karl WilliamsonBump version; some pod cleanup
2010-07-04 Karl Williamsoncharnames: add CORE:: to hex()
2010-07-04 Karl WilliamsonAbandon plans to change viacode's return of unassigned
2010-07-04 Karl WilliamsonAllow defining custom charnames to ordinals
2010-07-04 Karl WilliamsonAdd clarifying comments to charnames.t
2010-07-04 Karl WilliamsonReword feedback request.
2010-07-04 Karl WilliamsonAdd a number of abbrs and variants to \N{}
2010-07-04 Jesse VincentRemove a release_manager_guide step since it's now...
2010-07-04 Jesse VincentUpdate Makefile to regen META.yml as it regens other...
2010-07-04 Jesse VincentMake the META.yml regen code use regen_lib.pl per the...
2010-07-04 Jesse VincentMissing AUTHORS will now generate failing tests. Removi...
2010-07-04 Jesse VincentMake checkAUTHORS a test to further reduce the release...
2010-07-04 Jesse VincentFurther refactoring of checkAUTHORS
2010-07-04 Jesse Vincentrefactoring checkAUTHORS in advance of testifcation
2010-07-04 Jesse VincentBring AUTHORS up to date
2010-07-04 Chris 'BinGOs... Fix Digest-MD5 tests to run properly under core
2010-07-04 Chris 'BinGOs... Update Digest-MD5 to CPAN version 2.40
2010-07-04 David Goldenremove trailing space in cmpVERSION
2010-07-04 George GreerMake Test::Harness source_handler.t use the build perl...
2010-07-04 Craig A. BerryAdd Matt Johnson to AUTHORS.
2010-07-04 Matt Johnsondocs: updates for git-based cmpVERSION.pl
2010-07-04 Matt JohnsonUpdate Porting/cmpVERSION.pl to use git
2010-07-04 Rafael Garcia... Make previous test fix conditional on the platform...
2010-07-04 George GreerForce t/io/openpid.t to use the alarm() watchdog strategy.
2010-07-03 David Mitchelladd some comments to pp_concat
2010-07-03 David Mitchellmake_patchnum.pl: handle not on a branch properly
2010-07-03 David Mitchellavoid multiple FETCH/stringify on filetest ops
2010-07-03 David Mitchelladd my_[l]stat_flags(); make my_[l]stat() mathoms
2010-07-03 David MitchellPL_amagic_generation doesn't show overload loaded
2010-07-03 David Mitchellfix bad indentation in pp_regcomp
2010-07-03 David Mitchellavoid extra FETCHes on overloaded qr stringify
2010-07-03 David Mitchelloverload.t: clarify concat #FETCH expected
2010-07-03 David Mitchellremove double stringify-overload from $ovld .= foo
2010-07-03 David Mitchelleval: handle taint of overloaded/tied arg
2010-07-03 David Mitchelleval $overloaded can crash
2010-07-03 David Mitchellfix tainting and overload
2010-07-03 David Mitchelltaint-enable lib/overload.t
2010-07-03 Steffen MuellerExporter version bump
2010-07-03 Todd RinaldoFix RT #74472 Exporter.pm blocks Signal handling
2010-07-03 Ævar Arnfjörð... Skip suid File::Copy tests on a nosuid partition
2010-07-03 George GreerAdjust 'make test.valgrind' to account for cpan/dist...
2010-07-03 Craig A. BerryPlug more memory leaks in vms.c.
2010-07-02 Chris 'BinGOs... Correct the version of the included Test-Harness in...
2010-07-02 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9005
2010-07-02 Chris 'BinGOs... Mark UPSTREAM as 'cpan' for Digest-SHA at Mark Shelor...
2010-07-02 Craig A. BerryFix nasty memory leak in vms.c:Perl_flex_stat_int().
2010-07-01 Nicholas Clarkt/lib/common.pl can use caller to infer the name of...
2010-07-01 Chas. OwensFix to MANIFEST in base
2010-07-01 H.Merijn BrandFix pthread include error for Time::Piece
2010-07-01 David Goldenadd cherrymaint and git-deltatool to MANIFEST
2010-07-01 Nicholas ClarkConvert zlib src from K&R functions declarations to...
2010-07-01 Nicholas ClarkConvert subs.t to use t/lib/common.pl
2010-07-01 Nicholas ClarkConvert charnames.t to use t/lib/common.pl
2010-07-01 Nicholas ClarkConvert strict.t to use t/lib/common.pl
2010-07-01 Nicholas ClarkConvert gmtime.t, localtime.t and overloading.t to...
2010-07-01 Nicholas ClarkConvert DirHandle's tests to Test::More.
2010-07-01 Brian PhillipsAdd additional notes regarding srand and forking
2010-06-30 Nicholas ClarkConvert Fcntl and PerlIO::encoding's tests to Test...
2010-06-30 Nicholas ClarkConvert POSIX's test to Test::More.
2010-06-30 Andy DoughertyFix MANIFEST to include new Test-Harness files added...
2010-06-30 Nicholas ClarkConvert Devel::Peek's test to Test::More.
2010-06-30 Nicholas ClarkMake the change to source_handler.t conditional on...
2010-06-30 Chris 'BinGOs... Update IO-Compress to CPAN version 2.027
2010-06-30 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.027
2010-06-30 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.027
2010-06-30 Nicholas ClarkStore xio_ifp in sv_u in the SV head, reducing XPVIO...
2010-06-30 Nicholas ClarkIn Perl_filter_del(), no need to NULL IoANY(datasv).
2010-06-30 Nicholas ClarkOnly allow SvPVX() on SVt_PVIO when IOf_FAKE_DIRP is...
2010-06-30 Craig A. BerryNeeded cast to malloc return value in Piece.xs.
2010-06-30 David Goldenupdate release manager instructions for a new perldelta
2010-06-30 David Goldenrefresh vms/descrip_mms.template with buildtoc
2010-06-30 David Goldenretitle old perlXXXdelta files
2010-06-30 David GoldenAdd perl5121delta to MANIEST and other files
2010-06-30 Jesse VincentNote that we now include Safe.pm 2.27
2010-06-30 Jesse VincentAdded known issues section to 5121 perldelta
2010-06-30 Jesse VincentTypo in perldelta spotted by Robin Smidsrød
2010-06-30 David Goldenminor perldelta improvements for 5.12.1
2010-06-30 Jesse Vincentperldelta updates for 5.12.1
2010-06-30 Jesse VincentFirst full draft of the 5.12.1 perldelta
2010-06-30 Jesse VincentFirst draft of the 5.12.1 perldelta
2010-06-30 David GoldenImprove git-deltatool UI and support cherrymaint
2010-06-29 David GoldenAdd command line tool to update cherrymaint
2010-06-29 Nicholas ClarkSuppress deprecation warnings from test output for...
2010-06-29 Nicholas ClarkIn pp_require, improve the code generating the exceptio...
2010-06-29 Nicholas ClarkAllow the "diag_listed_as" annotation to work on multi...
next