summaryrefslogtreecommitdiff
path: root/t/comp
Commit message (Expand)AuthorAgeFilesLines
* Change PL_debug behaviour so that string eval lines are saved wheneverNicholas Clark2008-12-021-6/+3
* Implement PERLDBf_SAVESRC_INVALID, which saves source lines for stringNicholas Clark2008-12-021-4/+1
* Codify the current behaviour of evals which define subroutines beforeNicholas Clark2008-12-021-1/+22
* Followup to change 34979. Tests are good, m'kay. Particularly when theyNicholas Clark2008-12-021-16/+46
* Rafael noticed a bug in 34873 - I was comparing against the wrongNicholas Clark2008-11-181-2/+11
* S_save_lines() was using strchr() when it should have been usingNicholas Clark2008-11-171-5/+10
* Fix the bug introduced with MRO, whereby the internals were not savingNicholas Clark2008-11-171-0/+43
* Make sure temp file has an extension on VMS to work with the newCraig A. Berry2008-09-081-1/+2
* Re: Change 34184: Convert all unimaginative (ie race condition) temporary fil...Bram2008-08-191-1/+1
* Convert all unimaginative (ie race condition) temporary file names to Nicholas Clark2008-08-084-18/+18
* [perl #49472] Attributes + Unkown ErrorDave Mitchell2008-02-091-1/+15
* Remove the -P switchRafael Garcia-Suarez2008-01-112-52/+0
* t/comp/opsubs.tJarkko Hietaniemi2007-11-121-2/+11
* Tests for the .pmc functionality.Nicholas Clark2007-10-091-4/+63
* was Re: Freeze ?John Peacock2007-10-021-1/+13
* Bump version number to 5.10.0.Rafael Garcia-Suarez2007-09-061-0/+5
* Re: [perl #43082] "$_[0]->method" interpolation Father Chrysostomos2007-06-071-1/+11
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-052-236/+0
* minor assertions improvementsRicardo SIGNES2007-05-311-1/+24
* Upgrade to version-0.7203.Rafael Garcia-Suarez2007-04-211-3/+3
* These test scripts probably wanted BEGIN blocks,Steve Hay2007-04-171-1/+1
* Let %^H be modifiable in eval-strings (bug #41531),Rafael Garcia-Suarez2007-03-191-1/+14
* Upgrade to version.pm 0.71, by John PeacockRafael Garcia-Suarez2007-03-191-6/+6
* Don't let feature.pm interfere with the tests for use VERSION.Rafael Garcia-Suarez2007-03-031-0/+1
* Un-TODO tests avec change #30228Rafael Garcia-Suarez2007-02-121-2/+0
* A test to exercise the smallbuf overflow code in S_incline, and aNicholas Clark2007-01-271-1/+81
* do $file; won't propagate errors from die, as do is an implicit eval.Nicholas Clark2007-01-081-2/+2
* further fix for #29543: fix parser leaks caused by croakingDave Mitchell2006-12-291-1/+25
* fix eval qw(BEGIN{die}) style leaks (second attempt).Dave Mitchell2006-12-111-2/+26
* #28315 could crash when freeing ops with different padsDave Mitchell2006-12-101-1/+18
* Parsing fix: it wasn't possible to call a function with a (_) prototypeRafael Garcia-Suarez2006-11-131-1/+2
* More regression tests for the _ prototypeRafael Garcia-Suarez2006-11-021-1/+13
* Re: Off by one in the trie code?Yves Orton2006-10-192-2/+2
* Allow the _ prototype character to be followed by optional argumentsRafael Garcia-Suarez2006-10-191-2/+7
* Add a regression test for change #29041Rafael Garcia-Suarez2006-10-181-1/+4
* Test for the interaction between ; and _ in prototypesRafael Garcia-Suarez2006-10-181-1/+4
* The _ character is only allowed to be at the end of prototypesRafael Garcia-Suarez2006-10-181-1/+7
* Improvements and fixes to the _ prototypeRafael Garcia-Suarez2006-10-181-2/+25
* First attempt at implementing the _ prototypeRafael Garcia-Suarez2006-10-171-0/+36
* Silence system warning during tests (only on win32 for now)Yves Orton2006-07-171-1/+2
* z/OS: t/ - mostly EBCDIC fixesJarkko Hietaniemi2006-07-121-1/+1
* [perl #39365] Bug in toke.c (eval in subst) Ben Carter2006-06-201-1/+4
* Eliminate most of the UTF-8 black smoke by skipping optree tests whenNicholas Clark2006-06-051-8/+28
* no 5.9.4; should fail in version 5.9.4.Nicholas Clark2006-05-101-10/+60
* Convert use.t to an inlined is/isnt/like implementation, to give betterNicholas Clark2006-05-101-116/+95
* disable WARN and DIE hooks during constant foldingDave Mitchell2006-05-101-1/+19
* New test for the "Assignment to both a list and a scalar" error,Rafael Garcia-Suarez2006-04-201-1/+5
* Avoid temporarily writing over the prototype when reporting an error.Nicholas Clark2006-04-191-6/+11
* It helps to actually add the files you add to MANIFEST. (Thanks DaveNicholas Clark2006-03-271-0/+38
* Add a couple of regression tests for the untestedRafael Garcia-Suarez2006-03-161-1/+7