This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2005-12-15 Steve PetersAdd a missing FREETMPS to match up with a SAVETMPS...
2005-12-15 Steve PetersUpgrade to Getopt-Long-2.35
2005-12-14 Craig A. BerryUsing the system's utime() requires a patch to vms...
2005-12-14 Nicholas Clarklib/Pod/t/man.t should use TODO with not ok to express...
2005-12-14 Nicholas ClarkDuplicate the AMAGIC temporary variable consting from...
2005-12-14 Nicholas Clark Simplify the SvGMAGIC code in sv_[ipu]v_flags.
2005-12-14 Nicholas ClarkSimplify the SvGMAGIC code in sv_2nv, removing duplicat...
2005-12-14 Nicholas ClarkThe logic to use SVt_NV or SVt_PVNV is in sv_upgrade...
2005-12-14 Dave Mitchellforgot 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 HayFix compilation error when building with -DPERL_MEM_LOG...
2005-12-13 Nicholas ClarkConvert range.t to test.pl
2005-12-13 Nicholas ClarkUpdate embed.fnc and headers after change 26345 (spotte...
2005-12-13 Nicholas ClarkInline asIV and asUV, as each is only used once, and...
2005-12-13 Craig A. BerryDon'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 AasRemove tests that were not portable to 64bit ints.
2005-12-13 Steve PetersRenaming of some of Pod::Simple's test files to make...
2005-12-13 Steve PetersChanges to Pod::Simple's tests to get rid of the "...
2005-12-13 Gisle AasAdd overflow check to EXPECT_NUMBER() used by sv_vcatpv...
2005-12-13 Yitzchak Scott... Re: check83.pl
2005-12-13 Steve HayFix lib/File/Compare.t test failures on Win32
2005-12-13 Steve HayDon't try to export Perl_pad_sv when it isn't defined
2005-12-12 YAMASHINA HioA suggestion by Yamashina Hio to speed up substitutions
2005-12-12 Nicholas ClarkCheck that %v$foo does not crash.
2005-12-12 Gisle AasUse load_module() instead of perl_eval_sv("require...
2005-12-12 Steve PetersPod::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 AasOops, change 26326 broke t/run/switches.t
2005-12-12 Gisle AasDrop "v" prefix from sprintf("%vd", $^V).
2005-12-11 Nicholas ClarkFix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug...
2005-12-11 Nicholas ClarkMove the rest of the data munging into the test prepara...
2005-12-11 Nicholas ClarkMove the $data and $result munging into the test prepar...
2005-12-11 Gisle AasDisallow sprintf's vector handling for non-integer...
2005-12-11 Nicholas ClarkQuench the other 2 ways obscure ways of abusing positio...
2005-12-10 Nicholas ClarkRe-instate the old perl getcwd as _perl_getcwd, and...
2005-12-10 Steve PetersUpgrade to PathTools-3.14_01
2005-12-10 Andy LesterCode tweaks in sv.c
2005-12-10 Andy LesterExcluding pad funcs when not debugging
2005-12-09 Nicholas ClarkA better hash for PTR_TABLE_HASH (?)
2005-12-09 John E. Malmbergpatch@26310 - Major step for > 256 char paths on VMS
2005-12-09 Nicholas ClarkAn alternative way of structuring ptr_table_clear so...
2005-12-09 Nicholas ClarkA more efficient way to loop in ptr_table_clear
2005-12-09 Andreas KönigRe: Pod::Simple integration
2005-12-09 Steve PetersFixes compile errors introduce with change #26301 when...
2005-12-09 Steve PetersUpgrade to Sys-Syslog-0.10
2005-12-09 Steve PetersUpgrade to CGI.pm-3.15
2005-12-08 Steve PetersAdd pointer to Pod::Simple for the Pod -> HTML task.
2005-12-08 Steve PetersOne final Pod::Usage yak to shave...
2005-12-08 Steve PetersVersion bump for Pod::Usage
2005-12-08 Steve PetersFurther yak-shaving on Pod::Usage. Now, t/pod/pod2usag...
2005-12-08 Steve PetersFix to Pod::Usage to work with all recent Pod::Text...
2005-12-08 Craig A. BerryOn VMS, do not use Perl's memory allocator for the...
2005-12-08 Nicholas ClarkMerge common code from ptr_table_fetch and ptr_table_st...
2005-12-08 Gisle AasFixup the setsockopt usage message; missing OPTVAL.
2005-12-08 Gisle AasImprove the setsockopt description.
2005-12-08 John E. Malmbergpatch@26253 Allow embedded new lines passed through...
2005-12-07 Steve PetersOne quick fix to the test for differences in error...
2005-12-07 Andy LesterAll 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 PetersUpgrade to podlators-2.00
2005-12-07 Steve PetersAssimilate Pod-Simple-3.03 to the Perl core
2005-12-07 Nicholas ClarkPull the regexp stringification code out into S_stringi...
2005-12-07 Nicholas Clark3 instances of SvIsUV_on(sv); can be replaced with...
2005-12-07 Steve PetersUpgrade to CGI-3.14.
2005-12-06 Nicholas ClarkAdd a ; that 26281 was lacking.
2005-12-06 Nicholas ClarkMove vast swathes of common code from sv_2iv_flags...
2005-12-06 Nicholas ClarkThe early return for SvIOKp(sv) in sv_2[iu]v_flags...
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-12-06 John PeacockRe: stringification of v-string references
2005-12-06 Gisle AasFix typo spotted by Ronald J Kimball.
2005-12-06 Ronald J. KimballRe: Perl PR: "Security holes in Sys::Syslog"
2005-12-06 Gisle AasDocument why syslog($priority, "%s", $message) is a...
2005-12-06 H.Merijn BrandItanium blade servers added to the model list
2005-12-06 Nicholas ClarkDon't use Copy for 1 and 2 character string constants.
2005-12-06 Nicholas ClarkEliminate an unneeded local variable.
2005-12-06 Nicholas ClarkEliminate all the gotos in sv_2pv_flags, by moving...
2005-12-06 Nicholas Clarksv_2pv_flags shouldn't return a constant string "NULLRE...
2005-12-05 Nicholas ClarkMake all the return statements closer to the final...
2005-12-05 Nicholas ClarkMove the scope of origsv inwards, and rename variables...
2005-12-05 Nicholas ClarkClone the brief return logic and thereby remove a goto.
2005-12-05 Nicholas ClarkAs they are now the same, can fold the entire switch...
2005-12-05 Nicholas ClarkUntease the regexp stringification from the reference...
2005-12-05 Nicholas ClarkReferences to version objects should stringify as VSTRI...
2005-12-05 Nicholas ClarkThe extra return is actually a duplicated code path...
2005-12-05 Nicholas ClarkFix typo in description.
2005-12-05 Nicholas ClarkAdd ext/MIME/Base64/README to MANIFEST
2005-12-05 Steve PetersUpgrade to MIME-Base64-3.07
2005-12-05 Steve PetersUpgrade to Digest-MD5-2.36
2005-12-05 Steve PetersUpgrade to CGI.pm-3.13
2005-12-05 Rafael Garcia... "Malformed UTF-8 character" was a severe warning, and...
2005-12-05 SADAHIRO TomoyukiRe: [perl #37836] Simple Regex causes SEGV when run...
2005-12-05 SADAHIRO TomoyukiBetter variable names make code clearer
2005-12-05 SADAHIRO TomoyukiRework the error messages from the swashget code.
2005-12-05 SADAHIRO TomoyukiClarification 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 PetersFix handling of author's names that had apostrophes...
next