| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate use of := to mean an empty attribute list in my $pi := 4; | Nicholas Clark | 2009-11-04 | 1 | -0/+59 |
* | [PATCH] [perl #20321] Non-destructive Perl_av_make | Bo Borgerson | 2009-11-02 | 1 | -1/+5 |
* | Slow down split in scalar context :-) | Father Chrysostomos | 2009-11-02 | 1 | -1/+1 |
* | S_utf16_textfilter() was not returning EOF correctly in some situations. | Nicholas Clark | 2009-11-01 | 1 | -1/+4 |
* | Tweak the filename regexp in parser.t so that ./TEST -utf16 op/parser.t passes. | Nicholas Clark | 2009-11-01 | 1 | -7/+8 |
* | Documentation for the 'qr' overload. | Ben Morrow | 2009-11-01 | 1 | -1/+0 |
* | Revert "Re: [perl #38809][PATCH] loss of stack elements with a do block insid... | Steve Peters | 2009-10-31 | 1 | -13/+1 |
* | Re: [perl #38809][PATCH] loss of stack elements with a do block inside a return | Vincent Pit | 2009-10-31 | 1 | -1/+13 |
* | [PATCH] Todo test for [perl #38133] (was: [regex] backref problem with quanti... | Bram via RT | 2009-10-31 | 1 | -1/+13 |
* | [PATCH] extra tests for t/op/tie.t (was RE: [perl #53482] I believe I found a... | Bram | 2009-10-31 | 1 | -5/+11 |
* | Adds additional tests with undef for smartmatch. | Yuval Kogman | 2009-10-31 | 1 | -1/+16 |
* | [perl #69875] Slow down split in scalar context :-) | Father Chrysostomos | 2009-10-31 | 1 | -1/+9 |
* | Allow syswrite with offset same as length of string [perl #70095] | Gisle Aas | 2009-10-29 | 1 | -3/+7 |
* | $#array should be accepted as a lvalue sub return value. | Rafael Garcia-Suarez | 2009-10-28 | 1 | -2/+14 |
* | add an elipses to string/ref warnings when str longer than 32 chars | Yves Orton | 2009-10-26 | 1 | -0/+8 |
* | Make defined %hash on a non-lexical (also) generate a deprecated warning. | Nicholas Clark | 2009-10-24 | 4 | -13/+34 |
* | Avoid using defined %hash in core code and tests. | Nicholas Clark | 2009-10-23 | 1 | -1/+1 |
* | ExtUtils-Install tests need abs_path @INC for utf8 | H.Merijn Brand | 2009-10-23 | 1 | -1/+2 |
* | Let SvRX(OK) recognise a bare REGEXP. | Ben Morrow | 2009-10-22 | 1 | -5/+15 |
* | RT#69616: regexp SVs lose regexpness in assignment | Ben Morrow | 2009-10-22 | 1 | -1/+28 |
* | Remove file t/0 added by last commit | Rafael Garcia-Suarez | 2009-10-22 | 2 | -54/+57 |
* | Bare readdir in while loop now sets $_ | Brad Gilbert | 2009-10-22 | 2 | -0/+121 |
* | S_utf16_textfilter() needs to avoid splitting UTF-16 surrogate pairs. | Nicholas Clark | 2009-10-22 | 1 | -1/+18 |
* | Test requiring files with non-BMP characters (encoded as surrogate pairs). | Nicholas Clark | 2009-10-22 | 1 | -3/+20 |
* | Tests for UTF-16 characters > 256, including those containing the octet 10. | Nicholas Clark | 2009-10-22 | 1 | -11/+24 |
* | ../lib isn't valid after a chdir ".."; | H.Merijn Brand | 2009-10-22 | 1 | -0/+1 |
* | Re-write S_utf16_textfilter() to correctly handle partial reads of UTF-16. | Nicholas Clark | 2009-10-22 | 1 | -7/+9 |
* | Remove the "hack" that removes SVt_UTF8 in the UTF16 filter, by fixing t/TEST | Nicholas Clark | 2009-10-22 | 1 | -1/+1 |
* | Fix built-in prototype of each, keys, and values | Rafael Garcia-Suarez | 2009-10-22 | 1 | -3/+3 |
* | revert to 5.8.x semantics for \s \w and \d | Yves Orton | 2009-10-19 | 3 | -3/+3 |
* | somewhat fix failing regex tests. but break lots of other stuff at the same time | Yves Orton | 2009-10-19 | 1 | -3/+3 |
* | Enable deprecation warnings by default. | Nicholas Clark | 2009-10-16 | 2 | -28/+20 |
* | shift with barewords is deprecated, so this test from perl 1 needs updating. | Nicholas Clark | 2009-10-16 | 1 | -2/+2 |
* | push and pop on barewords are deprecated, so need no warnings 'deprecated'; | Nicholas Clark | 2009-10-16 | 1 | -2/+8 |
* | Opening dirhandle DIR also as a file needs no warnings 'deprecated'; | Nicholas Clark | 2009-10-16 | 1 | -4/+10 |
* | defined @array and defined %hash need no warnings 'deprecated'; | Nicholas Clark | 2009-10-16 | 1 | -0/+2 |
* | localisation of $[ is deprecated, so needs no warnings 'deprecated'; | Nicholas Clark | 2009-10-16 | 1 | -0/+1 |
* | :locked is deprecated, so use :lvalue instead. | Nicholas Clark | 2009-10-16 | 1 | -1/+1 |
* | Tests for barewords and hash operators need no warnings 'deprecated'; | Nicholas Clark | 2009-10-16 | 1 | -4/+10 |
* | do subname() is deprecated, so tests for it need no warnings 'deprecated'; | Nicholas Clark | 2009-10-16 | 1 | -4/+16 |
* | do subname() is deprecated, so update this hunk of test dating from perl 1. | Nicholas Clark | 2009-10-16 | 1 | -1/+1 |
* | Bracket deprecated features with no warnings 'deprecated'; | Nicholas Clark | 2009-10-16 | 1 | -1/+10 |
* | do subname() is deprecated, so this test from perl 3 needs updating. | Nicholas Clark | 2009-10-16 | 1 | -18/+18 |
* | Move tests for $[ from comp/hints.t to op/array_base.t | Nicholas Clark | 2009-10-16 | 4 | -32/+59 |
* | Move tests for $[ from comp/parser.t to op/array_base.t | Nicholas Clark | 2009-10-16 | 2 | -35/+39 |
* | do subname() is deprecated, so this test from perl 1 needs updating. | Nicholas Clark | 2009-10-16 | 1 | -4/+4 |
* | Move the test for the deprecated feature <<; out of t/base/lext.t | Nicholas Clark | 2009-10-16 | 2 | -4/+27 |
* | Add no warnings 'deprecated' to a test that assigns to $[ | Nicholas Clark | 2009-10-16 | 1 | -1/+2 |
* | Make the watchdog create a valid command for spawning. | Craig A. Berry | 2009-10-16 | 1 | -3/+3 |
* | Optimise if (%foo) to be faster than if(keys %foo) | demerphq | 2009-10-15 | 2 | -3/+42 |