Move tests for $[ from comp/parser.t to op/array_base.t
[p5sagit/p5-mst-13.2.git] / t / comp /
2009-10-16 Nicholas Clark Move tests for $[ from comp/parser.t to op/array_base.t
2009-10-16 Nicholas Clark do subname() is deprecated, so this test from perl...
2009-10-11 Steve Hay Implement TODO support locally in t/comp/opsubs.t
2009-10-11 Steve Hay Fix failed() calls in t/comp
2009-10-11 Craig A. Berry No longer need to skip t/comp/opsubs.t #22 on VMS.
2009-10-09 Nicholas Clark Don't use require in comp/fold.t, as require isn't...
2009-10-09 Nicholas Clark Give names to all tests in t/comp/fold.t
2009-10-09 Nicholas Clark Move the require './test.pl' to the end of t/comp/hints.t
2009-10-09 Nicholas Clark Don't use require in comp/multiline.t, as require isn...
2009-10-09 Nicholas Clark Don't use require in comp/opsubs.t, as require isn...
2009-10-09 Nicholas Clark Don't use require in comp/our.t, as require isn't teste...
2009-10-09 Nicholas Clark Don't use require in comp/parser.t, as require isn...
2009-10-09 Nicholas Clark Don't use require in comp/retainedlines.t, as require...
2009-10-09 Nicholas Clark Avoid relying on prototypes working for tests to pass...
2009-10-09 Nicholas Clark Don't use require in comp/uproto.t, as require isn...
2009-10-09 Nicholas Clark In opt(), use is(..., undef) rather than ok(!defined...
2009-10-09 Nicholas Clark Move the test for require 5.11.0 not loading strictures...
2009-10-09 Nicholas Clark Don't use require in comp/utf.t, as require isn't teste...
2009-10-09 Nicholas Clark Use require.t's bytes_to_utf() in place of PerlIO layer...
2009-10-09 Nicholas Clark Print the encoding name as part of the test, rather...
2009-10-09 Nicholas Clark Refactor bytes_to_utf16() into a more generic routine...
2009-10-09 Nicholas Clark Replace longhand invocations of test() with 3 nested...
2009-10-09 Nicholas Clark Test utf8 with BOMs, like we already test utf16be and...
2009-10-09 Nicholas Clark Move tests for use for "new style version numbers"...
2009-10-08 Nicholas Clark Move ...
2009-10-08 Nicholas Clark Move the test for RT #49472 to op/attrs.t from comp...
2009-10-08 Rafael Garcia-Suarez Merge branch 'feature/package-name-version' into blead
2009-10-08 Nicholas Clark Avoid using bytes in require.t, as pack "C0U" does...
2009-10-08 Nicholas Clark Avoid using the strict pragma in retainedlines.t -...
2009-10-08 Nicholas Clark Avoid using the strict pragma in colon.t - use may...
2009-10-08 Nicholas Clark Avoid using pragmata in fold.t - use may not work yet.
2009-10-08 Nicholas Clark Avoid using pragmata in opsubs.t - use may not work...
2009-10-08 Nicholas Clark Avoid using the warnings pragma in proto.t - use may...
2009-10-08 Nicholas Clark Move script.t from t/comp to t/run, as it's a test...
2009-10-06 Rafael Garcia-Suarez Add tests for syntax errors in "package Name VERSION"
2009-10-06 David Golden Add 'package NAME VERSION' syntax
2009-09-18 Nicholas Clark Avoid re-creating a temporary file with constant conten...
2009-09-18 Nicholas Clark Avoid using lib.pm in miniperl's tests.
2009-09-08 Rafael Garcia-Suarez Remove code specific to MacOS Classic from core tests
2009-08-21 Zefram Add clear magic to %^H so that the HE chain is reset...
2009-07-29 Rafael Garcia-Suarez Forbid labels with keyword names
2009-07-07 Rafael Garcia-Suarez Fast enabling of strictures when version 5.11.0 is...
2009-07-07 Steffen Mueller use strict by default if "use 5.011" is in effect!
2009-06-06 Rafael Garcia-Suarez Mark all .t and .pm files as non executable
2009-01-06 Rafael Garcia-Suarez Require a space or a newline after a "#line XXX" directive
2008-12-02 Nicholas Clark Change PL_debug behaviour so that string eval lines...
2008-12-02 Nicholas Clark Implement PERLDBf_SAVESRC_INVALID, which saves source...
2008-12-02 Nicholas Clark Codify the current behaviour of evals which define...
2008-12-02 Nicholas Clark Followup to change 34979. Tests are good, m'kay. Partic...
2008-11-18 Nicholas Clark Rafael noticed a bug in 34873 - I was comparing against...
2008-11-17 Nicholas Clark S_save_lines() was using strchr() when it should have...
2008-11-17 Nicholas Clark Fix the bug introduced with MRO, whereby the internals...
2008-09-08 Craig A. Berry Make sure temp file has an extension on VMS to work...
2008-08-19 Bram Re: Change 34184: Convert all unimaginative (ie race...
2008-08-08 Nicholas Clark Convert all unimaginative (ie race condition) temporary...
2008-02-09 Dave Mitchell [perl #49472] Attributes + Unkown Error
2008-01-11 Rafael Garcia-Suarez Remove the -P switch
2007-11-12 Jarkko Hietaniemi t/comp/opsubs.t
2007-10-09 Nicholas Clark Tests for the .pmc functionality.
2007-10-02 John Peacock was Re: Freeze ?
2007-09-06 Rafael Garcia-Suarez Bump version number to 5.10.0.
2007-06-07 Father Chrysostomos Re: [perl #43082] "$_[0]->method" interpolation
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-05-31 Ricardo SIGNES minor assertions improvements
2007-04-21 Rafael Garcia-Suarez Upgrade to version-0.7203.
2007-04-17 Steve Hay These test scripts probably wanted BEGIN blocks,
2007-03-19 Rafael Garcia-Suarez Let %^H be modifiable in eval-strings (bug #41531),
2007-03-19 Rafael Garcia-Suarez Upgrade to version.pm 0.71, by John Peacock
2007-03-03 Rafael Garcia-Suarez Don't let feature.pm interfere with the tests for use...
2007-02-12 Rafael Garcia-Suarez Un-TODO tests avec change #30228
2007-01-27 Nicholas Clark A test to exercise the smallbuf overflow code in S_incl...
2007-01-08 Nicholas Clark do $file; won't propagate errors from die, as do is...
2006-12-29 Dave Mitchell further fix for #29543: fix parser leaks caused by...
2006-12-11 Dave Mitchell fix eval qw(BEGIN{die}) style leaks (second attempt).
2006-12-10 Dave Mitchell #28315 could crash when freeing ops with different...
2006-11-13 Rafael Garcia-Suarez Parsing fix: it wasn't possible to call a function...
2006-11-02 Rafael Garcia-Suarez More regression tests for the _ prototype
2006-10-19 Yves Orton Re: Off by one in the trie code?
2006-10-19 Rafael Garcia-Suarez Allow the _ prototype character to be followed by optio...
2006-10-18 Rafael Garcia-Suarez Add a regression test for change #29041
2006-10-18 Rafael Garcia-Suarez Test for the interaction between ; and _ in prototypes
2006-10-18 Rafael Garcia-Suarez The _ character is only allowed to be at the end of...
2006-10-18 Rafael Garcia-Suarez Improvements and fixes to the _ prototype
2006-10-17 Rafael Garcia-Suarez First attempt at implementing the _ prototype
2006-07-17 Yves Orton Silence system warning during tests (only on win32...
2006-07-12 Jarkko Hietaniemi z/OS: t/ - mostly EBCDIC fixes
2006-06-20 Ben Carter [perl #39365] Bug in toke.c (eval in subst)
2006-06-05 Nicholas Clark Eliminate most of the UTF-8 black smoke by skipping...
2006-05-10 Nicholas Clark no 5.9.4; should fail in version 5.9.4.
2006-05-10 Nicholas Clark Convert use.t to an inlined is/isnt/like implementation...
2006-05-10 Dave Mitchell disable WARN and DIE hooks during constant folding
2006-04-20 Rafael Garcia-Suarez New test for the "Assignment to both a list and a scala...
2006-04-19 Nicholas Clark Avoid temporarily writing over the prototype when repor...
2006-03-27 Nicholas Clark It helps to actually add the files you add to MANIFEST...
2006-03-16 Rafael Garcia-Suarez Add a couple of regression tests for the untested
2006-03-16 Gisle Aas require should ignore directories found when searching...
2006-03-01 Steve Peters Upgrade to assertions-0.03
2006-02-24 Rafael Garcia-Suarez Skip unportable test on VMS
2006-01-18 Rafael Garcia-Suarez Explain better how that test count works.
2006-01-18 Nicholas Clark New t/comp/require.t tests should go before the conditi...
next