summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.SADAHIRO Tomoyuki2006-11-061-19/+17
* Re: the new t/run/cloexec.t failing in Solaris and Tru64Andrew Savige2006-11-061-30/+40
* RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.Benjamin Holzman2006-11-061-2/+9
* Re: [perl #40641] crash with unicode characters in regex commentSADAHIRO Tomoyuki2006-11-043-1/+281
* New test for close-on-exec ($^F): t/run/cloexec.tAndrew Savige2006-11-041-0/+164
* replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the ...SADAHIRO Tomoyuki2006-11-031-2/+17
* When code is loaded through an @INC-hook, and when this hookRafael Garcia-Suarez2006-11-031-1/+22
* Change #29193 makes this addition unneededH.Merijn Brand2006-11-021-11/+0
* add test that eval undef clears $@Dave Mitchell2006-11-021-1/+10
* eval $undef should emit one warning, not three.Dave Mitchell2006-11-021-4/+0
* say() has the same syntax than print(), so forbid to override itRafael Garcia-Suarez2006-11-021-1/+1
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-10/+58
* Re: $, and sayGisle Aas2006-11-021-1/+7
* More regression tests for the _ prototypeRafael Garcia-Suarez2006-11-021-1/+13
* More heuristics to make warnings.t pass under differentRafael Garcia-Suarez2006-11-021-1/+5
* Add a commit verb to regex engine to allow fine tuning of backtracking control.Yves Orton2006-11-011-3/+9
* Fix the failures in warnings tests when PERL_UNICODE is definedH.Merijn Brand2006-11-012-3/+9
* Regression test by Yves Orton for : [perl #36046] Special var @-Rafael Garcia-Suarez2006-11-011-1/+12
* Some diagnostic output was giving warnings in op/pack.tRafael Garcia-Suarez2006-10-311-1/+4
* Make readpipe() overridable (and also `` and qx//)Rafael Garcia-Suarez2006-10-312-2/+15
* [PATHCH] Scalar::Util::readonly & compression (was RE: Change 29117: [PATCH...Paul Marquess2006-10-291-3/+12
* Upgrade to Pod-Parser-1.35.Steve Peters2006-10-273-0/+57
* Fix a problem with jump-tries, add (?FAIL) pattern.Yves Orton2006-10-261-0/+33
* IO::Compress modulesPaul Marquess2006-10-264-18/+222
* Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefixSADAHIRO Tomoyuki2006-10-261-0/+63
* Add a %B sprintf formatNicholas Clark2006-10-251-1/+3
* Silence an expected warning (when playing with utf8ness and string overloading)Rafael Garcia-Suarez2006-10-241-0/+1
* [patch] make test.valgrind capable of running cachegrindJim Cromie2006-10-231-4/+13
* Re: Off by one in the trie code?Yves Orton2006-10-198-11/+11
* stab at UNITCHECK blocksAlexander Gough2006-10-191-0/+107
* Make prototype("CORE::mkdir") work. That's a special case,Rafael Garcia-Suarez2006-10-191-1/+1
* Allow the _ prototype character to be followed by optional argumentsRafael Garcia-Suarez2006-10-191-2/+7
* Make all JAPH tests passRafael Garcia-Suarez2006-10-191-0/+1
* Make prototype("CORE::foo") return prototypes with _ when it shouldRafael Garcia-Suarez2006-10-181-24/+24
* Add a regression test for change #29041Rafael Garcia-Suarez2006-10-181-1/+4
* Test for the interaction between ; and _ in prototypesRafael Garcia-Suarez2006-10-181-1/+4
* The _ character is only allowed to be at the end of prototypesRafael Garcia-Suarez2006-10-181-1/+7
* Improvements and fixes to the _ prototypeRafael Garcia-Suarez2006-10-181-2/+25
* First attempt at implementing the _ prototypeRafael Garcia-Suarez2006-10-171-0/+36
* remove leaveit from toke.c:scan_constSADAHIRO Tomoyuki2006-10-164-18/+41
* Re: sprintf 64 testSADAHIRO Tomoyuki2006-10-162-4/+199
* Add possessive quantifiers to regex engine.Yves Orton2006-10-132-0/+93
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-122-3/+29
* [perl #40473] sprintf width+precision fails on wide chars Anatoly Vorobey2006-10-101-1/+10
* Regexp Recurse by name.Yves Orton2006-10-101-0/+3
* Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.1...Yves Orton2006-10-081-6/+41
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-073-2/+44
* migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigmDave Mitchell2006-10-051-0/+3
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-052-3/+35
* add stress test for CURLYX/WHILEM regex opsDave Mitchell2006-09-301-1/+103