| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't use require in comp/utf.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -5/+11 |
* | Use require.t's bytes_to_utf() in place of PerlIO layers in utf.t | Nicholas Clark | 2009-10-09 | 1 | -24/+16 |
* | Print the encoding name as part of the test, rather than on a separate line. | Nicholas Clark | 2009-10-09 | 1 | -3/+1 |
* | Refactor bytes_to_utf16() into a more generic routine that also handles UTF-8 | Nicholas Clark | 2009-10-09 | 1 | -8/+15 |
* | Replace longhand invocations of test() with 3 nested loops. | Nicholas Clark | 2009-10-09 | 1 | -19/+7 |
* | Test utf8 with BOMs, like we already test utf16be and utf16le. | Nicholas Clark | 2009-10-09 | 1 | -1/+4 |
* | Move tests for use for "new style version numbers" to use.t from require.t | Nicholas Clark | 2009-10-09 | 2 | -10/+10 |
* | Move &do_require to the top of require.t, so that @a is the first lexical. | Nicholas Clark | 2009-10-08 | 1 | -7/+7 |
* | Move the test for RT #49472 to op/attrs.t from comp/require.t | Nicholas Clark | 2009-10-08 | 1 | -15/+1 |
* | Merge branch 'feature/package-name-version' into blead | Rafael Garcia-Suarez | 2009-10-08 | 1 | -1/+34 |
|\ |
|
| * | Add tests for syntax errors in "package Name VERSION" | Rafael Garcia-Suarez | 2009-10-06 | 1 | -1/+15 |
| * | Add 'package NAME VERSION' syntax | David Golden | 2009-10-06 | 1 | -1/+20 |
* | | Avoid using bytes in require.t, as pack "C0U" does what we need. | Nicholas Clark | 2009-10-08 | 1 | -2/+1 |
* | | Avoid using the strict pragma in retainedlines.t - use may not work yet. | Nicholas Clark | 2009-10-08 | 1 | -3/+3 |
* | | Avoid using the strict pragma in colon.t - use may not work yet. | Nicholas Clark | 2009-10-08 | 1 | -6/+3 |
* | | Avoid using pragmata in fold.t - use may not work yet. | Nicholas Clark | 2009-10-08 | 1 | -8/+6 |
* | | Avoid using pragmata in opsubs.t - use may not work yet. | Nicholas Clark | 2009-10-08 | 1 | -11/+6 |
* | | Avoid using the warnings pragma in proto.t - use may not work yet. | Nicholas Clark | 2009-10-08 | 1 | -3/+15 |
* | | Move script.t from t/comp to t/run, as it's a test for invoking perl. | Nicholas Clark | 2009-10-08 | 1 | -29/+0 |
|/ |
|
* | Avoid re-creating a temporary file with constant contents for use.t | Nicholas Clark | 2009-09-18 | 1 | -6/+3 |
* | Avoid using lib.pm in miniperl's tests. | Nicholas Clark | 2009-09-18 | 1 | -35/+35 |
* | Remove code specific to MacOS Classic from core tests | Rafael Garcia-Suarez | 2009-09-08 | 2 | -19/+3 |
* | Add clear magic to %^H so that the HE chain is reset when you empty it. | Zefram | 2009-08-21 | 2 | -5/+48 |
* | Forbid labels with keyword names | Rafael Garcia-Suarez | 2009-07-29 | 1 | -3/+3 |
* | Fast enabling of strictures when version 5.11.0 is required | Rafael Garcia-Suarez | 2009-07-07 | 1 | -1/+10 |
* | use strict by default if "use 5.011" is in effect! | Steffen Mueller | 2009-07-07 | 1 | -1/+8 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 12 | -0/+0 |
* | 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 |