This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a note in perldelta about undefining *ISA
[perl5.git] / t / op /
2007-07-04 Reini Urban[perl #3589] [BUG#3589 bleadperl]
2007-07-03 Rafael Garcia-SuarezMore tests for \g errors in regular expressions
2007-07-01 Dave Mitchelltest that localised tieing of a hash or array remains...
2007-06-30 Abigail/p vs (?p)
2007-06-29 Jerry D. HeddenFix up change 31494
2007-06-28 Steve PetersAdd a TODO test cases RT# 43403.
2007-06-28 Rafael Garcia-SuarezFix tests so they actually test $@. like() demands...
2007-06-28 Jerry D. HeddenMove tests under 'threads' module
2007-06-26 Dave Mitchellavoid double-free of the thread function
2007-06-26 Jerry D. HeddenAdd TODO tests for refcount issues related to threads
2007-06-23 Yves OrtonRename test files starting with regexp_ that do not
2007-06-23 Yves OrtonResolve
2007-06-23 Dave Mitchellremove the test added by change #31447
2007-06-22 Dave Mitchellsafely handle cloning a stale lexical var
2007-06-18 Dave Mitchell[perl #43159] 5.9.4 regexp capturing wrongly
2007-06-18 Dave Mitchelladd test for, and update comments for, old defined...
2007-06-15 Jerry D. HeddenShow warning bits on failure in t/op/caller.t
2007-06-15 Jerry D. HeddenWarning bit fixes to t/op/caller.t
2007-06-14 Rafael Garcia-SuarezFix [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-SuarezRemove support for assertions and -A
2007-06-03 Yves OrtonRe: BBC(Bleadperl Breaks CPAN) Today: String::Multibyte
2007-05-31 Nicholas Clarkblead segfaults on local *@; eval {1} because ERRSV...
2007-05-30 Hugo van der SandenRe: localising hash element by variable
2007-05-29 Yves OrtonRe: [perl #43015] regex /.*\z/ doesn't matches strings...
2007-05-29 Bo LindberghRe: localising hash element by variable
2007-05-10 Marc LehmannRe: 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 PetersFixing a Perl_my_dirfd() related test failure.
2007-05-01 Steve PetersAdd Perl_my_dirfd() to util.c
2007-04-27 Yves OrtonRe: Analysis of problems with mixed encoding case insen...
2007-04-26 Yves OrtonRe: Analysis of problems with mixed encoding case insen...
2007-04-24 Rafael Garcia-SuarezRemove the code that handles assignment to state variables
2007-04-23 Yves OrtonChange meaning of \v, \V, and add \h, \H to match Perl6...
2007-04-21 Rafael Garcia-SuarezUpgrade to version-0.7203.
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-18 Steve HayAdd a test for the bug fixed by #30970
2007-04-17 Steve HayThese test scripts probably wanted BEGIN blocks,
2007-04-11 Nicholas ClarkFor symbolic references test the defined path through...
2007-04-11 Nicholas ClarkBe a bit more specific in what our second typeglob...
2007-04-10 Rafael Garcia-SuarezFix 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 ClarkAvoid accessing free()d memory when calling reset in...
2007-04-04 Nicholas ClarkAdd TODO tests for the (sometimes) crashing threads...
2007-04-04 Nicholas ClarkA test for reset.
2007-04-01 Craig A. BerryUpdate name of Perl executable on VMS following #30414.
2007-04-01 Dave Mitchellfix $^R scoping bug.
2007-03-31 Rafael Garcia-SuarezFix the error message "Can't call method "DOES" on...
2007-03-30 Rafael Garcia-SuarezAdd two deprecation warnings:
2007-03-27 Rafael Garcia-SuarezFix return value of state assignment ($x=state $y=$z).
2007-03-24 Rafael Garcia-SuarezMake readline() default to *ARGV.
2007-03-24 Rafael Garcia-SuarezNow that readpipe defaults to $_, I should update the...
2007-03-24 Rafael Garcia-SuarezMake readpipe default to $_
2007-03-22 Yves OrtonResolve PL_curpm issues with (??{}) and fix corruption...
2007-03-20 Yves Ortonfeel the the baÃ\9f (encoding problems in the regex engine)
2007-03-19 Rafael Garcia-SuarezUpgrade to version.pm 0.71, by John Peacock
2007-03-18 Dave MitchellWhen restoring localised values, call set only on conta...
2007-03-18 Nicholas ClarkThe test case applied in change 29502 really should...
2007-03-17 Nicholas ClarkTest case from Karl Chen in RT #41831
2007-03-15 Abe TimmermanRe: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386...
2007-03-13 Nicholas ClarkCheck that stat and -X favours the file handle over...
2007-03-13 Nicholas ClarkCheck that stat and -X on barewords favour the file...
2007-03-12 Rafael Garcia-SuarezLike fake scalars, state variables shouldn't get new...
2007-03-10 Nicholas ClarkTest that format references can't be wrongly dereferenced.
2007-03-10 Nicholas ClarkA test case for change 30527 (chdir bareword ambiguity...
2007-03-10 Nicholas ClarkRefactor the "has fchdir" and "has dirfd" logic to...
2007-03-08 Yves OrtonRe: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-08 Yves OrtonRe: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-03 Nicholas ClarkAs the test is about the parser, not actually running...
2007-03-02 Nicholas ClarkAvoid an assertion failure when overloading readpipe.
2007-03-02 Nicholas ClarkMore assertion failures, found by auditing the code.
2007-03-02 Nicholas ClarkDon't crash if the symbol table entry for ISA isn't...
2007-03-01 Yves OrtonRe: New file: t/op/regexp_email.t
2007-02-28 Rafael Garcia-SuarezRemove obsolete test for the deprecation warning I...
2007-02-28 Rafael Garcia-SuarezAdd new tests for keys in %+ and %-
2007-02-26 Nicholas ClarkFix bug #41550 - AUTOLOAD :lvalue not working the...
2007-02-26 Nicholas ClarkConvert t/op/sub_lval.t to test.pl
2007-02-24 Rafael Garcia-SuarezAdd a new test for undef and delete on stash entries...
2007-02-19 Rafael Garcia-SuarezRevert change #30081 at dmq's request, and mark its...
2007-02-15 Jerry D. HeddenUse newer 'threads' constructs
2007-02-14 Yves OrtonRe: [PATCH] Document that m//k works
2007-02-12 Yves OrtonRe: [perl #41492] Incorrect match with /(?(DEFINE)...
2007-02-11 Rafael Garcia-SuarezConvert new test to using t/test.pl.
2007-02-11 knew-p5p@pimb.org[perl #41484] qr// stack bug
2007-02-10 Yves OrtonRe: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands...
2007-02-08 Rick DelaneyRe: Change 29193 is a regression
2007-02-08 Yves OrtonRe: [PATCH - provisional] H. Merijn Brands idea of...
2007-02-07 Nicholas Clarkopening $0 doesn't work if you change directory. So...
2007-02-07 Nicholas ClarkTODO tests for eval of tainted scalars. (change 29193...
2007-02-06 Rafael Garcia-SuarezAvoid obscure failures when a regexp hasn't matched
2007-02-06 SADAHIRO Tomoyukicurrent status on Unicode Regular Expressions
2007-02-03 Yves OrtonRe: prerelease checklist for Perl 5.10
2007-02-02 Nicholas ClarkTesting every pattern by also upgrading to UTF-8 would...
2007-02-01 Nicholas ClarkAllow regexp.t to take a command line argument for...
2007-02-01 Nicholas ClarkMake t/op/regexp.t warnings clean.
2007-02-01 Nicholas ClarkMake t/op/regexp.t run under use strict; including...
2007-01-31 Yves Orton$1 in nested regex EVAL doesnt work correctly.
2007-01-25 SADAHIRO Tomoyukisplit by " \0" (const string staring with a SPACE follo...
next