Add a new warning, "State variable %s will be reinitialized"
[p5sagit/p5-mst-13.2.git] / t / op /
2006-01-23 Rafael Garcia-Suarez Now that change #26410 is reverted, mark as TODO the...
2006-01-23 Rafael Garcia-Suarez Missing chunk in change #26926
2006-01-23 Nicholas Clark Change the regression test added by 26410 to use test...
2006-01-18 Nicholas Clark Change 26410 caused a regression, with the RVALUE retur...
2006-01-16 Rafael Garcia-Suarez defined %foo::bar:: wasn't working like it used to...
2006-01-13 Steve Peters Additional tests for RT #38207: "Useless localization...
2006-01-06 Steve Peters Upgrade to version-0.52
2006-01-02 Rafael Garcia-Suarez Since we no longer autovivify stashes (change #26370...
2005-12-31 Nicholas Clark Add a test for change 26547. (We no longer expect to...
2005-12-30 Steve Peters Convert t/op/sleep.t to using test.pl
2005-12-23 Nicholas Clark Now that proxy subroutines can be unproxied in 2 places...
2005-12-22 Nicholas Clark Regression tests for proxy subroutine glob assignment.
2005-12-21 Robin Houston Feature bundle is now :5.10, and add -E switch
2005-12-20 Rafael Garcia-Suarez Remove some hardcoded references to ./perl in tests
2005-12-20 Nicholas Clark Croak if gv_init doesn't know how to create a typeglob...
2005-12-20 Nicholas Clark Verify that the code for initialising typeglobs from...
2005-12-19 Dave Mitchell [perl #8262] //g loops infinitely on tainted data
2005-12-19 Robin Houston latest switch/say/~~
2005-12-19 Yves Orton Un-TODO a fixed test
2005-12-18 Craig A. Berry Two test workarounds for VMS
2005-12-17 Steve Peters Addition documentation explaining aritmetic negation...
2005-12-16 Jan Dubois RE: PeekMessage() call in win32\win32.c win32_async_check
2005-12-15 Rafael Garcia-Suarez Don't autovivify stashes as soon as the lexer sees...
2005-12-15 John Peacock Re: [perl #37897] sprintf of version objects
2005-12-13 Nicholas Clark Convert range.t to test.pl
2005-12-13 Gisle Aas Remove tests that were not portable to 64bit ints.
2005-12-13 Gisle Aas Add overflow check to EXPECT_NUMBER() used by sv_vcatpv...
2005-12-12 Nicholas Clark Check that %v$foo does not crash.
2005-12-12 Gisle Aas Drop "v" prefix from sprintf("%vd", $^V).
2005-12-11 Nicholas Clark Move the rest of the data munging into the test prepara...
2005-12-11 Nicholas Clark Move the $data and $result munging into the test prepar...
2005-12-11 Gisle Aas Disallow sprintf's vector handling for non-integer...
2005-12-11 Nicholas Clark Quench the other 2 ways obscure ways of abusing positio...
2005-12-06 John Peacock Re: stringification of v-string references
2005-12-05 SADAHIRO Tomoyuki Clarification and cleanup of the XS SWASHGET code
2005-12-01 Dave Mitchell sprintf %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 Aas Disable constant folding of sprintf
2005-11-30 Rafael Garcia-Suarez Revert change #22520 (optimise away my $foo = undef...
2005-11-23 SADAHIRO Tomoyuki XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-22 Dave Mitchell [perl #37725] perl segfaults on reversed array reference
2005-11-22 Robin Houston Re: [PATCH] concat interacts badly with magic
2005-11-22 Rafael Garcia-Suarez Revert change #26185, which could have some unwanted...
2005-11-22 John E. Malmberg patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
2005-11-22 John E. Malmberg patch@26180 - t/op/array.t : Can't reset %ENV on VMS
2005-11-21 Robin Houston concat interacts badly with magic
2005-11-21 H.Merijn Brand Thread failures on AIX (and others) caused by interleav...
2005-11-20 Andy Lester Pulling ancient RCS comments
2005-11-16 Hugo van der Sanden Re: [perl #37688] Unexpected regex failure.
2005-11-15 SADAHIRO Tomoyuki Re: [perl #37616] Bug in &= (string) and/or m//
2005-11-08 SADAHIRO Tomoyuki Re: A surprising segfault
2005-11-07 Nicholas Clark s/Nick Clark/Nicholas Clark/
2005-11-04 Rafael Garcia-Suarez Revert patch #25993.
2005-11-04 Andreas König [perl #19049] Incorrect $` after replacement
2005-11-04 Robin Houston Re: [PATCH] sort/multicall patch
2005-11-02 Rafael Garcia-Suarez Remove last sort test, that was failing with and withou...
2005-11-02 Robin Houston sort/multicall patch
2005-11-02 Paul Marquess RE: [perl #37571] -z FH broken with Borland build
2005-11-02 Steve Peters Ambiguous test cases may be hazardous to your health.
2005-10-31 Rafael Garcia-Suarez Tests for index/rindex with empty search string,
2005-10-31 Steve Peters Coverage stats showed that there were no tests for...
2005-10-26 Steve Peters Multiple versions of OpenBSD fail this test, not just...
2005-10-21 Gisle Aas allow "" as select bitmask [PATCH]
2005-10-20 John E. Malmberg [patch@25809]restore documented exit behavior
2005-10-19 Robin Houston Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger...
2005-10-18 Rafael Garcia-Suarez Force _ to be always a bareword after filetest operators
2005-10-15 Hugo van der Sanden pre{inc,dec} is faster, even with integers
2005-10-13 John E. Malmberg [patch@25744] t/op/local.t - change 25514 broke VMS
2005-10-06 Rafael Garcia-Suarez Remove the getprotobynumber test, for portability concerns
2005-10-05 Steven Schubiger Re: Untested builtins
2005-09-27 Rafael Garcia-Suarez Test for OPpCONST_NOVER only on OP_CONST ops.
2005-09-20 Rick Delaney Re: [perl #36733] %SIG not properly local-ized
2005-09-13 Yitzchak Scott-Tho... Allow non-arrowed form of chained subscripts after...
2005-09-08 Rick Delaney Make t/op/local.t use test.pl.
2005-09-06 Nicholas Clark Add a TODO test for bug #37038 - assigning to the match...
2005-09-06 Yitzchak Scott-Tho... Re: Fw: Tied hash numeric values are rounded off under...
2005-08-30 John E. Malmberg [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
2005-08-22 Rick Delaney Re: [perl #36959] List Constructor Operator - Undefined...
2005-08-21 John E. Malmberg [patch@25305] t/op/arith.t fix for VMS with IEEE float
2005-08-18 SADAHIRO Tomoyuki Re: Transliteration operator(tr//)on EBCDIC platform
2005-08-11 John E. Malmberg [patch] blead@25282 - VMS specific fixes. [2nd try]
2005-08-11 John E. Malmberg [patch] blead@25282
2005-08-06 Dominic Dunlop Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadp...
2005-08-03 Dominic Dunlop Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1...
2005-08-01 Michael G. Schwern Re: [perl #36622] y/// at end of file
2005-08-01 John E. Malmberg [patch] blead@25226 - t/op/pack.t undefined value fix
2005-07-29 Steve Hay Skip op/sprintf.t test 147 on MSWin32
2005-07-28 H.Merijn Brand sprintf now has all but two tests enabled.
2005-07-20 Steve Peters Convert t/op/vec.t to test.pl
2005-07-20 Tassilo von Parseval lvalue-subs returning elements of tied hashes/arrays
2005-07-19 Rafael Garcia-Suarez Silence new (expected) warnings
2005-07-19 Dave Mitchell the "local @foo with $#foo" tests are no longer TODO
2005-07-18 Robin Barker RE: blead: no longer supports %vd format
2005-07-18 H.Merijn Brand tests are expected to fail if dirfd () does not exist
2005-07-18 Rick Delaney Re: [perl #27028] /$/ not honouring /m in some cases
2005-07-17 Dave Mitchell delete a non-fucntioning chown in stat.t: it didn't...
2005-07-17 Dave Mitchell $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
2005-07-16 SADAHIRO Tomoyuki Re: [perl #36569] chop fails on decoded string with...
2005-07-16 Gisle Aas Re: fchmod, fchown, fchdir
2005-07-15 Steve Hay Re: [PATCH blead] Re: [perl #3269] no warnings "foo...
next