summaryrefslogtreecommitdiff
path: root/t/comp
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use require in comp/utf.t, as require isn't tested yet.Nicholas Clark2009-10-091-5/+11
* Use require.t's bytes_to_utf() in place of PerlIO layers in utf.tNicholas Clark2009-10-091-24/+16
* Print the encoding name as part of the test, rather than on a separate line.Nicholas Clark2009-10-091-3/+1
* Refactor bytes_to_utf16() into a more generic routine that also handles UTF-8Nicholas Clark2009-10-091-8/+15
* Replace longhand invocations of test() with 3 nested loops.Nicholas Clark2009-10-091-19/+7
* Test utf8 with BOMs, like we already test utf16be and utf16le.Nicholas Clark2009-10-091-1/+4
* Move tests for use for "new style version numbers" to use.t from require.tNicholas Clark2009-10-092-10/+10
* Move &do_require to the top of require.t, so that @a is the first lexical.Nicholas Clark2009-10-081-7/+7
* Move the test for RT #49472 to op/attrs.t from comp/require.tNicholas Clark2009-10-081-15/+1
* Merge branch 'feature/package-name-version' into bleadRafael Garcia-Suarez2009-10-081-1/+34
|\
| * Add tests for syntax errors in "package Name VERSION"Rafael Garcia-Suarez2009-10-061-1/+15
| * Add 'package NAME VERSION' syntaxDavid Golden2009-10-061-1/+20
* | Avoid using bytes in require.t, as pack "C0U" does what we need.Nicholas Clark2009-10-081-2/+1
* | Avoid using the strict pragma in retainedlines.t - use may not work yet.Nicholas Clark2009-10-081-3/+3
* | Avoid using the strict pragma in colon.t - use may not work yet.Nicholas Clark2009-10-081-6/+3
* | Avoid using pragmata in fold.t - use may not work yet.Nicholas Clark2009-10-081-8/+6
* | Avoid using pragmata in opsubs.t - use may not work yet.Nicholas Clark2009-10-081-11/+6
* | Avoid using the warnings pragma in proto.t - use may not work yet.Nicholas Clark2009-10-081-3/+15
* | Move script.t from t/comp to t/run, as it's a test for invoking perl.Nicholas Clark2009-10-081-29/+0
|/
* Avoid re-creating a temporary file with constant contents for use.tNicholas Clark2009-09-181-6/+3
* Avoid using lib.pm in miniperl's tests.Nicholas Clark2009-09-181-35/+35
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-082-19/+3
* Add clear magic to %^H so that the HE chain is reset when you empty it.Zefram2009-08-212-5/+48
* Forbid labels with keyword namesRafael Garcia-Suarez2009-07-291-3/+3
* Fast enabling of strictures when version 5.11.0 is requiredRafael Garcia-Suarez2009-07-071-1/+10
* use strict by default if "use 5.011" is in effect!Steffen Mueller2009-07-071-1/+8
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-0612-0/+0
* Require a space or a newline after a "#line XXX" directiveRafael Garcia-Suarez2009-01-061-1/+4
* 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