summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Make checkAUTHORS a test to further reduce the release burdenJesse Vincent2010-07-041-0/+19
* Make previous test fix conditional on the platform being WindowsRafael Garcia-Suarez2010-07-041-1/+1
* Force t/io/openpid.t to use the alarm() watchdog strategy.George Greer2010-07-042-2/+8
* eval $overloaded can crashDavid Mitchell2010-07-031-1/+8
* Adjust 'make test.valgrind' to account for cpan/dist/ext separation.George Greer2010-07-032-3/+11
* t/lib/common.pl can use caller to infer the name of the pragma under test.Nicholas Clark2010-07-011-1/+3
* Convert subs.t to use t/lib/common.plNicholas Clark2010-07-012-1/+84
* Convert charnames.t to use t/lib/common.plNicholas Clark2010-07-012-3/+247
* Convert strict.t to use t/lib/common.plNicholas Clark2010-07-011-2/+2
* Allow the "diag_listed_as" annotation to work on multi-line function calls.Nicholas Clark2010-06-291-1/+3
* Reinstate require error messages for .h and .phNicholas Clark2010-06-291-0/+35
* In pp_require and code refs in @INC, avoid using memory after free().Nicholas Clark2010-06-291-1/+13
* Deprecate no space after s/a/b/ and keywordKarl Williamson2010-06-281-1/+4
* RT 75902: Add prototypes for tie() and untie() to allow overloadingFather Chrysostomos2010-06-251-3/+3
* RT #75812: apply get magic before checking flags, PVXTony Cook2010-06-251-1/+8
* In pp_sort, ensure that @_ is freed correctly.Nicholas Clark2010-06-241-1/+38
* when disabling regex implicit check string we must reset anchored flagYves Orton2010-06-241-1/+11
* In S_sortcv_stacked(), handle @_ correctly. Fix for #72334.Gerard Goossen2010-06-231-1/+11
* Deprecate no space between pattern, following wordKarl Williamson2010-06-181-1/+4
* uc(): Handle Greek YPOGEGRAMMENIKarl Williamson2010-06-151-1/+3
* t/uni/case.pl: allow extra tests of different formKarl Williamson2010-06-154-6/+14
* Note why pp_tie can't use call_method() for a package name.Nicholas Clark2010-06-141-0/+8
* Better diagnostics on detecting case sensitive file name clashes.Nicholas Clark2010-06-121-1/+2
* Revert "make 'local $tied' untied"David Mitchell2010-06-071-28/+1
* glob crashes when %File::Glob:: is emptyFather Chrysostomos2010-06-071-2/+10
* Test the return value of push and unshift.Nicholas Clark2010-06-061-4/+6
* Convert tiearray.t to test.pl.Nicholas Clark2010-06-061-117/+55
* fix for RT #8438: $tied->() doesn't call FETCHDavid Mitchell2010-06-041-0/+16
* Avoid overflow warning in chop.t.Craig A. Berry2010-06-041-0/+1
* belatedly add a test for RT #51636:David Mitchell2010-06-041-0/+16
* Make pp_reverse fetch the lexical $_ from the correct padVincent Pit2010-06-031-1/+13
* Skip two Japhs that use the fact that split in void context splittedAbigail2010-06-011-0/+2
* move the fresh_perl() tests above the environment testsTony Cook2010-06-011-12/+13
* PATCH: teach diag.t new warning function namesKarl Williamson2010-06-011-21/+63
* handle perl extended utf8 start bytesTony Cook2010-05-311-1/+20
* [perl #70075] no 6; brokenFather Chrysostomos2010-05-311-0/+4
* PATCH: [perl #75138] "\c`" -> " "Karl Williamson2010-05-302-5/+10
* Document tricks, work-arounds for user-defined casingKarl Williamson2010-05-301-0/+100
* Don't require doubled backslashes in perldiag.podKarl Williamson2010-05-301-8/+9
* Fix the regexp in t/porting/args_assert.t, and add 3 missing macros.Nicholas Clark2010-05-291-2/+2
* Display characters as Unicode for clarityKarl Williamson2010-05-291-0/+1
* When assigning to $^P, don't zero $DB::single, $DB::trace and $DB::signal.Nicholas Clark2010-05-291-1/+14
* PATCH: user defined special casing for non utf8Karl Williamson2010-05-261-1/+8
* Change a few tests to use new test.pl EBCDIC stuffKarl Williamson2010-05-254-34/+6
* Add functions to test.pl for easier EBCDIC testingKarl Williamson2010-05-251-1/+126
* Fix CLONE/weakref bug revealed by adf8f095c5881bce.Nicholas Clark2010-05-251-1/+58
* Deref ops ignore get-magic when SvROK(sv)Father Chrysostomos (via RT)2010-05-251-0/+12
* Just the tests from a proposed fix for 68192Father Chrysostomos2010-05-251-0/+95
* Set PADSTALE on all lexicals at the end of sub creation.Nicholas Clark2010-05-241-1/+19
* Don't clone the contents of lexicals in pads.Nicholas Clark2010-05-241-1/+18