summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* avoid multiple FETCH/stringify on filetest opsDavid Mitchell2010-07-031-11/+1
* avoid extra FETCHes on overloaded qr stringifyDavid Mitchell2010-07-031-4/+1
* overload.t: clarify concat #FETCH expectedDavid Mitchell2010-07-031-16/+10
* remove double stringify-overload from $ovld .= fooDavid Mitchell2010-07-031-11/+3
* eval: handle taint of overloaded/tied argDavid Mitchell2010-07-031-2/+6
* fix tainting and overloadDavid Mitchell2010-07-031-62/+246
* taint-enable lib/overload.tDavid Mitchell2010-07-031-4/+4
* Exporter version bumpSteffen Mueller2010-07-031-1/+1
* Fix RT #74472 Exporter.pm blocks Signal handlingTodd Rinaldo2010-07-031-1/+1
* Skip suid File::Copy tests on a nosuid partitionÆvar Arnfjörð Bjarmason2010-07-031-3/+10
* t/lib/common.pl can use caller to infer the name of the pragma under test.Nicholas Clark2010-07-015-26/+8
* Convert subs.t to use t/lib/common.plNicholas Clark2010-07-011-154/+3
* Convert charnames.t to use t/lib/common.plNicholas Clark2010-07-011-266/+4
* Convert strict.t to use t/lib/common.plNicholas Clark2010-07-011-97/+8
* Convert gmtime.t, localtime.t and overloading.t to Test::More.Nicholas Clark2010-07-013-21/+3
* Convert DirHandle's tests to Test::More.Nicholas Clark2010-07-011-7/+6
* Suppress deprecation warnings from test output for perl4 era libs.Nicholas Clark2010-06-292-2/+2
* deprecation warning on deprecated-in-core .pl libsZefram2010-06-2831-0/+62
* Add cautionary comment to .tKarl Williamson2010-06-281-1/+2
* Remove BUG report from pod that is now fixedKarl Williamson2010-06-281-2/+0
* Fix charnames::viacode not accepting U+... paramKarl Williamson2010-06-282-3/+6
* Update charnames.t to modern styleKarl Williamson2010-06-281-173/+105
* Remove MacOS classic support from File::{Copy,DosGlob,Find,Glob,stat}.Nicholas Clark2010-06-234-236/+47
* Remove MacOS classic support from File::Basename.Nicholas Clark2010-06-232-47/+5
* Remove MacOS classic support from blib, diagnostics and Term::ReadLine.Nicholas Clark2010-06-233-22/+5
* Remove MacOS classic support from the debugger.Nicholas Clark2010-06-232-35/+2
* Move parameter validation, and carp/croak generation into warnings::__chk.Nicholas Clark2010-06-231-27/+27
* Move the repeated vec logic into warnings::__chk.Nicholas Clark2010-06-231-21/+23
* No need to return $i from warnings::__chk, as the value is not used.Nicholas Clark2010-06-231-5/+5
* Make warnings::__chk default the returned caller's bitmask to 0.Nicholas Clark2010-06-231-5/+3
* In vars::import, avoid assigning to $pack, which is never read.Nicholas Clark2010-06-231-2/+2
* Merge the guts of warnings::import and warnings::bits into _bits.Nicholas Clark2010-06-231-35/+11
* warnings::import() can exit quickly and efficiently if @_ is empty.Nicholas Clark2010-06-231-6/+9
* Some tiding of warnings::__chk().Nicholas Clark2010-06-231-3/+3
* version bump for File::Copy and add change to deltaMatt S Trout2010-06-211-1/+1
* bump versions on VMS::DCLsym, mro, Search::Dist and UNIVERSAL and delta them ...Matt S Trout2010-06-212-2/+2
* Avoid creating @EXPORT_FAIL in every package using Exporter.Nicholas Clark2010-06-171-4/+7
* Remove debugging statement from mktables.Karl Williamson2010-06-151-1/+0
* Resolve issue #74974: document File::Copy::copy(FILE, DIR)Abigail2010-06-081-0/+6
* Spell-check fixes in libH.Merijn Brand2010-06-072-2/+2
* PATCH: uniprops.t take advantage of EBCDIC test.plKarl Williamson2010-06-071-66/+8
* fix for RT #8438: $tied->() doesn't call FETCHDavid Mitchell2010-06-041-1/+1
* Add mktables option for development useKarl Williamson2010-05-301-0/+20
* mktables -- don't create Names table unless askedKarl Williamson2010-05-301-60/+94
* Fix priority of suppressed vs. explicitly outputKarl Williamson2010-05-301-1/+5
* Remove obsolete commentKarl Williamson2010-05-301-7/+0
* Generate simple case folding tables only if askedKarl Williamson2010-05-301-13/+22
* Add comment about objaddr in mktablesKarl Williamson2010-05-301-0/+3
* Use in-line 'no overloading' for speedKarl Williamson2010-05-301-118/+142
* Naif calls segfault T_PRTOBJ of the stock typemapSalvador Ortiz Garcia2010-05-281-1/+1