p5sagit/p5-mst-13.2.git
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
2005-11-18 Nicholas Clark Eliminate new_body_offset from sv_upgrade
2005-11-18 Nicholas Clark new_body_inline doesn't need to be passed the root...
2005-11-18 Rafael Garcia... Tabs are still required in the MANIFEST
2005-11-18 Nicholas Clark Add a flag to the body details of which types come...
2005-11-18 Nicholas Clark Simplify the expression for the upgrade logic for SVt_IV.
2005-11-18 Steve Peters Adding README.linux to the MANIFEST
2005-11-18 Nicholas Clark const and static for the const static private table.
2005-11-18 Nicholas Clark Rename sv_upgrade's parameter mt to new_type.
2005-11-18 Andreas König Dumpvalue doc patch
2005-11-18 Steve Peters Initial, albeit hackish, support for the alpha version...
2005-11-17 Nicholas Clark All that can be in the first switch statement of sv_upg...
2005-11-17 Nicholas Clark "Can you see what it is yet?"
2005-11-17 Nicholas Clark Add the size of the structure to copy as a field in...
2005-11-17 Nicholas Clark Merge sizeof_body_by_svtype and offset_by_svtype into...
2005-11-17 Nicholas Clark Move the location of the definition of the arena slot...
2005-11-17 Andy Lester Sort subs now in embed.fnc
2005-11-17 Nicholas Clark s/SvTYPE(sv)/old_type/ in sv_upgrade because we already...
2005-11-17 Rafael Garcia... It's clearer to use "morphing" than "polymorphing"...
2005-11-17 Peter Dintelmann [perl #37694] segfault with PerlIO::get_layers()
2005-11-16 Nicholas Clark Oi gcc, No! sizeof(void) is an error. *Not* 1.
2005-11-16 Nicholas Clark PL_pte_root and PL_pte_arenaroot can be exterminated...
2005-11-16 Jim Cromie Re: eliminate discreet arenaroots
2005-11-16 Vadim Konovalov for wince
2005-11-16 Hugo van der... Re: [perl #37688] Unexpected regex failure.
2005-11-15 SADAHIRO Tomoyuki Re: [perl #37616] Bug in &= (string) and/or m//
2005-11-15 Yitzchak Scott... Re: Cygwin status, maint and blead
2005-11-14 Nicholas Clark Remove the two register keywords from auto variables...
2005-11-14 Nicholas Clark More PERL_POISON - poison SvANY() and SvREFCNT() in...
2005-11-14 Nicholas Clark Mark all places where perl needs to look at a possibly...
2005-11-14 Steve Peters Removed reference to the non-existent C<Opcode::Custom>.
next