| Commit message (Expand) | Author | Age | Files | Lines |
* | Require a space or a newline after a "#line XXX" directive | Rafael Garcia-Suarez | 2009-01-06 | 1 | -1/+4 |
* | Change PL_debug behaviour so that string eval lines are saved whenever | Nicholas Clark | 2008-12-02 | 1 | -6/+3 |
* | Implement PERLDBf_SAVESRC_INVALID, which saves source lines for string | Nicholas Clark | 2008-12-02 | 1 | -4/+1 |
* | Codify the current behaviour of evals which define subroutines before | Nicholas Clark | 2008-12-02 | 1 | -1/+22 |
* | Followup to change 34979. Tests are good, m'kay. Particularly when they | Nicholas Clark | 2008-12-02 | 1 | -16/+46 |
* | Rafael noticed a bug in 34873 - I was comparing against the wrong | Nicholas Clark | 2008-11-18 | 1 | -2/+11 |
* | S_save_lines() was using strchr() when it should have been using | Nicholas Clark | 2008-11-17 | 1 | -5/+10 |
* | Fix the bug introduced with MRO, whereby the internals were not saving | Nicholas Clark | 2008-11-17 | 1 | -0/+43 |
* | Make sure temp file has an extension on VMS to work with the new | Craig A. Berry | 2008-09-08 | 1 | -1/+2 |
* | Re: Change 34184: Convert all unimaginative (ie race condition) temporary fil... | Bram | 2008-08-19 | 1 | -1/+1 |
* | Convert all unimaginative (ie race condition) temporary file names to | Nicholas Clark | 2008-08-08 | 4 | -18/+18 |
* | [perl #49472] Attributes + Unkown Error | Dave Mitchell | 2008-02-09 | 1 | -1/+15 |
* | Remove the -P switch | Rafael Garcia-Suarez | 2008-01-11 | 2 | -52/+0 |
* | t/comp/opsubs.t | Jarkko Hietaniemi | 2007-11-12 | 1 | -2/+11 |
* | Tests for the .pmc functionality. | Nicholas Clark | 2007-10-09 | 1 | -4/+63 |
* | was Re: Freeze ? | John Peacock | 2007-10-02 | 1 | -1/+13 |
* | Bump version number to 5.10.0. | Rafael Garcia-Suarez | 2007-09-06 | 1 | -0/+5 |
* | Re: [perl #43082] "$_[0]->method" interpolation | Father Chrysostomos | 2007-06-07 | 1 | -1/+11 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 2 | -236/+0 |
* | minor assertions improvements | Ricardo SIGNES | 2007-05-31 | 1 | -1/+24 |
* | Upgrade to version-0.7203. | Rafael Garcia-Suarez | 2007-04-21 | 1 | -3/+3 |
* | These test scripts probably wanted BEGIN blocks, | Steve Hay | 2007-04-17 | 1 | -1/+1 |
* | Let %^H be modifiable in eval-strings (bug #41531), | Rafael Garcia-Suarez | 2007-03-19 | 1 | -1/+14 |
* | Upgrade to version.pm 0.71, by John Peacock | Rafael Garcia-Suarez | 2007-03-19 | 1 | -6/+6 |
* | Don't let feature.pm interfere with the tests for use VERSION. | Rafael Garcia-Suarez | 2007-03-03 | 1 | -0/+1 |
* | Un-TODO tests avec change #30228 | Rafael Garcia-Suarez | 2007-02-12 | 1 | -2/+0 |
* | A test to exercise the smallbuf overflow code in S_incline, and a | Nicholas Clark | 2007-01-27 | 1 | -1/+81 |
* | do $file; won't propagate errors from die, as do is an implicit eval. | Nicholas Clark | 2007-01-08 | 1 | -2/+2 |
* | further fix for #29543: fix parser leaks caused by croaking | Dave Mitchell | 2006-12-29 | 1 | -1/+25 |
* | fix eval qw(BEGIN{die}) style leaks (second attempt). | Dave Mitchell | 2006-12-11 | 1 | -2/+26 |
* | #28315 could crash when freeing ops with different pads | Dave Mitchell | 2006-12-10 | 1 | -1/+18 |
* | Parsing fix: it wasn't possible to call a function with a (_) prototype | Rafael Garcia-Suarez | 2006-11-13 | 1 | -1/+2 |
* | More regression tests for the _ prototype | Rafael Garcia-Suarez | 2006-11-02 | 1 | -1/+13 |
* | Re: Off by one in the trie code? | Yves Orton | 2006-10-19 | 2 | -2/+2 |
* | Allow the _ prototype character to be followed by optional arguments | Rafael Garcia-Suarez | 2006-10-19 | 1 | -2/+7 |
* | Add a regression test for change #29041 | Rafael Garcia-Suarez | 2006-10-18 | 1 | -1/+4 |
* | Test for the interaction between ; and _ in prototypes | Rafael Garcia-Suarez | 2006-10-18 | 1 | -1/+4 |
* | The _ character is only allowed to be at the end of prototypes | Rafael Garcia-Suarez | 2006-10-18 | 1 | -1/+7 |
* | Improvements and fixes to the _ prototype | Rafael Garcia-Suarez | 2006-10-18 | 1 | -2/+25 |
* | First attempt at implementing the _ prototype | Rafael Garcia-Suarez | 2006-10-17 | 1 | -0/+36 |
* | Silence system warning during tests (only on win32 for now) | Yves Orton | 2006-07-17 | 1 | -1/+2 |
* | z/OS: t/ - mostly EBCDIC fixes | Jarkko Hietaniemi | 2006-07-12 | 1 | -1/+1 |
* | [perl #39365] Bug in toke.c (eval in subst) | Ben Carter | 2006-06-20 | 1 | -1/+4 |
* | Eliminate most of the UTF-8 black smoke by skipping optree tests when | Nicholas Clark | 2006-06-05 | 1 | -8/+28 |
* | no 5.9.4; should fail in version 5.9.4. | Nicholas Clark | 2006-05-10 | 1 | -10/+60 |
* | Convert use.t to an inlined is/isnt/like implementation, to give better | Nicholas Clark | 2006-05-10 | 1 | -116/+95 |
* | disable WARN and DIE hooks during constant folding | Dave Mitchell | 2006-05-10 | 1 | -1/+19 |
* | New test for the "Assignment to both a list and a scalar" error, | Rafael Garcia-Suarez | 2006-04-20 | 1 | -1/+5 |
* | Avoid temporarily writing over the prototype when reporting an error. | Nicholas Clark | 2006-04-19 | 1 | -6/+11 |
* | It helps to actually add the files you add to MANIFEST. (Thanks Dave | Nicholas Clark | 2006-03-27 | 1 | -0/+38 |