summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Test::Simple 0.64_03Rafael Garcia-Suarez2006-11-0616-111/+107
| | | p4raw-id: //depot/perl@29211
* Change reentr.pl to generate reentr.h accordingly to change 29209Rafael Garcia-Suarez2006-11-061-0/+3
| | | p4raw-id: //depot/perl@29210
* RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.Benjamin Holzman2006-11-064-5/+74
| | | | | | From: "Benjamin Holzman" <bholzman@longitude.com> Message-ID: <010801c6ab24$09b9ed30$ce0515ac@office.iseoptions.com> p4raw-id: //depot/perl@29209
* Silence a cast warningRafael Garcia-Suarez2006-11-061-1/+1
| | | p4raw-id: //depot/perl@29208
* PVCVs no longer allocate memory for the SvNVX slot, so assert thatNicholas Clark2006-11-061-0/+1
| | | | | no-one is trying to access it. p4raw-id: //depot/perl@29206
* In pipe_exit_routine in vms/vms.c, mark a subprocess we've deletedCraig A. Berry2006-11-061-0/+1
| | | | | as done. Courtesy of Scott Lepage. p4raw-id: //depot/perl@29205
* Re: [perl #40641] crash with unicode characters in regex commentSADAHIRO Tomoyuki2006-11-049-39/+366
| | | | | Message-Id: <20061104215302.3325.BQW10602@nifty.com> p4raw-id: //depot/perl@29204
* Change 27506 wasn't quite correct - the copy of the AMAGIC flag shouldNicholas Clark2006-11-042-6/+9
| | | | | be as part of RvDEEPCP() in gv.c (Perl_amagic_call()) p4raw-id: //depot/perl@29203
* New test for close-on-exec ($^F): t/run/cloexec.tAndrew Savige2006-11-042-0/+165
| | | | | Message-ID: <20061104102414.78987.qmail@web56403.mail.re3.yahoo.com> p4raw-id: //depot/perl@29202
* replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the ↵SADAHIRO Tomoyuki2006-11-035-48/+21
| | | | | | | extended UTF-8) Message-Id: <20060521140011.358D.BQW10602@nifty.com> p4raw-id: //depot/perl@29201
* The assignment to $VERSION must be on its own line, forRafael Garcia-Suarez2006-11-031-1/+3
| | | | | ExtUtils::MM_Unix::parse_version to be happy. p4raw-id: //depot/perl@29200
* threads 1.49Jerry D. Hedden2006-11-036-10/+21
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <20061103133716.95143.qmail@web30214.mail.mud.yahoo.com> p4raw-id: //depot/perl@29199
* Wrap the $VERSION initialization of DynaLoader in a BEGIN blockgml4410@ggr.co.uk2006-11-031-1/+1
| | | | | | | Subject: [perl #40651] (Obscure) Bug in Dynaloader From: gml4410@ggr.co.uk (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-4979-1162488633-1267.40651-75-0@perl.org> p4raw-id: //depot/perl@29198
* When code is loaded through an @INC-hook, and when this hookRafael Garcia-Suarez2006-11-032-1/+28
| | | | | | has set a filename entry in %INC, make sure __FILE__ is set for this code accordingly to the contents of that %INC entry. p4raw-id: //depot/perl@29197
* Typo fixes by Hendrik Maryns.Gisle Aas2006-11-031-5/+5
| | | p4raw-id: //depot/perl@29196
* Change #29193 makes this addition unneededH.Merijn Brand2006-11-021-11/+0
| | | p4raw-id: //depot/perl@29195
* add test that eval undef clears $@Dave Mitchell2006-11-021-1/+10
| | | p4raw-id: //depot/perl@29194
* eval $undef should emit one warning, not three.Dave Mitchell2006-11-023-12/+4
| | | | | Also ensure that eval $undef clears $@ (it did, but only by luck) p4raw-id: //depot/perl@29193
* Fix case in external pod linkRafael Garcia-Suarez2006-11-021-1/+1
| | | p4raw-id: //depot/perl@29192
* say() has the same syntax than print(), so forbid to override itRafael Garcia-Suarez2006-11-023-4/+4
| | | | | (like print()) p4raw-id: //depot/perl@29191
* This volatile modifier is not on the referent, but on the pointerRafael Garcia-Suarez2006-11-021-1/+1
| | | | | (see change 28606) p4raw-id: //depot/perl@29190
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-0213-154/+352
| | | | | Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com> p4raw-id: //depot/perl@29189
* [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pmVadim Konovalov2006-11-021-0/+5
| | | | | | From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com> Message-ID: <E3FB32585BF1D411B9E900805FF51A080204E833@ru0022exch001u.ru.lucent.com> p4raw-id: //depot/perl@29188
* Re: $, and sayGisle Aas2006-11-0211-30/+16
| | | | | | | | Message-ID: <lrek2t1e8n.fsf@caliper.activestate.com> with tweaks so "say;" continues to default to $_ plus a regression test p4raw-id: //depot/perl@29187
* Silence a gcc warningRafael Garcia-Suarez2006-11-021-2/+2
| | | p4raw-id: //depot/perl@29186
* More regression tests for the _ prototypeRafael Garcia-Suarez2006-11-021-1/+13
| | | p4raw-id: //depot/perl@29185
* More heuristics to make warnings.t pass under differentRafael Garcia-Suarez2006-11-021-1/+5
| | | | | combinations of PERL_UNICODE / locale p4raw-id: //depot/perl@29184
* Add a commit verb to regex engine to allow fine tuning of backtracking control.Yves Orton2006-11-016-72/+174
| | | | | Message-ID: <9b18b3110610311349n5947cc8fsf0b2e6ddd9a7ee01@mail.gmail.com> p4raw-id: //depot/perl@29183
* Fix the failures in warnings tests when PERL_UNICODE is definedH.Merijn Brand2006-11-012-3/+9
| | | | | | | | | that show up in the smokes under UTF-8 locales. Based on : Subject: Re: UTF-8 Failures in smoke ($PERL_UNICODE) From: "H.Merijn Brand" <h.m.brand@xs4all.nl> Message-ID: <20061101170355.7c57b515@pc09> p4raw-id: //depot/perl@29182
* Forgot to bump Time-HiRes $VERSION in change #29180Steve Hay2006-11-011-1/+1
| | | | | | (IO's $VERSION is bumped already) p4raw-link: @29180 on //depot/perl: 86413ec05edbed389a8f74a82fd028f2d16de4b8 p4raw-id: //depot/perl@29181
* Silence VC++ compiler warningsSteve Hay2006-11-013-8/+9
| | | | | See: http://www.nntp.perl.org/group/perl.daily-build.reports/42208 p4raw-id: //depot/perl@29180
* Remove beta status from compression modulesPaul Marquess2006-11-0131-235/+47
| | | | | | From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-ID: <02b301c6fda1$5d799950$4e3c140a@myopwv.com> p4raw-id: //depot/perl@29179
* Regression test by Yves Orton for : [perl #36046] Special var @-Rafael Garcia-Suarez2006-11-011-1/+12
| | | | | becomes arbitrarily large p4raw-id: //depot/perl@29178
* Missed a ) in a comment.Nicholas Clark2006-10-311-1/+1
| | | p4raw-id: //depot/perl@29177
* Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it'sRafael Garcia-Suarez2006-10-311-1/+2
| | | | | not systematically skipped p4raw-id: //depot/perl@29176
* Some diagnostic output was giving warnings in op/pack.tRafael Garcia-Suarez2006-10-311-1/+4
| | | | | | under UTF-8 locales, and warnings where fatal by default. Make them non-fatal for diagnostics. p4raw-id: //depot/perl@29175
* Fix a case of segfault in ithread destructionRafael Garcia-Suarez2006-10-311-2/+2
| | | p4raw-id: //depot/perl@29174
* Doc clarification for PerlIO::encodingRafael Garcia-Suarez2006-10-311-6/+8
| | | | | (thanks to Steve Hay) p4raw-id: //depot/perl@29173
* threads::shared doesn't use ppport.h in the coreRafael Garcia-Suarez2006-10-311-1/+0
| | | p4raw-id: //depot/perl@29172
* threads 1.47Jerry D. Hedden2006-10-317-22/+16
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <20061031132626.18317.qmail@web30214.mail.mud.yahoo.com> p4raw-id: //depot/perl@29171
* Silence a warning and call readpipe_override() correctly.Rafael Garcia-Suarez2006-10-311-3/+3
| | | p4raw-id: //depot/perl@29170
* Make S_readpipe_override() compile with threads; regenerate perlapi.podRafael Garcia-Suarez2006-10-315-6/+16
| | | p4raw-id: //depot/perl@29169
* Make readpipe() overridable (and also `` and qx//)Rafael Garcia-Suarez2006-10-318-14/+61
| | | p4raw-id: //depot/perl@29168
* Remove duplicated entriesRafael Garcia-Suarez2006-10-311-103/+0
| | | p4raw-id: //depot/perl@29167
* Improve documentation of av_len and av_fill.Gisle Aas2006-10-301-3/+9
| | | p4raw-id: //depot/perl@29166
* Avoid Devel::DProf failing an assertion during global destruction.Nicholas Clark2006-10-301-3/+7
| | | p4raw-id: //depot/perl@29165
* It seems only HWND__* is needed by MinGW g++.Steve Peters2006-10-301-1/+1
| | | p4raw-id: //depot/perl@29164
* The second patch from:Yves Orton2006-10-305-154/+201
| | | | | | Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com> p4raw-id: //depot/perl@29162
* The first patch from:Yves Orton2006-10-307-75/+234
| | | | | | Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com> p4raw-id: //depot/perl@29161
* Mention that field hashes are for inside-out objectsRafael Garcia-Suarez2006-10-301-0/+1
| | | | | (this will be useful for perl5100delta.) p4raw-id: //depot/perl@29160