summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop "v" prefix from sprintf("%vd", $^V).Gisle Aas2005-12-122-0/+6
* Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)Nicholas Clark2005-12-112-1/+25
* Move the rest of the data munging into the test preparation loop.Nicholas Clark2005-12-111-3/+4
* Move the $data and $result munging into the test preparation loop.Nicholas Clark2005-12-111-20/+21
* Disallow sprintf's vector handling for non-integer formats.Gisle Aas2005-12-112-13/+27
* Quench the other 2 ways obscure ways of abusing positional parametersNicholas Clark2005-12-112-4/+9
* Re-instate the old perl getcwd as _perl_getcwd, and use it if loadingNicholas Clark2005-12-101-1/+11
* Upgrade to PathTools-3.14_01Steve Peters2005-12-107-20/+80
* Code tweaks in sv.cAndy Lester2005-12-101-40/+34
* Excluding pad funcs when not debuggingAndy Lester2005-12-101-2/+2
* A better hash for PTR_TABLE_HASH (?)Nicholas Clark2005-12-091-5/+2
* patch@26310 - Major step for > 256 char paths on VMSJohn E. Malmberg2005-12-091-236/+764
* An alternative way of structuring ptr_table_clear so that the variablesNicholas Clark2005-12-091-18/+13
* A more efficient way to loop in ptr_table_clearNicholas Clark2005-12-091-13/+6
* Re: Pod::Simple integrationAndreas König2005-12-096-308/+0
* Fixes compile errors introduce with change #26301 when compilingSteve Peters2005-12-091-3/+3
* Upgrade to Sys-Syslog-0.10Steve Peters2005-12-0915-155/+1288
* Upgrade to CGI.pm-3.15Steve Peters2005-12-092-3/+6
* Add pointer to Pod::Simple for the Pod -> HTML task.Steve Peters2005-12-081-0/+3
* One final Pod::Usage yak to shave...Steve Peters2005-12-081-1/+1
* Version bump for Pod::UsageSteve Peters2005-12-081-1/+1
* Further yak-shaving on Pod::Usage. Now, t/pod/pod2usage2.t tests Steve Peters2005-12-082-10/+12
* Fix to Pod::Usage to work with all recent Pod::Text versions. AlsoSteve Peters2005-12-082-7/+12
* On VMS, do not use Perl's memory allocator for the home-grown pipeCraig A. Berry2005-12-081-37/+66
* Merge common code from ptr_table_fetch and ptr_table_store intoNicholas Clark2005-12-081-26/+25
* Fixup the setsockopt usage message; missing OPTVAL.Gisle Aas2005-12-081-1/+1
* Improve the setsockopt description.Gisle Aas2005-12-081-2/+9
* patch@26253 Allow embedded new lines passed through to commandsJohn E. Malmberg2005-12-081-3/+0
* One quick fix to the test for differences in error output.Steve Peters2005-12-071-1/+1
* All args in embed.fnc should be namedAndy Lester2005-12-074-55/+44
* Don't build manpages for Encode and Unicode::NormalizeRafael Garcia-Suarez2005-12-072-0/+2
* Check in those files as text, not binaryRafael Garcia-Suarez2005-12-070-0/+0
* Remove spaceRafael Garcia-Suarez2005-12-071-1/+1
* Upgrade to podlators-2.00Steve Peters2005-12-0721-1880/+2272
* Assimilate Pod-Simple-3.03 to the Perl coreSteve Peters2005-12-07172-0/+25824
* Pull the regexp stringification code out into S_stringify_regexp, toNicholas Clark2005-12-071-78/+81
* 3 instances of SvIsUV_on(sv); can be replaced with one.Nicholas Clark2005-12-071-3/+1
* Upgrade to CGI-3.14.Steve Peters2005-12-073-4/+17
* Add a ; that 26281 was lacking.Nicholas Clark2005-12-061-1/+1
* Move vast swathes of common code from sv_2iv_flags and sv_2uv_flagsNicholas Clark2005-12-061-310/+107
* The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually codeNicholas Clark2005-12-061-14/+2
* 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