p5sagit/p5-mst-13.2.git
2009-05-20 Nicholas Clark Perl_magic_clearsig() needs to remove magic, else delet...
2009-05-20 H.Merijn Brand fix glob-assign for FORMAT
2009-05-20 H.Merijn Brand Update bisect notes
2009-05-20 Nicholas Clark Convert t/op/magic.t to use test.pl
2009-05-20 Nicholas Clark Tests for calls to Perl_croak() in the C source. Starti...
2009-05-20 Nicholas Clark Ignore bitcount.h
2009-05-20 Nicholas Clark Remove binary compatibility scaffolding for the change...
2009-05-20 Nicholas Clark Replace run-time on-demand initialisation of PL_bitcoun...
2009-05-20 Nicholas Clark Break out the file output code from generate_uudmap...
2009-05-20 Nicholas Clark In Perl_magic_clearsig(), only call LEAVE if we call...
2009-05-19 Nicholas Clark In Perl_magic_setsig(), clarify the scope of a block...
2009-05-19 Nicholas Clark Document the purpose of PL_psig_ptr and PL_psig_name.
2009-05-19 Chris 'BinGOs... Re: [PATCH] Update CPANPLUS::Dist::Build to CPAN versio...
2009-05-19 Nicholas Clark Pass the output file name to generate_uudmap, and open...
2009-05-19 Nicholas Clark In Perl_yylex(), no need to Newxz() a buffer we immedia...
2009-05-19 Nicholas Clark In Perl_gv_fetchpvn_flags(), don't re-zero memory from...
2009-05-19 Nicholas Clark In perl_clone_using(), use sv_dup_inc_multiple() to...
2009-05-19 Rafael Garcia... Ignore ".output" files, that might be generated by...
2009-05-19 Chris 'BinGOs... Update CPANPLUS::Dist::Build to CPAN version 0.30
2009-05-18 Nicholas Clark Add S_sv_dup_inc_multiple(), used in place of loops...
2009-05-18 Rafael Garcia... Remove old version of Fatal.t test, now moved under...
2009-05-18 Nicholas Clark In perl_clone_using(), don't use Newxz() for arrays...
2009-05-18 Nicholas Clark In Perl_ptr_table_new(), fight back against the cult...
2009-05-18 Nicholas Clark Tidy the implementation of Perl_mg_dup().
2009-05-18 Nicholas Clark In Perl_mg_dup(), remove a branch by tracking the addre...
2009-05-18 Nicholas Clark In Perl_mg_dup(), the while loop does the NULL check...
2009-05-18 Nicholas Clark In Perl_mg_dup(), don't call ptr_table_fetch, as we...
2009-05-18 Abhijit Menon-Sen Note 2.20 in the changelog.
2009-05-17 David Mitchell fix typo in Porting/Maintainers.pl
2009-05-17 David Mitchell add _PERLLIB pseudo-module to Maintainers.pl and update...
2009-05-17 David Mitchell add --checkmani option to Porting/Maintainers
2009-05-17 Steffen Mueller Upgrade to Parse::CPAN::Meta 1.38
2009-05-17 David Mitchell make Porting/corecpan.pl handle versions hidden in...
2009-05-17 David Mitchell update Porting/corecpan.pl to handle new ext/ structure...
2009-05-17 David Mitchell Maintainers.pl: most Compress stuff is now under ext...
2009-05-17 David Mitchell make Porting/corecpan.pl use the MANIFEST file of every...
2009-05-17 David Mitchell add reload_manifest() function to Porting/maintainers.pm
2009-05-17 David Mitchell resort Maintainers.pl module list
2009-05-17 David Mitchell make corecpan.pl sort case insensitively, so that the...
2009-05-16 Craig A. Berry tt is a reserved device name on VMS
2009-05-15 David Mitchell update the head comments in makedef.pl
2009-05-15 David Mitchell make script execution order in regen.pl mostly alphabetical
2009-05-15 David Mitchell add lib/overload/numbers.pm to (unused) output file...
2009-05-15 David Mitchell tidy up regen.pl (no functional changes)
2009-05-15 David Mitchell make regcomp.pl use the standard foo.h-new naming schem...
2009-05-15 David Mitchell Add some documentation to the heads of the various...
2009-05-14 Jan Dubois WIN32 preprocessor symbols is usually tested with ...
2009-05-14 Claes Jakobsson Amelioration of the error message "Unrecognized charact...
2009-05-14 Rafael Garcia... Fix failing autodie test with new smartmatch semantics.
2009-05-14 Rafael Garcia... Move autodie tests in lib/autodie/t, so they are picked...
2009-05-14 Vincent Pit pp.c and time64.c don't need to be executable
2009-05-14 Ricardo SIGNES document Git_Data
2009-05-14 Vincent Pit Remove remaining POD tags in verbatim paragraphs
2009-05-13 Christoph Lamprecht do/require don't treat '.\foo' or '..\foo' as "absolute...
2009-05-13 Rafael Garcia... Merge branch 'smartmatch' into blead
2009-05-13 Rafael Garcia... Enable more warnings in smart match tests
2009-05-13 Jan Dubois select() generates "Invalid parameter" messages on...
2009-05-12 Nicholas Clark Inline S_glob_2pv() into Perl_sv_2pv_flags(). (Existing...
2009-05-12 Nicholas Clark Add perl589delta.pod to pod.lst, and run pod/buildtoc...
2009-05-12 Steve Hay Skip test for changing TZ if running in a pseudo-fork...
2009-05-12 Steve Hay Upgrade to Time-Piece-1.14
2009-05-12 David Mitchell add perl589delta.pod to blead
2009-05-12 Rafael Garcia... Register ~~ operator overloading in its own category...
2009-05-12 Rafael Garcia... Smart matching is to-done.
2009-05-12 David Mitchell Resurrect the Changes file as a simple guide to finding...
2009-05-12 David Mitchell remove all Changes* files
2009-05-12 Rafael Garcia... Remove proposed (but unimplemented) $foo ~~ Range smart...
2009-05-11 Graham Barr Update IO to CPAN 1.24 release
2009-05-11 Vincent Pit Allow typed arrays and hashes
2009-05-10 David Mitchell bump Storage version to 2.20 to distinguish it from...
2009-05-10 Nicholas Clark Replacing dump.c's use of SVs as temporaries is TODO.
2009-05-10 Nicholas Clark Making ExtUtils::ParseXS use strict; is TODO.
2009-05-10 Steffen Mueller Update info on number of magic types\n\nRemove mention...
2009-05-10 Steffen Mueller Pull PathTools 3.30 (which was just a blead sync.)
2009-05-09 David Mitchell Revert "Bump version of File::Copy"
2009-05-09 Rafael Garcia... Implement Hash/Array ~~ Regex (with tests)
2009-05-09 Rafael Garcia... Add a test for object ~~ string, with stringification...
2009-05-09 Rafael Garcia... Add tests for object ~~ regexp
2009-05-09 Rafael Garcia... Treat blessed references on the left of C<~~> as scalars
2009-05-09 Rafael Garcia... Implement distributivity in $scalar ~~ @array
2009-05-08 Rafael Garcia... Document what to do with object on the left and add...
2009-05-08 Rafael Garcia... Inline macros used only once
2009-05-08 Rafael Garcia... Make ~~ overloading only be invoked on the right argument
2009-05-08 Rafael Garcia... More tests for ~~
2009-05-08 Steve Hay Silence Win32 compiler warning in IO.xs
2009-05-08 Chris 'BinGOs... Upgrade CPANPLUS::Dist::Build to 0.28
2009-05-08 Chris 'BinGOs... git checkout in add-package.pl, not git co
2009-05-08 Andreas J Koenig Update CPAN.pm to 1.93_54
2009-05-07 Steffen Mueller Bring PathTools changes file in sync with... PathTools
2009-05-07 Chris 'BinGOs... Upgrade to CPANPLUS-Dist-Build-0.26
2009-05-07 Steve Hay Fix ExtUtils::Miniperl on Win32
2009-05-06 Rafael Garcia... Rewrite tests for objects and ~~
2009-05-06 Steve Hay Fix POSIX::tzset() as per Time::Piece::_tzset().
2009-05-06 H.Merijn Brand -Duserelocatableinc and -Duseshrplib don't work together
2009-05-06 Steve Hay Fix code before declaration compile error on Win32
2009-05-06 David Cantrell perltie.pod docpatch
2009-05-06 Steve Hay Export two more PerlIO symbols.
2009-05-05 Nicholas Clark Add $(LDLIBPTH) to the documentation generation command...
2009-05-05 Rafael Garcia... Bump $VERSION of FileCache
2009-05-05 Niko Tyni Document that FileCache uses symbolic references
next