This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Generate the deprecation warnings for all uses $* or $#.
[perl5.git] / t / comp /
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
2007-11-12 Jarkko Hietaniemit/comp/opsubs.t
2007-10-09 Nicholas ClarkTests for the .pmc functionality.
2007-10-02 John Peacockwas Re: Freeze ?
2007-09-06 Rafael Garcia-SuarezBump version number to 5.10.0.
2007-06-07 Father ChrysostomosRe: [perl #43082] "$_[0]->method" interpolation
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-05-31 Ricardo SIGNESminor assertions improvements
2007-04-21 Rafael Garcia-SuarezUpgrade to version-0.7203.
2007-04-17 Steve HayThese test scripts probably wanted BEGIN blocks,
2007-03-19 Rafael Garcia-SuarezLet %^H be modifiable in eval-strings (bug #41531),
2007-03-19 Rafael Garcia-SuarezUpgrade to version.pm 0.71, by John Peacock
2007-03-03 Rafael Garcia-SuarezDon't let feature.pm interfere with the tests for use...
2007-02-12 Rafael Garcia-SuarezUn-TODO tests avec change #30228
2007-01-27 Nicholas ClarkA test to exercise the smallbuf overflow code in S_incl...
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
2006-12-29 Dave Mitchellfurther fix for #29543: fix parser leaks caused by...
2006-12-11 Dave Mitchellfix 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-SuarezParsing fix: it wasn't possible to call a function...
2006-11-02 Rafael Garcia-SuarezMore regression tests for the _ prototype
2006-10-19 Yves OrtonRe: Off by one in the trie code?
2006-10-19 Rafael Garcia-SuarezAllow the _ prototype character to be followed by optio...
2006-10-18 Rafael Garcia-SuarezAdd a regression test for change #29041
2006-10-18 Rafael Garcia-SuarezTest for the interaction between ; and _ in prototypes
2006-10-18 Rafael Garcia-SuarezThe _ character is only allowed to be at the end of...
2006-10-18 Rafael Garcia-SuarezImprovements and fixes to the _ prototype
2006-10-17 Rafael Garcia-SuarezFirst attempt at implementing the _ prototype
2006-07-17 Yves OrtonSilence system warning during tests (only on win32...
2006-07-12 Jarkko Hietaniemiz/OS: t/ - mostly EBCDIC fixes
2006-06-20 Ben Carter[perl #39365] Bug in toke.c (eval in subst)
2006-06-05 Nicholas ClarkEliminate most of the UTF-8 black smoke by skipping...
2006-05-10 Nicholas Clarkno 5.9.4; should fail in version 5.9.4.
2006-05-10 Nicholas ClarkConvert use.t to an inlined is/isnt/like implementation...
2006-05-10 Dave Mitchelldisable WARN and DIE hooks during constant folding
2006-04-20 Rafael Garcia-SuarezNew test for the "Assignment to both a list and a scala...
2006-04-19 Nicholas ClarkAvoid temporarily writing over the prototype when repor...
2006-03-27 Nicholas ClarkIt helps to actually add the files you add to MANIFEST...
2006-03-16 Rafael Garcia-SuarezAdd a couple of regression tests for the untested
2006-03-16 Gisle Aasrequire should ignore directories found when searching...
2006-03-01 Steve PetersUpgrade to assertions-0.03
2006-02-24 Rafael Garcia-SuarezSkip unportable test on VMS
2006-01-18 Rafael Garcia-SuarezExplain better how that test count works.
next