S_forget_pmop() only needs a flags argument for the ithreads case,
[p5sagit/p5-mst-13.2.git] / t /
2007-04-10 Rafael Garcia-Suarez Fix new tests
2007-04-10 Ævar Arnfjörð Bjar... Re: [PATCH] length() on magic capture variables
2007-04-10 Ævar Arnfjörð Bjar... Test for the qr// construct
2007-04-06 Nicholas Clark Avoid accessing free()d memory when calling reset in...
2007-04-06 Nicholas Clark Give accurate failure diagnostics when unlike() fails.
2007-04-04 Nicholas Clark Add TODO tests for the (sometimes) crashing threads...
2007-04-04 Nicholas Clark A test for reset.
2007-04-01 Craig A. Berry Update name of Perl executable on VMS following #30414.
2007-04-01 Dave Mitchell fix $^R scoping bug.
2007-03-31 Rafael Garcia-Suarez Fix the error message "Can't call method "DOES" on...
2007-03-31 Rafael Garcia-Suarez Don't use utf8.pm in the test (avoiding embedding utf8...
2007-03-30 Rafael Garcia-Suarez When dup'ing a filehandle, retain the :utf8 layer
2007-03-30 Rafael Garcia-Suarez Add two deprecation warnings:
2007-03-29 Jerry D. Hedden Shorten 'skipping...' test message
2007-03-27 Rafael Garcia-Suarez Fix return value of state assignment ($x=state $y=$z).
2007-03-26 Rafael Garcia-Suarez Make the warning "interpreted as function" a bit less...
2007-03-24 Rafael Garcia-Suarez Make readline() default to *ARGV.
2007-03-24 Rafael Garcia-Suarez Now that readpipe defaults to $_, I should update the...
2007-03-24 Rafael Garcia-Suarez Make readpipe default to $_
2007-03-22 Yves Orton Resolve PL_curpm issues with (??{}) and fix corruption...
2007-03-20 Yves Orton feel the the baß (encoding problems in the regex engine)
2007-03-19 Rafael Garcia-Suarez Let %^H be modifiable in eval-strings (bug #41531),
2007-03-19 Rafael Garcia-Suarez Upgrade to version.pm 0.71, by John Peacock
2007-03-18 Dave Mitchell When restoring localised values, call set only on conta...
2007-03-18 Nicholas Clark The test case applied in change 29502 really should...
2007-03-17 Nicholas Clark Test case from Karl Chen in RT #41831
2007-03-15 Abe Timmerman Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386...
2007-03-13 Nicholas Clark Check that stat and -X favours the file handle over...
2007-03-13 Nicholas Clark Check that stat and -X on barewords favour the file...
2007-03-12 Rafael Garcia-Suarez Like fake scalars, state variables shouldn't get new...
2007-03-11 Craig A. Berry Upgrade inplace.t and iprefix.t to use test.pl, avoidin...
2007-03-10 Nicholas Clark Test that format references can't be wrongly dereferenced.
2007-03-10 Nicholas Clark A test case for change 30527 (chdir bareword ambiguity...
2007-03-10 Nicholas Clark Refactor the "has fchdir" and "has dirfd" logic to...
2007-03-08 Yves Orton Re: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-08 Yves Orton Re: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-08 Jan Dubois RE: $Win32::VERSION problem
2007-03-04 Steve Peters Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib...
2007-03-03 Nicholas Clark As the test is about the parser, not actually running...
2007-03-03 Rafael Garcia-Suarez Don't let feature.pm interfere with the tests for use...
2007-03-03 Rafael Garcia-Suarez Make use VERSION also load feature.pm
2007-03-02 Nicholas Clark Avoid an assertion failure when overloading readpipe.
2007-03-02 Nicholas Clark More assertion failures, found by auditing the code.
2007-03-02 Nicholas Clark Don't crash if the symbol table entry for ISA isn't...
2007-03-01 Yves Orton Re: New file: t/op/regexp_email.t
2007-03-01 Rafael Garcia-Suarez A new test by Abigail: Check that certain modules don't
2007-02-28 Abigail Unexpected output
2007-02-28 Rafael Garcia-Suarez Remove obsolete test for the deprecation warning I...
2007-02-28 Rafael Garcia-Suarez (?p{}) has been deprecated for a long time.
2007-02-28 Rafael Garcia-Suarez Add new tests for keys in %+ and %-
2007-02-26 Nicholas Clark Fix bug #41550 - AUTOLOAD :lvalue not working the...
2007-02-26 Nicholas Clark Convert t/op/sub_lval.t to test.pl
2007-02-24 Rafael Garcia-Suarez Add a new test for undef and delete on stash entries...
2007-02-24 Rafael Garcia-Suarez C<keys %+> should not warn. Don't make scan_ident test for
2007-02-19 Tels [PATCH] integrate Math::BigInt 1.79 and Math::BigInt...
2007-02-19 Rafael Garcia-Suarez Revert change #30081 at dmq's request, and mark its...
2007-02-18 Nicholas Clark test.pl should locally increase $Level, rather than...
2007-02-15 Jerry D. Hedden Use newer 'threads' constructs
2007-02-14 Yves Orton Re: [PATCH] Document that m//k works
2007-02-14 Nicholas Clark Change 30276 wasn't meant do mess with t/lib/common...
2007-02-14 SADAHIRO Tomoyuki Integrate:
2007-02-12 Yves Orton Re: [perl #41492] Incorrect match with /(?(DEFINE)...
2007-02-12 Rafael Garcia-Suarez Un-TODO tests avec change #30228
2007-02-11 Rafael Garcia-Suarez Convert new test to using t/test.pl.
2007-02-11 knew-p5p@pimb.org [perl #41484] qr// stack bug
2007-02-10 Yves Orton Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands...
2007-02-08 Rick Delaney Re: Change 29193 is a regression
2007-02-08 Yves Orton Re: [PATCH - provisional] H. Merijn Brands idea of...
2007-02-07 Nicholas Clark opening $0 doesn't work if you change directory. So...
2007-02-07 Nicholas Clark TODO tests for eval of tainted scalars. (change 29193...
2007-02-06 Rafael Garcia-Suarez Avoid obscure failures when a regexp hasn't matched
2007-02-06 SADAHIRO Tomoyuki current status on Unicode Regular Expressions
2007-02-05 Nicholas Clark t/lib/common.pl can be warnings clean.
2007-02-05 Nicholas Clark Use the new conditional TODOs to mark as TODO the warni...
2007-02-05 Nicholas Clark Enhance t/lib/common.pl to provide conditional TODOs...
2007-02-03 Yves Orton Re: prerelease checklist for Perl 5.10
2007-02-02 Nicholas Clark Testing every pattern by also upgrading to UTF-8 would...
2007-02-01 Nicholas Clark Allow regexp.t to take a command line argument for...
2007-02-01 Nicholas Clark Make t/op/regexp.t warnings clean.
2007-02-01 Nicholas Clark Make t/op/regexp.t run under use strict; including...
2007-01-31 Yves Orton $1 in nested regex EVAL doesnt work correctly.
2007-01-30 Marcus Holland-Moritz Re: run/cloexec.t is failing
2007-01-29 Gisle Aas Avoid test failure with for a -Dusesitecustomize perl.
2007-01-27 Nicholas Clark A test to exercise the smallbuf overflow code in S_incl...
2007-01-25 SADAHIRO Tomoyuki split by " \0" (const string staring with a SPACE follo...
2007-01-23 Nicholas Clark Add lib to @INC so that ./perl t/op/local.t works.
2007-01-22 Yves Orton Disable positive lookaround optimisations
2007-01-20 Nicholas Clark defined @$foo and defined %$bar should be subject to...
2007-01-19 SADAHIRO Tomoyuki Re: [PATCH] fix unicode split /\s+/
2007-01-19 Yves Orton fix unicode split /\s+/
2007-01-15 Rafael Garcia-Suarez Enable the ~~ operator by default.
2007-01-15 Yves Orton Add support for /k modfier for matching along with...
2007-01-15 Nicholas Clark Add get_cvn_flags(), which is like get_cv() but takes...
2007-01-15 Rafael Garcia-Suarez Use the $Is_MacOS variable
2007-01-15 Rafael Garcia-Suarez Simplify the ok/not ok logic
2007-01-15 Rafael Garcia-Suarez Various cleanup and factorization by Schwern
2007-01-15 Nicholas Clark Test that names with embedded NULs work for symbolic...
2007-01-11 Yves Orton Add Regexp::Keep \K functionality to regex engine as...
2007-01-09 Nicholas Clark Re: Change 29723 breaks t/op/inccode-tie.t on Win32
2007-01-08 Nicholas Clark do $file; won't propagate errors from die, as do is...
next