Fix test for overload in given() with smart match after last change
[p5sagit/p5-mst-13.2.git] / t / op /
2009-05-24 Rafael Garcia-Suarez Fix test for overload in given() with smart match after...
2009-05-24 Rafael Garcia-Suarez Allow ~~ overloading on the left side, when the right...
2009-05-24 Rafael Garcia-Suarez In the ~~ implementation, consistently use the SV-aware...
2009-05-22 Craig A. Berry TODO must be on same line as message for TAP.
2009-05-20 Nicholas Clark Perl_magic_clearsig() needs to remove magic, else delet...
2009-05-20 H.Merijn Brand fix glob-assign for FORMAT
2009-05-20 Nicholas Clark Convert t/op/magic.t to use test.pl
2009-05-13 Rafael Garcia-Suarez Merge branch 'smartmatch' into blead
2009-05-13 Rafael Garcia-Suarez Enable more warnings in smart match tests
2009-05-12 Rafael Garcia-Suarez Remove proposed (but unimplemented) $foo ~~ Range smart...
2009-05-11 Vincent Pit Allow typed arrays and hashes
2009-05-09 Rafael Garcia-Suarez Implement Hash/Array ~~ Regex (with tests)
2009-05-09 Rafael Garcia-Suarez Add a test for object ~~ string, with stringification...
2009-05-09 Rafael Garcia-Suarez Add tests for object ~~ regexp
2009-05-09 Rafael Garcia-Suarez Treat blessed references on the left of C<~~> as scalars
2009-05-09 Rafael Garcia-Suarez Implement distributivity in $scalar ~~ @array
2009-05-08 Rafael Garcia-Suarez Document what to do with object on the left and add...
2009-05-08 Rafael Garcia-Suarez Make ~~ overloading only be invoked on the right argument
2009-05-08 Rafael Garcia-Suarez More tests for ~~
2009-05-06 Rafael Garcia-Suarez Rewrite tests for objects and ~~
2009-05-05 Rafael Garcia-Suarez Fix test for stringification of arrays.
2009-05-05 Rafael Garcia-Suarez Merge branch 'blead' into smartmatch
2009-05-05 Rafael Garcia-Suarez Add tests for @array ~~ $string
2009-05-04 Nicholas Clark Fix SEGVs when cloning a typeglob that has been undefin...
2009-05-03 Rafael Garcia-Suarez Add tests for last and next in when()
2009-04-25 Craig A. Berry Make time64 use NV for time_t, I32 for year, not Quad_t.
2009-04-23 David Mitchell qr_gc.t is only TODO on 5.11.x+
2009-04-12 Nicholas Clark Deprecate using "unique" with the attributes pragma.
2009-04-12 Nicholas Clark Deprecate using "locked" with the attributes pragma.
2009-04-12 Nicholas Clark Deprecate use of the attribute :locked on subroutines.
2009-04-09 Nicholas Clark Don't SEGV while warning about redefining the format...
2009-04-07 Rafael Garcia-Suarez Deprecate assignment to $[
2009-03-31 Nicholas Clark Avoid "Constant subroutine ... redefined" warning,...
2009-03-28 Vincent Pit Allow 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 Morrow IO refs always stringify for -t, -T and -B.
2009-03-25 Ben Morrow Test -X overloads on GLOB and IO refs.
2009-03-25 Ben Morrow Test stacked overloaded -X.
2009-03-25 Ben Morrow More tests for -X/string/random overloading.
2009-03-25 Ben Morrow Adjust tests.
2009-03-25 Ben Morrow Tests for -X overloading.
2009-03-24 Rafael Garcia-Suarez More tests. Simplify tests for ~~ overloading
2009-03-24 Rafael Garcia-Suarez Make []~~\&f and {}~~\&f match
2009-03-24 Rafael Garcia-Suarez Fix tests for ~~ overloading
2009-03-23 Rafael Garcia-Suarez Implement "~~ $scalar" for numbers and strings
2009-03-23 Rafael Garcia-Suarez Make ~~ qr// non-commutative
2009-03-23 Rafael Garcia-Suarez Refactoring work on '~~ @array' implementation
2009-03-23 Rafael Garcia-Suarez Add more tests with an empty hash on the right of ~~
2009-03-22 David Mitchell fix [RT #60034]. An equivalent fix was already in 5...
2009-03-18 Rafael Garcia-Suarez Smart match when a hash is on the RHS
2009-03-18 Rafael Garcia-Suarez Reverse the order of operands for several "~~ hash...
2009-03-18 Rafael Garcia-Suarez Remove obsolete or redundant tests
2009-03-17 Rafael Garcia-Suarez Document that empty sets don't smart-match
2009-03-17 Rafael Garcia-Suarez Test that in "~~ sub", the sub is not called on empty...
2009-03-17 Rafael Garcia-Suarez Iterative smart match over keys/elements when a coderef...
2009-03-13 Jerry D. Hedden Tests for floating point args to localtime and gmtime
2009-03-13 Rafael Garcia-Suarez Make smart matching ~~ undef dispatch only on the RHS
2009-03-12 Bram Fix #56194 Regex: (((??{1 + $^N}))) behaves differently...
2009-03-12 Rafael Garcia-Suarez Some tests reorgarnisation for ~~ against undef and...
2009-03-06 Rafael Garcia-Suarez Remove special case for coderefs with empty prototypes...
2009-03-06 Rafael Garcia-Suarez Make the "..." flip-flop operator work in scalar contex...
2009-03-04 Rafael Garcia-Suarez Remove TODO tests about && in when() clauses
2009-03-04 Rafael Garcia-Suarez Make // behave like || in when clauses
2009-02-20 Rafael Garcia-Suarez More smartmatch tests
2009-02-20 Rafael Garcia-Suarez Reorder and complete tests for smart matching with...
2009-02-20 Rafael Garcia-Suarez Fix {%hash} ~~ %hash test
2009-02-20 Rafael Garcia-Suarez Better diagnostics for the ~~ test
2009-02-16 Bram Use tempfile() in tests
2009-02-16 Bram Extra regex tests
2009-02-13 Rafael Garcia-Suarez More tests for coderefs and smart match
2009-02-13 Rafael Garcia-Suarez Remove 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-Suarez Add tests for undef smart-matching
2009-02-13 Rafael Garcia-Suarez Remove obsolete comment; document test format
2009-02-13 Rafael Garcia-Suarez More tests for array-ref smart match
2009-02-13 Rafael Garcia-Suarez Remove one of the two definitions of the a_const contan...
2009-02-09 Nicholas Clark Rename ext/XS/APItest to ext/XS-APItest
2009-02-07 Rafael Garcia-Suarez Add test for previous patch (deprecation of UNIVERSAL...
2009-02-04 Niko Tyni setpgrp() should extend the stack before modifying it
2009-01-16 Karl Add warning about octal > 377 in some regexes
2009-01-08 John Malmberg t/op/chdir.t, t/op/defins.t on VMS
2009-01-05 John Malmberg VMS posix exit fixes
2009-01-04 Slaven Rezic Another regexp failure with utf8-flagged string and...
2009-01-03 Rafael Garcia-Suarez Merge branch 'schwern/y2038' into blead
2009-01-03 Michael G. Schwern Update from y2038.
2009-01-03 Michael G. Schwern We are no longer bound by the limits of the tm struct.
2009-01-03 Michael G. Schwern Everything should now work with negative times, so...
2009-01-03 Michael G Schwern Patch in a 64 bit clean gmtime_r() and localtime_r...
2009-01-03 Ben Morrow Fix a thinko in regression test for [perl #54956]
2009-01-02 Yuval Kogman a test for Paul Evan's qr leak
2009-01-02 Yuval Kogman More comprehensive smartmatch.t, supersedes smobj.t
2009-01-02 Yuval Kogman add eval and error support to the t/op/smartmatch.t...
2009-01-02 Yuval Kogman add 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 Pit On scope end, delete localized array elements that...
2008-12-28 Karl Revise malformed utf8 test case
2008-12-27 Yves Orton fix bug #57042 - preserve $^R across TRIE matches
2008-12-11 Chip Salzenberg [perl #60978] [PATCH] Tied filehandles can't distinguis...
2008-12-03 Nicholas Clark Fix for tainting regression in a test of Text::Template...
2008-11-26 Vincent Pit Addendum to bug #38809: fix assertion failure, more...
next