p5sagit/p5-mst-13.2.git
2005-12-14 Nicholas Clark The logic to use SVt_NV or SVt_PVNV is in sv_upgrade...
2005-12-14 Dave Mitchell forgot to add new file to change #26350
2005-12-14 Jerry D. Hedden [perl #37919] Blessed scalar refs with threads::shared
2005-12-14 Steve Hay Fix compilation error when building with -DPERL_MEM_LOG...
2005-12-13 Nicholas Clark Convert range.t to test.pl
2005-12-13 Nicholas Clark Update embed.fnc and headers after change 26345 (spotte...
2005-12-13 Nicholas Clark Inline asIV and asUV, as each is only used once, and...
2005-12-13 Craig A. Berry Don't include utime.h in vms.c -- it collides with
2005-12-13 Rafael Garcia... Fix realclean target for Sys::Syslog
2005-12-13 Gisle Aas Remove tests that were not portable to 64bit ints.
2005-12-13 Steve Peters Renaming of some of Pod::Simple's test files to make...
2005-12-13 Steve Peters Changes to Pod::Simple's tests to get rid of the "...
2005-12-13 Gisle Aas Add overflow check to EXPECT_NUMBER() used by sv_vcatpv...
2005-12-13 Yitzchak Scott... Re: check83.pl
2005-12-13 Steve Hay Fix lib/File/Compare.t test failures on Win32
2005-12-13 Steve Hay Don't try to export Perl_pad_sv when it isn't defined
2005-12-12 YAMASHINA Hio A suggestion by Yamashina Hio to speed up substitutions
2005-12-12 Nicholas Clark Check that %v$foo does not crash.
2005-12-12 Gisle Aas Use load_module() instead of perl_eval_sv("require...
2005-12-12 Steve Peters Pod::Man's tests aren't Unicode friendly. Let's skip...
2005-12-12 Rafael Garcia... Robin Houston points out a better way to replace
2005-12-12 Gisle Aas Oops, change 26326 broke t/run/switches.t
2005-12-12 Gisle Aas Drop "v" prefix from sprintf("%vd", $^V).
2005-12-11 Nicholas Clark Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug...
2005-12-11 Nicholas Clark Move the rest of the data munging into the test prepara...
2005-12-11 Nicholas Clark Move the $data and $result munging into the test prepar...
2005-12-11 Gisle Aas Disallow sprintf's vector handling for non-integer...
2005-12-11 Nicholas Clark Quench the other 2 ways obscure ways of abusing positio...
2005-12-10 Nicholas Clark Re-instate the old perl getcwd as _perl_getcwd, and...
2005-12-10 Steve Peters Upgrade to PathTools-3.14_01
2005-12-10 Andy Lester Code tweaks in sv.c
2005-12-10 Andy Lester Excluding pad funcs when not debugging
2005-12-09 Nicholas Clark A better hash for PTR_TABLE_HASH (?)
2005-12-09 John E. Malmberg patch@26310 - Major step for > 256 char paths on VMS
2005-12-09 Nicholas Clark An alternative way of structuring ptr_table_clear so...
2005-12-09 Nicholas Clark A more efficient way to loop in ptr_table_clear
2005-12-09 Andreas König Re: Pod::Simple integration
2005-12-09 Steve Peters Fixes compile errors introduce with change #26301 when...
2005-12-09 Steve Peters Upgrade to Sys-Syslog-0.10
2005-12-09 Steve Peters Upgrade to CGI.pm-3.15
2005-12-08 Steve Peters Add pointer to Pod::Simple for the Pod -> HTML task.
2005-12-08 Steve Peters One final Pod::Usage yak to shave...
2005-12-08 Steve Peters Version bump for Pod::Usage
2005-12-08 Steve Peters Further yak-shaving on Pod::Usage. Now, t/pod/pod2usag...
2005-12-08 Steve Peters Fix to Pod::Usage to work with all recent Pod::Text...
2005-12-08 Craig A. Berry On VMS, do not use Perl's memory allocator for the...
2005-12-08 Nicholas Clark Merge common code from ptr_table_fetch and ptr_table_st...
2005-12-08 Gisle Aas Fixup the setsockopt usage message; missing OPTVAL.
2005-12-08 Gisle Aas Improve the setsockopt description.
2005-12-08 John E. Malmberg patch@26253 Allow embedded new lines passed through...
2005-12-07 Steve Peters One quick fix to the test for differences in error...
2005-12-07 Andy Lester All args in embed.fnc should be named
2005-12-07 Rafael Garcia... Don't build manpages for Encode and Unicode::Normalize
2005-12-07 Rafael Garcia... Check in those files as text, not binary
2005-12-07 Rafael Garcia... Remove space
2005-12-07 Steve Peters Upgrade to podlators-2.00
2005-12-07 Steve Peters Assimilate Pod-Simple-3.03 to the Perl core
2005-12-07 Nicholas Clark Pull the regexp stringification code out into S_stringi...
2005-12-07 Nicholas Clark 3 instances of SvIsUV_on(sv); can be replaced with...
2005-12-07 Steve Peters Upgrade to CGI-3.14.
2005-12-06 Nicholas Clark Add a ; that 26281 was lacking.
2005-12-06 Nicholas Clark Move vast swathes of common code from sv_2iv_flags...
2005-12-06 Nicholas Clark The early return for SvIOKp(sv) in sv_2[iu]v_flags...
2005-12-06 Andy Lester More consting, and putting stuff in embed.fnc
2005-12-06 John Peacock Re: stringification of v-string references
2005-12-06 Gisle Aas Fix typo spotted by Ronald J Kimball.
2005-12-06 Ronald J. Kimball Re: Perl PR: "Security holes in Sys::Syslog"
2005-12-06 Gisle Aas Document why syslog($priority, "%s", $message) is a...
2005-12-06 H.Merijn Brand Itanium blade servers added to the model list
2005-12-06 Nicholas Clark Don't use Copy for 1 and 2 character string constants.
2005-12-06 Nicholas Clark Eliminate an unneeded local variable.
2005-12-06 Nicholas Clark Eliminate all the gotos in sv_2pv_flags, by moving...
2005-12-06 Nicholas Clark sv_2pv_flags shouldn't return a constant string "NULLRE...
2005-12-05 Nicholas Clark Make all the return statements closer to the final...
2005-12-05 Nicholas Clark Move the scope of origsv inwards, and rename variables...
2005-12-05 Nicholas Clark Clone the brief return logic and thereby remove a goto.
2005-12-05 Nicholas Clark As they are now the same, can fold the entire switch...
2005-12-05 Nicholas Clark Untease the regexp stringification from the reference...
2005-12-05 Nicholas Clark References to version objects should stringify as VSTRI...
2005-12-05 Nicholas Clark The extra return is actually a duplicated code path...
2005-12-05 Nicholas Clark Fix typo in description.
2005-12-05 Nicholas Clark Add ext/MIME/Base64/README to MANIFEST
2005-12-05 Steve Peters Upgrade to MIME-Base64-3.07
2005-12-05 Steve Peters Upgrade to Digest-MD5-2.36
2005-12-05 Steve Peters Upgrade to CGI.pm-3.13
2005-12-05 Rafael Garcia... "Malformed UTF-8 character" was a severe warning, and...
2005-12-05 SADAHIRO Tomoyuki Re: [perl #37836] Simple Regex causes SEGV when run...
2005-12-05 SADAHIRO Tomoyuki Better variable names make code clearer
2005-12-05 SADAHIRO Tomoyuki Rework the error messages from the swashget code.
2005-12-05 SADAHIRO Tomoyuki Clarification and cleanup of the XS SWASHGET code
2005-12-05 Andreas König [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
2005-12-04 Marcus Holland... NULL is a legal value for newXS()'s name parameter.
2005-12-04 Steve Peters Fix handling of author's names that had apostrophes...
2005-12-03 Dave Mitchell clarify description of vector (v) sprintf format modifier
2005-12-03 Craig A. Berry In vms/vms.c, don't use the thread-specific Newx()...
2005-12-03 Steve Peters Update perlhack.pod with the updated, permanent ActiveS...
2005-12-03 Rafael Garcia... Missing chunk in change #26247.
2005-12-03 Gisle Aas Sys::Syslog::syslog can accept a message without printf
2005-12-03 Steve Peters Upgrade to version-0.50
2005-12-02 Rafael Garcia... Replace ^M by a space in test for bug #37716, to make
next