platform/upstream/perl.git
2010-07-12 Ben MorrowMacroify the block_hooks structure.
2010-07-12 Ben MorrowInitial very basic tests for PL_blockhooks.
2010-07-12 Ben MorrowGeneric hooks into Perl_block_{start,end}.
2010-07-11 Nicholas ClarkAvoid UTF-8 cache panics with offsets beyond the string...
2010-07-11 Nicholas ClarkIn Perl_sv_pos_u2b_flags and S_sv_pos_u2b_cached, retur...
2010-07-11 Nicholas ClarkIn S_sv_pos_u2b_midway, inline the call to S_sv_pos_u2b...
2010-07-11 Vincent PitSort and complete the op flags lists for op_dump()
2010-07-11 Tony CookRT #73520: POSIX::strftime memory leak
2010-07-10 Josh ben JoreDie with $@ instead of empty message
2010-07-10 Josh ben JoreRemove extra/useless $@ check after eval { require...
2010-07-10 Josh ben JorePromote eval( "require ..." ) to eval { require ... }
2010-07-10 Josh ben JorePromote eval { require( ... )} || die to mere require...
2010-07-10 Josh ben JoreRemove indirect object notation from debugger
2010-07-10 Josh ben JoreDocument that @{$main::{'_<'.$filename}} lines are...
2010-07-09 Nicholas ClarkIn t/harness, clear PERL5LIB, PERLLIB, PERL5OPT as...
2010-07-08 Jerry D. HeddenSilence compiler warning
2010-07-08 karl williamson... PATCH: t/lib/common.pl localized $/ setting; allow...
2010-07-08 AbigailFix typo
2010-07-08 Jerry D. HeddenReorganize dist/threads-shared
2010-07-07 Jan DuboisGet rid of PERL_DECL_PROT
2010-07-07 Jerry D. HeddenReorganize dist/threads
2010-07-06 Ricardo Signescautionary note about "no VERSION"
2010-07-06 Bo LindberghChange of address for Bo Lindbergh
2010-07-06 David GoldenAdd Bo Lindburgh alternate email to checkAUTHORS.pl
2010-07-06 Bo LindberghCode for allowing uppercase X/B in hexadecimal/binary...
2010-07-06 Bo LindberghTests for allowing uppercase X/B in hexadecimal/binary...
2010-07-06 David GoldenClean up new Locale-Maketest test for use in core
2010-07-06 Todd RinaldoLocale::Maketext external cache support
2010-07-06 David Goldenreplace spaces with tabs in MANIFEST
2010-07-06 David GoldenDon't set strict for 'no 6;'
2010-07-06 David GoldenIgnore generated files from Time-HiRes
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
next