Add a new warning, "State variable %s will be reinitialized"
[p5sagit/p5-mst-13.2.git] / t / op /
2006-07-05 Rafael Garcia-Suarez Implement handling of state variables in list assignment
2006-07-05 Rafael Garcia-Suarez Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN...
2006-07-05 Rafael Garcia-Suarez Add a TODO test for list assignment to a list of state...
2006-07-03 Steve Peters Allow stat() and -X file tests work on dirhandles.
2006-07-02 Yves Orton Re: [PATCH]: fix: [perl #39583] Pattern Match fails...
2006-06-21 Dominic Dunlop Re: [PATCH] Re: [perl #39530] printf: bad formatting...
2006-06-20 Dominic Dunlop Re: [perl #39530] printf: bad formatting of hexadecimal...
2006-06-16 Dave Mitchell start turning regmatch() main loop into a FSM
2006-06-13 Rafael Garcia-Suarez I thought I had fixed the spelling of DOES() in univers...
2006-06-12 chromatic Add the new method UNIVERSAL::DOES() and the API functi...
2006-06-07 Yitzchak Scott-Tho... exhausting <> in BEGIN{} gets ARGVOUT used only once...
2006-05-31 Craig A. Berry Teach incfilter.t some DCL.
2006-05-29 Nicholas Clark Comprehensive regression tests for Perl_refcounted_he_f...
2006-05-29 SADAHIRO Tomoyuki Re: [perl #39126] possible memory related bug when...
2006-05-29 Yves Orton Re: [PATCH] More regex optimisations and debug enhancem...
2006-05-29 Jarkko Hietaniemi skip t/op/incfilter.t for "make clean;make miniperl...
2006-05-28 Nicholas Clark Perl_refcounted_he_chain_2hv()'s code to skip duplicate...
2006-05-22 Yves Orton Re: [PATCH] optimize /[x]/ to /x/.
2006-05-18 Dave Mitchell test some die codepaths in pp_enterwrite
2006-05-17 David Mitchell Re: [perl #39145] win32, @_ and fork crashing in dounwind
2006-05-15 SADAHIRO Tomoyuki strange encodings upsets pp_chr
2006-05-05 Rafael Garcia-Suarez Implement state array and state hashes. Initialisation...
2006-05-04 Rafael Garcia-Suarez Resubmit change #28095
2006-05-04 David Landgren t/op/context.t using test.pl
2006-05-04 David Landgren t/op/list.t using test.pl
2006-05-04 Rafael Garcia-Suarez Another test for state variables and closures,
2006-05-03 Rafael Garcia-Suarez Ensure that C<(state $x) = $y> is not a state assignment
2006-05-03 Rafael Garcia-Suarez New test case for state variables with ties, suggested...
2006-05-03 Rafael Garcia-Suarez Add "state" feature
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
2006-05-03 Sébastien Aperghis... -Dmad breaks a few tests
2006-05-02 David Landgren Re: [PATCH] t/op/glob.t using test.pl
2006-05-02 David Landgren t/op/hashwarn.t using test.pl
2006-04-30 Nicholas Clark We had no tests that covered the grow paths in pp_uc...
2006-04-28 David Landgren t/op/defins.pl using test.pl
2006-04-28 David Landgren t/op/delete.t using test.pl
2006-04-28 David Landgren t/op/auto.pl using test.pl
2006-04-28 David Landgren t/op/sort.t using test.pl
2006-04-28 David Landgren t/op/loopctl.t using test.pl
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...
next