summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The non-unix parts for localtime_r_needs_tzsetH.Merijn Brand2006-11-0622-1/+78
* Re: the new t/run/cloexec.t failing in Solaris and Tru64Andrew Savige2006-11-061-30/+40
* Upgrade to Test::Simple 0.64_03Rafael Garcia-Suarez2006-11-0616-111/+107
* Change reentr.pl to generate reentr.h accordingly to change 29209Rafael Garcia-Suarez2006-11-061-0/+3
* RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.Benjamin Holzman2006-11-064-5/+74
* Silence a cast warningRafael Garcia-Suarez2006-11-061-1/+1
* PVCVs no longer allocate memory for the SvNVX slot, so assert thatNicholas Clark2006-11-061-0/+1
* In pipe_exit_routine in vms/vms.c, mark a subprocess we've deletedCraig A. Berry2006-11-061-0/+1
* Re: [perl #40641] crash with unicode characters in regex commentSADAHIRO Tomoyuki2006-11-049-39/+366
* Change 27506 wasn't quite correct - the copy of the AMAGIC flag shouldNicholas Clark2006-11-042-6/+9
* New test for close-on-exec ($^F): t/run/cloexec.tAndrew Savige2006-11-042-0/+165
* replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the ...SADAHIRO Tomoyuki2006-11-035-48/+21
* The assignment to $VERSION must be on its own line, forRafael Garcia-Suarez2006-11-031-1/+3
* threads 1.49Jerry D. Hedden2006-11-036-10/+21
* Wrap the $VERSION initialization of DynaLoader in a BEGIN blockgml4410@ggr.co.uk2006-11-031-1/+1
* When code is loaded through an @INC-hook, and when this hookRafael Garcia-Suarez2006-11-032-1/+28
* Typo fixes by Hendrik Maryns.Gisle Aas2006-11-031-5/+5
* 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-023-12/+4
* Fix case in external pod linkRafael Garcia-Suarez2006-11-021-1/+1
* say() has the same syntax than print(), so forbid to override itRafael Garcia-Suarez2006-11-023-4/+4
* This volatile modifier is not on the referent, but on the pointerRafael Garcia-Suarez2006-11-021-1/+1
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-0213-154/+352
* [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pmVadim Konovalov2006-11-021-0/+5
* Re: $, and sayGisle Aas2006-11-0211-30/+16
* Silence a gcc warningRafael Garcia-Suarez2006-11-021-2/+2
* 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-016-72/+174
* Fix the failures in warnings tests when PERL_UNICODE is definedH.Merijn Brand2006-11-012-3/+9
* Forgot to bump Time-HiRes $VERSION in change #29180Steve Hay2006-11-011-1/+1
* Silence VC++ compiler warningsSteve Hay2006-11-013-8/+9
* Remove beta status from compression modulesPaul Marquess2006-11-0131-235/+47
* Regression test by Yves Orton for : [perl #36046] Special var @-Rafael Garcia-Suarez2006-11-011-1/+12
* Missed a ) in a comment.Nicholas Clark2006-10-311-1/+1
* Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it'sRafael Garcia-Suarez2006-10-311-1/+2
* Some diagnostic output was giving warnings in op/pack.tRafael Garcia-Suarez2006-10-311-1/+4
* Fix a case of segfault in ithread destructionRafael Garcia-Suarez2006-10-311-2/+2
* Doc clarification for PerlIO::encodingRafael Garcia-Suarez2006-10-311-6/+8
* threads::shared doesn't use ppport.h in the coreRafael Garcia-Suarez2006-10-311-1/+0
* threads 1.47Jerry D. Hedden2006-10-317-22/+16
* Silence a warning and call readpipe_override() correctly.Rafael Garcia-Suarez2006-10-311-3/+3
* Make S_readpipe_override() compile with threads; regenerate perlapi.podRafael Garcia-Suarez2006-10-315-6/+16
* Make readpipe() overridable (and also `` and qx//)Rafael Garcia-Suarez2006-10-318-14/+61
* Remove duplicated entriesRafael Garcia-Suarez2006-10-311-103/+0
* Improve documentation of av_len and av_fill.Gisle Aas2006-10-301-3/+9
* Avoid Devel::DProf failing an assertion during global destruction.Nicholas Clark2006-10-301-3/+7
* It seems only HWND__* is needed by MinGW g++.Steve Peters2006-10-301-1/+1
* The second patch from:Yves Orton2006-10-305-154/+201