summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Deprecate use of := to mean an empty attribute list in my $pi := 4;Nicholas Clark2009-11-041-0/+59
* [PATCH] [perl #20321] Non-destructive Perl_av_makeBo Borgerson2009-11-021-1/+5
* Slow down split in scalar context :-)Father Chrysostomos2009-11-021-1/+1
* S_utf16_textfilter() was not returning EOF correctly in some situations.Nicholas Clark2009-11-011-1/+4
* Tweak the filename regexp in parser.t so that ./TEST -utf16 op/parser.t passes.Nicholas Clark2009-11-011-7/+8
* Documentation for the 'qr' overload.Ben Morrow2009-11-011-1/+0
* Revert "Re: [perl #38809][PATCH] loss of stack elements with a do block insid...Steve Peters2009-10-311-13/+1
* Re: [perl #38809][PATCH] loss of stack elements with a do block inside a returnVincent Pit2009-10-311-1/+13
* [PATCH] Todo test for [perl #38133] (was: [regex] backref problem with quanti...Bram via RT2009-10-311-1/+13
* [PATCH] extra tests for t/op/tie.t (was RE: [perl #53482] I believe I found a...Bram2009-10-311-5/+11
* Adds additional tests with undef for smartmatch.Yuval Kogman2009-10-311-1/+16
* [perl #69875] Slow down split in scalar context :-)Father Chrysostomos2009-10-311-1/+9
* Allow syswrite with offset same as length of string [perl #70095]Gisle Aas2009-10-291-3/+7
* $#array should be accepted as a lvalue sub return value.Rafael Garcia-Suarez2009-10-281-2/+14
* add an elipses to string/ref warnings when str longer than 32 charsYves Orton2009-10-261-0/+8
* Make defined %hash on a non-lexical (also) generate a deprecated warning.Nicholas Clark2009-10-244-13/+34
* Avoid using defined %hash in core code and tests.Nicholas Clark2009-10-231-1/+1
* ExtUtils-Install tests need abs_path @INC for utf8H.Merijn Brand2009-10-231-1/+2
* Let SvRX(OK) recognise a bare REGEXP.Ben Morrow2009-10-221-5/+15
* RT#69616: regexp SVs lose regexpness in assignmentBen Morrow2009-10-221-1/+28
* Remove file t/0 added by last commitRafael Garcia-Suarez2009-10-222-54/+57
* Bare readdir in while loop now sets $_Brad Gilbert2009-10-222-0/+121
* S_utf16_textfilter() needs to avoid splitting UTF-16 surrogate pairs.Nicholas Clark2009-10-221-1/+18
* Test requiring files with non-BMP characters (encoded as surrogate pairs).Nicholas Clark2009-10-221-3/+20
* Tests for UTF-16 characters > 256, including those containing the octet 10.Nicholas Clark2009-10-221-11/+24
* ../lib isn't valid after a chdir "..";H.Merijn Brand2009-10-221-0/+1
* Re-write S_utf16_textfilter() to correctly handle partial reads of UTF-16.Nicholas Clark2009-10-221-7/+9
* Remove the "hack" that removes SVt_UTF8 in the UTF16 filter, by fixing t/TESTNicholas Clark2009-10-221-1/+1
* Fix built-in prototype of each, keys, and valuesRafael Garcia-Suarez2009-10-221-3/+3
* revert to 5.8.x semantics for \s \w and \dYves Orton2009-10-193-3/+3
* somewhat fix failing regex tests. but break lots of other stuff at the same timeYves Orton2009-10-191-3/+3
* Enable deprecation warnings by default.Nicholas Clark2009-10-162-28/+20
* shift with barewords is deprecated, so this test from perl 1 needs updating.Nicholas Clark2009-10-161-2/+2
* push and pop on barewords are deprecated, so need no warnings 'deprecated';Nicholas Clark2009-10-161-2/+8
* Opening dirhandle DIR also as a file needs no warnings 'deprecated';Nicholas Clark2009-10-161-4/+10
* defined @array and defined %hash need no warnings 'deprecated';Nicholas Clark2009-10-161-0/+2
* localisation of $[ is deprecated, so needs no warnings 'deprecated';Nicholas Clark2009-10-161-0/+1
* :locked is deprecated, so use :lvalue instead.Nicholas Clark2009-10-161-1/+1
* Tests for barewords and hash operators need no warnings 'deprecated';Nicholas Clark2009-10-161-4/+10
* do subname() is deprecated, so tests for it need no warnings 'deprecated';Nicholas Clark2009-10-161-4/+16
* do subname() is deprecated, so update this hunk of test dating from perl 1.Nicholas Clark2009-10-161-1/+1
* Bracket deprecated features with no warnings 'deprecated';Nicholas Clark2009-10-161-1/+10
* do subname() is deprecated, so this test from perl 3 needs updating.Nicholas Clark2009-10-161-18/+18
* Move tests for $[ from comp/hints.t to op/array_base.tNicholas Clark2009-10-164-32/+59
* Move tests for $[ from comp/parser.t to op/array_base.tNicholas Clark2009-10-162-35/+39
* do subname() is deprecated, so this test from perl 1 needs updating.Nicholas Clark2009-10-161-4/+4
* Move the test for the deprecated feature <<; out of t/base/lext.tNicholas Clark2009-10-162-4/+27
* Add no warnings 'deprecated' to a test that assigns to $[Nicholas Clark2009-10-161-1/+2
* Make the watchdog create a valid command for spawning.Craig A. Berry2009-10-161-3/+3
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-152-3/+42