| Commit message (Expand) | Author | Age | Files | Lines |
* | UCD.t: Add test for non-Unicode code point | Karl Williamson | 2011-03-03 | 1 | -1/+3 |
* | UCD.pm" remove no longer used variable | Karl Williamson | 2011-03-03 | 1 | -1/+0 |
* | mktables: Move some definitions to earlier | Karl Williamson | 2011-03-03 | 1 | -4/+4 |
* | UCD.t: Fix a test description | Karl Williamson | 2011-03-03 | 1 | -1/+1 |
* | UCD.pm: Nits in pod and comment | Karl Williamson | 2011-03-03 | 1 | -3/+12 |
* | Update Digest-SHA to CPAN version 5.60 | Chris 'BinGOs' Williams | 2011-03-03 | 15 | -134/+254 |
* | Simplify the code for a group of tests in pat_advanced.t | Nicholas Clark | 2011-03-03 | 1 | -5/+5 |
* | In ReTest.pl's must_warn(), ignore $::Message. | Nicholas Clark | 2011-03-03 | 1 | -1/+1 |
* | In ReTest.pl's may_not_warn(), eliminate the use of $::Message. | Nicholas Clark | 2011-03-03 | 2 | -5/+3 |
* | Eliminate the unused global override $WarnPattern from ReTest.pl | Nicholas Clark | 2011-03-03 | 1 | -2/+1 |
* | Eliminate the global override $DiePattern from t/re{ReTest.pl,pat.t} | Nicholas Clark | 2011-03-03 | 2 | -13/+7 |
* | mktables: force code point tables are range size 1 | Karl Williamson | 2011-03-02 | 1 | -0/+6 |
* | mktables: Nits in comment, white space | Karl Williamson | 2011-03-02 | 1 | -1/+2 |
* | UCD.pm: nits in comments and pod | Karl Williamson | 2011-03-02 | 1 | -7/+5 |
* | regexec.c: Remove '#if 0' code | Karl Williamson | 2011-03-02 | 1 | -70/+0 |
* | regcomp.c: Remove #if 0 code | Karl Williamson | 2011-03-02 | 1 | -98/+0 |
* | Eliminate the global error override $Error from t/re{ReTest.pl,pat.t} | Nicholas Clark | 2011-03-02 | 2 | -9/+6 |
* | Simplify pat.t by removing a loop over 2 items, which is mostly if/else | Nicholas Clark | 2011-03-02 | 1 | -11/+15 |
* | Revert "In File::Copy, convert two regexps to explicit ranges, instead of usi... | Karl Williamson | 2011-03-02 | 1 | -3/+3 |
* | Revert "In Cwd, convert two regexps to explicit ranges, instead of using /i" | Karl Williamson | 2011-03-02 | 1 | -3/+3 |
* | Fix the TODO handling in t/re/ReTest.pl's skip() | Nicholas Clark | 2011-03-02 | 1 | -6/+10 |
* | Convert taint.t to lexical file and directory handles, and 3 argument open. | Nicholas Clark | 2011-03-02 | 1 | -34/+37 |
* | In taint.t, convert the Fcntl and *printf tests to violates_taint(). | Nicholas Clark | 2011-03-02 | 1 | -58/+30 |
* | In taint.t, violates_taint() now tests more of the "insecure dependency" error. | Nicholas Clark | 2011-03-02 | 1 | -6/+7 |
* | In taint.t, add violates_taint(), to replace a repeated is()/like() pair. | Nicholas Clark | 2011-03-02 | 1 | -79/+44 |
* | In taint.t, avoid using ok() where better test functions are more suitable. | Nicholas Clark | 2011-03-02 | 1 | -6/+6 |
* | In taint.t, replace C<not any_tainted(..)> with calls to isnt_tainted() | Nicholas Clark | 2011-03-02 | 1 | -15/+18 |
* | In taint.t, replace calls to all_tainted() with a loop over is_tainted(). | Nicholas Clark | 2011-03-02 | 1 | -8/+6 |
* | Add {is,isnt}_tainted() to taint.t, to replace use of C<ok(tainted(...))> | Nicholas Clark | 2011-03-02 | 1 | -334/+350 |
* | Convert taint.t to use test.pl's testing functions. | Nicholas Clark | 2011-03-02 | 1 | -259/+234 |
* | Update perldelta for Locale::Codes update | Chris 'BinGOs' Williams | 2011-03-01 | 1 | -0/+4 |
* | PATCH: Bump Locale-Codes from 3.15 to 3.16 | Sullivan Beck | 2011-03-01 | 21 | -4346/+4448 |
* | toke.c: Raise error for multiple regexp mods | Karl Williamson | 2011-03-01 | 3 | -4/+65 |
* | UCD.pm: Convert charscript to use mktables tables | Karl Williamson | 2011-03-01 | 2 | -27/+13 |
* | UCD.pm: Bump version | Karl Williamson | 2011-03-01 | 1 | -1/+1 |
* | Revert "mktables: Default map tables to range size 1." | Karl Williamson | 2011-03-01 | 1 | -4/+0 |
* | UCD.pm: Convert num() to use new fcn | Karl Williamson | 2011-03-01 | 2 | -13/+19 |
* | UCD.pm: Add internal fcn for reading mktables file | Karl Williamson | 2011-03-01 | 1 | -0/+33 |
* | Update Maintainers.pl and perldelta for Math::BigInt::FastCalc update | Chris 'BinGOs' Williams | 2011-03-01 | 2 | -2/+2 |
* | [perl #85118] [PATCH] Update Math::BigInt::FastCalc to CPAN version 0.28 | Peter John Acklam | 2011-03-01 | 3 | -5/+12 |
* | Point people to perlop for here doc errors | brian d foy | 2011-03-01 | 1 | -3/+6 |
* | Note here docs need a line separator after the last token | brian d foy | 2011-03-01 | 1 | -2/+4 |
* | regex: Remove obsolete code | Karl Williamson | 2011-02-28 | 3 | -95/+25 |
* | fold_grind: Remove more tests under /d | Karl Williamson | 2011-02-28 | 1 | -8/+21 |
* | fold_grind.t: Reduce some tests. | Karl Williamson | 2011-02-28 | 1 | -0/+14 |
* | fold_grind.t: Clarify comment | Karl Williamson | 2011-02-28 | 1 | -1/+2 |
* | fold_grind.t: fix confusingly-named variable | Karl Williamson | 2011-02-28 | 1 | -4/+4 |
* | regexec.c: remove no longer needed code | Karl Williamson | 2011-02-28 | 1 | -5/+1 |
* | regcomp.c: white space only | Karl Williamson | 2011-02-28 | 1 | -145/+149 |
* | regcomp.c: collapse two blocks | Karl Williamson | 2011-02-28 | 1 | -6/+3 |