2005-03-21 |
Alexey Tourbin |
Re: [perl #34493] h2ph `extern inline' problems |
tree | commitdiff |
2005-03-21 |
Ton Hospel |
pack / for general types |
tree | commitdiff |
2005-03-18 |
Yves Orton |
Re: Reworked Trie Patch |
tree | commitdiff |
2005-03-13 |
Rafael Garcia-Suarez |
Upgrade to Pod::Parser 1.30 |
tree | commitdiff |
2005-03-12 |
Ton Hospel |
Re: Encoding neutral unpack |
tree | commitdiff |
2005-03-08 |
Ton Hospel |
Encoding neutral unpack |
tree | commitdiff |
2005-02-23 |
Yves Orton |
(patch blead) Extend t/harness to allow filtering of... |
tree | commitdiff |
2005-02-21 |
Yves Orton |
(blead patch) Skip a torture test under blead, and... |
tree | commitdiff |
2005-02-18 |
Nikolai Eipel |
Patch for Perlbug #4253 |
tree | commitdiff |
2005-02-15 |
Steve Peters |
Additional tests for t/op/not.t |
tree | commitdiff |
2005-02-14 |
Ton Hospel |
Re: encoding neutral unpack |
tree | commitdiff |
2005-02-11 |
Yitzchak Scott-Tho... |
Re: [PATCH] Re: perl winpid? |
tree | commitdiff |
2005-02-10 |
Marcus Holland-Moritz |
[perl #34101] not() || 1 produces segmentation fault |
tree | commitdiff |
2005-02-08 |
perl-5.8.0@ton.igu... |
[perl #34062] pack Z0 destroys the character before |
tree | commitdiff |
2005-02-02 |
Ton Hospel |
Re: encoding neutral unpack |
tree | commitdiff |
2005-02-02 |
Ton Hospel |
Re: encoding neutral unpack |
tree | commitdiff |
2005-02-02 |
Ton Hospel |
Re: encoding neutral unpack |
tree | commitdiff |
2005-01-31 |
Ton Hospel |
Re: encoding neutral unpack |
tree | commitdiff |
2005-01-31 |
Steve Hay |
Fix test suite hang on Win32 caused by change #23898 |
tree | commitdiff |
2005-01-29 |
Dave Mitchell |
[perl #33928] chomp() fails after alarm(), `sleep` |
tree | commitdiff |
2005-01-27 |
Nicholas Clark |
Oops. Was forgetting to test n! N! v! V! in pack |
tree | commitdiff |
2005-01-27 |
Nicholas Clark |
Check that the warning behaviour on the modifiers ... |
tree | commitdiff |
2005-01-27 |
Nicholas Clark |
Make the tests for the endianness modifiers < and ... |
tree | commitdiff |
2005-01-27 |
Nicholas Clark |
&_q needs to *globally* escape ' and \ in its substitution. |
tree | commitdiff |
2005-01-24 |
Craig A. Berry |
assorted tempfile clean-up in the test suite |
tree | commitdiff |
2005-01-24 |
Rafael Garcia-Suarez |
Revert change 23843. |
tree | commitdiff |
2005-01-22 |
Jarkko Hietaniemi |
Re: uc($long_utf8_string) exhausts memory |
tree | commitdiff |
2005-01-21 |
Nicholas Clark |
Name another pack test |
tree | commitdiff |
2005-01-21 |
Todd Vierling |
[perl #33892] Add Interix support |
tree | commitdiff |
2005-01-21 |
Rick Delaney |
Re: [perl #31924] %INC caching failure-case problem |
tree | commitdiff |
2005-01-21 |
Yitzchak Scott-Tho... |
Re: [PATCH] File::Find dies on find({follow=>1, ..... |
tree | commitdiff |
2005-01-19 |
Nicholas Clark |
Make "assertion" attribute code and test conditional |
tree | commitdiff |
2005-01-19 |
Yitzchak Scott-Tho... |
op/stat.t test 9 failing on recent cygwin snapshots |
tree | commitdiff |
2005-01-14 |
Nicholas Clark |
Better test diagnostics for the numbers tests. |
tree | commitdiff |
2005-01-13 |
Nicholas Clark |
Not a good idea to use unpack "H*" to peek at a scalar... |
tree | commitdiff |
2005-01-11 |
Nicholas Clark |
Fix bug 32294 - index()/rindex() ignore UTF8 flag |
tree | commitdiff |
2005-01-10 |
Craig A. Berry |
t/op/split.t #11 nit on VMS |
tree | commitdiff |
2005-01-10 |
Steve Hay |
Need to close files before unlinking them on Win32 |
tree | commitdiff |
2005-01-06 |
Nicholas Clark |
Add TODO tests for UTF8 encoded soft references |
tree | commitdiff |
2005-01-06 |
Nicholas Clark |
Turn barewords into strings to run under strict subs. |
tree | commitdiff |
2005-01-06 |
Nicholas Clark |
All tests now use test.pl |
tree | commitdiff |
2005-01-06 |
Nicholas Clark |
Start converting t/op/ref.t to use test.pl |
tree | commitdiff |
2005-01-05 |
Nicholas Clark |
Rafael spotted that my changes caused warnings. So... |
tree | commitdiff |
2005-01-04 |
Nicholas Clark |
Check all attributes in modify_SV_attributes are recogn... |
tree | commitdiff |
2005-01-04 |
Nicholas Clark |
Use the new ${^UTF8LOCALE} to make the test reliable. |
tree | commitdiff |
2005-01-04 |
Tels |
Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16 |
tree | commitdiff |
2005-01-02 |
Nicholas Clark |
Change 23727 broke code that relied on \ being escaped. |
tree | commitdiff |
2005-01-01 |
Nicholas Clark |
Change 23714 accidentally broke t/io/layers.t when... |
tree | commitdiff |
2004-12-31 |
Nicholas Clark |
Bug in t/io/layers.t spotted by Ignasi Roca CarriĆ³ |
tree | commitdiff |
2004-12-29 |
Nicholas Clark |
Skip tests that binmode :utf8 if there is no perlio |
tree | commitdiff |
2004-12-29 |
Nicholas Clark |
Oops. Forgot to uncomment the last set of Unicode value... |
tree | commitdiff |
2004-12-29 |
Nicholas Clark |
read (and presuambly sysread) would expose the UTF8... |
tree | commitdiff |
2004-12-29 |
Nicholas Clark |
Add a lot of tests for combinations of values, offsets... |
tree | commitdiff |
2004-12-29 |
Nicholas Clark |
Convert op/read.t to use test.pl and make it stricture... |
tree | commitdiff |
2004-12-21 |
Nicholas Clark |
$#a>>=1 relies on malloc wrap to avoid the segfault... |
tree | commitdiff |
2004-12-16 |
Craig A. Berry |
bop.t follow-up to #23645 |
tree | commitdiff |
2004-12-14 |
Rafael Garcia-Suarez |
Fix test added in change 23645 with an eval() |
tree | commitdiff |
2004-12-14 |
Rafael Garcia-Suarez |
Test patch for already-solved bug #33003, |
tree | commitdiff |
2004-12-13 |
Craig A. Berry |
t/op/taint.t follow-up to #23635 |
tree | commitdiff |
2004-12-10 |
Michael G. Schwern |
Test rt.perl.org 5900 |
tree | commitdiff |
2004-12-10 |
Michael G. Schwern |
[PATCH] cleanup t/op/taint.t |
tree | commitdiff |
2004-12-09 |
Rafael Garcia-Suarez |
Fix test to cope with the previous h2ph change. |
tree | commitdiff |
2004-12-06 |
Steve Hay |
Fix another Win32 breakage caused by change 23554 |
tree | commitdiff |
2004-12-06 |
Nicholas Clark |
sanity check the arguments to runperl(), to try to... |
tree | commitdiff |
2004-12-03 |
Rafael Garcia-Suarez |
$foo::_ was wrongly forced as $main::_. |
tree | commitdiff |
2004-12-01 |
Ingo Weinhold |
[perl #32717] BeOS specific Updates |
tree | commitdiff |
2004-11-29 |
Rafael Garcia-Suarez |
Upgrade to Test::Simple 0.53 |
tree | commitdiff |
2004-11-23 |
Rafael Garcia-Suarez |
Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong... |
tree | commitdiff |
2004-11-23 |
Craig A. Berry |
warnings.t portability tweaks |
tree | commitdiff |
2004-11-20 |
Nicholas Clark |
Assimilate Test-Simple 0.50 |
tree | commitdiff |
2004-11-19 |
Rafael Garcia-Suarez |
Make "err" a weak keyword; |
tree | commitdiff |
2004-11-17 |
Andy Dougherty |
Allow more tries for t/op/time.t test 2. |
tree | commitdiff |
2004-11-10 |
Yitzchak Scott-Tho... |
Replace a skip by a todo. |
tree | commitdiff |
2004-11-10 |
Yitzchak Scott-Tho... |
Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on... |
tree | commitdiff |
2004-11-04 |
Rick Delaney |
[perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails |
tree | commitdiff |
2004-10-31 |
Nicholas Clark |
Make TEST and harness skip tests for extensions that... |
tree | commitdiff |
2004-10-23 |
Dave Mitchell |
[perl #32039] Chained goto &sub drops data too early. |
tree | commitdiff |
2004-10-12 |
Rafael Garcia-Suarez |
Minor tweaks for the test.utf16 target, by Jarkko |
tree | commitdiff |
2004-10-11 |
Abe Timmerman |
add the 'test_harness' target to vms "makefile" |
tree | commitdiff |
2004-10-08 |
Rafael Garcia-Suarez |
Make the perl interpreter more tolerant of UTF-16-encod... |
tree | commitdiff |
2004-10-02 |
Craig A. Berry |
make t/uni/class.t pass on VMS |
tree | commitdiff |
2004-09-30 |
Dave Mitchell |
[perl #31767] open $1, "file" doesn't raise an exception |
tree | commitdiff |
2004-09-20 |
Jarkko Hietaniemi |
[PATCH] encoding and open pragmas |
tree | commitdiff |
2004-09-01 |
Dave Mitchell |
whoops, fix 'formline undef' test broken by change... |
tree | commitdiff |
2004-09-01 |
Andy Lester |
PATCH: Taintedness and ternary conditional |
tree | commitdiff |
2004-09-01 |
Dave Mitchell |
[perl #31111] Random made scripts crashing perl |
tree | commitdiff |
2004-08-23 |
Nikola Milutinovic |
[perl #31295] PATCH: Test comp/use.t fails on Tru64 |
tree | commitdiff |
2004-08-20 |
Dave Mitchell |
a regex in STDOUT destructor coredumped because regex... |
tree | commitdiff |
2004-08-19 |
Rafael Garcia-Suarez |
Mark a test that relies on tainting behavior as TODO... |
tree | commitdiff |
2004-08-14 |
Dave Mitchell |
make pp_goto() cope potential stack reallocation in... |
tree | commitdiff |
2004-08-13 |
Andy Lester |
Test for functions with operator names |
tree | commitdiff |
2004-08-10 |
Jim Cromie |
Re: 2 patches: goto.t, B.pm/xs |
tree | commitdiff |
2004-08-09 |
Dave Mitchell |
made eq_array in t/test.pl handle undef values better |
tree | commitdiff |
2004-08-09 |
Andy Lester |
Patch for t/op/sleep.t |
tree | commitdiff |
2004-08-04 |
Rafael Garcia-Suarez |
Remove the "Newline in left-justified string" warning. |
tree | commitdiff |
2004-08-04 |
John Peacock |
Final version object core patch? |
tree | commitdiff |
2004-08-02 |
Steve Hay |
Fix breakage caused by Change 23179 |
tree | commitdiff |
2004-08-01 |
Marcus Holland-Moritz |
Skip test when building without Encode. |
tree | commitdiff |
2004-07-28 |
david nicol |
Re: more 5.9 sort tests (second draft) |
tree | commitdiff |
2004-07-23 |
Dave Mitchell |
[perl #30733] memory leak in array delete |
tree | commitdiff |
next |