in unpack, () groups in scalar context were still returning a list,
[p5sagit/p5-mst-13.2.git] / t /
2008-02-06 Nicholas Clark in unpack, () groups in scalar context were still retur...
2008-02-04 Rafael Garcia-Suarez Fix op/reg_email_thr.t when PERLIO=stdio
2008-01-31 Daniel Frederick... Typo fix in change #33058
2008-01-28 Rafael Garcia-Suarez Make lc/uc/lcfirst/ucfirst warn when passed undef.
2008-01-28 Rafael Garcia-Suarez Test that lc, uc, etc on undef return ""
2008-01-24 Nicholas Clark Don't warn about imprecision when decrementing IV_MIN.
2008-01-24 Abigail Regression tests for 'for reverse ..'
2008-01-23 Nicholas Clark Fix the misplaced warnings and failing tests caused...
2008-01-19 Dave Mitchell [perl #49522] state variable not available
2008-01-17 Nicholas Clark warn if ++ or -- are unable to change the value because...
2008-01-17 Nicholas Clark Generate the warnings masks programatically.
2008-01-15 Jerry D. Hedden Fix range operator
2008-01-12 Nicholas Clark For 5.12: saner behaviour for `length`
2008-01-12 Nicholas Clark Fix bug whereby length on a tied scalar that returned...
2008-01-11 Nicholas Clark Note the U8 sized space created by removing -P, and...
2008-01-11 Rafael Garcia-Suarez Remove the -P switch
2008-01-11 Rick Delaney Re: [perl #49564] Re: MRO and av_clear
2008-01-10 Nicholas Clark Reverse the TODOs on t/op/regexp_qr_embed_thr.t - they...
2008-01-10 Nicholas Clark Un-TODO (and un-SKIP) tests in t/op/pat_thr.t that...
2008-01-09 Dave Mitchell seen_eval regex field wasn't getting cloned
2008-01-09 Nicholas Clark Fix the bug introduced by the bug fix of change 30755.
2008-01-09 Nicholas Clark Variants of several regression tests that run the actul...
2008-01-09 Nicholas Clark grep the MANIFEST to avoid having hard coded numbers...
2008-01-09 Jerry D. Hedden Move re::regexp_pattern to universal.c
2008-01-09 Rafael Garcia-Suarez Remove the warning "v-string in require/use non portable"
2008-01-09 Dave Mitchell change #31447 was wrong. Really handle cloning a stale...
2008-01-08 Yitzchak Scott-Tho... ARRAY(0x...) is not very helpful in sprintf.t diagnostics
2008-01-07 Rafael Garcia-Suarez Let's remove the grep in void context warning.
2008-01-06 Michael G. Schwern Re: grep and smart match should warn in void context
2008-01-06 Michael G. Schwern Re: [perl #49264] say behaves as just print on tied...
2008-01-05 Moritz Lenz Fix regexec.c so $^N and $+ are correctly updated so...
2008-01-05 Yves Orton $Test::Harness::Verbose is a numeric value now so assig...
2008-01-05 Nicholas Clark Protect me (and my fellow muppets) from screens of...
2008-01-02 Michael G. Schwern shield t/test.pl functions from global print modifiers
2007-12-29 Vincent Pit Typo in op.c
2007-12-29 Yves Orton Fix Perl #49190, tests from Abigail, codefix from me.
2007-12-28 Nicholas Clark First class regexps.
2007-12-27 Nicholas Clark Better diagnostics for the tests for #20683.
2007-12-27 Nicholas Clark scalars used in postponed subexpressions aren't first...
2007-12-27 Nicholas Clark Proper $TODO support in &ok() and &iseq() in pat.t
2007-12-27 Nicholas Clark Localize $\ before changing it, so as not to affect...
2007-12-27 Nicholas Clark Test that we can clone regexps into new threads, and...
2007-12-27 Nicholas Clark You can't coerce a typeglob to a string. (Restore the...
2007-12-26 Nicholas Clark Use print rather than diag(), as these routine messages...
2007-12-26 Nicholas Clark A test for upgrading scalars. Curiously, before this...
2007-12-21 Andy Armstrong Fix remaining skips for Test::Harness
2007-12-20 Nicholas Clark Implement each @array.
2007-12-20 Andy Armstrong bring Test::Harness up to 3.06
2007-12-20 Rafael Garcia-Suarez The APC doesn't like empty files
2007-12-20 Andy Armstrong Test::Harness 3.05, tests pass in core
2007-12-19 Nicholas Clark Upgrade to Test::Harness 3.05
2007-12-17 Rafael Garcia-Suarez Add standard test preamble
2007-12-17 Yves Orton Fix various bugs in regex engine with mixed utf8/latin...
2007-12-11 Jerry D. Hedden Must have /bin under Cygwin
2007-12-08 Sascha Blank [perl #48355] Handling of RAWDATA broken badly in Attri...
2007-11-30 Dmitry Karasik Re: smart match: array ~~ hash
2007-11-29 Matt Kraai Skip failing getppid tests on QNX 6
2007-11-28 Nicholas Clark Fix bless/readonly failure spotted by Jerry Hedden.
2007-11-27 Rafael Garcia-Suarez Upgrade to ExtUtils::MakeMaker 6.37_03
2007-11-26 Rafael Garcia-Suarez Doc updates on running tests
2007-11-26 Rafael Garcia-Suarez Upgrade to ExtUtils::MakeMaker 6.37_02
2007-11-23 Robin Houston Re: Are we missing some tests?
2007-11-12 Jarkko Hietaniemi t/comp/opsubs.t
2007-11-12 Rafael Garcia-Suarez The JAPHs that use $* won't work anymore.
2007-11-12 Paul Marquess Compression Modules Update for EBCDIC
2007-11-12 John E. Malmberg patch@32274 t/op/taint.t not cleaning up properly on...
2007-11-09 Dave Mitchell [perl #47233] Core dump caused by goto
2007-11-07 Rick Delaney Re: [perl #47195] $1 suddenly tainted after regexp...
2007-11-06 Nicholas Clark Add a TODO test for bug #47195
2007-11-05 Nicholas Clark Adjust the skip count for t/io/dup.t for the -Uuseperli...
2007-11-04 Craig A. Berry Roll back #32214 as it causes more failures than it...
2007-11-03 Rafael Garcia-Suarez Based on a patch by John E. Malberg: make TestInit.pm
2007-10-29 Rafael Garcia-Suarez Leopard has more standard /etc/passwd files than previous
2007-10-17 Ben Morrow Another ex-PVBM assert
2007-10-17 josh Fix a few segfaults and a when() bug
2007-10-17 Ben Morrow ex-PVBM and mro interact badly
2007-10-11 Jerry D. Hedden Gentler theads test
2007-10-11 Jerry D. Hedden Move threads test added in change 32091
2007-10-09 Nicholas Clark Tests for the .pmc functionality.
2007-10-09 Brandon Black Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook...
2007-10-08 Alexander Gough make t/op/pack.t not explode when u64size=''
2007-10-05 Robin Barker New [PATCH] use 5.006; use 5.10.0
2007-10-03 Rafael Garcia-Suarez Reverse change #31978
2007-10-02 Jerry D. Hedden /cygdrive is configurable
2007-10-02 John Peacock was Re: Freeze ?
2007-09-26 Nicholas Clark Change 31977 introduced a bug (failing to set the retur...
2007-09-26 Jerry D. Hedden Check rename() under Cygwin
2007-09-26 Robin Barker RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-09-25 Abe Timmerman Re: Smoke [5.10.0] 31938 FAIL(F) netbsd 3.1 (i386/1...
2007-09-25 Tels Re: [perl #45605] Regexp failure with utf8-flagged...
2007-09-23 H.Merijn Brand Revert #31942, as it was inconsistent between threaded and
2007-09-23 Abe Timmerman netbsd's setlocale () doesn't support LC_COLLATE and...
2007-09-22 Nicholas Clark Fix bug 45607 - for the corner case *{"BONK"} = \...
2007-09-19 Michael G. Schwern t/TEST doesn't check exit (was Re: Test::More bug?)
2007-09-17 Nicholas Clark Fix spelling errors in comments.
2007-09-14 Dave Mitchell [perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len...
2007-09-10 Dave Mitchell silence warning in new state.t test (spotted by Jerry...
2007-09-10 Rick Delaney Re: [perl #44623] Optimized magic_setisa has bug
2007-09-10 Dave Mitchell when anon subs are cloned, the 'assign once only' flag...
2007-09-09 Dave Mitchell ununit pos value warning identified the wrong variable...
next