Make the win32/makefile.mk a little safer
[p5sagit/p5-mst-13.2.git] / t /
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-18 Craig A. Berry Update skip count for VMS.
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 Rafael Garcia-Suarez Parsing fix: it wasn't possible to call a function...
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 Andrew Savige Re: the new t/run/cloexec.t failing in Solaris and...
2006-11-06 Benjamin Holzman RE: [perl #26136] localtime(3) calls tzset(3), but...
2006-11-04 SADAHIRO Tomoyuki Re: [perl #40641] crash with unicode characters in...
2006-11-04 Andrew Savige New test for close-on-exec ($^F): t/run/cloexec.t
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 H.Merijn Brand Change #29193 makes this addition unneeded
2006-11-02 Dave Mitchell add test that eval undef clears $@
2006-11-02 Dave Mitchell eval $undef should emit one warning, not three.
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-02 Gisle Aas Re: $, and say
2006-11-02 Rafael Garcia-Suarez More regression tests for the _ prototype
2006-11-02 Rafael Garcia-Suarez More heuristics to make warnings.t pass under different
2006-11-01 Yves Orton Add a commit verb to regex engine to allow fine tuning...
2006-11-01 H.Merijn Brand Fix the failures in warnings tests when PERL_UNICODE...
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-29 Paul Marquess [PATHCH] Scalar::Util::readonly ...
2006-10-27 Steve Peters Upgrade to Pod-Parser-1.35.
2006-10-26 Yves Orton Fix a problem with jump-tries, add (?FAIL) pattern.
2006-10-26 Paul Marquess IO::Compress modules
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-24 Rafael Garcia-Suarez Silence an expected warning (when playing with utf8ness...
2006-10-23 Jim Cromie [patch] make test.valgrind capable of running cachegrind
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-19 Rafael Garcia-Suarez Allow the _ prototype character to be followed by optio...
2006-10-19 Rafael Garcia-Suarez Make all JAPH tests pass
2006-10-18 Rafael Garcia-Suarez Make prototype("CORE::foo") return prototypes with...
2006-10-18 Rafael Garcia-Suarez Add a regression test for change #29041
2006-10-18 Rafael Garcia-Suarez Test for the interaction between ; and _ in prototypes
2006-10-18 Rafael Garcia-Suarez The _ character is only allowed to be at the end of...
2006-10-18 Rafael Garcia-Suarez Improvements and fixes to the _ prototype
2006-10-17 Rafael Garcia-Suarez First attempt at implementing the _ prototype
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-06 Rafael Garcia-Suarez Remove perlcc and the byteloader
2006-09-06 Jarkko Hietaniemi UCD 5.0.0
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-17 Yves Orton Silence system warning during tests (only on win32...
2006-07-14 Craig A. Berry overload.t has same locale problem with VMS that it...
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...
next