| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop "v" prefix from sprintf("%vd", $^V). | Gisle Aas | 2005-12-12 | 2 | -0/+6 |
* | Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889) | Nicholas Clark | 2005-12-11 | 2 | -1/+25 |
* | Move the rest of the data munging into the test preparation loop. | Nicholas Clark | 2005-12-11 | 1 | -3/+4 |
* | Move the $data and $result munging into the test preparation loop. | Nicholas Clark | 2005-12-11 | 1 | -20/+21 |
* | Disallow sprintf's vector handling for non-integer formats. | Gisle Aas | 2005-12-11 | 2 | -13/+27 |
* | Quench the other 2 ways obscure ways of abusing positional parameters | Nicholas Clark | 2005-12-11 | 2 | -4/+9 |
* | Re-instate the old perl getcwd as _perl_getcwd, and use it if loading | Nicholas Clark | 2005-12-10 | 1 | -1/+11 |
* | Upgrade to PathTools-3.14_01 | Steve Peters | 2005-12-10 | 7 | -20/+80 |
* | Code tweaks in sv.c | Andy Lester | 2005-12-10 | 1 | -40/+34 |
* | Excluding pad funcs when not debugging | Andy Lester | 2005-12-10 | 1 | -2/+2 |
* | A better hash for PTR_TABLE_HASH (?) | Nicholas Clark | 2005-12-09 | 1 | -5/+2 |
* | patch@26310 - Major step for > 256 char paths on VMS | John E. Malmberg | 2005-12-09 | 1 | -236/+764 |
* | An alternative way of structuring ptr_table_clear so that the variables | Nicholas Clark | 2005-12-09 | 1 | -18/+13 |
* | A more efficient way to loop in ptr_table_clear | Nicholas Clark | 2005-12-09 | 1 | -13/+6 |
* | Re: Pod::Simple integration | Andreas König | 2005-12-09 | 6 | -308/+0 |
* | Fixes compile errors introduce with change #26301 when compiling | Steve Peters | 2005-12-09 | 1 | -3/+3 |
* | Upgrade to Sys-Syslog-0.10 | Steve Peters | 2005-12-09 | 15 | -155/+1288 |
* | Upgrade to CGI.pm-3.15 | Steve Peters | 2005-12-09 | 2 | -3/+6 |
* | Add pointer to Pod::Simple for the Pod -> HTML task. | Steve Peters | 2005-12-08 | 1 | -0/+3 |
* | One final Pod::Usage yak to shave... | Steve Peters | 2005-12-08 | 1 | -1/+1 |
* | Version bump for Pod::Usage | Steve Peters | 2005-12-08 | 1 | -1/+1 |
* | Further yak-shaving on Pod::Usage. Now, t/pod/pod2usage2.t tests | Steve Peters | 2005-12-08 | 2 | -10/+12 |
* | Fix to Pod::Usage to work with all recent Pod::Text versions. Also | Steve Peters | 2005-12-08 | 2 | -7/+12 |
* | On VMS, do not use Perl's memory allocator for the home-grown pipe | Craig A. Berry | 2005-12-08 | 1 | -37/+66 |
* | Merge common code from ptr_table_fetch and ptr_table_store into | Nicholas Clark | 2005-12-08 | 1 | -26/+25 |
* | Fixup the setsockopt usage message; missing OPTVAL. | Gisle Aas | 2005-12-08 | 1 | -1/+1 |
* | Improve the setsockopt description. | Gisle Aas | 2005-12-08 | 1 | -2/+9 |
* | patch@26253 Allow embedded new lines passed through to commands | John E. Malmberg | 2005-12-08 | 1 | -3/+0 |
* | One quick fix to the test for differences in error output. | Steve Peters | 2005-12-07 | 1 | -1/+1 |
* | All args in embed.fnc should be named | Andy Lester | 2005-12-07 | 4 | -55/+44 |
* | Don't build manpages for Encode and Unicode::Normalize | Rafael Garcia-Suarez | 2005-12-07 | 2 | -0/+2 |
* | Check in those files as text, not binary | Rafael Garcia-Suarez | 2005-12-07 | 0 | -0/+0 |
* | Remove space | Rafael Garcia-Suarez | 2005-12-07 | 1 | -1/+1 |
* | Upgrade to podlators-2.00 | Steve Peters | 2005-12-07 | 21 | -1880/+2272 |
* | Assimilate Pod-Simple-3.03 to the Perl core | Steve Peters | 2005-12-07 | 172 | -0/+25824 |
* | Pull the regexp stringification code out into S_stringify_regexp, to | Nicholas Clark | 2005-12-07 | 1 | -78/+81 |
* | 3 instances of SvIsUV_on(sv); can be replaced with one. | Nicholas Clark | 2005-12-07 | 1 | -3/+1 |
* | Upgrade to CGI-3.14. | Steve Peters | 2005-12-07 | 3 | -4/+17 |
* | Add a ; that 26281 was lacking. | Nicholas Clark | 2005-12-06 | 1 | -1/+1 |
* | Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags | Nicholas Clark | 2005-12-06 | 1 | -310/+107 |
* | The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code | Nicholas Clark | 2005-12-06 | 1 | -14/+2 |
* | 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 |