Add tests for the C<my $x if foo> deprecation, and change the
[p5sagit/p5-mst-13.2.git] / t / op /
2004-02-17 Tassilo von Parseval Re: [PATCH] GLOB to LVALUE assignment fix
2004-02-09 Rafael Garcia-Suarez Implement stacked filetest operators (-f -w -x $file).
2004-02-09 Hugo van der Sanden Re: [perl #26073] sprintf miscounts padding when format...
2004-02-08 Rafael Garcia-Suarez map and grep weren't working correctly with lexical...
2004-02-04 Rafael Garcia-Suarez The "my $_" wasn't nice with foreach loops.
2004-02-03 Rafael Garcia-Suarez More docs and tests for "my $_".
2004-02-03 John Peacock was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0...
2004-02-03 Rafael Garcia-Suarez Implement "my $_".
2004-01-29 Hugo van der Sanden Re: [perl #25269] panic: pp_match start/end pointers...
2004-01-25 Dave Mitchell add test for change 22209 (Remove small memory leak...
2004-01-23 Dave Mitchell make some t/op/write.t failures more verbose
2004-01-23 Nicholas Clark Test return values of all chomps
2004-01-23 SADAHIRO Tomoyuki Re: [perl #24888] chomp ignores utf8
2004-01-21 Nicholas Clark Convert the older parts of op/bop.t over to test.pl
2004-01-21 Dave Mitchell remove the platform dependencies of the write.t tests...
2004-01-20 Stas Bekman Add a new test file for situations where threads may...
2004-01-20 Dave Mitchell second attempt to fix [perl #24914] freeing a CV refere...
2004-01-19 Gisle Aas Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
2004-01-17 Dave Mitchell back out change #22167 "freeing a CV reference that...
2004-01-17 Dave Mitchell [perl #24914] freeing a CV reference that was currentl...
2004-01-16 Yitzchak Scott-Tho... Re: [perl #24816] Magic vars seem unsure if they are...
2004-01-16 Dave Mitchell [perl #8698] format bug with undefined _TOP
2004-01-16 LAUN Wolfgang format/write (version 2)
2004-01-15 Nicholas Clark Make chomp heed the utf8 flags on the target string...
2004-01-12 SADAHIRO Tomoyuki Re: [perl #24846] [PATCH] Apparent utf8 bug in join...
2004-01-06 Rafael Garcia-Suarez The TODO tag should be included also when a TODO test...
2004-01-06 Rafael Garcia-Suarez This TODO test seems to pass now.
2004-01-05 Dave Mitchell [perl #24674]
2004-01-04 LAUN Wolfgang Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
2004-01-01 Dorner Thomas Perl 5.8.3 patches from the BS2000 port - part 2
2003-12-30 Dave Mitchell Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
2003-12-27 Rafael Garcia-Suarez Fix bug [perl #24735] : make sure that the range (...
2003-12-13 Yitzchak Scott-Tho... Re: 5.6.2-RC1 on Cygwin
2003-12-11 Adrian M. Enache fix bug #24605.
2003-12-06 Tassilo von Parseval SCALAR/FIRSTKEY for tied hashes in scalar context
2003-11-28 Rafael Garcia-Suarez Fix a regression introduced by change #21694 on sprintf()
2003-11-28 Nicholas Clark Arguments to skip were the wrong way round, hence why...
2003-11-25 Torsten Foertsch Re: bug or a feature?
2003-11-19 Rafael Garcia-Suarez Fix bug [perl #24508] Wrong assignment in nested assignment
2003-11-13 Rafael Garcia-Suarez Fix bug [perl #24380] : assigning to a hash in list
2003-11-06 Rick Delaney Re: [perl #24248] taint propagation regression,
2003-11-05 Stas Bekman [patch t/op/hash.t] extending the hash attack test
2003-11-05 Michael G. Schwern Re: 'make minitest' fails for op/cproto and op/pat
2003-11-01 Nicholas Clark Add Internals::HvREHASH to expose the rehashing flag
2003-10-31 Slaven Rezic Off-by-one error in regcomp.c
2003-10-30 Michael G. Schwern Rewrite to correctly use test.pl
2003-10-30 Artur Bergman Fix for the orange lion bug - aka empty sub bug
2003-10-27 Rafael Garcia-Suarez Add a new taint error, "%ENV is aliased to %s".
2003-10-26 Rafael Garcia-Suarez When %ENV has been turned into a non-magical hash after a
2003-10-25 Richard Clamp Re: [perl #948] $, untieable?
2003-10-09 Rafael Garcia-Suarez Suppress the test file t/op/nothr5005.t and integrate...
2003-10-09 Gisle Aas Re: Simple @INC hook core dump [PATCH]
2003-10-08 Rafael Garcia-Suarez Fix bug #24108: Goto +foo broken
2003-10-07 Abhijit Menon-Sen Minor tweaks to pod/perlsyn.pod (as suggested by Yves...
2003-10-07 Abhijit Menon-Sen Why should -3**$x be more precisely determined than...
2003-10-07 Michael G. Schwern Fixing UNIVERSAL.pm's bit of unpleasantness
2003-10-02 Slaven Rezic Re: 5.8.1 and srand
2003-09-30 grommel@sears.com Re: NCR MP-RAS perl problems [perl #23791]
2003-09-30 Rafael Garcia-Suarez Add a TODO test for bug #23790, by Abigail
2003-09-23 grommel@sears.com Re: NCR MP-RAS perl problems [perl #23791]
2003-09-22 Rafael Garcia-Suarez When localising a magic value, propagate the readonly...
2003-09-18 Ilya Zakharevich -M -A -C broken
2003-09-17 Ilya Zakharevich magic.t
2003-09-16 Jarkko Hietaniemi More suggested patches for NCR MP-RAS from Andy Dougherty.
2003-09-14 Jarkko Hietaniemi Check the context of for/grep/map.
2003-09-13 Hugo van der Sanden Re: unicode regex problem
2003-09-11 Jarkko Hietaniemi Replace #21158 with a better patch from Hugo
2003-09-10 Jarkko Hietaniemi [perl #23769] Unicode regex broken on simple example
2003-09-09 Jarkko Hietaniemi One more test count tweak.
2003-09-09 david nicol Re: [PATCH] honoring void context for map(), return...
2003-09-05 Jarkko Hietaniemi Another seemingly fixed (un)tie bug,
2003-09-02 Jarkko Hietaniemi An untie test from perlmonks-- worked in 5.6.1,
2003-09-01 Jarkko Hietaniemi Ultrix VAX is like VMS VAX in floating point.
2003-08-30 Jarkko Hietaniemi Setup @INC.
2003-08-29 Rafael Garcia-Suarez Add a new test, to ensure that we don't unexpectedly...
2003-08-29 Jarkko Hietaniemi Better skip() explicit number of tests, test counts...
2003-08-29 Jarkko Hietaniemi Some Ultrix test dodgings.
2003-08-26 Dave Mitchell improved 19064 (local $_[0] problems)
2003-08-26 Adrian M. Enache Re: [PATCH] valgrind and /#/x
2003-08-25 Jarkko Hietaniemi The new tests of #20888 didn't really test what they...
2003-08-25 Jarkko Hietaniemi The #20887 didn't go over that well;
2003-08-25 Jarkko Hietaniemi pat.t -> charnames -> UCD -> Storable,
2003-08-25 Marcus Holland-Moritz valgrind update
2003-08-23 Jarkko Hietaniemi Add more comments so that one can see what is supposed...
2003-08-22 Nicholas Clark Re: [perl #23463] compiler version on sparc/netbsd
2003-08-22 Alain Barbet Re: [perl #23463]: compiler version on sparc/netbsd
2003-08-22 Jarkko Hietaniemi Put the tests of the change #19064 back, but disable...
2003-08-21 Adrian M. Enache utf8 variable names scrambled in error messages
2003-08-21 Jarkko Hietaniemi Retract #19064, broke mod_perl flushing (localisation...
2003-08-17 Adrian M. Enache [PATCH] Re: [BUG] string loses its utf8 flag on die
2003-08-12 Jarkko Hietaniemi Multiline one-liners are a bit too much to ask.
2003-08-12 Jarkko Hietaniemi A new try from Dave Mitchell for [perl #23265].
2003-08-12 Jarkko Hietaniemi Fix for [perl #23287] segfault in untie.
2003-08-10 Jarkko Hietaniemi Retract #20597, too many resulting core dumps.
2003-08-10 Dave Mitchell Re: [perl #23265] Nested anonymous subs
2003-08-09 Jarkko Hietaniemi Two more tests for #20566/#20568.
2003-08-08 Nick Ing-Simmons Re: UNICODE regexp bug
2003-08-08 Nick Ing-Simmons UNICODE regexp bug
2003-08-08 Steve Hay Re: main@20537: WinXP build failed op/time.t test 2
2003-08-07 Hugo van der Sanden Re: [perl #23030] Error in negative lookahead with...
next