make die reliably hand error to post-eval code
[p5sagit/p5-mst-13.2.git] / t / comp /
2010-03-03 Jan Dubois Revert "Forbid labels with keyword names"
2010-03-03 Jan Dubois Setup @INC at compile time because commit ec34a119...
2010-03-02 David Mitchell [perl #73174] swash_init() wasn't saving %^H
2010-02-11 Robin Barker Remove npl addresses from "my" files
2010-01-18 Nicholas Clark Move packagev.t from t/comp to t/op, as it fouls the...
2010-01-14 David Golden Omnibus strict and lax version parsing
2010-01-05 Zefram [perl #71748] Bleadperl f0e67a1 breaks CPAN: Template...
2010-01-04 Nicholas Clark Following fd909433c7437296, check that {sub f} correctl...
2010-01-03 Vincent Pit Allow "{sub f}" to compile
2009-12-15 Zefram [perl #22977] Bug in format/write
2009-12-09 Zefram Fix for [perl #70910] wrong line number in syntax error...
2009-12-01 Tony Cook -Dmad: double free or corruption
2009-11-30 Eric Brine Fix -DPERL_NO_UTF16_FILTER
2009-11-28 Vincent Pit Allow a closing brace after an "use VERSION"
2009-11-25 Zefram perl-5.11.2 breaks NYTProf savesrc option (Lexer API...
2009-11-25 Jesse Vincent Moved the original test file from the previous patch...
2009-11-25 Gerard Goossen add interpolation test for [perl #70091]
2009-11-21 Gerard Goossen Force OP_REQUIRE to scalar context at the end of ck_req...
2009-11-21 Gerard Goossen Add a TODO test for "require" always being in scalar...
2009-11-01 Nicholas Clark S_utf16_textfilter() was not returning EOF correctly...
2009-11-01 Nicholas Clark Tweak the filename regexp in parser.t so that ./TEST...
2009-10-22 Nicholas Clark S_utf16_textfilter() needs to avoid splitting UTF-16...
2009-10-22 Nicholas Clark Test requiring files with non-BMP characters (encoded...
2009-10-22 Nicholas Clark Tests for UTF-16 characters > 256, including those...
2009-10-22 Nicholas Clark Re-write S_utf16_textfilter() to correctly handle parti...
2009-10-16 Nicholas Clark Move tests for $[ from comp/hints.t to op/array_base.t
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).
next