This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Added config.w32 to win32/.gitignore
[perl5.git] / t / op /
2009-01-04 Slaven RezicAnother regexp failure with utf8-flagged string and...
2009-01-03 Rafael Garcia-SuarezMerge branch 'schwern/y2038' into blead
2009-01-03 Michael G. SchwernUpdate from y2038.
2009-01-03 Michael G. SchwernWe are no longer bound by the limits of the tm struct.
2009-01-03 Michael G. SchwernEverything should now work with negative times, so...
2009-01-03 Michael G SchwernPatch in a 64 bit clean gmtime_r() and localtime_r...
2009-01-03 Ben MorrowFix a thinko in regression test for [perl #54956]
2009-01-02 Yuval Kogmana test for Paul Evan's qr leak
2009-01-02 Yuval KogmanMore comprehensive smartmatch.t, supersedes smobj.t
2009-01-02 Yuval Kogmanadd eval and error support to the t/op/smartmatch.t...
2009-01-02 Yuval Kogmanadd undef tests to t/op/smartmatch.t
2009-01-02 Ben Morrow[perl #54956] crash on binary-or lvalue operation on...
2008-12-28 Vincent PitOn scope end, delete localized array elements that...
2008-12-28 KarlRevise malformed utf8 test case
2008-12-27 Yves Ortonfix bug #57042 - preserve $^R across TRIE matches
2008-12-11 Chip Salzenberg[perl #60978] [PATCH] Tied filehandles can't distinguis...
2008-12-03 Nicholas ClarkFix for tainting regression in a test of Text::Template...
2008-11-26 Vincent PitAddendum to bug #38809: fix assertion failure, more...
2008-11-25 Vincent Pit[perl #38809] return do { } : take 3 (or 4...)
2008-11-18 Nicholas ClarkRemove the trailing NUL byte, and (hopefully) convert...
2008-11-18 AbigailImprove and restructure t/op/pat.t and split out some...
2008-11-17 Chip SalzenbergRe: [perl #59998] [PATCH] crypt() returns tainted data...
2008-11-14 Chip Salzenberg[perl #948] [PATCH] Allow tied $,
2008-11-09 Yves OrtonAdd support for testing when under
2008-11-09 Marcus Holland-MoritzFix warning code in Perl_sv_vcatpvfn() to make the...
2008-11-09 Marcus Holland-MoritzUpdate format warning tests to expect "%lld" instead...
2008-11-09 Hugo van der Sanden"Perl_newSVpvf("%lld")" is broken
2008-11-07 Yves Ortoncreate new unicode props as defined in POSIX spec ...
2008-11-06 Yves OrtonVarious changes to regex diagnostics and testing
2008-11-06 karl williamsonReolve perlbug #59328: In re's, \N{U+...} doesn't match...
2008-11-06 Yves OrtonResolve perl #60344: Regex lookbehind failure after...
2008-11-02 Michael Cartmell[perl #56526] m/a{1,0}/ compiles but doesn't match...
2008-10-30 Rafael Garcia-SuarezAdd a test for bug #60214
2008-10-25 Vincent PitIntegrate:
2008-09-22 Nicholas ClarkChange 30638 to 5.8.x inadvertently introduced (at...
2008-09-12 Nicholas ClarkNeed to free the isa lookup hash before rebuilding it.
2008-09-08 Vincent PitRe: 'if not / unless' optimization change makes my...
2008-09-07 Vincent PitRe: unless(...) terser than if(!...)
2008-08-26 Steve HayFix new test added by #34198, which failed on Win32
2008-08-13 Craig A. BerryVMS-specific follow-up to tempfile name changes in...
2008-08-12 BramRE: [perl #35877] Strange regex failure?
2008-08-11 Bram[perl #52740] [PATCH-tests] crash when localizing a...
2008-08-07 Nicholas ClarkUse test.pl's tempfile().
2008-08-06 BramTests for [perl #57564] and [perl #24524] Refcounting bug
2008-07-26 Nicholas ClarkConvert undef.t to use test.pl and strict.
2008-07-26 Nicholas ClarkConvert yadayada.t to test.pl and strict, and fix two...
2008-07-26 Nicholas ClarkConvert wantarray.t to use strict and test.pl
2008-07-13 Nicholas ClarkMake format items @* and ^* work with references (safel...
2008-07-13 Nicholas ClarkFor cases FF_LINESNGL and FF_LINEGLOB in pp_formline...
2008-07-12 Nicholas ClarkFormat tests for @* too.
2008-07-11 Nicholas ClarkRegression tests for, and fix quite a lot of bugs in...
2008-07-11 Nicholas ClarkBring the joy of strict to the rest of write.t
2008-07-11 Nicholas ClarkComplete the conversion of t/op/write.t to test.pl...
2008-07-11 Nicholas ClarkReduce the -| skip back to just the tests that use...
2008-07-11 Nicholas ClarkStart converting t/op/write.t to test.pl
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.
next