| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid multiple FETCH/stringify on filetest ops | David Mitchell | 2010-07-03 | 1 | -11/+1 |
* | avoid extra FETCHes on overloaded qr stringify | David Mitchell | 2010-07-03 | 1 | -4/+1 |
* | overload.t: clarify concat #FETCH expected | David Mitchell | 2010-07-03 | 1 | -16/+10 |
* | remove double stringify-overload from $ovld .= foo | David Mitchell | 2010-07-03 | 1 | -11/+3 |
* | eval: handle taint of overloaded/tied arg | David Mitchell | 2010-07-03 | 1 | -2/+6 |
* | fix tainting and overload | David Mitchell | 2010-07-03 | 1 | -62/+246 |
* | taint-enable lib/overload.t | David Mitchell | 2010-07-03 | 1 | -4/+4 |
* | Exporter version bump | Steffen Mueller | 2010-07-03 | 1 | -1/+1 |
* | Fix RT #74472 Exporter.pm blocks Signal handling | Todd Rinaldo | 2010-07-03 | 1 | -1/+1 |
* | Skip suid File::Copy tests on a nosuid partition | Ævar Arnfjörð Bjarmason | 2010-07-03 | 1 | -3/+10 |
* | t/lib/common.pl can use caller to infer the name of the pragma under test. | Nicholas Clark | 2010-07-01 | 5 | -26/+8 |
* | Convert subs.t to use t/lib/common.pl | Nicholas Clark | 2010-07-01 | 1 | -154/+3 |
* | Convert charnames.t to use t/lib/common.pl | Nicholas Clark | 2010-07-01 | 1 | -266/+4 |
* | Convert strict.t to use t/lib/common.pl | Nicholas Clark | 2010-07-01 | 1 | -97/+8 |
* | Convert gmtime.t, localtime.t and overloading.t to Test::More. | Nicholas Clark | 2010-07-01 | 3 | -21/+3 |
* | Convert DirHandle's tests to Test::More. | Nicholas Clark | 2010-07-01 | 1 | -7/+6 |
* | Suppress deprecation warnings from test output for perl4 era libs. | Nicholas Clark | 2010-06-29 | 2 | -2/+2 |
* | deprecation warning on deprecated-in-core .pl libs | Zefram | 2010-06-28 | 31 | -0/+62 |
* | Add cautionary comment to .t | Karl Williamson | 2010-06-28 | 1 | -1/+2 |
* | Remove BUG report from pod that is now fixed | Karl Williamson | 2010-06-28 | 1 | -2/+0 |
* | Fix charnames::viacode not accepting U+... param | Karl Williamson | 2010-06-28 | 2 | -3/+6 |
* | Update charnames.t to modern style | Karl Williamson | 2010-06-28 | 1 | -173/+105 |
* | Remove MacOS classic support from File::{Copy,DosGlob,Find,Glob,stat}. | Nicholas Clark | 2010-06-23 | 4 | -236/+47 |
* | Remove MacOS classic support from File::Basename. | Nicholas Clark | 2010-06-23 | 2 | -47/+5 |
* | Remove MacOS classic support from blib, diagnostics and Term::ReadLine. | Nicholas Clark | 2010-06-23 | 3 | -22/+5 |
* | Remove MacOS classic support from the debugger. | Nicholas Clark | 2010-06-23 | 2 | -35/+2 |
* | Move parameter validation, and carp/croak generation into warnings::__chk. | Nicholas Clark | 2010-06-23 | 1 | -27/+27 |
* | Move the repeated vec logic into warnings::__chk. | Nicholas Clark | 2010-06-23 | 1 | -21/+23 |
* | No need to return $i from warnings::__chk, as the value is not used. | Nicholas Clark | 2010-06-23 | 1 | -5/+5 |
* | Make warnings::__chk default the returned caller's bitmask to 0. | Nicholas Clark | 2010-06-23 | 1 | -5/+3 |
* | In vars::import, avoid assigning to $pack, which is never read. | Nicholas Clark | 2010-06-23 | 1 | -2/+2 |
* | Merge the guts of warnings::import and warnings::bits into _bits. | Nicholas Clark | 2010-06-23 | 1 | -35/+11 |
* | warnings::import() can exit quickly and efficiently if @_ is empty. | Nicholas Clark | 2010-06-23 | 1 | -6/+9 |
* | Some tiding of warnings::__chk(). | Nicholas Clark | 2010-06-23 | 1 | -3/+3 |
* | version bump for File::Copy and add change to delta | Matt S Trout | 2010-06-21 | 1 | -1/+1 |
* | bump versions on VMS::DCLsym, mro, Search::Dist and UNIVERSAL and delta them ... | Matt S Trout | 2010-06-21 | 2 | -2/+2 |
* | Avoid creating @EXPORT_FAIL in every package using Exporter. | Nicholas Clark | 2010-06-17 | 1 | -4/+7 |
* | Remove debugging statement from mktables. | Karl Williamson | 2010-06-15 | 1 | -1/+0 |
* | Resolve issue #74974: document File::Copy::copy(FILE, DIR) | Abigail | 2010-06-08 | 1 | -0/+6 |
* | Spell-check fixes in lib | H.Merijn Brand | 2010-06-07 | 2 | -2/+2 |
* | PATCH: uniprops.t take advantage of EBCDIC test.pl | Karl Williamson | 2010-06-07 | 1 | -66/+8 |
* | fix for RT #8438: $tied->() doesn't call FETCH | David Mitchell | 2010-06-04 | 1 | -1/+1 |
* | Add mktables option for development use | Karl Williamson | 2010-05-30 | 1 | -0/+20 |
* | mktables -- don't create Names table unless asked | Karl Williamson | 2010-05-30 | 1 | -60/+94 |
* | Fix priority of suppressed vs. explicitly output | Karl Williamson | 2010-05-30 | 1 | -1/+5 |
* | Remove obsolete comment | Karl Williamson | 2010-05-30 | 1 | -7/+0 |
* | Generate simple case folding tables only if asked | Karl Williamson | 2010-05-30 | 1 | -13/+22 |
* | Add comment about objaddr in mktables | Karl Williamson | 2010-05-30 | 1 | -0/+3 |
* | Use in-line 'no overloading' for speed | Karl Williamson | 2010-05-30 | 1 | -118/+142 |
* | Naif calls segfault T_PRTOBJ of the stock typemap | Salvador Ortiz Garcia | 2010-05-28 | 1 | -1/+1 |