This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Silence the g++ warnings "right-hand operand of comma has no effect"
[perl5.git] / t /
2007-04-10 Rafael Garcia-SuarezFix new tests
2007-04-10 Ævar Arnfjörð Bjar... Re: [PATCH] length() on magic capture variables
2007-04-10 Ævar Arnfjörð Bjar... Test for the qr// construct
2007-04-06 Nicholas ClarkAvoid accessing free()d memory when calling reset in...
2007-04-06 Nicholas ClarkGive accurate failure diagnostics when unlike() fails.
2007-04-04 Nicholas ClarkAdd TODO tests for the (sometimes) crashing threads...
2007-04-04 Nicholas ClarkA test for reset.
2007-04-01 Craig A. BerryUpdate name of Perl executable on VMS following #30414.
2007-04-01 Dave Mitchellfix $^R scoping bug.
2007-03-31 Rafael Garcia-SuarezFix the error message "Can't call method "DOES" on...
2007-03-31 Rafael Garcia-SuarezDon't use utf8.pm in the test (avoiding embedding utf8...
2007-03-30 Rafael Garcia-SuarezWhen dup'ing a filehandle, retain the :utf8 layer
2007-03-30 Rafael Garcia-SuarezAdd two deprecation warnings:
2007-03-29 Jerry D. HeddenShorten 'skipping...' test message
2007-03-27 Rafael Garcia-SuarezFix return value of state assignment ($x=state $y=$z).
2007-03-26 Rafael Garcia-SuarezMake the warning "interpreted as function" a bit less...
2007-03-24 Rafael Garcia-SuarezMake readline() default to *ARGV.
2007-03-24 Rafael Garcia-SuarezNow that readpipe defaults to $_, I should update the...
2007-03-24 Rafael Garcia-SuarezMake readpipe default to $_
2007-03-22 Yves OrtonResolve PL_curpm issues with (??{}) and fix corruption...
2007-03-20 Yves Ortonfeel the the baÃ\9f (encoding problems in the regex engine)
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-18 Dave MitchellWhen restoring localised values, call set only on conta...
2007-03-18 Nicholas ClarkThe test case applied in change 29502 really should...
2007-03-17 Nicholas ClarkTest case from Karl Chen in RT #41831
2007-03-15 Abe TimmermanRe: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386...
2007-03-13 Nicholas ClarkCheck that stat and -X favours the file handle over...
2007-03-13 Nicholas ClarkCheck that stat and -X on barewords favour the file...
2007-03-12 Rafael Garcia-SuarezLike fake scalars, state variables shouldn't get new...
2007-03-11 Craig A. BerryUpgrade inplace.t and iprefix.t to use test.pl, avoidin...
2007-03-10 Nicholas ClarkTest that format references can't be wrongly dereferenced.
2007-03-10 Nicholas ClarkA test case for change 30527 (chdir bareword ambiguity...
2007-03-10 Nicholas ClarkRefactor the "has fchdir" and "has dirfd" logic to...
2007-03-08 Yves OrtonRe: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-08 Yves OrtonRe: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-08 Jan DuboisRE: $Win32::VERSION problem
2007-03-04 Steve PetersUpgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib...
2007-03-03 Nicholas ClarkAs the test is about the parser, not actually running...
2007-03-03 Rafael Garcia-SuarezDon't let feature.pm interfere with the tests for use...
2007-03-03 Rafael Garcia-SuarezMake use VERSION also load feature.pm
2007-03-02 Nicholas ClarkAvoid an assertion failure when overloading readpipe.
2007-03-02 Nicholas ClarkMore assertion failures, found by auditing the code.
2007-03-02 Nicholas ClarkDon't crash if the symbol table entry for ISA isn't...
2007-03-01 Yves OrtonRe: New file: t/op/regexp_email.t
2007-03-01 Rafael Garcia-SuarezA new test by Abigail: Check that certain modules don't
2007-02-28 AbigailUnexpected output
2007-02-28 Rafael Garcia-SuarezRemove obsolete test for the deprecation warning I...
2007-02-28 Rafael Garcia-Suarez(?p{}) has been deprecated for a long time.
2007-02-28 Rafael Garcia-SuarezAdd new tests for keys in %+ and %-
2007-02-26 Nicholas ClarkFix bug #41550 - AUTOLOAD :lvalue not working the...
2007-02-26 Nicholas ClarkConvert t/op/sub_lval.t to test.pl
2007-02-24 Rafael Garcia-SuarezAdd a new test for undef and delete on stash entries...
2007-02-24 Rafael Garcia-SuarezC<keys %+> should not warn. Don't make scan_ident test for
2007-02-19 Tels[PATCH] integrate Math::BigInt 1.79 and Math::BigInt...
2007-02-19 Rafael Garcia-SuarezRevert change #30081 at dmq's request, and mark its...
2007-02-18 Nicholas Clarktest.pl should locally increase $Level, rather than...
2007-02-15 Jerry D. HeddenUse newer 'threads' constructs
2007-02-14 Yves OrtonRe: [PATCH] Document that m//k works
2007-02-14 Nicholas ClarkChange 30276 wasn't meant do mess with t/lib/common...
2007-02-14 SADAHIRO TomoyukiIntegrate:
2007-02-12 Yves OrtonRe: [perl #41492] Incorrect match with /(?(DEFINE)...
2007-02-12 Rafael Garcia-SuarezUn-TODO tests avec change #30228
2007-02-11 Rafael Garcia-SuarezConvert new test to using t/test.pl.
2007-02-11 knew-p5p@pimb.org[perl #41484] qr// stack bug
2007-02-10 Yves OrtonRe: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands...
2007-02-08 Rick DelaneyRe: Change 29193 is a regression
2007-02-08 Yves OrtonRe: [PATCH - provisional] H. Merijn Brands idea of...
2007-02-07 Nicholas Clarkopening $0 doesn't work if you change directory. So...
2007-02-07 Nicholas ClarkTODO tests for eval of tainted scalars. (change 29193...
2007-02-06 Rafael Garcia-SuarezAvoid obscure failures when a regexp hasn't matched
2007-02-06 SADAHIRO Tomoyukicurrent status on Unicode Regular Expressions
2007-02-05 Nicholas Clarkt/lib/common.pl can be warnings clean.
2007-02-05 Nicholas ClarkUse the new conditional TODOs to mark as TODO the warni...
2007-02-05 Nicholas ClarkEnhance t/lib/common.pl to provide conditional TODOs...
2007-02-03 Yves OrtonRe: prerelease checklist for Perl 5.10
2007-02-02 Nicholas ClarkTesting every pattern by also upgrading to UTF-8 would...
2007-02-01 Nicholas ClarkAllow regexp.t to take a command line argument for...
2007-02-01 Nicholas ClarkMake t/op/regexp.t warnings clean.
2007-02-01 Nicholas ClarkMake t/op/regexp.t run under use strict; including...
2007-01-31 Yves Orton$1 in nested regex EVAL doesnt work correctly.
2007-01-30 Marcus Holland-MoritzRe: run/cloexec.t is failing
2007-01-29 Gisle AasAvoid test failure with for a -Dusesitecustomize perl.
2007-01-27 Nicholas ClarkA test to exercise the smallbuf overflow code in S_incl...
2007-01-25 SADAHIRO Tomoyukisplit by " \0" (const string staring with a SPACE follo...
2007-01-23 Nicholas ClarkAdd lib to @INC so that ./perl t/op/local.t works.
2007-01-22 Yves OrtonDisable positive lookaround optimisations
2007-01-20 Nicholas Clarkdefined @$foo and defined %$bar should be subject to...
2007-01-19 SADAHIRO TomoyukiRe: [PATCH] fix unicode split /\s+/
2007-01-19 Yves Ortonfix unicode split /\s+/
2007-01-15 Rafael Garcia-SuarezEnable the ~~ operator by default.
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-15 Nicholas ClarkAdd get_cvn_flags(), which is like get_cv() but takes...
2007-01-15 Rafael Garcia-SuarezUse the $Is_MacOS variable
2007-01-15 Rafael Garcia-SuarezSimplify the ok/not ok logic
2007-01-15 Rafael Garcia-SuarezVarious cleanup and factorization by Schwern
2007-01-15 Nicholas ClarkTest that names with embedded NULs work for symbolic...
2007-01-11 Yves OrtonAdd Regexp::Keep \K functionality to regex engine as...
2007-01-09 Nicholas ClarkRe: Change 29723 breaks t/op/inccode-tie.t on Win32
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
next