Forbid using tainted formats in printf and sprintf
[p5sagit/p5-mst-13.2.git] / t / op /
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...
2006-10-16 SADAHIRO Tomoyuki remove leaveit from toke.c:scan_const
2006-10-16 SADAHIRO Tomoyuki Re: sprintf 64 test
2006-10-13 Yves Orton Add possessive quantifiers to regex engine.
2006-10-12 Yves Orton Add Regex conditionals. Various bugfixes. More tests.
2006-10-10 Anatoly Vorobey [perl #40473] sprintf width+precision fails on wide...
2006-10-10 Yves Orton Regexp Recurse by name.
2006-10-08 Yves Orton Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup...
2006-10-07 Yves Orton Re: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Dave Mitchell migrate CURLYX/WHILEM branch in regmatch() to new FSM...
2006-10-05 Yves Orton Re: [PATCH] Add recursive regexes similar to PCRE
2006-09-30 Dave Mitchell add stress test for CURLYX/WHILEM regex ops
2006-09-24 Dave Mitchell fix regression introduced in #27778: must backtrack...
2006-09-24 Dave Mitchell allow fields in re_tests to include \x{nnn} etc
2006-09-20 Rafael Garcia-Suarez prototype() wasn't working to get the prototype of...
2006-09-19 Yves Orton Re: \N{...} in regular expression [PATCH]
2006-09-13 Steve Peters Add darwin to the list of OS's that fail to pass test
2006-09-11 Yves Orton Teach regex optimiser how to handle (?=) and (?<=)...
2006-09-05 Yves Orton Re: [PATCH] Trie jumping
2006-08-27 Rafael Garcia-Suarez Regression test for attributes 'reserved' warning,
2006-08-11 Steve Hay Close file before unlinking (on Win32 at least!)
2006-08-09 Yitzchak Scott-Tho... Re: [perl #37731] junk and uninit'ed values in tied...
2006-08-04 Rick Delaney Re: [perl #39882] inconsistent list slice behaviour
2006-08-02 Rick Delaney Re: [perl #39733] $AUTOLOAD is never tainted
2006-08-01 Jarkko Hietaniemi op/stat.t: SKIP count fix in case of no dirfd()
2006-07-30 Steve Peters Tests to go with change #28628.
2006-07-26 SADAHIRO Tomoyuki interpolation of @- (and @+) in patterns ([perl #27940...
2006-07-14 Dave Mitchell remove regex postive super-linear cache code
2006-07-12 Jarkko Hietaniemi z/OS: t/ - mostly EBCDIC fixes
2006-07-11 Rafael Garcia-Suarez Revert bogus fix for bug #27940, which wasn't really...
2006-07-07 Rafael Garcia-Suarez Fix the implementation of list assignment to state().
2006-07-06 Rafael Garcia-Suarez The state() implementation is not yet perfect. Check...
2006-07-05 Rafael Garcia-Suarez Implement handling of state variables in list assignment
2006-07-05 Rafael Garcia-Suarez Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN...
2006-07-05 Rafael Garcia-Suarez Add a TODO test for list assignment to a list of state...
2006-07-03 Steve Peters Allow stat() and -X file tests work on dirhandles.
2006-07-02 Yves Orton Re: [PATCH]: fix: [perl #39583] Pattern Match fails...
2006-06-21 Dominic Dunlop Re: [PATCH] Re: [perl #39530] printf: bad formatting...
2006-06-20 Dominic Dunlop Re: [perl #39530] printf: bad formatting of hexadecimal...
2006-06-16 Dave Mitchell start turning regmatch() main loop into a FSM
2006-06-13 Rafael Garcia-Suarez I thought I had fixed the spelling of DOES() in univers...
2006-06-12 chromatic Add the new method UNIVERSAL::DOES() and the API functi...
2006-06-07 Yitzchak Scott-Tho... exhausting <> in BEGIN{} gets ARGVOUT used only once...
2006-05-31 Craig A. Berry Teach incfilter.t some DCL.
2006-05-29 Nicholas Clark Comprehensive regression tests for Perl_refcounted_he_f...
2006-05-29 SADAHIRO Tomoyuki Re: [perl #39126] possible memory related bug when...
2006-05-29 Yves Orton Re: [PATCH] More regex optimisations and debug enhancem...
2006-05-29 Jarkko Hietaniemi skip t/op/incfilter.t for "make clean;make miniperl...
2006-05-28 Nicholas Clark Perl_refcounted_he_chain_2hv()'s code to skip duplicate...
2006-05-22 Yves Orton Re: [PATCH] optimize /[x]/ to /x/.
2006-05-18 Dave Mitchell test some die codepaths in pp_enterwrite
2006-05-17 David Mitchell Re: [perl #39145] win32, @_ and fork crashing in dounwind
2006-05-15 SADAHIRO Tomoyuki strange encodings upsets pp_chr
2006-05-05 Rafael Garcia-Suarez Implement state array and state hashes. Initialisation...
2006-05-04 Rafael Garcia-Suarez Resubmit change #28095
2006-05-04 David Landgren t/op/context.t using test.pl
2006-05-04 David Landgren t/op/list.t using test.pl
2006-05-04 Rafael Garcia-Suarez Another test for state variables and closures,
2006-05-03 Rafael Garcia-Suarez Ensure that C<(state $x) = $y> is not a state assignment
2006-05-03 Rafael Garcia-Suarez New test case for state variables with ties, suggested...
2006-05-03 Rafael Garcia-Suarez Add "state" feature
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
2006-05-03 Sébastien Aperghis... -Dmad breaks a few tests
2006-05-02 David Landgren Re: [PATCH] t/op/glob.t using test.pl
2006-05-02 David Landgren t/op/hashwarn.t using test.pl
2006-04-30 Nicholas Clark We had no tests that covered the grow paths in pp_uc...
2006-04-28 David Landgren t/op/defins.pl using test.pl
2006-04-28 David Landgren t/op/delete.t using test.pl
2006-04-28 David Landgren t/op/auto.pl using test.pl
2006-04-28 David Landgren t/op/sort.t using test.pl
2006-04-28 David Landgren t/op/loopctl.t using test.pl
2006-04-27 Dave Mitchell [perl #39012] another REIFY bug
2006-04-24 Martin Hasch [perl #38709] Opening '|-' triggers unjustified taint...
2006-04-24 Rafael Garcia-Suarez Add regression test for bug #38475
2006-04-20 Rafael Garcia-Suarez Add test boilerplate and use test.pl instead of Test...
2006-04-20 Rafael Garcia-Suarez Add new tests for bug #32840 provided by David Landgren,
2006-04-19 Dave Mitchell regmatch(): make IFMATCH use PUSH_STACK rather than...
2006-04-18 Dave Mitchell regmatch: fix a || vs | typo in CACHEsayYES and add...
2006-04-17 SADAHIRO Tomoyuki Re: [PATCH] update to pp_complement() via Coverity
2006-04-16 Nicholas Clark A scalar reference returned from a coderef in @INC...
2006-04-15 Nicholas Clark Augment the user filter caching code so that if the...
next