More tests for coderefs and smart match
[p5sagit/p5-mst-13.2.git] / t / op /
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...
2008-11-25 Vincent Pit [perl #38809] return do { } : take 3 (or 4...)
2008-11-18 Nicholas Clark Remove the trailing NUL byte, and (hopefully) convert...
2008-11-18 Abigail Improve and restructure t/op/pat.t and split out some...
2008-11-17 Chip Salzenberg Re: [perl #59998] [PATCH] crypt() returns tainted data...
2008-11-14 Chip Salzenberg [perl #948] [PATCH] Allow tied $,
2008-11-09 Yves Orton Add support for testing when under
2008-11-09 Marcus Holland-Moritz Fix warning code in Perl_sv_vcatpvfn() to make the...
2008-11-09 Marcus Holland-Moritz Update format warning tests to expect "%lld" instead...
2008-11-09 Hugo van der Sanden "Perl_newSVpvf("%lld")" is broken
2008-11-07 Yves Orton create new unicode props as defined in POSIX spec ...
2008-11-06 Yves Orton Various changes to regex diagnostics and testing
2008-11-06 karl williamson Reolve perlbug #59328: In re's, \N{U+...} doesn't match...
2008-11-06 Yves Orton Resolve 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-Suarez Add a test for bug #60214
2008-10-25 Vincent Pit Integrate:
2008-09-22 Nicholas Clark Change 30638 to 5.8.x inadvertently introduced (at...
2008-09-12 Nicholas Clark Need to free the isa lookup hash before rebuilding it.
2008-09-08 Vincent Pit Re: 'if not / unless' optimization change makes my...
2008-09-07 Vincent Pit Re: unless(...) terser than if(!...)
2008-08-26 Steve Hay Fix new test added by #34198, which failed on Win32
2008-08-13 Craig A. Berry VMS-specific follow-up to tempfile name changes in...
2008-08-12 Bram RE: [perl #35877] Strange regex failure?
2008-08-11 Bram [perl #52740] [PATCH-tests] crash when localizing a...
2008-08-07 Nicholas Clark Use test.pl's tempfile().
2008-08-06 Bram Tests for [perl #57564] and [perl #24524] Refcounting bug
2008-07-26 Nicholas Clark Convert undef.t to use test.pl and strict.
2008-07-26 Nicholas Clark Convert yadayada.t to test.pl and strict, and fix two...
2008-07-26 Nicholas Clark Convert wantarray.t to use strict and test.pl
2008-07-13 Nicholas Clark Make format items @* and ^* work with references (safel...
2008-07-13 Nicholas Clark For cases FF_LINESNGL and FF_LINEGLOB in pp_formline...
2008-07-12 Nicholas Clark Format tests for @* too.
2008-07-11 Nicholas Clark Regression tests for, and fix quite a lot of bugs in...
2008-07-11 Nicholas Clark Bring the joy of strict to the rest of write.t
2008-07-11 Nicholas Clark Complete the conversion of t/op/write.t to test.pl...
2008-07-11 Nicholas Clark Reduce the -| skip back to just the tests that use...
2008-07-11 Nicholas Clark Start 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 Hay Fix test count that was missed in #34092
2008-06-28 Ben Morrow Some more missing isGV_with_GP()s
2008-06-25 Reini Urban Re: split smoke for threaded -DDEBUGGING builds
2008-06-25 Rafael Garcia-Suarez Skip 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 Abigail Add index() tests for embedded nulls
2008-05-24 Dave Mitchell make TODO output TAP-compliant in regexp.t
2008-05-18 chromatic Add ..., !!!, and ??? operators
2008-05-18 Tom Wyant [perl #53500] op/pwent.t should use the DirectoryServic...
2008-05-15 Vincent Pit Re: [PATCH] Double magic with chop
2008-05-08 Bram extra tests for t/op/range.t (was Re: [perl #53554...
2008-05-02 Vincent Pit ~~ with non-overloaded objects
2008-05-01 Robin Barker t/op/pat.t
2008-04-30 Rafael Garcia-Suarez Add 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-Suarez Avoid garbage in test output when running make minitest.
2008-04-30 Rafael Garcia-Suarez A skip() function is missing, to get this test pass...
2008-04-30 Bram extra tests for t/op/sprintf2.t (was Re: [perl #45383...
2008-04-26 Robin Barker another go; was RE: [perl #49302] [[:print:]] v \p...
2008-04-26 Ricardo SIGNES New 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 Clark Test dbmopen more thoroughly, including closing the...
2008-04-16 Nicholas Clark Use like() rather than is() to get better failure diagn...
2008-04-16 Nicholas Clark Add the verbatim perl code mentioned in the comments of
2008-04-15 Rafael Garcia-Suarez Add a regression test for bug #52658 (fixed by change...
2008-04-14 Rafael Garcia-Suarez Revert change #33676, likely to break atan(-0,0) on...
2008-04-14 Rafael Garcia-Suarez Make atan2(0,0) return undef
2008-04-11 Ævar Arnfjörð Bjar... Re: [perl #52672] regexp failure: (?=) turns into OPFAIL
next