2009-11-19 |
Zefram |
minitest fixes |
tree | commitdiff |
2009-11-15 |
Nicholas Clark |
Inline PL_no_symref into pp_entersub. Deprecate the... |
tree | commitdiff |
2009-11-15 |
David Golden |
Change perl -v version format |
tree | commitdiff |
2009-11-13 |
Gerard Goossen |
Test for a bug in sort where the elements are freed... |
tree | commitdiff |
2009-11-13 |
Daniel Frederick... |
Refactor and expand unshift.t |
tree | commitdiff |
2009-11-12 |
Nicholas Clark |
As our $_; is forced into main::, it should warn as... |
tree | commitdiff |
2009-11-12 |
Nicholas Clark |
Explicitly check that our $_; is special, and forced... |
tree | commitdiff |
2009-11-11 |
Craig A. Berry |
readdir() reports file type on VMS, even if zero length. |
tree | commitdiff |
2009-11-11 |
Gerard Goossen |
refactoring of flip.t |
tree | commitdiff |
2009-11-10 |
Vincent Pit |
Optimize reversing an array in-place |
tree | commitdiff |
2009-11-10 |
Vincent Pit |
Port t/op/reverse.t to test.pl |
tree | commitdiff |
2009-11-04 |
Nicholas Clark |
Deprecate use of := to mean an empty attribute list... |
tree | commitdiff |
2009-11-02 |
Bo Borgerson |
[PATCH] [perl #20321] Non-destructive Perl_av_make |
tree | commitdiff |
2009-11-02 |
Father Chrysostomos |
Slow down split in scalar context :-) |
tree | commitdiff |
2009-11-01 |
Nicholas Clark |
S_utf16_textfilter() was not returning EOF correctly... |
tree | commitdiff |
2009-11-01 |
Nicholas Clark |
Tweak the filename regexp in parser.t so that ./TEST... |
tree | commitdiff |
2009-11-01 |
Ben Morrow |
Documentation for the 'qr' overload. |
tree | commitdiff |
2009-11-01 |
Steve Peters |
Revert "Re: [perl #38809][PATCH] loss of stack elements... |
tree | commitdiff |
2009-11-01 |
Vincent Pit |
Re: [perl #38809][PATCH] loss of stack elements with... |
tree | commitdiff |
2009-11-01 |
Bram via RT |
[PATCH] Todo test for [perl #38133] (was: [regex] backr... |
tree | commitdiff |
2009-11-01 |
Bram |
[PATCH] extra tests for t/op/tie.t (was RE: [perl ... |
tree | commitdiff |
2009-11-01 |
Yuval Kogman |
Adds additional tests with undef for smartmatch. |
tree | commitdiff |
2009-10-31 |
Father Chrysostomos |
[perl #69875] Slow down split in scalar context :-) |
tree | commitdiff |
2009-10-29 |
Gisle Aas |
Allow syswrite with offset same as length of string... |
tree | commitdiff |
2009-10-28 |
Rafael Garcia-Suarez |
$#array should be accepted as a lvalue sub return value. |
tree | commitdiff |
2009-10-26 |
Yves Orton |
add an elipses to string/ref warnings when str longer... |
tree | commitdiff |
2009-10-24 |
Nicholas Clark |
Make defined %hash on a non-lexical (also) generate... |
tree | commitdiff |
2009-10-23 |
Nicholas Clark |
Avoid using defined %hash in core code and tests. |
tree | commitdiff |
2009-10-23 |
H.Merijn Brand |
ExtUtils-Install tests need abs_path @INC for utf8 |
tree | commitdiff |
2009-10-22 |
Ben Morrow |
Let SvRX(OK) recognise a bare REGEXP. |
tree | commitdiff |
2009-10-22 |
Ben Morrow |
RT#69616: regexp SVs lose regexpness in assignment |
tree | commitdiff |
2009-10-22 |
Rafael Garcia-Suarez |
Remove file t/0 added by last commit |
tree | commitdiff |
2009-10-22 |
Brad Gilbert |
Bare readdir in while loop now sets $_ |
tree | commitdiff |
2009-10-22 |
Nicholas Clark |
S_utf16_textfilter() needs to avoid splitting UTF-16... |
tree | commitdiff |
2009-10-22 |
Nicholas Clark |
Test requiring files with non-BMP characters (encoded... |
tree | commitdiff |
2009-10-22 |
Nicholas Clark |
Tests for UTF-16 characters > 256, including those... |
tree | commitdiff |
2009-10-22 |
H.Merijn Brand |
../lib isn't valid after a chdir ".."; |
tree | commitdiff |
2009-10-22 |
Nicholas Clark |
Re-write S_utf16_textfilter() to correctly handle parti... |
tree | commitdiff |
2009-10-22 |
Nicholas Clark |
Remove the "hack" that removes SVt_UTF8 in the UTF16... |
tree | commitdiff |
2009-10-22 |
Rafael Garcia-Suarez |
Fix built-in prototype of each, keys, and values |
tree | commitdiff |
2009-10-19 |
Yves Orton |
revert to 5.8.x semantics for \s \w and \d |
tree | commitdiff |
2009-10-19 |
Yves Orton |
somewhat fix failing regex tests. but break lots of... |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
Enable deprecation warnings by default. |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
shift with barewords is deprecated, so this test from... |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
push and pop on barewords are deprecated, so need no... |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
Opening dirhandle DIR also as a file needs no warnings... |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
defined @array and defined %hash need no warnings ... |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
localisation of $[ is deprecated, so needs no warnings... |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
:locked is deprecated, so use :lvalue instead. |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
Tests for barewords and hash operators need no warnings... |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
do subname() is deprecated, so tests for it need no... |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
do subname() is deprecated, so update this hunk of... |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
Bracket deprecated features with no warnings 'deprecated'; |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
do subname() is deprecated, so this test from perl... |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
Move tests for $[ from comp/hints.t to op/array_base.t |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
Move tests for $[ from comp/parser.t to op/array_base.t |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
do subname() is deprecated, so this test from perl... |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
Move the test for the deprecated feature <<; out of... |
tree | commitdiff |
2009-10-16 |
Nicholas Clark |
Add no warnings 'deprecated' to a test that assigns... |
tree | commitdiff |
2009-10-16 |
Craig A. Berry |
Make the watchdog create a valid command for spawning. |
tree | commitdiff |
2009-10-15 |
demerphq |
Optimise if (%foo) to be faster than if(keys %foo) |
tree | commitdiff |
2009-10-14 |
Sisyphus |
Patch t/win32/system.t for mingw32/64 |
tree | commitdiff |
2009-10-13 |
Jan Dubois |
The winsock select() implementation doesn't support... |
tree | commitdiff |
2009-10-12 |
Geoffrey T. Dairiki |
overload no longer implicitly unsets fallback on repeat... |
tree | commitdiff |
2009-10-12 |
Nicholas Clark |
Normalise 3 fatal pack/unpack error messages to "panic... |
tree | commitdiff |
2009-10-11 |
Steve Hay |
Implement TODO support locally in t/comp/opsubs.t |
tree | commitdiff |
2009-10-11 |
Steve Hay |
Fix failed() calls in t/comp |
tree | commitdiff |
2009-10-11 |
Craig A. Berry |
No longer need to skip t/comp/opsubs.t #22 on VMS. |
tree | commitdiff |
2009-10-11 |
Nicholas Clark |
porting/manifest.t now tests that all files listed... |
tree | commitdiff |
2009-10-11 |
Nicholas Clark |
Default to running tests in cpan/ with relative paths... |
tree | commitdiff |
2009-10-11 |
Nicholas Clark |
Run tests in ext/ and dist/ with relative paths for... |
tree | commitdiff |
2009-10-11 |
Josh ben Jore |
Darwin's groups can have spaces in them |
tree | commitdiff |
2009-10-10 |
Jesse Vincent |
Added a TODO test for RT#69332 - PerlIO returns undef... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Make _quote_args() return a result, rather than passing... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Avoid using ++, op= and anon hash constructors in the... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Add a test for the bootstrap rules for tests in t/ |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Don't use require in comp/fold.t, as require isn't... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Give names to all tests in t/comp/fold.t |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Move the require './test.pl' to the end of t/comp/hints.t |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Don't use require in comp/multiline.t, as require isn... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Don't use require in comp/opsubs.t, as require isn... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Don't use require in comp/our.t, as require isn't teste... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Don't use require in comp/parser.t, as require isn... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Don't use require in comp/retainedlines.t, as require... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Avoid relying on prototypes working for tests to pass... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Don't use require in comp/uproto.t, as require isn... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
In opt(), use is(..., undef) rather than ok(!defined... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Move the test for require 5.11.0 not loading strictures... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Don't use require in comp/utf.t, as require isn't teste... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Use require.t's bytes_to_utf() in place of PerlIO layer... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Print the encoding name as part of the test, rather... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Refactor bytes_to_utf16() into a more generic routine... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Replace longhand invocations of test() with 3 nested... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Test utf8 with BOMs, like we already test utf16be and... |
tree | commitdiff |
2009-10-09 |
Nicholas Clark |
Move tests for use for "new style version numbers"... |
tree | commitdiff |
2009-10-08 |
Nicholas Clark |
Move ... |
tree | commitdiff |
2009-10-08 |
Nicholas Clark |
Move the test for RT #49472 to op/attrs.t from comp... |
tree | commitdiff |
2009-10-08 |
Rafael Garcia-Suarez |
Merge branch 'feature/package-name-version' into blead |
tree | commitdiff |
2009-10-08 |
Nicholas Clark |
Avoid using bytes in require.t, as pack "C0U" does... |
tree | commitdiff |
2009-10-08 |
Nicholas Clark |
Avoid using the strict pragma in retainedlines.t -... |
tree | commitdiff |
next |