platform/upstream/perl.git
2011-03-05 Nicholas ClarkRefactor ReTest.pl to use test.pl for testing functions...
2011-03-05 Nicholas ClarkSlight tweaks to regexp tests so that they still produc...
2011-03-05 Nicholas ClarkUse $::TODO, instead of $TODO, and relying on use vars...
2011-03-05 Nicholas ClarkRemove the line number from the test description output...
2011-03-05 Nicholas ClarkEliminate the global override $BugId from t/re/ReTest.pl
2011-03-05 Nicholas ClarkEliminate use of $::BugId in t/re/pat_rt_report.t
2011-03-05 Nicholas ClarkEliminate use of $::BugId in t/re/pat_re_eval.t
2011-03-05 Nicholas ClarkEliminate the global override $Message from t/re/ReTest.pl
2011-03-05 Nicholas ClarkEliminate use of $::Message in t/re/pat_re_eval.t
2011-03-05 Nicholas ClarkEliminate use of $::Message in t/re/pat_rt_report.t
2011-03-05 Nicholas ClarkEliminate use of $::Message in t/re/pat_advanced.t
2011-03-05 Nicholas ClarkEliminate use of $::Message in t/re/pat.t
2011-03-05 Nicholas ClarkIn ReTest.pl, provide is(), isnt(), like() and unlike...
2011-03-05 Nicholas ClarkIn ReTest.pl, convert iseq() and isneq() to the same...
2011-03-05 Nicholas ClarkIn test.pl, change like() and unlike() to avoid copying...
2011-03-05 Nicholas Clark59d6f6a4c05afa7f was too aggressive, as it disabled...
2011-03-05 Michael StevensFix podchecker warnings.
2011-03-05 Nicholas ClarkAvoid miniperl SEGVing when processing -I on the #...
2011-03-04 Craig A. BerryIn S_incpush, unixify libdir earlier.
2011-03-04 Craig A. BerryIn S_incpush, omit subdirs when PERL_IS_MINIPERL.
2011-03-04 Karl Williamsonperldelta entry for c707cf8e56262e82a832f4b1eceb109bee3...
2011-03-04 Karl WilliamsonUCD.pm: All code points are in some block
2011-03-04 Karl WilliamsonUCD.pm: All code points have a script
2011-03-04 Karl WilliamsonUCD.pm: Nits in pod
2011-03-04 Karl WilliamsonUCD.pm: Fix typos in pod
2011-03-04 Karl WilliamsonUCD.pm: Remove reliance on UnicodeData.txt
2011-03-04 Karl WilliamsonUCD.pm: Use subclassed warnings
2011-03-04 Karl WilliamsonUCD.pm: Use traditional casing for script names
2011-03-04 Karl Williamsonmktables: Write Unicode_1_Name table for UCD.pm
2011-03-04 Karl Williamsonmktables: Add override for map tables output
2011-03-04 Karl Williamsonmktables: White-space only
2011-03-04 Karl Williamsonmktables: Add tables of just simple case foldings
2011-03-04 Karl WilliamsonUCD.t: Add test for non-Unicode code point
2011-03-04 Karl WilliamsonUCD.pm" remove no longer used variable
2011-03-04 Karl Williamsonmktables: Move some definitions to earlier
2011-03-04 Karl WilliamsonUCD.t: Fix a test description
2011-03-04 Karl WilliamsonUCD.pm: Nits in pod and comment
2011-03-03 Chris 'BinGOs... Update Digest-SHA to CPAN version 5.60
2011-03-03 Nicholas ClarkSimplify the code for a group of tests in pat_advanced.t
2011-03-03 Nicholas ClarkIn ReTest.pl's must_warn(), ignore $::Message.
2011-03-03 Nicholas ClarkIn ReTest.pl's may_not_warn(), eliminate the use of...
2011-03-03 Nicholas ClarkEliminate the unused global override $WarnPattern from...
2011-03-03 Nicholas ClarkEliminate the global override $DiePattern from t/re...
2011-03-03 Karl Williamsonmktables: force code point tables are range size 1
2011-03-03 Karl Williamsonmktables: Nits in comment, white space
2011-03-03 Karl WilliamsonUCD.pm: nits in comments and pod
2011-03-03 Karl Williamsonregexec.c: Remove '#if 0' code
2011-03-03 Karl Williamsonregcomp.c: Remove #if 0 code
2011-03-02 Nicholas ClarkEliminate the global error override $Error from t/re...
2011-03-02 Nicholas ClarkSimplify pat.t by removing a loop over 2 items, which...
2011-03-02 Karl WilliamsonRevert "In File::Copy, convert two regexps to explicit...
2011-03-02 Karl WilliamsonRevert "In Cwd, convert two regexps to explicit ranges...
2011-03-02 Nicholas ClarkFix the TODO handling in t/re/ReTest.pl's skip()
2011-03-02 Nicholas ClarkConvert taint.t to lexical file and directory handles...
2011-03-02 Nicholas ClarkIn taint.t, convert the Fcntl and *printf tests to...
2011-03-02 Nicholas ClarkIn taint.t, violates_taint() now tests more of the...
2011-03-02 Nicholas ClarkIn taint.t, add violates_taint(), to replace a repeated...
2011-03-02 Nicholas ClarkIn taint.t, avoid using ok() where better test function...
2011-03-02 Nicholas ClarkIn taint.t, replace C<not any_tainted(..)> with calls...
2011-03-02 Nicholas ClarkIn taint.t, replace calls to all_tainted() with a loop...
2011-03-02 Nicholas ClarkAdd {is,isnt}_tainted() to taint.t, to replace use...
2011-03-02 Nicholas ClarkConvert taint.t to use test.pl's testing functions.
2011-03-01 Chris 'BinGOs... Update perldelta for Locale::Codes update
2011-03-01 Sullivan BeckPATCH: Bump Locale-Codes from 3.15 to 3.16
2011-03-01 Karl Williamsontoke.c: Raise error for multiple regexp mods
2011-03-01 Karl WilliamsonUCD.pm: Convert charscript to use mktables tables
2011-03-01 Karl WilliamsonUCD.pm: Bump version
2011-03-01 Karl WilliamsonRevert "mktables: Default map tables to range size 1."
2011-03-01 Karl WilliamsonUCD.pm: Convert num() to use new fcn
2011-03-01 Karl WilliamsonUCD.pm: Add internal fcn for reading mktables file
2011-03-01 Chris 'BinGOs... Update Maintainers.pl and perldelta for Math::BigInt...
2011-03-01 Peter John... [perl #85118] [PATCH] Update Math::BigInt::FastCalc...
2011-03-01 brian d foyPoint people to perlop for here doc errors
2011-03-01 brian d foyNote here docs need a line separator after the last...
2011-02-28 Karl Williamsonregex: Remove obsolete code
2011-02-28 Karl Williamsonfold_grind: Remove more tests under /d
2011-02-28 Karl Williamsonfold_grind.t: Reduce some tests.
2011-02-28 Karl Williamsonfold_grind.t: Clarify comment
2011-02-28 Karl Williamsonfold_grind.t: fix confusingly-named variable
2011-02-28 Karl Williamsonregexec.c: remove no longer needed code
2011-02-28 Karl Williamsonregcomp.c: white space only
2011-02-28 Karl Williamsonregcomp.c: collapse two blocks
2011-02-28 Karl Williamsonregcomp.c: Remove temporary code
2011-02-28 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9102
2011-02-28 Chris 'BinGOs... Update CPANPLUS::Dist::Build to CPAN version 0.54
2011-02-28 Nicholas ClarkConvert the taint.t Fcntl tests to use tempfile(),...
2011-02-28 brian d foyFix a grammar nit in perlfaq8
2011-02-28 Nicholas ClarkCorrect taint.t to skip the truncate test if $Config...
2011-02-28 Chris 'BinGOs... Corrected an incredibly small error in perlport.pod
2011-02-28 Florian RagwitzIgnore ExtUtils::Command release tests
2011-02-28 Florian RagwitzUpgrade Devel::DProf from version 20110225.01 to 201102...
2011-02-28 Florian RagwitzIgnore DProf release tests
2011-02-28 Florian RagwitzUpgrade ExtUtils::Command from version 1.16 to 1.17
2011-02-28 Nicholas ClarkSimplify the regression tests added in 3e6bd4bfcd175c61.
2011-02-28 Karl WilliamsonHandle [folds] of 0-255 without swashes
2011-02-28 Karl Williamsonregcomp.c: Add deprecation macro with extra param
2011-02-28 Karl Williamsonregcomp.c: More prep for bitmap/nonbitmap folds
2011-02-28 Karl Williamsonregcomp.c: Place marker for 2nd inversion list
2011-02-28 Karl WilliamsonChange to use new add_cp_to_invlist()
2011-02-28 Karl Williamsonregcomp.c: Add parameters to fcns
next