Add new tests for keys in %+ and %-
[p5sagit/p5-mst-13.2.git] / t / op /
2007-02-28 Rafael Garcia-Suarez Add new tests for keys in %+ and %-
2007-02-26 Nicholas Clark Fix bug #41550 - AUTOLOAD :lvalue not working the...
2007-02-26 Nicholas Clark Convert t/op/sub_lval.t to test.pl
2007-02-24 Rafael Garcia-Suarez Add a new test for undef and delete on stash entries...
2007-02-19 Rafael Garcia-Suarez Revert change #30081 at dmq's request, and mark its...
2007-02-15 Jerry D. Hedden Use newer 'threads' constructs
2007-02-14 Yves Orton Re: [PATCH] Document that m//k works
2007-02-12 Yves Orton Re: [perl #41492] Incorrect match with /(?(DEFINE)...
2007-02-11 Rafael Garcia-Suarez Convert new test to using t/test.pl.
2007-02-11 knew-p5p@pimb.org [perl #41484] qr// stack bug
2007-02-10 Yves Orton Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands...
2007-02-08 Rick Delaney Re: Change 29193 is a regression
2007-02-08 Yves Orton Re: [PATCH - provisional] H. Merijn Brands idea of...
2007-02-07 Nicholas Clark opening $0 doesn't work if you change directory. So...
2007-02-07 Nicholas Clark TODO tests for eval of tainted scalars. (change 29193...
2007-02-06 Rafael Garcia-Suarez Avoid obscure failures when a regexp hasn't matched
2007-02-06 SADAHIRO Tomoyuki current status on Unicode Regular Expressions
2007-02-03 Yves Orton Re: prerelease checklist for Perl 5.10
2007-02-02 Nicholas Clark Testing every pattern by also upgrading to UTF-8 would...
2007-02-01 Nicholas Clark Allow regexp.t to take a command line argument for...
2007-02-01 Nicholas Clark Make t/op/regexp.t warnings clean.
2007-02-01 Nicholas Clark Make t/op/regexp.t run under use strict; including...
2007-01-31 Yves Orton $1 in nested regex EVAL doesnt work correctly.
2007-01-25 SADAHIRO Tomoyuki split by " \0" (const string staring with a SPACE follo...
2007-01-23 Nicholas Clark Add lib to @INC so that ./perl t/op/local.t works.
2007-01-22 Yves Orton Disable positive lookaround optimisations
2007-01-19 SADAHIRO Tomoyuki Re: [PATCH] fix unicode split /\s+/
2007-01-19 Yves Orton fix unicode split /\s+/
2007-01-15 Rafael Garcia-Suarez Enable the ~~ operator by default.
2007-01-15 Yves Orton Add support for /k modfier for matching along with...
2007-01-15 Nicholas Clark Add get_cvn_flags(), which is like get_cv() but takes...
2007-01-15 Nicholas Clark Test that names with embedded NULs work for symbolic...
2007-01-11 Yves Orton Add Regexp::Keep \K functionality to regex engine as...
2007-01-09 Nicholas Clark Re: Change 29723 breaks t/op/inccode-tie.t on Win32
2007-01-08 Nicholas Clark do $file; won't propagate errors from die, as do is...
2007-01-08 Yitzchak Scott-Tho... help cygwin find its dlls even on taint tests with...
2007-01-08 Dave Mitchell fix occasional op/time.t failure
2007-01-04 Yves Orton Re: [PATCH] Change implementation of %+ to use a proper...
2007-01-02 Nicholas Clark Assignment to a tainted variable was causing confusion...
2006-12-31 Nicholas Clark PL_linestr needs to survive until the end of scope...
2006-12-26 SADAHIRO Tomoyuki Re: Named-capture regex syntax
2006-12-25 Yves Orton Re: Named-capture regex syntax
2006-12-23 Rafael Garcia-Suarez Fix #6006 for taint mode too.
2006-12-23 Rafael Garcia-Suarez Remove -T from op/subst.t, and add a new test file...
2006-12-23 Rafael Garcia-Suarez Fix RT #6006: Regexp replaces using large replacement...
2006-12-18 Rick Delaney Re: [perl #41071] require stringifies code references...
2006-12-18 Ilya Zakharevich Fixes for the test suite on OS/2
2006-12-13 Anton Berezin t/op/groups.t: prevent failure on modern FreeBSDs
2006-12-12 Nicholas Clark Oops. As of some point one stopped being able to assign...
2006-12-11 Jan Dubois First patch from:
2006-12-10 Nicholas Clark Downgrading a fixed or floating substring of a pattern...
2006-12-07 Steve Hay Make use of $Config{d_pseudofork} in a couple of core...
2006-12-04 Yves Orton \R is supposed to mean something else so switch to...
2006-12-03 Yves Orton Re: [perl #41010] (?(COND)) in pattern matching not...
2006-11-29 Yves Orton Re: Fix \k<foo> preceded by literal
2006-11-29 Yves Orton Change in handling of \RNNN inside nested patterns
2006-11-24 Rafael Garcia-Suarez Un-TODO one test in pat.t ($1 kept safe after a /g...
2006-11-23 Rafael Garcia-Suarez Fix for bug #38631: tied variables don't work with...
2006-11-22 Yves Orton \G with /g results in infinite loop in 5.6 and later
2006-11-21 Rafael Garcia-Suarez Invalidate the method lookup cache when assigning to...
2006-11-21 Rafael Garcia-Suarez Remove the test counter checker at the end of t/op...
2006-11-20 Nicholas Clark Correct typo in test description.
2006-11-20 Rafael Garcia-Suarez Unify the two warnings "Can't declare %s in %s", in...
2006-11-20 Andreas König Patch by Yves Orton to fix the regression reported...
2006-11-20 Rafael Garcia-Suarez Un-TODO tests for bug #32840, plus some new tests,
2006-11-17 yves orton [perl #18209] bug in regex s/\s$word\s/ /gi; and $&
2006-11-17 yves orton [perl #18209] bug in regex s/\s$word\s/ /gi; and $&
2006-11-17 yves orton [perl #22395] regexp /(.*)[bc]/ 10000 times slower...
2006-11-17 yves orton [perl #17542] regex confusion
2006-11-17 yves orton [perl #36909] $^R undefined on matches involving backre...
2006-11-17 Nicholas Clark Change 29297 omitted a semicolon.
2006-11-17 Yves Orton Study SUSPEND (and recursion) properly
2006-11-17 Steve Peters Change #27951 added tests to t/op/taint.t involving...
2006-11-15 Yves Orton Re: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-14 Rafael Garcia-Suarez Fix bug #39037: rcatline doesn't stringify references
2006-11-14 Yves Orton Allow negative indexing in recursive patterns
2006-11-13 Yves Orton Re: [PATCH] New regex syntax omnibus
2006-11-13 Yves Orton Regex Utility Functions and Substituion Fix (XML::Twig...
2006-11-08 Robin Barker fails under minitest
2006-11-08 Michael G Schwern Supress df warning in stat.t on OS X
2006-11-07 Rafael Garcia-Suarez Forbid using tainted formats in printf and sprintf
2006-11-07 Yves Orton New regex syntax omnibus
2006-11-06 SADAHIRO Tomoyuki Re: [perl #26136] localtime(3) calls tzset(3), but...
2006-11-06 Benjamin Holzman RE: [perl #26136] localtime(3) calls tzset(3), but...
2006-11-03 SADAHIRO Tomoyuki replace S_sv_pos_b2u_forwards with utf8_length (was...
2006-11-03 Rafael Garcia-Suarez When code is loaded through an @INC-hook, and when...
2006-11-02 Dave Mitchell add test that eval undef clears $@
2006-11-02 Rafael Garcia-Suarez say() has the same syntax than print(), so forbid to...
2006-11-02 Yves Orton Add more backtracking control verbs to regex engine...
2006-11-01 Yves Orton Add a commit verb to regex engine to allow fine tuning...
2006-11-01 Rafael Garcia-Suarez Regression test by Yves Orton for : [perl #36046] Speci...
2006-10-31 Rafael Garcia-Suarez Some diagnostic output was giving warnings in op/pack.t
2006-10-31 Rafael Garcia-Suarez Make readpipe() overridable (and also `` and qx//)
2006-10-26 Yves Orton Fix a problem with jump-tries, add (?FAIL) pattern.
2006-10-26 SADAHIRO Tomoyuki Re: [perl #40583] sprintf "%#04X" also uppercases the...
2006-10-25 Nicholas Clark Add a %B sprintf format
2006-10-19 Yves Orton Re: Off by one in the trie code?
2006-10-19 Alexander Gough stab at UNITCHECK blocks
2006-10-19 Rafael Garcia-Suarez Make prototype("CORE::mkdir") work. That's a special...
2006-10-18 Rafael Garcia-Suarez Make prototype("CORE::foo") return prototypes with...
next