2009-01-06 |
Rafael Garcia-Suarez |
Require a space or a newline after a "#line XXX" directive |
tree | commitdiff |
2008-12-02 |
Nicholas Clark |
Change PL_debug behaviour so that string eval lines... |
tree | commitdiff |
2008-12-02 |
Nicholas Clark |
Implement PERLDBf_SAVESRC_INVALID, which saves source... |
tree | commitdiff |
2008-12-02 |
Nicholas Clark |
Codify the current behaviour of evals which define... |
tree | commitdiff |
2008-12-02 |
Nicholas Clark |
Followup to change 34979. Tests are good, m'kay. Partic... |
tree | commitdiff |
2008-11-18 |
Nicholas Clark |
Rafael noticed a bug in 34873 - I was comparing against... |
tree | commitdiff |
2008-11-17 |
Nicholas Clark |
S_save_lines() was using strchr() when it should have... |
tree | commitdiff |
2008-11-17 |
Nicholas Clark |
Fix the bug introduced with MRO, whereby the internals... |
tree | commitdiff |
2008-09-08 |
Craig A. Berry |
Make sure temp file has an extension on VMS to work... |
tree | commitdiff |
2008-08-19 |
Bram |
Re: Change 34184: Convert all unimaginative (ie race... |
tree | commitdiff |
2008-08-08 |
Nicholas Clark |
Convert all unimaginative (ie race condition) temporary... |
tree | commitdiff |
2008-02-09 |
Dave Mitchell |
[perl #49472] Attributes + Unkown Error |
tree | commitdiff |
2008-01-11 |
Rafael Garcia-Suarez |
Remove the -P switch |
tree | commitdiff |
2007-11-12 |
Jarkko Hietaniemi |
t/comp/opsubs.t |
tree | commitdiff |
2007-10-09 |
Nicholas Clark |
Tests for the .pmc functionality. |
tree | commitdiff |
2007-10-02 |
John Peacock |
was Re: Freeze ? |
tree | commitdiff |
2007-09-06 |
Rafael Garcia-Suarez |
Bump version number to 5.10.0. |
tree | commitdiff |
2007-06-07 |
Father Chrysostomos |
Re: [perl #43082] "$_[0]->method" interpolation |
tree | commitdiff |
2007-06-05 |
Rafael Garcia-Suarez |
Remove support for assertions and -A |
tree | commitdiff |
2007-05-31 |
Ricardo SIGNES |
minor assertions improvements |
tree | commitdiff |
2007-04-21 |
Rafael Garcia-Suarez |
Upgrade to version-0.7203. |
tree | commitdiff |
2007-04-17 |
Steve Hay |
These test scripts probably wanted BEGIN blocks, |
tree | commitdiff |
2007-03-19 |
Rafael Garcia-Suarez |
Let %^H be modifiable in eval-strings (bug #41531), |
tree | commitdiff |
2007-03-19 |
Rafael Garcia-Suarez |
Upgrade to version.pm 0.71, by John Peacock |
tree | commitdiff |
2007-03-03 |
Rafael Garcia-Suarez |
Don't let feature.pm interfere with the tests for use... |
tree | commitdiff |
2007-02-12 |
Rafael Garcia-Suarez |
Un-TODO tests avec change #30228 |
tree | commitdiff |
2007-01-27 |
Nicholas Clark |
A test to exercise the smallbuf overflow code in S_incl... |
tree | commitdiff |
2007-01-08 |
Nicholas Clark |
do $file; won't propagate errors from die, as do is... |
tree | commitdiff |
2006-12-29 |
Dave Mitchell |
further fix for #29543: fix parser leaks caused by... |
tree | commitdiff |
2006-12-11 |
Dave Mitchell |
fix eval qw(BEGIN{die}) style leaks (second attempt). |
tree | commitdiff |
2006-12-10 |
Dave Mitchell |
#28315 could crash when freeing ops with different... |
tree | commitdiff |
2006-11-13 |
Rafael Garcia-Suarez |
Parsing fix: it wasn't possible to call a function... |
tree | commitdiff |
2006-11-02 |
Rafael Garcia-Suarez |
More regression tests for the _ prototype |
tree | commitdiff |
2006-10-19 |
Yves Orton |
Re: Off by one in the trie code? |
tree | commitdiff |
2006-10-19 |
Rafael Garcia-Suarez |
Allow the _ prototype character to be followed by optio... |
tree | commitdiff |
2006-10-18 |
Rafael Garcia-Suarez |
Add a regression test for change #29041 |
tree | commitdiff |
2006-10-18 |
Rafael Garcia-Suarez |
Test for the interaction between ; and _ in prototypes |
tree | commitdiff |
2006-10-18 |
Rafael Garcia-Suarez |
The _ character is only allowed to be at the end of... |
tree | commitdiff |
2006-10-18 |
Rafael Garcia-Suarez |
Improvements and fixes to the _ prototype |
tree | commitdiff |
2006-10-17 |
Rafael Garcia-Suarez |
First attempt at implementing the _ prototype |
tree | commitdiff |
2006-07-17 |
Yves Orton |
Silence system warning during tests (only on win32... |
tree | commitdiff |
2006-07-12 |
Jarkko Hietaniemi |
z/OS: t/ - mostly EBCDIC fixes |
tree | commitdiff |
2006-06-20 |
Ben Carter |
[perl #39365] Bug in toke.c (eval in subst) |
tree | commitdiff |
2006-06-05 |
Nicholas Clark |
Eliminate most of the UTF-8 black smoke by skipping... |
tree | commitdiff |
2006-05-10 |
Nicholas Clark |
no 5.9.4; should fail in version 5.9.4. |
tree | commitdiff |
2006-05-10 |
Nicholas Clark |
Convert use.t to an inlined is/isnt/like implementation... |
tree | commitdiff |
2006-05-10 |
Dave Mitchell |
disable WARN and DIE hooks during constant folding |
tree | commitdiff |
2006-04-20 |
Rafael Garcia-Suarez |
New test for the "Assignment to both a list and a scala... |
tree | commitdiff |
2006-04-19 |
Nicholas Clark |
Avoid temporarily writing over the prototype when repor... |
tree | commitdiff |
2006-03-27 |
Nicholas Clark |
It helps to actually add the files you add to MANIFEST... |
tree | commitdiff |
2006-03-16 |
Rafael Garcia-Suarez |
Add a couple of regression tests for the untested |
tree | commitdiff |
2006-03-16 |
Gisle Aas |
require should ignore directories found when searching... |
tree | commitdiff |
2006-03-01 |
Steve Peters |
Upgrade to assertions-0.03 |
tree | commitdiff |
2006-02-24 |
Rafael Garcia-Suarez |
Skip unportable test on VMS |
tree | commitdiff |
2006-01-18 |
Rafael Garcia-Suarez |
Explain better how that test count works. |
tree | commitdiff |
2006-01-18 |
Nicholas Clark |
New t/comp/require.t tests should go before the conditi... |
tree | commitdiff |
2006-01-17 |
Rafael Garcia-Suarez |
Regression test for change #26881 |
tree | commitdiff |
2006-01-06 |
Nicholas Clark |
Don't code the absolute number of tests for the UTF8... |
tree | commitdiff |
2005-12-22 |
Robin Houston |
eliminate HINT_HH_FOR_EVAL |
tree | commitdiff |
2005-12-20 |
Robin Houston |
[TEST PATCH] %^H can now propagate into eval |
tree | commitdiff |
2005-12-16 |
Nicholas Clark |
comp/require.t exits early for the case of UTF-8 or... |
tree | commitdiff |
2005-12-15 |
Steve Peters |
Added test for change #26373. |
tree | commitdiff |
2005-11-20 |
Andy Lester |
Pulling ancient RCS comments |
tree | commitdiff |
2005-11-10 |
Rafael Garcia-Suarez |
Add tests for two untested syntax error messages about \N |
tree | commitdiff |
2005-09-19 |
Nicholas Clark |
Improve failure case diagnostics from comp/package.t |
tree | commitdiff |
2005-09-01 |
Rafael Garcia-Suarez |
Add the "no 6" / "no v6" syntax. |
tree | commitdiff |
2005-08-24 |
John Peacock |
[Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz] |
tree | commitdiff |
2005-06-20 |
Rick Delaney |
Re: [PATCH replacement] Re: [perl #36313] perl -e ... |
tree | commitdiff |
2005-06-14 |
Salvador Fandiño |
better assertion support |
tree | commitdiff |
2005-06-13 |
John Peacock |
Bring bleadperl up to version.pm |
tree | commitdiff |
2005-01-24 |
Rafael Garcia-Suarez |
Revert change 23843. |
tree | commitdiff |
2005-01-21 |
Rick Delaney |
Re: [perl #31924] %INC caching failure-case problem |
tree | commitdiff |
2004-11-23 |
Rafael Garcia-Suarez |
Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong... |
tree | commitdiff |
2004-08-23 |
Nikola Milutinovic |
[perl #31295] PATCH: Test comp/use.t fails on Tru64 |
tree | commitdiff |
2004-08-19 |
Rafael Garcia-Suarez |
Mark a test that relies on tainting behavior as TODO... |
tree | commitdiff |
2004-08-13 |
Andy Lester |
Test for functions with operator names |
tree | commitdiff |
2004-08-04 |
John Peacock |
Final version object core patch? |
tree | commitdiff |
2004-06-24 |
Marcus Holland-Moritz |
Fix for: [perl #2738] perl segfautls on input |
tree | commitdiff |
2004-06-11 |
Marcus Holland-Moritz |
t/comp/utf.t failed when configuring with -Dnoextension... |
tree | commitdiff |
2004-05-30 |
Nicholas Clark |
Skip in minitest |
tree | commitdiff |
2004-05-18 |
Steve Hay |
Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net... |
tree | commitdiff |
2004-05-13 |
Jarkko Hietaniemi |
BOM-marked and (BOMless) UTF-16 scripts not working |
tree | commitdiff |
2004-04-14 |
John Peacock |
's to bring bleadperl up to version-0.39 |
tree | commitdiff |
2004-04-07 |
John Peacock |
Bleadperl to version 0.37 |
tree | commitdiff |
2004-03-26 |
Dave Mitchell |
fix for change #22594; if using test.pl, must tell... |
tree | commitdiff |
2004-03-26 |
Dave Mitchell |
[perl #27040] - hints hash was being double freed... |
tree | commitdiff |
2004-03-09 |
Rafael Garcia-Suarez |
Improve the "Prototype mismatch" error message when |
tree | commitdiff |
2004-02-24 |
Rafael Garcia-Suarez |
Enhance test cleanliness by a very small factor. |
tree | commitdiff |
2004-02-24 |
Rafael Garcia-Suarez |
Fix a segfault during optree construction. (bug #27024) |
tree | commitdiff |
2004-02-15 |
Dave Mitchell |
[perl #25824] Segmentation fault with |
tree | commitdiff |
2004-02-03 |
John Peacock |
was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0... |
tree | commitdiff |
2003-12-30 |
Rafael Garcia-Suarez |
Add a regression test for bug #24762 |
tree | commitdiff |
2003-12-20 |
Dorner Thomas |
Perl 5.8.3 patches from the BS2000 port |
tree | commitdiff |
2003-10-28 |
Abigail |
Test (5.9.x) |
tree | commitdiff |
2003-10-15 |
Rafael Garcia-Suarez |
Fix bug [perl #24212] : improper error recovery in the |
tree | commitdiff |
2003-10-09 |
Rick Delaney |
Re: require patch breaks locale |
tree | commitdiff |
2003-10-06 |
Rick Delaney |
(was Re: require() does not behave aas documented) |
tree | commitdiff |
2003-06-28 |
Rafael Garcia-Suarez |
Fix test count, by Abe Timmerman. |
tree | commitdiff |
2003-06-25 |
Rafael Garcia-Suarez |
Fix [perl #21742] : |
tree | commitdiff |
2003-06-16 |
Marcus Holland-Moritz |
Revert change #19126, a poor attempt at fixing bug... |
tree | commitdiff |
next |