Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All args in embed.fnc should be named | Andy Lester | 2005-12-07 | 4 | -55/+44 |
| | | | | | Message-ID: <20051207160818.GA13465@petdance.com> p4raw-id: //depot/perl@26296 | ||||
* | Don't build manpages for Encode and Unicode::Normalize | Rafael Garcia-Suarez | 2005-12-07 | 2 | -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 binary | Rafael Garcia-Suarez | 2005-12-07 | 0 | -0/+0 |
| | | | p4raw-id: //depot/perl@26294 | ||||
* | Remove space | Rafael Garcia-Suarez | 2005-12-07 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26293 | ||||
* | Upgrade to podlators-2.00 | Steve Peters | 2005-12-07 | 21 | -1880/+2272 |
| | | | p4raw-id: //depot/perl@26292 | ||||
* | Assimilate Pod-Simple-3.03 to the Perl core | Steve Peters | 2005-12-07 | 172 | -0/+25824 |
| | | | p4raw-id: //depot/perl@26291 | ||||
* | Pull the regexp stringification code out into S_stringify_regexp, to | Nicholas Clark | 2005-12-07 | 1 | -78/+81 |
| | | | | | make sv_2pv_flags clearer. p4raw-id: //depot/perl@26290 | ||||
* | 3 instances of SvIsUV_on(sv); can be replaced with one. | Nicholas Clark | 2005-12-07 | 1 | -3/+1 |
| | | | p4raw-id: //depot/perl@26289 | ||||
* | Upgrade to CGI-3.14. | Steve Peters | 2005-12-07 | 3 | -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 Clark | 2005-12-06 | 1 | -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_flags | Nicholas Clark | 2005-12-06 | 1 | -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 code | Nicholas Clark | 2005-12-06 | 1 | -14/+2 |
| | | | | | duplication. p4raw-id: //depot/perl@26285 | ||||
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 24 | -210/+225 |
| | | | | | Message-ID: <20051205194613.GB7791@petdance.com> p4raw-id: //depot/perl@26281 | ||||
* | Re: stringification of v-string references | John Peacock | 2005-12-06 | 1 | -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 Aas | 2005-12-06 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26279 | ||||
* | Re: Perl PR: "Security holes in Sys::Syslog" | Ronald J. Kimball | 2005-12-06 | 1 | -1/+8 |
| | | | | | Message-ID: <20051206145612.GA94530@penkwe.pair.com> p4raw-id: //depot/perl@26278 | ||||
* | Document why syslog($priority, "%s", $message) is a good idea | Gisle Aas | 2005-12-06 | 1 | -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 list | H.Merijn Brand | 2005-12-06 | 1 | -4/+4 |
| | | | p4raw-id: //depot/perl@26276 | ||||
* | Don't use Copy for 1 and 2 character string constants. | Nicholas Clark | 2005-12-06 | 1 | -2/+3 |
| | | | p4raw-id: //depot/perl@26275 | ||||
* | Eliminate an unneeded local variable. | Nicholas Clark | 2005-12-06 | 1 | -10/+9 |
| | | | p4raw-id: //depot/perl@26274 | ||||
* | Eliminate all the gotos in sv_2pv_flags, by moving the tokensave* | Nicholas Clark | 2005-12-06 | 1 | -47/+40 |
| | | | | | code into the GMAGIC block. p4raw-id: //depot/perl@26273 | ||||
* | sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the | Nicholas Clark | 2005-12-06 | 1 | -12/+9 |
| | | | | | only constant non-"" string returned. p4raw-id: //depot/perl@26272 | ||||
* | Make all the return statements closer to the final calcuation of the | Nicholas Clark | 2005-12-05 | 1 | -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 the | Nicholas Clark | 2005-12-05 | 1 | -13/+13 |
| | | | | | need to re-assign to sv. p4raw-id: //depot/perl@26270 | ||||
* | Clone the brief return logic and thereby remove a goto. | Nicholas Clark | 2005-12-05 | 1 | -3/+4 |
| | | | p4raw-id: //depot/perl@26269 | ||||
* | As they are now the same, can fold the entire switch statement for | Nicholas Clark | 2005-12-05 | 1 | -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 in | Nicholas Clark | 2005-12-05 | 1 | -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 makes | Nicholas Clark | 2005-12-05 | 1 | -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 Clark | 2005-12-05 | 1 | -6/+1 |
| | | | p4raw-id: //depot/perl@26265 | ||||
* | Fix typo in description. | Nicholas Clark | 2005-12-05 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@26264 | ||||
* | Add ext/MIME/Base64/README to MANIFEST | Nicholas Clark | 2005-12-05 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@26263 | ||||
* | Upgrade to MIME-Base64-3.07 | Steve Peters | 2005-12-05 | 4 | -6/+41 |
| | | | p4raw-id: //depot/perl@26262 | ||||
* | Upgrade to Digest-MD5-2.36 | Steve Peters | 2005-12-05 | 4 | -13/+21 |
| | | | p4raw-id: //depot/perl@26261 | ||||
* | Upgrade to CGI.pm-3.13 | Steve Peters | 2005-12-05 | 7 | -72/+278 |
| | | | p4raw-id: //depot/perl@26260 | ||||
* | "Malformed UTF-8 character" was a severe warning, and can now be | Rafael Garcia-Suarez | 2005-12-05 | 1 | -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 data | SADAHIRO Tomoyuki | 2005-12-05 | 1 | -3/+7 |
| | | | | | Message-Id: <20051206003221.5AD9.BQW10602@nifty.com> p4raw-id: //depot/perl@26258 | ||||
* | Better variable names make code clearer | SADAHIRO Tomoyuki | 2005-12-05 | 3 | -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 Tomoyuki | 2005-12-05 | 2 | -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 code | SADAHIRO Tomoyuki | 2005-12-05 | 4 | -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.gz | Andreas König | 2005-12-05 | 3 | -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-Moritz | 2005-12-04 | 2 | -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 patch | Steve Peters | 2005-12-04 | 1 | -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 modifier | Dave Mitchell | 2005-12-03 | 1 | -5/+6 |
| | | | p4raw-id: //depot/perl@26251 | ||||
* | In vms/vms.c, don't use the thread-specific Newx() during | Craig A. Berry | 2005-12-03 | 1 | -15/+17 |
| | | | | | startup before threads are initialized. p4raw-id: //depot/perl@26250 | ||||
* | Update perlhack.pod with the updated, permanent ActiveState URLs | Steve Peters | 2005-12-03 | 1 | -6/+6 |
| | | | p4raw-id: //depot/perl@26249 | ||||
* | Missing chunk in change #26247. | Rafael Garcia-Suarez | 2005-12-03 | 1 | -3/+3 |
| | | | | | p4raw-link: @26247 on //depot/perl: ce43db9bedd4c6999381bd25cfc0127c2b615272 p4raw-id: //depot/perl@26248 | ||||
* | Sys::Syslog::syslog can accept a message without printf | Gisle Aas | 2005-12-03 | 1 | -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.50 | Steve Peters | 2005-12-03 | 4 | -131/+157 |
| | | | p4raw-id: //depot/perl@26246 | ||||
* | Replace ^M by a space in test for bug #37716, to make | Rafael Garcia-Suarez | 2005-12-02 | 1 | -3/+4 |
| | | | | | Cygwin happy (found by Yitzchak) p4raw-id: //depot/perl@26245 | ||||
* | Address Hugo's comment on Dave's change (26240) | Nicholas Clark | 2005-12-02 | 1 | -2/+7 |
| | | | p4raw-id: //depot/perl@26244 |