Another ex-PVBM assert
[p5sagit/p5-mst-13.2.git] / t / op /
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-08 Alexander Gough make t/op/pack.t not explode when u64size=''
2007-09-25 Tels Re: [perl #45605] Regexp failure with utf8-flagged...
2007-09-22 Nicholas Clark Fix bug 45607 - for the corner case *{"BONK"} = \...
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 Dave Mitchell when anon subs are cloned, the 'assign once only' flag...
2007-09-09 Dave Mitchell state variables shouldn't be shared between anon subs
2007-09-08 Nicholas Clark For now, forbid all list assignment initialisation...
2007-09-07 Rafael Garcia-Suarez Remove the 'err' keyword
2007-09-07 Jerry D. Hedden Fix t/op/magic.t failures under Cygwin
2007-09-06 Abigail More tests
2007-09-06 Rafael Garcia-Suarez Bump version number to 5.10.0.
2007-09-06 Nicholas Clark Make state $zok = slosh(); behave as the Perl 6 design...
2007-08-28 Jerry D. Hedden Revert/fix 31731 - Empty PATH taint test on Cygwin
2007-08-18 Yves Orton Typo prevented test from doing what it meant to do.
2007-08-18 Marcus Holland-Moritz TRIE must use 'yes' state transitions when more than...
2007-08-18 Shlomi Fish [perl #44647] [PATCH] Add a test for overload::constant...
2007-08-18 Reini Urban Change 31710 causes t/op/taint.t to fail
2007-07-29 Craig A. Berry Oops, 31665 was empty.
2007-07-16 Dave Mitchell [perl #43425] local $[: fix scoping during parser...
2007-07-12 Rafael Garcia-Suarez Link TODO test to appropriate RT ticket
2007-07-11 Rick Delaney Re: [perl #43545] 'no warnings' effects $@.
2007-07-10 Dave Mitchell Fix assertion failure on failed magic eval - eg FETCH...
2007-07-04 Reini Urban [perl #3589] [BUG#3589 bleadperl]
2007-07-03 Rafael Garcia-Suarez More tests for \g errors in regular expressions
2007-07-01 Dave Mitchell test that localised tieing of a hash or array remains...
2007-06-30 Abigail /p vs (?p)
2007-06-29 Jerry D. Hedden Fix up change 31494
2007-06-28 Steve Peters Add a TODO test cases RT# 43403.
2007-06-28 Rafael Garcia-Suarez Fix tests so they actually test $@. like() demands...
2007-06-28 Jerry D. Hedden Move tests under 'threads' module
2007-06-26 Dave Mitchell avoid double-free of the thread function
2007-06-26 Jerry D. Hedden Add TODO tests for refcount issues related to threads
2007-06-23 Yves Orton Rename test files starting with regexp_ that do not
2007-06-23 Yves Orton Resolve
2007-06-23 Dave Mitchell remove the test added by change #31447
2007-06-22 Dave Mitchell safely handle cloning a stale lexical var
2007-06-18 Dave Mitchell [perl #43159] 5.9.4 regexp capturing wrongly
2007-06-18 Dave Mitchell add test for, and update comments for, old defined...
2007-06-15 Jerry D. Hedden Show warning bits on failure in t/op/caller.t
2007-06-15 Jerry D. Hedden Warning bit fixes to t/op/caller.t
2007-06-14 Rafael Garcia-Suarez Fix [perl #43207] lc() or uc() inside sort affect the...
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-06-03 Yves Orton Re: BBC(Bleadperl Breaks CPAN) Today: String::Multibyte
2007-05-31 Nicholas Clark blead segfaults on local *@; eval {1} because ERRSV...
2007-05-30 Hugo van der Sanden Re: localising hash element by variable
2007-05-29 Yves Orton Re: [perl #43015] regex /.*\z/ doesn't matches strings...
2007-05-29 Bo Lindbergh Re: localising hash element by variable
2007-05-10 Marc Lehmann Re: Compress::Zlib, pack "C" and utf-8 [PATCH]
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-05-02 Ævar Arnfjörð Bjar... When FETCHSIZE returns <0 perl segfaults
2007-05-01 Steve Peters Fixing a Perl_my_dirfd() related test failure.
2007-05-01 Steve Peters Add Perl_my_dirfd() to util.c
2007-04-27 Yves Orton Re: Analysis of problems with mixed encoding case insen...
2007-04-26 Yves Orton Re: Analysis of problems with mixed encoding case insen...
2007-04-24 Rafael Garcia-Suarez Remove the code that handles assignment to state variables
2007-04-23 Yves Orton Change meaning of \v, \V, and add \h, \H to match Perl6...
2007-04-21 Rafael Garcia-Suarez Upgrade to version-0.7203.
2007-04-19 Brandon Black Re: new C3 MRO patch
2007-04-18 Steve Hay Add a test for the bug fixed by #30970
2007-04-17 Steve Hay These test scripts probably wanted BEGIN blocks,
2007-04-11 Nicholas Clark For symbolic references test the defined path through...
2007-04-11 Nicholas Clark Be a bit more specific in what our second typeglob...
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-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-30 Rafael Garcia-Suarez Add two deprecation warnings:
2007-03-27 Rafael Garcia-Suarez Fix return value of state assignment ($x=state $y=$z).
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 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-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-03 Nicholas Clark As the test is about the parser, not actually running...
next