p5sagit/p5-mst-13.2.git
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
2005-12-02 Nicholas Clark Address Hugo's comment on Dave's change (26240)
2005-12-02 Gisle Aas Storable retrieve_lscalar fails for empty strings ...
2005-12-02 Andy Lester Signs, signs, everywhere a sign
2005-12-01 Steve Peters Nit from change #26232 noticed by H. Merijn Brand
2005-12-01 Dave Mitchell sprintf %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 Aas Disable 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 Peters dor-assign (//=) was missing from perlop.pod
2005-11-30 Gisle Aas Remove redundant SvUTF8_on() calls
2005-11-30 SADAHIRO Tomoyuki Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-30 Nicholas Clark The 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önig Re: [perl #37716] Re: File::Compare broken for filename...
2005-11-29 Steve Peters Assimilate Pod-Escapes-1.04. This is a prereq for...
2005-11-28 Rafael Garcia... Typo fix, by Olivier Blin
2005-11-28 Steve Hay Fix ext/POSIX/t/time.t on Win32
2005-11-28 Steve Peters Mac OS X/Darwin seems to have problems with tzname().
2005-11-28 Rafael Garcia... FAQ sync.
2005-11-28 Jarkko Hietaniemi Math::Trig: blead and maint (doc patch only): s/Bay...
2005-11-28 Steve Peters Mention 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 Peters Upgrade to MIME-Base64-3.06
2005-11-26 Steve Peters Deal with differences in what clock() does between...
2005-11-26 Steve Peters Upgrade to Scalar-List-Utils-1.18
2005-11-26 Steve Peters Upgrade to Digest-MD5-2.35
2005-11-26 Steve Peters Actually update one of the files from the previous...
2005-11-26 Steve Peters Upgrade to Digest-1.14
2005-11-26 Steve Peters Just be explicit about $TZ.
2005-11-26 Steve Peters Hmmm...strftime() does work on Win32, but tzset() is...
2005-11-26 Steve Peters Additional tests for B and POSIX. The POSIX ones conce...
2005-11-25 Nicholas Clark Move report_uninit() and its static supporting function...
2005-11-25 Yves Orton perlpod documentation discrepancy in 5.8.6 ( and maybe...
2005-11-24 SADAHIRO Tomoyuki Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-24 Enrico Sorcinelli Document new perldoc -L switch
2005-11-24 Rafael Garcia... Delete a README made redundant by change 26200.
2005-11-23 Vadim Konovalov perlce touches
2005-11-23 SADAHIRO Tomoyuki XS-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 Clark Note the URL describing the vast riches awaiting us.
2005-11-22 Dave Mitchell include 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 Houston Re: [PATCH] concat interacts badly with magic
2005-11-22 Enrico Sorcinelli Pod::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 Dubois RE: [perl #37708] [PATCH] wrong IP_ constants on Win32
2005-11-22 Andy Lester ff_chop.patch redux
2005-11-22 John E. Malmberg patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
2005-11-22 John E. Malmberg patch@26180 - t/op/array.t : Can't reset %ENV on VMS
2005-11-21 Robin Houston concat interacts badly with magic
2005-11-21 Nicholas Clark Flip the sign of the value in body details offset,...
2005-11-21 H.Merijn Brand Thread failures on AIX (and others) caused by interleav...
2005-11-21 Rafael Garcia... Upgrade to Time::HiRes 1.83
2005-11-20 Nicholas Clark Eliminate two more strlen()s, by using the return value...
2005-11-20 Rafael Garcia... Declarations must come first, or some compilers aren...
2005-11-20 Andy Lester Pulling ancient RCS comments
2005-11-20 Jan Dubois Reworked PERL_TRACK_MEMPOOL patch
2005-11-19 Steve Peters Down with "warning: code has no effect"
2005-11-19 Steve Peters Cleaning up some warnings generated by "gcc -W"
2005-11-19 Steve Peters Upgrade to PathTools-3.14
2005-11-19 Nicholas Clark Norman observed that a couple of macros could make...
2005-11-19 Nicholas Clark With -DPURFIY we change the flags so that everything...
2005-11-19 Nicholas Clark Map the HE arena onto SV type 0 (SVt_NULL).
2005-11-18 Nicholas Clark Remove all the now unused new_XFOO()/del_XFOO() macros
2005-11-18 Nicholas Clark sv_clear can manipulate the arena array directly too.
2005-11-18 Nicholas Clark We only need to zero new bodies for upgrades. sv_dup...
2005-11-18 Nicholas Clark Merge the arms of the switch. The decision about what...
2005-11-18 Nicholas Clark Eliminate new_body_length from sv_dup. Replace SvTYPE...
2005-11-18 Nicholas Clark Eliminate new_body_offset from sv_dup()
2005-11-18 Nicholas Clark Merge the last remaining case duplication in sv_upgrade
2005-11-18 Nicholas Clark Eliminate new_body_length from sv_upgrade
next