| Commit message (Expand) | Author | Age | Files | Lines |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 24 | -210/+225 |
* | Re: stringification of v-string references | John Peacock | 2005-12-06 | 1 | -1/+6 |
* | Fix typo spotted by Ronald J Kimball. | Gisle Aas | 2005-12-06 | 1 | -1/+1 |
* | Re: Perl PR: "Security holes in Sys::Syslog" | Ronald J. Kimball | 2005-12-06 | 1 | -1/+8 |
* | Document why syslog($priority, "%s", $message) is a good idea | Gisle Aas | 2005-12-06 | 1 | -0/+8 |
* | Itanium blade servers added to the model list | H.Merijn Brand | 2005-12-06 | 1 | -4/+4 |
* | Don't use Copy for 1 and 2 character string constants. | Nicholas Clark | 2005-12-06 | 1 | -2/+3 |
* | Eliminate an unneeded local variable. | Nicholas Clark | 2005-12-06 | 1 | -10/+9 |
* | Eliminate all the gotos in sv_2pv_flags, by moving the tokensave* | Nicholas Clark | 2005-12-06 | 1 | -47/+40 |
* | sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the | Nicholas Clark | 2005-12-06 | 1 | -12/+9 |
* | Make all the return statements closer to the final calcuation of the | Nicholas Clark | 2005-12-05 | 1 | -24/+25 |
* | Move the scope of origsv inwards, and rename variables to avoid the | Nicholas Clark | 2005-12-05 | 1 | -13/+13 |
* | Clone the brief return logic and thereby remove a goto. | Nicholas Clark | 2005-12-05 | 1 | -3/+4 |
* | As they are now the same, can fold the entire switch statement for | Nicholas Clark | 2005-12-05 | 1 | -24/+1 |
* | Untease the regexp stringification from the reference naming in | Nicholas Clark | 2005-12-05 | 1 | -81/+81 |
* | References to version objects should stringify as VSTRING. This makes | Nicholas Clark | 2005-12-05 | 1 | -1/+2 |
* | The extra return is actually a duplicated code path, and can go. | Nicholas Clark | 2005-12-05 | 1 | -6/+1 |
* | Fix typo in description. | Nicholas Clark | 2005-12-05 | 1 | -1/+1 |
* | Add ext/MIME/Base64/README to MANIFEST | Nicholas Clark | 2005-12-05 | 1 | -0/+1 |
* | Upgrade to MIME-Base64-3.07 | Steve Peters | 2005-12-05 | 4 | -6/+41 |
* | Upgrade to Digest-MD5-2.36 | Steve Peters | 2005-12-05 | 4 | -13/+21 |
* | Upgrade to CGI.pm-3.13 | Steve Peters | 2005-12-05 | 7 | -72/+278 |
* | "Malformed UTF-8 character" was a severe warning, and can now be | Rafael Garcia-Suarez | 2005-12-05 | 1 | -1/+2 |
* | Re: [perl #37836] Simple Regex causes SEGV when run on specific data | SADAHIRO Tomoyuki | 2005-12-05 | 1 | -3/+7 |
* | Better variable names make code clearer | SADAHIRO Tomoyuki | 2005-12-05 | 3 | -5/+12 |
* | Rework the error messages from the swashget code. | SADAHIRO Tomoyuki | 2005-12-05 | 2 | -21/+17 |
* | Clarification and cleanup of the XS SWASHGET code | SADAHIRO Tomoyuki | 2005-12-05 | 4 | -38/+71 |
* | [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz | Andreas König | 2005-12-05 | 3 | -32/+39 |
* | NULL is a legal value for newXS()'s name parameter. | Marcus Holland-Moritz | 2005-12-04 | 2 | -2/+1 |
* | Fix handling of author's names that had apostrophes. Based on a patch | Steve Peters | 2005-12-04 | 1 | -0/+1 |
* | clarify description of vector (v) sprintf format modifier | Dave Mitchell | 2005-12-03 | 1 | -5/+6 |
* | In vms/vms.c, don't use the thread-specific Newx() during | Craig A. Berry | 2005-12-03 | 1 | -15/+17 |
* | Update perlhack.pod with the updated, permanent ActiveState URLs | Steve Peters | 2005-12-03 | 1 | -6/+6 |
* | Missing chunk in change #26247. | Rafael Garcia-Suarez | 2005-12-03 | 1 | -3/+3 |
* | Sys::Syslog::syslog can accept a message without printf | Gisle Aas | 2005-12-03 | 1 | -2/+4 |
* | Upgrade to version-0.50 | Steve Peters | 2005-12-03 | 4 | -131/+157 |
* | Replace ^M by a space in test for bug #37716, to make | Rafael Garcia-Suarez | 2005-12-02 | 1 | -3/+4 |
* | Address Hugo's comment on Dave's change (26240) | Nicholas Clark | 2005-12-02 | 1 | -2/+7 |
* | Storable retrieve_lscalar fails for empty strings [PATCH] | Gisle Aas | 2005-12-02 | 2 | -1/+12 |
* | Signs, signs, everywhere a sign | Andy Lester | 2005-12-02 | 1 | -3/+3 |
* | Nit from change #26232 noticed by H. Merijn Brand | Steve Peters | 2005-12-01 | 1 | -2/+2 |
* | sprintf %NNN$ check for large values wrapping to negative | Dave Mitchell | 2005-12-01 | 2 | -5/+26 |
* | Always define PL_memory_wrap, and use it for the new sprintf checks | Rafael Garcia-Suarez | 2005-12-01 | 3 | -12/+0 |
* | Missing #ifdef, noticed by Jan Dubois | Rafael Garcia-Suarez | 2005-12-01 | 1 | -0/+2 |
* | [PATCH] Re: Perl PR: "Security holes in Sys::Syslog" | Gisle Aas | 2005-12-01 | 2 | -0/+7 |
* | Disable constant folding of sprintf | Gisle Aas | 2005-12-01 | 5 | -7/+14 |
* | [patch] Re: Perl PR: "Security holes in Sys::Syslog" | Philippe M. Chiasson | 2005-12-01 | 1 | -0/+4 |
* | Revert change #26110 (already reverted in maintperl by change 26182) | Rafael Garcia-Suarez | 2005-12-01 | 1 | -3/+0 |
* | Jan Dubois notices that sitecustomize.pl is to be found in sitelib, | Rafael Garcia-Suarez | 2005-11-30 | 1 | -3/+2 |
* | dor-assign (//=) was missing from perlop.pod | Steve Peters | 2005-11-30 | 1 | -2/+2 |