This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test that constant overloading is propagated into eval
[perl5.git] / t /
2005-12-23 Nicholas ClarkNow that proxy subroutines can be unproxied in 2 places...
2005-12-23 Nicholas Clarklike and unlike weren't reporting failure where correct...
2005-12-22 Nicholas ClarkRegression tests for proxy subroutine glob assignment.
2005-12-22 Robin Houstoneliminate HINT_HH_FOR_EVAL
2005-12-22 Steve PetersAdd documentation for method domainname() in Net::Domai...
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-12-20 Rafael Garcia-SuarezRemove some hardcoded references to ./perl in tests
2005-12-20 Nicholas ClarkCroak if gv_init doesn't know how to create a typeglob...
2005-12-20 Robin Houston[TEST PATCH] %^H can now propagate into eval
2005-12-20 Nicholas ClarkVerify that the code for initialising typeglobs from...
2005-12-19 Dave Mitchell[perl #8262] //g loops infinitely on tainted data
2005-12-19 Rafael Garcia-SuarezMissing file from last change
2005-12-19 Robin Houstonlatest switch/say/~~
2005-12-19 Yves OrtonUn-TODO a fixed test
2005-12-19 Yves OrtonTODO-SKIP tests must be "not ok", or else the test...
2005-12-18 Craig A. BerryTwo test workarounds for VMS
2005-12-17 Steve PetersAddition documentation explaining aritmetic negation...
2005-12-16 Jan DuboisRE: PeekMessage() call in win32\win32.c win32_async_check
2005-12-16 Nicholas Clarkcomp/require.t exits early for the case of UTF-8 or...
2005-12-15 Steve PetersAdded test for change #26373.
2005-12-15 Rafael Garcia-SuarezFix for [perl #37886] strict 'refs' doesn't apply insid...
2005-12-15 Rafael Garcia-SuarezDon't autovivify stashes as soon as the lexer sees...
2005-12-15 John PeacockRe: [perl #37897] sprintf of version objects
2005-12-13 Nicholas ClarkConvert range.t to test.pl
2005-12-13 Gisle AasRemove tests that were not portable to 64bit ints.
2005-12-13 Gisle AasAdd overflow check to EXPECT_NUMBER() used by sv_vcatpv...
2005-12-12 Nicholas ClarkCheck that %v$foo does not crash.
2005-12-12 Gisle AasOops, change 26326 broke t/run/switches.t
2005-12-12 Gisle AasDrop "v" prefix from sprintf("%vd", $^V).
2005-12-11 Nicholas ClarkFix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug...
2005-12-11 Nicholas ClarkMove the rest of the data munging into the test prepara...
2005-12-11 Nicholas ClarkMove the $data and $result munging into the test prepar...
2005-12-11 Gisle AasDisallow sprintf's vector handling for non-integer...
2005-12-11 Nicholas ClarkQuench the other 2 ways obscure ways of abusing positio...
2005-12-08 Steve PetersFurther yak-shaving on Pod::Usage. Now, t/pod/pod2usag...
2005-12-06 John PeacockRe: stringification of v-string references
2005-12-05 SADAHIRO TomoyukiClarification and cleanup of the XS SWASHGET code
2005-12-01 Dave Mitchellsprintf %NNN$ check for large values wrapping to negative
2005-12-01 Gisle Aas[PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
2005-12-01 Gisle AasDisable constant folding of sprintf
2005-11-30 Rafael Garcia-SuarezRevert change #22520 (optimise away my $foo = undef...
2005-11-23 SADAHIRO TomoyukiXS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-22 Nicholas ClarkNote the URL describing the vast riches awaiting us.
2005-11-22 Dave Mitchell[perl #37725] perl segfaults on reversed array reference
2005-11-22 Robin HoustonRe: [PATCH] concat interacts badly with magic
2005-11-22 Rafael Garcia-SuarezRevert change #26185, which could have some unwanted...
2005-11-22 John E. Malmbergpatch@26180 - t/op/pat.t : Can't reset %ENV on VMS
2005-11-22 John E. Malmbergpatch@26180 - t/op/array.t : Can't reset %ENV on VMS
2005-11-21 Robin Houstonconcat interacts badly with magic
2005-11-21 H.Merijn BrandThread failures on AIX (and others) caused by interleav...
2005-11-20 Andy LesterPulling ancient RCS comments
2005-11-16 Hugo van der SandenRe: [perl #37688] Unexpected regex failure.
2005-11-15 SADAHIRO TomoyukiRe: [perl #37616] Bug in &= (string) and/or m//
2005-11-14 Nicholas ClarkProvide a crude way for specifying the command line for
2005-11-10 Rafael Garcia-SuarezAdd tests for two untested syntax error messages about \N
2005-11-09 Nicholas ClarkI/O is UTF-8, not "UNICODE"
2005-11-09 Nicholas ClarkAs using -C to turn on utf8 IO is equivalent to the...
2005-11-09 Nicholas ClarkBetter diagnostics from io/utf8.t
2005-11-08 SADAHIRO TomoyukiRe: A surprising segfault
2005-11-07 Nicholas Clarks/Nick Clark/Nicholas Clark/
2005-11-07 Nicholas ClarkFor each test function, test it as is, and with extra...
2005-11-07 Nicholas ClarkFix bug #37628 (both lcfirst and ucfirst)
2005-11-04 Rafael Garcia-SuarezRevert patch #25993.
2005-11-04 Andreas König[perl #19049] Incorrect $` after replacement
2005-11-04 Robin HoustonRe: [PATCH] sort/multicall patch
2005-11-03 Steve PetersAdd appropriate skips to t/io/fs.t to fix test failures...
2005-11-03 Steve PetersMore core test cleanups. Mainly fixes to remove code...
2005-11-03 Steve PetersClean up some test files.
2005-11-03 Steve PetersMake harness warning-free when running with -Mdiagnostics
2005-11-02 Steve PetersTest case should not execute /no_such_process if it...
2005-11-02 Rafael Garcia-SuarezRemove last sort test, that was failing with and withou...
2005-11-02 Robin Houstonsort/multicall patch
2005-11-02 Paul MarquessRE: [perl #37571] -z FH broken with Borland build
2005-11-02 Gisle AasRe: futimes [PATCH]
2005-11-02 Steve PetersAmbiguous test cases may be hazardous to your health.
2005-11-02 Steve PetersLowercase barewords considered harmful to your health.
2005-10-31 Gisle Aasfutimes [PATCH]
2005-10-31 Rafael Garcia-SuarezTests for index/rindex with empty search string,
2005-10-31 Steve PetersCoverage stats showed that there were no tests for...
2005-10-26 Steve PetersMultiple versions of OpenBSD fail this test, not just...
2005-10-25 Rafael Garcia-Suarezt/TEST should require Time::HiRes only when it uses it.
2005-10-24 Robin HoustonRe: do { EXPR for EXPR }
2005-10-21 Gisle Aasallow "" as select bitmask [PATCH]
2005-10-21 Gisle Aaswrong maxlen in sselect [PATCH]
2005-10-20 John E. Malmberg[patch@25809]restore documented exit behavior
2005-10-19 Robin HoustonRe: [PATCH] Re: [perl #37350] $#{@$aref} in debugger...
2005-10-18 Rafael Garcia-SuarezForce _ to be always a bareword after filetest operators
2005-10-16 John E. Malmberg[patch@25763] Fix VMS error/exit handling, update kill...
2005-10-16 Steve PetersUpgrade to Pod-Parser-1.34 (with some changes to get...
2005-10-15 Hugo van der Sandenpre{inc,dec} is faster, even with integers
2005-10-13 Andy LesterStas' croak patch and then some
2005-10-13 John E. Malmberg[patch@25744] t/op/local.t - change 25514 broke VMS
2005-10-06 Rafael Garcia-SuarezMove ZlibTestUtils.pm under t/
2005-10-06 Rafael Garcia-SuarezRemove the getprotobynumber test, for portability concerns
2005-10-05 Steven SchubigerRe: Untested builtins
2005-09-28 Steve PetersUpgrade to Test::Harness 2.56
2005-09-27 Rafael Garcia-SuarezComment nit by Vadim Konovalov
2005-09-27 Rafael Garcia-SuarezFix by Rick Delaney for [perl #3269] no warnings "barew...
2005-09-27 Ilya ZakharevichRe: [BUG 5.8.7] Another major bug in PerlIO layer
2005-09-27 Rafael Garcia-SuarezTest for OPpCONST_NOVER only on OP_CONST ops.
next