This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
split: Improve performance in scalar context
[perl5.git] / t / op /
2009-04-09 Nicholas ClarkDon't SEGV while warning about redefining the format...
2009-04-07 Rafael Garcia-SuarezDeprecate assignment to $[
2009-03-31 Nicholas ClarkAvoid "Constant subroutine ... redefined" warning,...
2009-03-28 Vincent PitAllow when to be used as a statement modifier
2009-03-26 unknown-ugk don't call string overload when S_IXXX isn't defined.
2009-03-25 Ben MorrowIO refs always stringify for -t, -T and -B.
2009-03-25 Ben MorrowTest -X overloads on GLOB and IO refs.
2009-03-25 Ben MorrowTest stacked overloaded -X.
2009-03-25 Ben MorrowMore tests for -X/string/random overloading.
2009-03-25 Ben MorrowAdjust tests.
2009-03-25 Ben MorrowTests for -X overloading.
2009-03-24 Rafael Garcia-SuarezMore tests. Simplify tests for ~~ overloading
2009-03-24 Rafael Garcia-SuarezMake []~~\&f and {}~~\&f match
2009-03-24 Rafael Garcia-SuarezFix tests for ~~ overloading
2009-03-23 Rafael Garcia-SuarezImplement "~~ $scalar" for numbers and strings
2009-03-23 Rafael Garcia-SuarezMake ~~ qr// non-commutative
2009-03-23 Rafael Garcia-SuarezRefactoring work on '~~ @array' implementation
2009-03-23 Rafael Garcia-SuarezAdd more tests with an empty hash on the right of ~~
2009-03-22 David Mitchellfix [RT #60034]. An equivalent fix was already in 5...
2009-03-18 Rafael Garcia-SuarezSmart match when a hash is on the RHS
2009-03-18 Rafael Garcia-SuarezReverse the order of operands for several "~~ hash...
2009-03-18 Rafael Garcia-SuarezRemove obsolete or redundant tests
2009-03-17 Rafael Garcia-SuarezDocument that empty sets don't smart-match
2009-03-17 Rafael Garcia-SuarezTest that in "~~ sub", the sub is not called on empty...
2009-03-17 Rafael Garcia-SuarezIterative smart match over keys/elements when a coderef...
2009-03-13 Jerry D. HeddenTests for floating point args to localtime and gmtime
2009-03-13 Rafael Garcia-SuarezMake smart matching ~~ undef dispatch only on the RHS
2009-03-12 BramFix #56194 Regex: (((??{1 + $^N}))) behaves differently...
2009-03-12 Rafael Garcia-SuarezSome tests reorgarnisation for ~~ against undef and...
2009-03-06 Rafael Garcia-SuarezRemove special case for coderefs with empty prototypes...
2009-03-06 Rafael Garcia-SuarezMake the "..." flip-flop operator work in scalar contex...
2009-03-04 Rafael Garcia-SuarezRemove TODO tests about && in when() clauses
2009-03-04 Rafael Garcia-SuarezMake // behave like || in when clauses
2009-02-20 Rafael Garcia-SuarezMore smartmatch tests
2009-02-20 Rafael Garcia-SuarezReorder and complete tests for smart matching with...
2009-02-20 Rafael Garcia-SuarezFix {%hash} ~~ %hash test
2009-02-20 Rafael Garcia-SuarezBetter diagnostics for the ~~ test
2009-02-16 BramUse tempfile() in tests
2009-02-16 BramExtra regex tests
2009-02-13 Rafael Garcia-SuarezMore tests for coderefs and smart match
2009-02-13 Rafael Garcia-SuarezRemove code that has never been used in any test
2009-02-13 Rafael Garcia-Suarez$object ~~ undef should always test for definedness
2009-02-13 Rafael Garcia-SuarezAdd tests for undef smart-matching
2009-02-13 Rafael Garcia-SuarezRemove obsolete comment; document test format
2009-02-13 Rafael Garcia-SuarezMore tests for array-ref smart match
2009-02-13 Rafael Garcia-SuarezRemove one of the two definitions of the a_const contan...
2009-02-09 Nicholas ClarkRename ext/XS/APItest to ext/XS-APItest
2009-02-07 Rafael Garcia-SuarezAdd test for previous patch (deprecation of UNIVERSAL...
2009-02-04 Niko Tynisetpgrp() should extend the stack before modifying it
2009-01-16 KarlAdd warning about octal > 377 in some regexes
2009-01-08 John Malmbergt/op/chdir.t, t/op/defins.t on VMS
2009-01-05 John MalmbergVMS posix exit fixes
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...
next