summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More consting, and putting stuff in embed.fncAndy Lester2005-12-0624-210/+225
* Re: stringification of v-string referencesJohn Peacock2005-12-061-1/+6
* Fix typo spotted by Ronald J Kimball.Gisle Aas2005-12-061-1/+1
* Re: Perl PR: "Security holes in Sys::Syslog"Ronald J. Kimball2005-12-061-1/+8
* Document why syslog($priority, "%s", $message) is a good ideaGisle Aas2005-12-061-0/+8
* Itanium blade servers added to the model listH.Merijn Brand2005-12-061-4/+4
* Don't use Copy for 1 and 2 character string constants.Nicholas Clark2005-12-061-2/+3
* Eliminate an unneeded local variable.Nicholas Clark2005-12-061-10/+9
* Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*Nicholas Clark2005-12-061-47/+40
* sv_2pv_flags shouldn't return a constant string "NULLREF" - it was theNicholas Clark2005-12-061-12/+9
* Make all the return statements closer to the final calcuation of theNicholas Clark2005-12-051-24/+25
* Move the scope of origsv inwards, and rename variables to avoid theNicholas Clark2005-12-051-13/+13
* Clone the brief return logic and thereby remove a goto.Nicholas Clark2005-12-051-3/+4
* As they are now the same, can fold the entire switch statement forNicholas Clark2005-12-051-24/+1
* Untease the regexp stringification from the reference naming inNicholas Clark2005-12-051-81/+81
* References to version objects should stringify as VSTRING. This makesNicholas Clark2005-12-051-1/+2
* The extra return is actually a duplicated code path, and can go.Nicholas Clark2005-12-051-6/+1
* Fix typo in description.Nicholas Clark2005-12-051-1/+1
* Add ext/MIME/Base64/README to MANIFESTNicholas Clark2005-12-051-0/+1
* Upgrade to MIME-Base64-3.07Steve Peters2005-12-054-6/+41
* Upgrade to Digest-MD5-2.36Steve Peters2005-12-054-13/+21
* Upgrade to CGI.pm-3.13Steve Peters2005-12-057-72/+278
* "Malformed UTF-8 character" was a severe warning, and can now beRafael Garcia-Suarez2005-12-051-1/+2
* Re: [perl #37836] Simple Regex causes SEGV when run on specific dataSADAHIRO Tomoyuki2005-12-051-3/+7
* Better variable names make code clearerSADAHIRO Tomoyuki2005-12-053-5/+12
* Rework the error messages from the swashget code.SADAHIRO Tomoyuki2005-12-052-21/+17
* Clarification and cleanup of the XS SWASHGET codeSADAHIRO Tomoyuki2005-12-054-38/+71
* [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gzAndreas König2005-12-053-32/+39
* NULL is a legal value for newXS()'s name parameter.Marcus Holland-Moritz2005-12-042-2/+1
* Fix handling of author's names that had apostrophes. Based on a patchSteve Peters2005-12-041-0/+1
* clarify description of vector (v) sprintf format modifierDave Mitchell2005-12-031-5/+6
* In vms/vms.c, don't use the thread-specific Newx() duringCraig A. Berry2005-12-031-15/+17
* Update perlhack.pod with the updated, permanent ActiveState URLsSteve Peters2005-12-031-6/+6
* Missing chunk in change #26247.Rafael Garcia-Suarez2005-12-031-3/+3
* Sys::Syslog::syslog can accept a message without printfGisle Aas2005-12-031-2/+4
* Upgrade to version-0.50Steve Peters2005-12-034-131/+157
* Replace ^M by a space in test for bug #37716, to makeRafael Garcia-Suarez2005-12-021-3/+4
* Address Hugo's comment on Dave's change (26240)Nicholas Clark2005-12-021-2/+7
* Storable retrieve_lscalar fails for empty strings [PATCH]Gisle Aas2005-12-022-1/+12
* Signs, signs, everywhere a signAndy Lester2005-12-021-3/+3
* Nit from change #26232 noticed by H. Merijn BrandSteve Peters2005-12-011-2/+2
* sprintf %NNN$ check for large values wrapping to negativeDave Mitchell2005-12-012-5/+26
* Always define PL_memory_wrap, and use it for the new sprintf checksRafael Garcia-Suarez2005-12-013-12/+0
* Missing #ifdef, noticed by Jan DuboisRafael Garcia-Suarez2005-12-011-0/+2
* [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"Gisle Aas2005-12-012-0/+7
* Disable constant folding of sprintfGisle Aas2005-12-015-7/+14
* [patch] Re: Perl PR: "Security holes in Sys::Syslog"Philippe M. Chiasson2005-12-011-0/+4
* Revert change #26110 (already reverted in maintperl by change 26182)Rafael Garcia-Suarez2005-12-011-3/+0
* Jan Dubois notices that sitecustomize.pl is to be found in sitelib,Rafael Garcia-Suarez2005-11-301-3/+2
* dor-assign (//=) was missing from perlop.podSteve Peters2005-11-301-2/+2