This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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...
2005-11-26 Steve PetersUpgrade to Digest-1.14
2005-11-26 Steve PetersJust be explicit about $TZ.
2005-11-26 Steve PetersHmmm...strftime() does work on Win32, but tzset() is...
2005-11-26 Steve PetersAdditional tests for B and POSIX. The POSIX ones conce...
2005-11-25 Nicholas ClarkMove report_uninit() and its static supporting function...
2005-11-25 Yves Ortonperlpod documentation discrepancy in 5.8.6 ( and maybe...
2005-11-24 SADAHIRO TomoyukiRe: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-24 Enrico SorcinelliDocument new perldoc -L switch
2005-11-24 Rafael Garcia... Delete a README made redundant by change 26200.
2005-11-23 Vadim Konovalovperlce touches
2005-11-23 SADAHIRO TomoyukiXS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-22 Rafael Garcia... Notes in perlstyle about POD formatting, by Sébastien
2005-11-22 Nicholas ClarkNote the URL describing the vast riches awaiting us.
2005-11-22 Dave Mitchellinclude PERL_TRACK_MEMPOOL in perl -V output
2005-11-22 Dave Mitchell[perl #37725] perl segfaults on reversed array reference
2005-11-22 Robin Houston[DOC PATCH] Sort subs *can* now be recursive
2005-11-22 Rafael Garcia... Use the system's free to dealloc a PV allocated by...
2005-11-22 Robin HoustonRe: [PATCH] concat interacts badly with magic
2005-11-22 Enrico SorcinelliPod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
2005-11-22 Rafael Garcia... Revert change #26185, which could have some unwanted...
2005-11-22 Jan DuboisRE: [perl #37708] [PATCH] wrong IP_ constants on Win32
2005-11-22 Andy Lesterff_chop.patch redux
2005-11-22 John E. Malmbergpatch@26180 - t/op/pat.t : Can't reset %ENV on VMS
2005-11-22 John E. Malmbergpatch@26180 - t/op/array.t : Can't reset %ENV on VMS
2005-11-21 Robin Houstonconcat interacts badly with magic
2005-11-21 Nicholas ClarkFlip the sign of the value in body details offset,...
2005-11-21 H.Merijn BrandThread failures on AIX (and others) caused by interleav...
2005-11-21 Rafael Garcia... Upgrade to Time::HiRes 1.83
next