This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #87708] use integer; $tied < $tied
[perl5.git] / t / comp /
2011-02-27 Father Chrysostomos[perl #79442] A #line "F" in a string eval doesn't...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2010-11-26 Father ChrysostomosStop eval "BEGIN{die}" from leaking
2010-11-25 Nicholas ClarkMake BEGIN {require 5.12.0} behave as documented.
2010-11-18 Nicholas ClarkTest that lack of prototype on a sub's definition overr...
2010-11-14 Father Chrysostomos[perl #74022] Parser hangs on some Unicode characters
2010-10-24 Zeframpermit labels to appear before declarations
2010-10-21 David GoldenAdd single-term prototype
2010-09-21 Father Chrysostomos[perl #20444] regex not evaluated in constant ?:
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-08-11 Father Chrysostomos[perl #75904] \$ prototype does not make a unary function
2010-07-24 David GoldenGlobal executable bit cleanup
2010-05-20 Zeframadditional tests for package block syntax
2010-05-20 Zeframfix SEGV with eval("package Foo {")
2010-05-20 Zeframsupport "package Foo { ... }"
2010-05-05 Jesse VincentRevert "tweak "0x123.456" deprecation"
2010-05-03 Zeframtweak "0x123.456" deprecation
2010-03-03 Jan DuboisRevert "Forbid labels with keyword names"
2010-03-03 Jan DuboisSetup @INC at compile time because commit ec34a119...
2010-03-02 David Mitchell[perl #73174] swash_init() wasn't saving %^H
2010-02-11 Robin BarkerRemove npl addresses from "my" files
2010-01-18 Nicholas ClarkMove packagev.t from t/comp to t/op, as it fouls the...
2010-01-14 David GoldenOmnibus strict and lax version parsing
2010-01-05 Zefram[perl #71748] Bleadperl f0e67a1 breaks CPAN: Template...
2010-01-04 Nicholas ClarkFollowing fd909433c7437296, check that {sub f} correctl...
2010-01-03 Vincent PitAllow "{sub f}" to compile
2009-12-15 Zefram[perl #22977] Bug in format/write
2009-12-09 ZeframFix for [perl #70910] wrong line number in syntax error...
2009-12-01 Tony Cook-Dmad: double free or corruption
2009-11-30 Eric BrineFix -DPERL_NO_UTF16_FILTER
2009-11-28 Vincent PitAllow a closing brace after an "use VERSION"
2009-11-25 Zeframperl-5.11.2 breaks NYTProf savesrc option (Lexer API...
2009-11-25 Jesse VincentMoved the original test file from the previous patch...
2009-11-25 Gerard Goossenadd interpolation test for [perl #70091]
2009-11-21 Gerard GoossenForce OP_REQUIRE to scalar context at the end of ck_req...
2009-11-21 Gerard GoossenAdd a TODO test for "require" always being in scalar...
2009-11-01 Nicholas ClarkS_utf16_textfilter() was not returning EOF correctly...
2009-11-01 Nicholas ClarkTweak the filename regexp in parser.t so that ./TEST...
2009-10-22 Nicholas ClarkS_utf16_textfilter() needs to avoid splitting UTF-16...
2009-10-22 Nicholas ClarkTest requiring files with non-BMP characters (encoded...
2009-10-22 Nicholas ClarkTests for UTF-16 characters > 256, including those...
2009-10-22 Nicholas ClarkRe-write S_utf16_textfilter() to correctly handle parti...
2009-10-16 Nicholas ClarkMove tests for $[ from comp/hints.t to op/array_base.t
2009-10-16 Nicholas ClarkMove tests for $[ from comp/parser.t to op/array_base.t
2009-10-16 Nicholas Clarkdo subname() is deprecated, so this test from perl...
2009-10-11 Steve HayImplement TODO support locally in t/comp/opsubs.t
2009-10-11 Steve HayFix failed() calls in t/comp
2009-10-11 Craig A. BerryNo longer need to skip t/comp/opsubs.t #22 on VMS.
2009-10-09 Nicholas ClarkDon't use require in comp/fold.t, as require isn't...
2009-10-09 Nicholas ClarkGive names to all tests in t/comp/fold.t
2009-10-09 Nicholas ClarkMove the require './test.pl' to the end of t/comp/hints.t
2009-10-09 Nicholas ClarkDon't use require in comp/multiline.t, as require isn...
2009-10-09 Nicholas ClarkDon't use require in comp/opsubs.t, as require isn...
2009-10-09 Nicholas ClarkDon't use require in comp/our.t, as require isn't teste...
2009-10-09 Nicholas ClarkDon't use require in comp/parser.t, as require isn...
2009-10-09 Nicholas ClarkDon't use require in comp/retainedlines.t, as require...
2009-10-09 Nicholas ClarkAvoid relying on prototypes working for tests to pass...
2009-10-09 Nicholas ClarkDon't use require in comp/uproto.t, as require isn...
2009-10-09 Nicholas ClarkIn opt(), use is(..., undef) rather than ok(!defined...
2009-10-09 Nicholas ClarkMove the test for require 5.11.0 not loading strictures...
2009-10-09 Nicholas ClarkDon't use require in comp/utf.t, as require isn't teste...
2009-10-09 Nicholas ClarkUse require.t's bytes_to_utf() in place of PerlIO layer...
2009-10-09 Nicholas ClarkPrint the encoding name as part of the test, rather...
2009-10-09 Nicholas ClarkRefactor bytes_to_utf16() into a more generic routine...
2009-10-09 Nicholas ClarkReplace longhand invocations of test() with 3 nested...
2009-10-09 Nicholas ClarkTest utf8 with BOMs, like we already test utf16be and...
2009-10-09 Nicholas ClarkMove tests for use for "new style version numbers"...
2009-10-08 Nicholas ClarkMove &do_require to the top of require.t, so that ...
2009-10-08 Nicholas ClarkMove the test for RT #49472 to op/attrs.t from comp...
2009-10-08 Rafael Garcia-SuarezMerge branch 'feature/package-name-version' into blead
2009-10-08 Nicholas ClarkAvoid using bytes in require.t, as pack "C0U" does...
2009-10-08 Nicholas ClarkAvoid using the strict pragma in retainedlines.t -...
2009-10-08 Nicholas ClarkAvoid using the strict pragma in colon.t - use may...
2009-10-08 Nicholas ClarkAvoid using pragmata in fold.t - use may not work yet.
2009-10-08 Nicholas ClarkAvoid using pragmata in opsubs.t - use may not work...
2009-10-08 Nicholas ClarkAvoid using the warnings pragma in proto.t - use may...
2009-10-08 Nicholas ClarkMove script.t from t/comp to t/run, as it's a test...
2009-10-06 Rafael Garcia-SuarezAdd tests for syntax errors in "package Name VERSION"
2009-10-06 David GoldenAdd 'package NAME VERSION' syntax
2009-09-18 Nicholas ClarkAvoid re-creating a temporary file with constant conten...
2009-09-18 Nicholas ClarkAvoid using lib.pm in miniperl's tests.
2009-09-08 Rafael Garcia-SuarezRemove code specific to MacOS Classic from core tests
2009-08-21 ZeframAdd clear magic to %^H so that the HE chain is reset...
2009-07-29 Rafael Garcia-SuarezForbid labels with keyword names
2009-07-07 Rafael Garcia-SuarezFast enabling of strictures when version 5.11.0 is...
2009-07-07 Steffen Muelleruse strict by default if "use 5.011" is in effect!
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-01-06 Rafael Garcia-SuarezRequire a space or a newline after a "#line XXX" directive
2008-12-02 Nicholas ClarkChange PL_debug behaviour so that string eval lines...
2008-12-02 Nicholas ClarkImplement PERLDBf_SAVESRC_INVALID, which saves source...
2008-12-02 Nicholas ClarkCodify the current behaviour of evals which define...
2008-12-02 Nicholas ClarkFollowup to change 34979. Tests are good, m'kay. Partic...
2008-11-18 Nicholas ClarkRafael noticed a bug in 34873 - I was comparing against...
2008-11-17 Nicholas ClarkS_save_lines() was using strchr() when it should have...
2008-11-17 Nicholas ClarkFix the bug introduced with MRO, whereby the internals...
2008-09-08 Craig A. BerryMake sure temp file has an extension on VMS to work...
2008-08-19 BramRe: Change 34184: Convert all unimaginative (ie race...
2008-08-08 Nicholas ClarkConvert all unimaginative (ie race condition) temporary...
2008-02-09 Dave Mitchell[perl #49472] Attributes + Unkown Error
2008-01-11 Rafael Garcia-SuarezRemove the -P switch
next