summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [perl #39130] h2ph generates incorrect code for '#if defined A || defined B' Jason Vas Dias2006-05-181-1/+1
| | | | | | From: Jason Vas Dias (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-39130-133411.1.91055283125046@perl.org> p4raw-id: //depot/perl@28225
* Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace"Fergal Daly2006-05-181-4/+4
| | | | | | From: "Fergal Daly" <fergal@esatclear.ie> Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com> p4raw-id: //depot/perl@28224
* threads 1.28Jerry D. Hedden2006-05-185-23/+55
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060517114532.fb30e530d17747c2b054d625b8945d88.ca725822fc.wbe@email.secureserver.net> p4raw-id: //depot/perl@28223
* Adjust calling of Perl_va_copy(), noticed by JarkkoRafael Garcia-Suarez2006-05-181-1/+1
| | | p4raw-id: //depot/perl@28222
* Another SvVOK(). I believe that this is the last.Nicholas Clark2006-05-171-1/+1
| | | p4raw-id: //depot/perl@28221
* Oops, missed a SvVOK.Rafael Garcia-Suarez2006-05-171-1/+1
| | | p4raw-id: //depot/perl@28219
* Add a new macro SvVSTRING_mg that returns vstring magic, if any.Rafael Garcia-Suarez2006-05-172-1/+5
| | | | | | SvVOK used to do that, in stealth mode, but now it returns a boolean like it used to. Patch suggested by John Peacock. p4raw-id: //depot/perl@28218
* Parenthesize uses of macro argumentsRafael Garcia-Suarez2006-05-171-2/+2
| | | p4raw-id: //depot/perl@28217
* Re: Change 28183 has broken 64-bit builds?Jarkko Hietaniemi2006-05-174-65/+93
| | | | | Message-ID: <446B7757.8030301@gmail.com> p4raw-id: //depot/perl@28216
* Re: [perl #39145] win32, @_ and fork crashing in dounwindDavid Mitchell2006-05-172-0/+8
| | | | | | | Message-ID: <20060517163816.GN17109@iabyn.com> (Dave's fix, plus a test taken from [perl #39145]) p4raw-id: //depot/perl@28215
* IO::Compress* 2.000_12Paul Marquess2006-05-1735-427/+748
| | | | | | From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-ID: <00c101c679af$c0305af0$2405140a@myopwv.com> p4raw-id: //depot/perl@28214
* Revert change 27513Nicholas Clark2006-05-161-3/+1
| | | | | | | [Make the original versions of relocated paths available from %Config::Config with the prefix "raw_". Not sure if "raw_" is the best choice.] p4raw-id: //depot/perl@28210
* Re: [PATCH] upgrade bytes_to_uniSADAHIRO Tomoyuki2006-05-161-14/+6
| | | | | Message-Id: <20060515223901.F3B0.BQW10602@nifty.com> p4raw-id: //depot/perl@28209
* Refactoring reghopsAndy Lester2006-05-163-9/+8
| | | | | Message-ID: <20060515135424.GA31585@petdance.com> p4raw-id: //depot/perl@28206
* refactoring out S_regoptailAndy Lester2006-05-164-32/+9
| | | | | Message-ID: <20060515041518.GA15745@petdance.com> p4raw-id: //depot/perl@28205
* Take advantage of the bug that binexp ignores the ConfigureNicholas Clark2006-05-161-7/+12
| | | | | | | | installprefix, by using initialinstalllocation rather than binexp to determine the #! line for installed scripts. This way they are at least correct initially for a relocatable @INC perl, rather than starting as .../../bin/perl p4raw-id: //depot/perl@28202
* Clarification on what Perl does to floating points in the modulus Steve Peters2006-05-151-1/+3
| | | | | operation. p4raw-id: //depot/perl@28200
* Encode run-time relocation of file names in packlist with a relocate_asNicholas Clark2006-05-151-6/+60
| | | | | | attribute. With this, unmodified instmodsh correctly verifies installed modules even after relocation. p4raw-id: //depot/perl@28198
* Upgrade to Digest-SHA-5.37Steve Peters2006-05-157-37/+61
| | | p4raw-id: //depot/perl@28197
* Simplify the implementation in ExtUtils::Packlist::read.Nicholas Clark2006-05-151-17/+5
| | | p4raw-id: //depot/perl@28196
* [REPATCH universal.c] Make sv_derived_from Documentation Clearerchromatic2006-05-152-6/+6
| | | | | Message-Id: <200605141651.37181.chromatic@wgz.org> p4raw-id: //depot/perl@28195
* S_reguni should return its lengthAndy Lester2006-05-154-16/+11
| | | | | Message-ID: <20060514144632.GA20935@petdance.com> p4raw-id: //depot/perl@28194
* strange encodings upsets pp_chrSADAHIRO Tomoyuki2006-05-155-30/+108
| | | | | Message-Id: <20060514195532.5422.BQW10602@nifty.com> p4raw-id: //depot/perl@28193
* TEST needs to binmode the file handle that is reading the TAP, else itNicholas Clark2006-05-141-0/+5
| | | | | | can get killed if TEST's environment has made it default all opens to UTF-8 but the TAP is not UTF-8. p4raw-id: //depot/perl@28192
* Upgrade to Test::Harness 2.58.Nicholas Clark2006-05-141-2/+2
| | | p4raw-id: //depot/perl@28190
* A Configure probe for C99 variadic macros, based on code from Jarkko.Nicholas Clark2006-05-1314-0/+64
| | | p4raw-id: //depot/perl@28189
* Only ask about MAD for 5.9.0 and greater. Otherwise silently selectNicholas Clark2006-05-131-7/+12
| | | | | 'n'. p4raw-id: //depot/perl@28188
* t/uni/overload.tJarkko Hietaniemi2006-05-131-24/+26
| | | | | | Message-ID: <4465988C.9080407@gmail.com> Date: Sat, 13 May 2006 11:27:56 +0300 p4raw-id: //depot/perl@28187
* sv.c: printf %d wants int not size_tJarkko Hietaniemi2006-05-131-2/+3
| | | | | | Message-Id: <200605130715.k4D7FWg3089581@kosh.hut.fi> Date: Sat, 13 May 2006 10:15:32 +0300 (EEST) p4raw-id: //depot/perl@28186
* Can't do require Foo if $tainted; because taint tunnels.Nicholas Clark2006-05-131-2/+7
| | | | | | (Documented, but I regard this as a serious practical deficiency in tainting) p4raw-id: //depot/perl@28185
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-1212-139/+156
| | | | | Message-ID: <4464E1F1.9010706@gmail.com> p4raw-id: //depot/perl@28183
* AW: question on "len item/string item" with unpack()Peter Dintelmann2006-05-121-12/+15
| | | | | | From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com> Message-ID: <E9A2605289D8D7468B1A21EC24E59D2104979424@naimucx5.muc.allianz> p4raw-id: //depot/perl@28181
* upgrade bytes_to_uniAndy Lester2006-05-124-11/+20
| | | | | Message-ID: <20060512052123.GA21648@petdance.com> p4raw-id: //depot/perl@28180
* Proper use of static funcs in toke.c and pp_sys.cAndy Lester2006-05-125-12/+17
| | | | | Message-ID: <20060509172730.GA5272@petdance.com> p4raw-id: //depot/perl@28179
* The upgrade/croak order in Perl_sv_utf8_encode() seemed utterlyNicholas Clark2006-05-121-1/+1
| | | | | backwards. It now checks for readonly *first*. p4raw-id: //depot/perl@28178
* Upgrade to Tie::RefHash 1.34, by Yuval KogmanRafael Garcia-Suarez2006-05-126-41/+210
| | | p4raw-id: //depot/perl@28177
* Speed up utf8.c a bitAndy Lester2006-05-121-8/+6
| | | | | Message-ID: <20060512034101.GA10709@petdance.com> p4raw-id: //depot/perl@28176
* Fixing embed.fncAndy Lester2006-05-122-3/+2
| | | | | Message-ID: <20060512025410.GA32709@petdance.com> p4raw-id: //depot/perl@28175
* Threads and signals. Delicious. Tweak change 28168 to add a localNicholas Clark2006-05-121-1/+6
| | | | | | signal handler in the sleeping thread, because some operating systems deliver the SIGINT to that thread rather than the signalling thread. p4raw-id: //depot/perl@28174
* Better unsafe signals info in threads.pmJerry D. Hedden2006-05-121-9/+26
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060511115015.fb30e530d17747c2b054d625b8945d88.8b4855700b.wbe@email.secureserver.net> p4raw-id: //depot/perl@28173
* Fix concise-xs.t following the changes to B::Deparse.Nicholas Clark2006-05-121-2/+2
| | | p4raw-id: //depot/perl@28172
* Tk spots that S_glob_2pv might be called from *_nolen, so we need toNicholas Clark2006-05-111-1/+3
| | | | | check that len is non-NULL before assigning to it. p4raw-id: //depot/perl@28171
* Thread signalling [REVISED]Jerry D. Hedden2006-05-116-8/+394
| | | | | | From: "Jerry D. Hedden" <jerry@hedden.us> Message-ID: <20060511085539.fb30e530d17747c2b054d625b8945d88.a90037f085.wbe@email.secureserver.net> p4raw-id: //depot/perl@28168
* Deparse state variables.Rafael Garcia-Suarez2006-05-111-10/+16
| | | p4raw-id: //depot/perl@28166
* Adding a mention of STDIN processing by qx// as requested by Steve Peters2006-05-111-0/+9
| | | | | RT #34288: perlop: qx/STRING/: mention STDIN p4raw-id: //depot/perl@28156
* Add -fno-delete-null-pointer-checks to ccflags on Itaniums when Steve Peters2006-05-101-1/+11
| | | | | compiling with gcc's 3.2, 3.3, or 3.4. This fixes RT #37156. p4raw-id: //depot/perl@28155
* Upgrade to Encode-2.17Steve Peters2006-05-103-3/+14
| | | p4raw-id: //depot/perl@28152
* no 5.9.4; should fail in version 5.9.4.Nicholas Clark2006-05-102-11/+61
| | | | | Improve the diagnostics and test names in t/comp/use.t p4raw-id: //depot/perl@28150
* Convert use.t to an inlined is/isnt/like implementation, to give betterNicholas Clark2006-05-101-116/+95
| | | | | diagnostics. p4raw-id: //depot/perl@28149
* disable WARN and DIE hooks during constant foldingDave Mitchell2006-05-105-9/+37
| | | p4raw-id: //depot/perl@28148