summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* UCD.t: Add test for non-Unicode code pointKarl Williamson2011-03-031-1/+3
* UCD.pm" remove no longer used variableKarl Williamson2011-03-031-1/+0
* mktables: Move some definitions to earlierKarl Williamson2011-03-031-4/+4
* UCD.t: Fix a test descriptionKarl Williamson2011-03-031-1/+1
* UCD.pm: Nits in pod and commentKarl Williamson2011-03-031-3/+12
* Update Digest-SHA to CPAN version 5.60Chris 'BinGOs' Williams2011-03-0315-134/+254
* Simplify the code for a group of tests in pat_advanced.tNicholas Clark2011-03-031-5/+5
* In ReTest.pl's must_warn(), ignore $::Message.Nicholas Clark2011-03-031-1/+1
* In ReTest.pl's may_not_warn(), eliminate the use of $::Message.Nicholas Clark2011-03-032-5/+3
* Eliminate the unused global override $WarnPattern from ReTest.plNicholas Clark2011-03-031-2/+1
* Eliminate the global override $DiePattern from t/re{ReTest.pl,pat.t}Nicholas Clark2011-03-032-13/+7
* mktables: force code point tables are range size 1Karl Williamson2011-03-021-0/+6
* mktables: Nits in comment, white spaceKarl Williamson2011-03-021-1/+2
* UCD.pm: nits in comments and podKarl Williamson2011-03-021-7/+5
* regexec.c: Remove '#if 0' codeKarl Williamson2011-03-021-70/+0
* regcomp.c: Remove #if 0 codeKarl Williamson2011-03-021-98/+0
* Eliminate the global error override $Error from t/re{ReTest.pl,pat.t}Nicholas Clark2011-03-022-9/+6
* Simplify pat.t by removing a loop over 2 items, which is mostly if/elseNicholas Clark2011-03-021-11/+15
* Revert "In File::Copy, convert two regexps to explicit ranges, instead of usi...Karl Williamson2011-03-021-3/+3
* Revert "In Cwd, convert two regexps to explicit ranges, instead of using /i"Karl Williamson2011-03-021-3/+3
* Fix the TODO handling in t/re/ReTest.pl's skip()Nicholas Clark2011-03-021-6/+10
* Convert taint.t to lexical file and directory handles, and 3 argument open.Nicholas Clark2011-03-021-34/+37
* In taint.t, convert the Fcntl and *printf tests to violates_taint().Nicholas Clark2011-03-021-58/+30
* In taint.t, violates_taint() now tests more of the "insecure dependency" error.Nicholas Clark2011-03-021-6/+7
* In taint.t, add violates_taint(), to replace a repeated is()/like() pair.Nicholas Clark2011-03-021-79/+44
* In taint.t, avoid using ok() where better test functions are more suitable.Nicholas Clark2011-03-021-6/+6
* In taint.t, replace C<not any_tainted(..)> with calls to isnt_tainted()Nicholas Clark2011-03-021-15/+18
* In taint.t, replace calls to all_tainted() with a loop over is_tainted().Nicholas Clark2011-03-021-8/+6
* Add {is,isnt}_tainted() to taint.t, to replace use of C<ok(tainted(...))>Nicholas Clark2011-03-021-334/+350
* Convert taint.t to use test.pl's testing functions.Nicholas Clark2011-03-021-259/+234
* Update perldelta for Locale::Codes updateChris 'BinGOs' Williams2011-03-011-0/+4
* PATCH: Bump Locale-Codes from 3.15 to 3.16Sullivan Beck2011-03-0121-4346/+4448
* toke.c: Raise error for multiple regexp modsKarl Williamson2011-03-013-4/+65
* UCD.pm: Convert charscript to use mktables tablesKarl Williamson2011-03-012-27/+13
* UCD.pm: Bump versionKarl Williamson2011-03-011-1/+1
* Revert "mktables: Default map tables to range size 1."Karl Williamson2011-03-011-4/+0
* UCD.pm: Convert num() to use new fcnKarl Williamson2011-03-012-13/+19
* UCD.pm: Add internal fcn for reading mktables fileKarl Williamson2011-03-011-0/+33
* Update Maintainers.pl and perldelta for Math::BigInt::FastCalc updateChris 'BinGOs' Williams2011-03-012-2/+2
* [perl #85118] [PATCH] Update Math::BigInt::FastCalc to CPAN version 0.28Peter John Acklam2011-03-013-5/+12
* Point people to perlop for here doc errorsbrian d foy2011-03-011-3/+6
* Note here docs need a line separator after the last tokenbrian d foy2011-03-011-2/+4
* regex: Remove obsolete codeKarl Williamson2011-02-283-95/+25
* fold_grind: Remove more tests under /dKarl Williamson2011-02-281-8/+21
* fold_grind.t: Reduce some tests.Karl Williamson2011-02-281-0/+14
* fold_grind.t: Clarify commentKarl Williamson2011-02-281-1/+2
* fold_grind.t: fix confusingly-named variableKarl Williamson2011-02-281-4/+4
* regexec.c: remove no longer needed codeKarl Williamson2011-02-281-5/+1
* regcomp.c: white space onlyKarl Williamson2011-02-281-145/+149
* regcomp.c: collapse two blocksKarl Williamson2011-02-281-6/+3