This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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...
2005-12-03 Dave Mitchellclarify description of vector (v) sprintf format modifier
2005-12-03 Craig A. BerryIn vms/vms.c, don't use the thread-specific Newx()...
2005-12-03 Steve PetersUpdate perlhack.pod with the updated, permanent ActiveS...
2005-12-03 Rafael Garcia... Missing chunk in change #26247.
2005-12-03 Gisle AasSys::Syslog::syslog can accept a message without printf
2005-12-03 Steve PetersUpgrade to version-0.50
2005-12-02 Rafael Garcia... Replace ^M by a space in test for bug #37716, to make
2005-12-02 Nicholas ClarkAddress Hugo's comment on Dave's change (26240)
2005-12-02 Gisle AasStorable retrieve_lscalar fails for empty strings ...
2005-12-02 Andy LesterSigns, signs, everywhere a sign
2005-12-01 Steve PetersNit from change #26232 noticed by H. Merijn Brand
2005-12-01 Dave Mitchellsprintf %NNN$ check for large values wrapping to negative
2005-12-01 Rafael Garcia... Always define PL_memory_wrap, and use it for the new...
2005-12-01 Rafael Garcia... Missing #ifdef, noticed by Jan Dubois
2005-12-01 Gisle Aas[PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
2005-12-01 Gisle AasDisable constant folding of sprintf
2005-12-01 Philippe M... [patch] Re: Perl PR: "Security holes in Sys::Syslog"
2005-12-01 Rafael Garcia... Revert change #26110 (already reverted in maintperl...
2005-11-30 Rafael Garcia... Jan Dubois notices that sitecustomize.pl is to be found...
2005-11-30 Steve Petersdor-assign (//=) was missing from perlop.pod
2005-11-30 Gisle AasRemove redundant SvUTF8_on() calls
2005-11-30 SADAHIRO TomoyukiRe: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-30 Nicholas ClarkThe regexp engine should check SV flags rather than...
2005-11-30 Rafael Garcia... Fix B::Concise tests after change #26226
2005-11-30 Rafael Garcia... Revert change #22520 (optimise away my $foo = undef...
2005-11-29 Andreas KönigRe: [perl #37716] Re: File::Compare broken for filename...
2005-11-29 Steve PetersAssimilate Pod-Escapes-1.04. This is a prereq for...
2005-11-28 Rafael Garcia... Typo fix, by Olivier Blin
2005-11-28 Steve HayFix ext/POSIX/t/time.t on Win32
2005-11-28 Steve PetersMac OS X/Darwin seems to have problems with tzname().
2005-11-28 Rafael Garcia... FAQ sync.
2005-11-28 Jarkko HietaniemiMath::Trig: blead and maint (doc patch only): s/Bay...
2005-11-28 Steve PetersMention of possible use of a scalar variable on the...
2005-11-27 Rafael Garcia... Don't let MakeMaker install doc for MIME::Base64
2005-11-27 Rafael Garcia... Upgrade to Getopt::Long 2.34_04
2005-11-27 Yitzchak Scott... fix wrong pool error in cygwin build
2005-11-27 Steve PetersUpgrade to MIME-Base64-3.06
2005-11-26 Steve PetersDeal with differences in what clock() does between...
2005-11-26 Steve PetersUpgrade to Scalar-List-Utils-1.18
2005-11-26 Steve PetersUpgrade to Digest-MD5-2.35
2005-11-26 Steve PetersActually update one of the files from the previous...
next