This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
threads::shared 1.24 (more)
[perl5.git] / t / op /
2008-07-09 Abigail[Patch t/op/re_tests] Re: [perl #56690] Some bugs in...
2008-07-03 Steve HayFix test count that was missed in #34092
2008-06-28 Ben MorrowSome more missing isGV_with_GP()s
2008-06-25 Reini UrbanRe: split smoke for threaded -DDEBUGGING builds
2008-06-25 Rafael Garcia-SuarezSkip one test that was failing with DEBUGGING and threads,
2008-06-17 Bram[perl #51370] length($@)>0 for empty $@ if utf8 is...
2008-06-15 John P. Linderman[perl #47746] Not OK: perl 5.10.0 +RC1 on ia64-linux...
2008-06-13 John E. Malmberg[patch@34044] Enable getgrgid on VMS
2008-05-30 Dave Mitchell[perl #53746] bug with index() matching beyond end...
2008-05-30 AbigailAdd index() tests for embedded nulls
2008-05-24 Dave Mitchellmake TODO output TAP-compliant in regexp.t
2008-05-18 chromaticAdd ..., !!!, and ??? operators
2008-05-18 Tom Wyant[perl #53500] op/pwent.t should use the DirectoryServic...
2008-05-15 Vincent PitRe: [PATCH] Double magic with chop
2008-05-08 Bramextra tests for t/op/range.t (was Re: [perl #53554...
2008-05-02 Vincent Pit~~ with non-overloaded objects
2008-05-01 Robin Barkert/op/pat.t
2008-04-30 Rafael Garcia-SuarezAdd a test for "lc(LATIN CAPITAL LETTER SHARP S)"
2008-04-30 David Dick[perl #53560] Patch for linux LDAP groups
2008-04-30 Rafael Garcia-SuarezAvoid garbage in test output when running make minitest.
2008-04-30 Rafael Garcia-SuarezA skip() function is missing, to get this test pass...
2008-04-30 Bramextra tests for t/op/sprintf2.t (was Re: [perl #45383...
2008-04-26 Robin Barkeranother go; was RE: [perl #49302] [[:print:]] v \p...
2008-04-26 Ricardo SIGNESNew tests (and TODO tests) for ~~ and overloading,
2008-04-26 David Dick[perl #53238] Patch to stop t/op/fork.t relying on...
2008-04-17 Nicholas ClarkTest dbmopen more thoroughly, including closing the...
2008-04-16 Nicholas ClarkUse like() rather than is() to get better failure diagn...
2008-04-16 Nicholas ClarkAdd the verbatim perl code mentioned in the comments of
2008-04-15 Rafael Garcia-SuarezAdd a regression test for bug #52658 (fixed by change...
2008-04-14 Rafael Garcia-SuarezRevert change #33676, likely to break atan(-0,0) on...
2008-04-14 Rafael Garcia-SuarezMake atan2(0,0) return undef
2008-04-11 Ævar Arnfjörð Bjar... Re: [perl #52672] regexp failure: (?=) turns into OPFAIL
2008-03-28 Dominic DunlopRe: Tests failed on PPC64
2008-03-26 Nicholas ClarkThe offset for pos is stored as bytes, and converted...
2008-03-10 Yitzchak Scott-Tho... count-only transliteration needlessly makes copy-on...
2008-03-04 brian d foy[perl #50538] when( @n && %n ) fails to smart match
2008-02-17 Yves OrtonFix bug 50496 -- regcomp.c=~s/lastcloseparen/lastparen/g
2008-02-17 Yves OrtonFix perlbug 50114 and document what the code does a...
2008-02-15 Rafael Garcia-SuarezTypo catch, by Abigail
2008-02-15 Rafael Garcia-SuarezAvoid utf8 warnings when printing diagnostics
2008-02-14 AbigailRe: [perl #50496] Bug Report: 'keys %+' does not return...
2008-02-06 Nicholas Clarkin unpack, () groups in scalar context were still retur...
2008-02-04 Rafael Garcia-SuarezFix op/reg_email_thr.t when PERLIO=stdio
2008-01-28 Rafael Garcia-SuarezTest that lc, uc, etc on undef return ""
2008-01-24 Nicholas ClarkDon't warn about imprecision when decrementing IV_MIN.
2008-01-23 Nicholas ClarkFix the misplaced warnings and failing tests caused...
2008-01-19 Dave Mitchell[perl #49522] state variable not available
2008-01-17 Nicholas Clarkwarn if ++ or -- are unable to change the value because...
2008-01-17 Nicholas ClarkGenerate the warnings masks programatically.
2008-01-15 Jerry D. HeddenFix range operator
2008-01-12 Nicholas ClarkFor 5.12: saner behaviour for `length`
2008-01-12 Nicholas ClarkFix bug whereby length on a tied scalar that returned...
2008-01-10 Nicholas ClarkReverse the TODOs on t/op/regexp_qr_embed_thr.t - they...
2008-01-10 Nicholas ClarkUn-TODO (and un-SKIP) tests in t/op/pat_thr.t that...
2008-01-09 Dave Mitchellseen_eval regex field wasn't getting cloned
2008-01-09 Nicholas ClarkFix the bug introduced by the bug fix of change 30755.
2008-01-09 Nicholas ClarkVariants of several regression tests that run the actul...
2008-01-09 Nicholas Clarkgrep the MANIFEST to avoid having hard coded numbers...
2008-01-09 Jerry D. HeddenMove re::regexp_pattern to universal.c
2008-01-09 Dave Mitchellchange #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-06 Michael G. SchwernRe: [perl #49264] say behaves as just print on tied...
2008-01-05 Moritz LenzFix regexec.c so $^N and $+ are correctly updated so...
2008-01-05 Nicholas ClarkProtect me (and my fellow muppets) from screens of...
2007-12-29 Vincent PitTypo in op.c
2007-12-29 Yves OrtonFix Perl #49190, tests from Abigail, codefix from me.
2007-12-28 Nicholas ClarkFirst class regexps.
2007-12-27 Nicholas ClarkBetter diagnostics for the tests for #20683.
2007-12-27 Nicholas Clarkscalars used in postponed subexpressions aren't first...
2007-12-27 Nicholas ClarkProper $TODO support in &ok() and &iseq() in pat.t
2007-12-27 Nicholas ClarkLocalize $\ before changing it, so as not to affect...
2007-12-27 Nicholas ClarkTest that we can clone regexps into new threads, and...
2007-12-27 Nicholas ClarkYou can't coerce a typeglob to a string. (Restore the...
2007-12-26 Nicholas ClarkUse print rather than diag(), as these routine messages...
2007-12-26 Nicholas ClarkA test for upgrading scalars. Curiously, before this...
2007-12-20 Nicholas ClarkImplement each @array.
2007-12-17 Rafael Garcia-SuarezAdd standard test preamble
2007-12-17 Yves OrtonFix various bugs in regex engine with mixed utf8/latin...
2007-12-08 Sascha Blank[perl #48355] Handling of RAWDATA broken badly in Attri...
2007-11-30 Dmitry KarasikRe: smart match: array ~~ hash
2007-11-29 Matt KraaiSkip failing getppid tests on QNX 6
2007-11-28 Nicholas ClarkFix bless/readonly failure spotted by Jerry Hedden.
2007-11-23 Robin HoustonRe: Are we missing some tests?
2007-11-12 John E. Malmbergpatch@32274 t/op/taint.t not cleaning up properly on...
2007-11-07 Rick DelaneyRe: [perl #47195] $1 suddenly tainted after regexp...
2007-11-06 Nicholas ClarkAdd a TODO test for bug #47195
2007-10-29 Rafael Garcia-SuarezLeopard has more standard /etc/passwd files than previous
2007-10-17 Ben MorrowAnother ex-PVBM assert
2007-10-17 joshFix a few segfaults and a when() bug
2007-10-17 Ben Morrowex-PVBM and mro interact badly
2007-10-11 Jerry D. HeddenGentler theads test
2007-10-11 Jerry D. HeddenMove threads test added in change 32091
2007-10-08 Alexander Goughmake t/op/pack.t not explode when u64size=''
2007-09-25 TelsRe: [perl #45605] Regexp failure with utf8-flagged...
2007-09-22 Nicholas ClarkFix bug 45607 - for the corner case *{"BONK"} = \&...
2007-09-17 Nicholas ClarkFix spelling errors in comments.
2007-09-14 Dave Mitchell[perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len...
2007-09-10 Dave Mitchellsilence warning in new state.t test (spotted by Jerry...
2007-09-10 Dave Mitchellwhen anon subs are cloned, the 'assign once only' flag...
2007-09-09 Dave Mitchellstate variables shouldn't be shared between anon subs
next