summaryrefslogtreecommitdiff
path: root/t/comp
Commit message (Expand)AuthorAgeFilesLines
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-1012-0/+0
* Codify the current behaviour of evals which define subroutines beforeNicholas Clark2009-01-281-1/+22
* Integrate:Nicholas Clark2008-12-031-16/+46
* Integrate:Nicholas Clark2008-11-211-0/+57
* Integrate:Jerry D. Hedden2008-09-111-1/+2
* Integrate:Bram2008-09-054-19/+19
* Integrate:Dave Mitchell2008-05-271-1/+15
* 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
* require should ignore directories found when searching @INC not justGisle Aas2006-03-161-1/+1
* Upgrade to assertions-0.03Steve Peters2006-03-012-90/+101
* Skip unportable test on VMSRafael Garcia-Suarez2006-02-241-3/+6
* Explain better how that test count works.Rafael Garcia-Suarez2006-01-181-3/+4
* New t/comp/require.t tests should go before the conditional exit.Nicholas Clark2006-01-181-9/+10