summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* All args in embed.fnc should be namedAndy Lester2005-12-074-55/+44
| | | | | Message-ID: <20051207160818.GA13465@petdance.com> p4raw-id: //depot/perl@26296
* Don't build manpages for Encode and Unicode::NormalizeRafael Garcia-Suarez2005-12-072-0/+2
| | | | | | | (when compiling perl manpages are built afterwards, not by MakeMaker like when installing modules.) This fix a bootstrap problem (now that Pod::Man uses POSIX.) p4raw-id: //depot/perl@26295
* Check in those files as text, not binaryRafael Garcia-Suarez2005-12-070-0/+0
| | | p4raw-id: //depot/perl@26294
* Remove spaceRafael Garcia-Suarez2005-12-071-1/+1
| | | p4raw-id: //depot/perl@26293
* Upgrade to podlators-2.00Steve Peters2005-12-0721-1880/+2272
| | | p4raw-id: //depot/perl@26292
* Assimilate Pod-Simple-3.03 to the Perl coreSteve Peters2005-12-07172-0/+25824
| | | p4raw-id: //depot/perl@26291
* Pull the regexp stringification code out into S_stringify_regexp, toNicholas Clark2005-12-071-78/+81
| | | | | make sv_2pv_flags clearer. p4raw-id: //depot/perl@26290
* 3 instances of SvIsUV_on(sv); can be replaced with one.Nicholas Clark2005-12-071-3/+1
| | | p4raw-id: //depot/perl@26289
* Upgrade to CGI-3.14.Steve Peters2005-12-073-4/+17
| | | | | | Mmm...pi. Oh, also including some Pod fixes in bleadperl that haven't yet been applied to the actual CGI distribution yet. p4raw-id: //depot/perl@26288
* Add a ; that 26281 was lacking.Nicholas Clark2005-12-061-1/+1
| | | | | | (Dear Mark, please can I have back one of the two that I sent you after change 23614) p4raw-id: //depot/perl@26287
* Move vast swathes of common code from sv_2iv_flags and sv_2uv_flagsNicholas Clark2005-12-061-310/+107
| | | | | into S_sv_2iuv_common. p4raw-id: //depot/perl@26286
* The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually codeNicholas Clark2005-12-061-14/+2
| | | | | duplication. p4raw-id: //depot/perl@26285
* More consting, and putting stuff in embed.fncAndy Lester2005-12-0624-210/+225
| | | | | Message-ID: <20051205194613.GB7791@petdance.com> p4raw-id: //depot/perl@26281
* Re: stringification of v-string referencesJohn Peacock2005-12-061-1/+6
| | | | | | Message-ID: <439592B4.2050101@rowman.com> Date: Tue, 06 Dec 2005 08:31:32 -0500 p4raw-id: //depot/perl@26280
* Fix typo spotted by Ronald J Kimball.Gisle Aas2005-12-061-1/+1
| | | p4raw-id: //depot/perl@26279
* Re: Perl PR: "Security holes in Sys::Syslog"Ronald J. Kimball2005-12-061-1/+8
| | | | | Message-ID: <20051206145612.GA94530@penkwe.pair.com> p4raw-id: //depot/perl@26278
* Document why syslog($priority, "%s", $message) is a good ideaGisle Aas2005-12-061-0/+8
| | | | | if the code might be running with older versions of Sys::Syslog. p4raw-id: //depot/perl@26277
* Itanium blade servers added to the model listH.Merijn Brand2005-12-061-4/+4
| | | p4raw-id: //depot/perl@26276
* Don't use Copy for 1 and 2 character string constants.Nicholas Clark2005-12-061-2/+3
| | | p4raw-id: //depot/perl@26275
* Eliminate an unneeded local variable.Nicholas Clark2005-12-061-10/+9
| | | p4raw-id: //depot/perl@26274
* Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*Nicholas Clark2005-12-061-47/+40
| | | | | code into the GMAGIC block. p4raw-id: //depot/perl@26273
* sv_2pv_flags shouldn't return a constant string "NULLREF" - it was theNicholas Clark2005-12-061-12/+9
| | | | | only constant non-"" string returned. p4raw-id: //depot/perl@26272
* Make all the return statements closer to the final calcuation of theNicholas Clark2005-12-051-24/+25
| | | | | | returned value in the reference stringification code. Pull variables into tigher scope which also allows some to become const. p4raw-id: //depot/perl@26271
* Move the scope of origsv inwards, and rename variables to avoid theNicholas Clark2005-12-051-13/+13
| | | | | need to re-assign to sv. p4raw-id: //depot/perl@26270
* Clone the brief return logic and thereby remove a goto.Nicholas Clark2005-12-051-3/+4
| | | p4raw-id: //depot/perl@26269
* As they are now the same, can fold the entire switch statement forNicholas Clark2005-12-051-24/+1
| | | | | reference type in sv_2pv_flags into a call to sv_reftype. p4raw-id: //depot/perl@26268
* Untease the regexp stringification from the reference naming inNicholas Clark2005-12-051-81/+81
| | | | | sv_2pv_flags. (Lots of re-indentation, little real change) p4raw-id: //depot/perl@26267
* References to version objects should stringify as VSTRING. This makesNicholas Clark2005-12-051-1/+2
| | | | | stringification consistent with the output of ref(). p4raw-id: //depot/perl@26266
* The extra return is actually a duplicated code path, and can go.Nicholas Clark2005-12-051-6/+1
| | | p4raw-id: //depot/perl@26265
* Fix typo in description.Nicholas Clark2005-12-051-1/+1
| | | p4raw-id: //depot/perl@26264
* Add ext/MIME/Base64/README to MANIFESTNicholas Clark2005-12-051-0/+1
| | | p4raw-id: //depot/perl@26263
* Upgrade to MIME-Base64-3.07Steve Peters2005-12-054-6/+41
| | | p4raw-id: //depot/perl@26262
* Upgrade to Digest-MD5-2.36Steve Peters2005-12-054-13/+21
| | | p4raw-id: //depot/perl@26261
* Upgrade to CGI.pm-3.13Steve Peters2005-12-057-72/+278
| | | p4raw-id: //depot/perl@26260
* "Malformed UTF-8 character" was a severe warning, and can now beRafael Garcia-Suarez2005-12-051-1/+2
| | | | | | also a fatal error (since change #26258) p4raw-link: @26258 on //depot/perl: 19f6729910f1cd22aa33cc8443fa168b7813bd95 p4raw-id: //depot/perl@26259
* Re: [perl #37836] Simple Regex causes SEGV when run on specific dataSADAHIRO Tomoyuki2005-12-051-3/+7
| | | | | Message-Id: <20051206003221.5AD9.BQW10602@nifty.com> p4raw-id: //depot/perl@26258
* Better variable names make code clearerSADAHIRO Tomoyuki2005-12-053-5/+12
| | | | | | Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) Message-Id: <20051204162412.D720.BQW10602@nifty.com> p4raw-id: //depot/perl@26257
* Rework the error messages from the swashget code.SADAHIRO Tomoyuki2005-12-052-21/+17
| | | | | | Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) Message-Id: <20051204162431.D723.BQW10602@nifty.com> p4raw-id: //depot/perl@26256
* Clarification and cleanup of the XS SWASHGET codeSADAHIRO Tomoyuki2005-12-054-38/+71
| | | | | | Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) Message-Id: <20051204162508.D726.BQW10602@nifty.com> p4raw-id: //depot/perl@26255
* [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gzAndreas König2005-12-053-32/+39
| | | | | Message-ID: <87mzji8luy.fsf@k75.linux.bogus> p4raw-id: //depot/perl@26254
* NULL is a legal value for newXS()'s name parameter.Marcus Holland-Moritz2005-12-042-2/+1
| | | | | (This caused strange build failures with gcc4 -O3) p4raw-id: //depot/perl@26253
* Fix handling of author's names that had apostrophes. Based on a patchSteve Peters2005-12-041-0/+1
| | | | | by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950. p4raw-id: //depot/perl@26252
* clarify description of vector (v) sprintf format modifierDave Mitchell2005-12-031-5/+6
| | | p4raw-id: //depot/perl@26251
* In vms/vms.c, don't use the thread-specific Newx() duringCraig A. Berry2005-12-031-15/+17
| | | | | startup before threads are initialized. p4raw-id: //depot/perl@26250
* Update perlhack.pod with the updated, permanent ActiveState URLsSteve Peters2005-12-031-6/+6
| | | p4raw-id: //depot/perl@26249
* Missing chunk in change #26247.Rafael Garcia-Suarez2005-12-031-3/+3
| | | | | p4raw-link: @26247 on //depot/perl: ce43db9bedd4c6999381bd25cfc0127c2b615272 p4raw-id: //depot/perl@26248
* Sys::Syslog::syslog can accept a message without printfGisle Aas2005-12-031-2/+4
| | | | | | | | escapes and arguments. Subject: Re: Perl PR: "Security holes in Sys::Syslog" Message-ID: <lracfi2z23.fsf@caliper.activestate.com> p4raw-id: //depot/perl@26247
* Upgrade to version-0.50Steve Peters2005-12-034-131/+157
| | | p4raw-id: //depot/perl@26246
* Replace ^M by a space in test for bug #37716, to makeRafael Garcia-Suarez2005-12-021-3/+4
| | | | | Cygwin happy (found by Yitzchak) p4raw-id: //depot/perl@26245
* Address Hugo's comment on Dave's change (26240)Nicholas Clark2005-12-021-2/+7
| | | p4raw-id: //depot/perl@26244