[perl #39012] another REIFY bug
[p5sagit/p5-mst-13.2.git] / t / op /
2006-04-27 Dave Mitchell [perl #39012] another REIFY bug
2006-04-24 Martin Hasch [perl #38709] Opening '|-' triggers unjustified taint...
2006-04-24 Rafael Garcia-Suarez Add regression test for bug #38475
2006-04-20 Rafael Garcia-Suarez Add test boilerplate and use test.pl instead of Test...
2006-04-20 Rafael Garcia-Suarez Add new tests for bug #32840 provided by David Landgren,
2006-04-19 Dave Mitchell regmatch(): make IFMATCH use PUSH_STACK rather than...
2006-04-18 Dave Mitchell regmatch: fix a || vs | typo in CACHEsayYES and add...
2006-04-17 SADAHIRO Tomoyuki Re: [PATCH] update to pp_complement() via Coverity
2006-04-16 Nicholas Clark A scalar reference returned from a coderef in @INC...
2006-04-15 Nicholas Clark Augment the user filter caching code so that if the...
2006-04-15 Nicholas Clark $foo .= $bar doesn't warn if $foo is undefined, so...
2006-04-15 Nicholas Clark If the downstream caller wants block mode, and we're...
2006-04-15 Nicholas Clark If you return void from a filter subroutine, the caller...
2006-04-15 Nicholas Clark Tests for having multiple pipes open simultaneously.
2006-04-15 Nicholas Clark Add more tests for the builtin source filter implementa...
2006-04-15 Nicholas Clark Add a test for source filters returned from code refere...
2006-04-15 Nicholas Clark Bump the expect file count in readdir.t. We keep writin...
2006-04-14 Jarkko Hietaniemi doop.c: (Coverity) found a bug but not quite what Cover...
2006-04-13 Dave Mitchell disable 'split /(?{ split "" })/' test until recursive...
2006-04-12 Animator [perl #38906] Regex engine does not release MINMOD
2006-04-12 Nicholas Clark Add tests for all the other types that %^H serialisatio...
2006-04-12 Nicholas Clark Test that we can do embedded 0 bytes in hints.
2006-04-10 Jarkko Hietaniemi pp_sys.c: some Coverity findings: NULL guards for format cv
2006-04-02 SADAHIRO Tomoyuki Re: [perl #38293] chr(65535) should be allowed in regexes
2006-04-02 Nicholas Clark Better failure diagnostics from switch.t.
2006-04-01 Nicholas Clark If the comment says "(and not ours)" then it should...
2006-04-01 Nicholas Clark Rewrite t/op/getppid.t to remove the assumption that...
2006-04-01 Nicholas Clark Propagate cop_hints inside string evals. For the unthre...
2006-03-31 Dominic Dunlop Re: recursion now removed from the regex engine
2006-03-31 Nicholas Clark Test that entries in %^H are actually independant.
2006-03-31 Nicholas Clark Serialise changes to %^H onto the current COP. Return...
2006-03-30 Nicholas Clark Localising hash slices with UTF-8 encoded keys was...
2006-03-30 Nicholas Clark Fix bug #38815 (localising keys which are UTF-8 encoded...
2006-03-30 Nicholas Clark Fix bug 36267 - assigning to a tied hash shouldn't...
2006-03-30 Robin Barker PATCH t/op/tie.t
2006-03-20 Rick Delaney Re: [perl #38710] localised stash slice
2006-03-14 Hugo van der Sanden [perl #38710] localised stash slice
2006-02-27 Nicholas Clark Move all the de-tainting logic for runperl into test.pl.
2006-02-27 Steve Hay Fix op/utftaint.t on Win32 following change #27248
2006-02-27 Anno Siegel Testing hash key stringification
2006-02-25 SADAHIRO Tomoyuki Re: [perl #38619] Bug in lc and uc (interaction between...
2006-02-23 Steve Peters Converted t/op/pos.t to use test.pl and added TODO...
2006-02-22 Nicholas Clark Fix typos and a missing bracket.
2006-02-22 Nicholas Clark Avoid C<study>ing any strings that might change underne...
2006-02-22 Rafael Garcia-Suarez Mark some new study tests as TODO
2006-02-22 Rafael Garcia-Suarez Add a test for study() on tied scalars, by Andy Lester...
2006-02-22 Nicholas Clark Test warnings for converting globs to other forms.
2006-02-22 Nicholas Clark Change 24643 made the mistake of assuming that CvCONST...
2006-02-20 Yitzchak Scott-Tho... op/magic failure on cygwin after 1.5.19-4
2006-02-20 Dominic Dunlop Trouble with $ENV{CDPATH} after change #27236
2006-02-20 Nicholas Clark utftaint.t won't be able to run tests with -T if you...
2006-02-19 Nicholas Clark To make arithmetic on tainted dualvars work properly...
2006-02-18 Rafael Garcia-Suarez As Anno Siegel points out, mtime/ctime test should...
2006-02-18 Nicholas Clark Turn of tainting locally inside swash_init(), as the...
2006-02-18 Nicholas Clark Convert utftaint.t to test.pl (from Test.pm) and provid...
2006-02-14 Yitzchak Scott-Tho... One shouldn't be able to dereference a GLOB as a SCALAR.
2006-02-07 Gisle Aas Allow bareword file handle as argument to chdir().
2006-02-07 Nicholas Clark Fix bug 38454 (rindex corrects for $[ on bytes rather...
2006-02-06 Nicholas Clark Fix bug #38439 - reference to typeglob assignment needs...
2006-01-31 Nicholas Clark Make Perl_gv_fetchpvn_flags actually heed the passed...
2006-01-30 Nicholas Clark Code assumes that *FOO{SCALAR} will always return a...
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...
next