summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* don't use Test::More in dual-life.tDavid Golden2010-07-201-1/+4
* Add exceptions to dual-life.tDavid Golden2010-07-191-1/+12
* Added t/porting/dual-life.tDavid Golden2010-07-181-0/+29
* add CVf_CVGV_RC flagDavid Mitchell2010-07-181-1/+10
* Add \o{} escapeKarl Williamson2010-07-174-1/+63
* Add tests for \400 for "" strings, s//replacement/Karl Williamson2010-07-172-2/+16
* \400 -\777 now means the same thing in all d-quoteKarl Williamson2010-07-172-10/+8
* Remove extra blanks from t/re/re_tests, vimKarl Williamson2010-07-171-7/+7
* Avoid test suite hang with new readline test on VMS.Craig A. Berry2010-07-161-2/+8
* [perl #72729] Test appending sv_gets for ascii/utf8 in target and handleJosh ben Jore2010-07-141-1/+49
* [perl #72729] TODO for aborted readline() returning '' instead of undefJosh ben Jore2010-07-141-3/+4
* protect CvGV weakref with backrefDavid Mitchell2010-07-142-56/+74
* protect CvSTASH weakref with backrefsDavid Mitchell2010-07-141-1/+14
* [perl #72729] Test that sv_gets doesn't revive dead stringsJosh ben Jore2010-07-141-1/+85
* Add t/op/readline.t docsJosh ben Jore2010-07-141-1/+5
* Perl_sv_len_utf8 can use the UTF-8 offset cache to reduce its linear scan.Nicholas Clark2010-07-121-1/+8
* Perl_sv_pos_b2u now calls utf8_mg_len_cache_update for the string end offset.Nicholas Clark2010-07-121-1/+9
* Avoid UTF-8 cache panics with offsets beyond the string. Fixes RT #75898.Nicholas Clark2010-07-111-1/+10
* In t/harness, clear PERL5LIB, PERLLIB, PERL5OPT as t/TEST does.Nicholas Clark2010-07-091-13/+13
* PATCH: t/lib/common.pl localized $/ setting; allow input 'no_plan'karl williamson (via RT)2010-07-081-2/+8
* Tests for allowing uppercase X/B in hexadecimal/binary numbers (#76296).Bo Lindbergh2010-07-062-4/+26
* Ensure new arg to watchdog() in t/test.pl gets initializedJerry D. Hedden2010-07-051-1/+1
* 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