p5sagit/p5-mst-13.2.git
2009-04-17 Steve Hay Add reference to MS KB article describing leak in putenv()
2009-04-17 Steve Hay Remove last vestiges of USE_WIN32_RTL_ENV
2009-04-16 Rafael Garcia... Ignore some autogenerated makefiles
2009-04-16 Nicholas Clark Avoid loading Config, as we don't need to distinguish...
2009-04-16 Rafael Garcia... Ignore attributes.pm in lib since it's now an XS module
2009-04-16 Rafael Garcia... Bump VERSION of Data::Dumper
2009-04-16 Alex Vandiver Data::Dumper hash iterator needs to be reset on all...
2009-04-16 Niko Tyni Squelch 'Constant subroutine ... undefined' warnings...
2009-04-16 Niko Tyni Add tests to verify that h2ph output compiles and is...
2009-04-16 Paul Marquess Build bzip2 witha C++ compiler
2009-04-16 Chris 'BinGOs... Update CPANPLUS::Dist::Build to 0.22
2009-04-14 Tom Hukins Documentation Patch: perlxs.pod
2009-04-14 Steve Peters Add file missed in previous commit.
2009-04-13 Andreas J.... [PATCH] Update CPAN.pm to 1.93_52
2009-04-13 Steve Peters Merge branch 'blead' of ssh://stevep@perl5.git.perl...
2009-04-13 Steve Peters Upgrade to CGI.pm-3.43
2009-04-13 Nicholas Clark Remove an unnecessary use Config;
2009-04-13 Nicholas Clark Remove Makefile.PLs that make_ext.pl can automatically...
2009-04-13 Paul Marquess [PATCH] Compress-Raw-Bzip2 2.018 (was RE: Compress...
2009-04-13 Nicholas Clark Restore prototypes to XS code in attributes, accidental...
2009-04-13 Nicholas Clark TODO tests for deparsing strict, warnings as strings...
2009-04-13 Nicholas Clark our $TODO should be local $::TODO, revealing a bug...
2009-04-13 Nicholas Clark Correct two other tests that apparently should be TODOs...
2009-04-13 Nicholas Clark A perl-version portable fix for B coping with CVf_LOCKE...
2009-04-13 Nicholas Clark Tweak t/lib/common.pl to use test.pl's (better) tempfil...
2009-04-13 Nicholas Clark Propagate the upgraded TODO/SKIP parser from ext/B...
2009-04-13 Nicholas Clark Refactor the SKIP parser to also handle TODOs. TODO...
2009-04-13 Nicholas Clark Remove CVf_LOCKED and CvLOCKED*(), now that nothing...
2009-04-13 Nicholas Clark GvUNIQUE* have been defined as 0 since 2005/06/30 ...
2009-04-12 Nicholas Clark Remove a link to the attrs pragma, which has now been...
2009-04-12 Nicholas Clark s/locked/lvalue/ in the examples, and remove mention...
2009-04-12 Nicholas Clark Deprecate using "unique" with the attributes pragma.
2009-04-12 Nicholas Clark Deprecate using "locked" with the attributes pragma.
2009-04-12 Nicholas Clark Convert xsutils.c and lib/attributes.pm to a regular...
2009-04-12 Nicholas Clark Remove #ifdef CVf_LVALUE/#endif - LVALUE subs aren...
2009-04-12 Nicholas Clark Deprecate use of the attribute :locked on subroutines.
2009-04-12 Nicholas Clark Eliminate "Old Perl threads tutorial", which describes...
2009-04-12 Nicholas Clark Rebuild pod/perltoc.pod.
2009-04-12 Nicholas Clark Sort the MANIFEST.
2009-04-12 Nicholas Clark Remove attrs, which has been deprecated since 1999...
2009-04-10 Florian Ragwitz Upgrade to NEXT-0.63.
2009-04-09 Nicholas Clark Don't SEGV while warning about redefining the format...
2009-04-09 Andy Dougherty Fix declaration-after-statement in ext/Socket/Socket.xs
2009-04-09 Chris Williams Update CPANPLUS::Dist::Build to 0.20
2009-04-09 Rafael Garcia... Merge commit 'rafl/blead' into blead
2009-04-08 David Cantrell Net::hostent fails make test if can't resolve localhost
2009-04-08 Marcus Holland... Use of freed comppad array during clear_yystack()
2009-04-08 Niko Tyni h2xs incorrectly treats enum values like macros
2009-04-08 Florian Ragwitz Upgrade to NEXT-0.62.
2009-04-07 Michael Witten Docs: Fixed a couple of [my] typos
2009-04-07 Michael Witten Docs: Update summary and add copyright
2009-04-07 Michael Witten Docs: Expanded treatment of adding instance variables
2009-04-07 Michael Witten Docs: Clarify that a class is not an instance
2009-04-07 Michael Witten Docs: Minor modifications to discussion of constructor
2009-04-07 Michael Witten Docs: Make use of $self and $class clear
2009-04-07 Michael Witten Docs: Better orgnization of instance discussion
2009-04-07 Michael Witten Docs: Cleanup lead-in to instance variables
2009-04-07 Michael Witten Docs: Better[?] development of SUPER
2009-04-07 Michael Witten Docs: Get rid of those awful tabs!
2009-04-07 Michael Witten Docs: Quick explanation of duck typing and a warning
2009-04-07 Michael Witten Docs: Make the "use base" purpose more obvious
2009-04-07 Michael Witten Docs: Minor reorganization.
2009-04-07 Michael Witten Docs: Typo: 'no strict subs' -> 'no strict refs'
2009-04-07 Michael Witten Docs: Typo: \{-1} -> \g{-1}
2009-04-07 Niko Tyni Make h2ph look in "include-fixed", needed by at least...
2009-04-07 Rafael Garcia... Deprecate assignment to $[
2009-04-06 H.Merijn Brand Remove libbsd/libBSD from wanted libs on AIX
2009-04-03 Nicholas Clark In sdbm_open(), replace strcat()s and strcpy()s with...
2009-04-03 Nicholas Clark Don't needlessly assign to pagname (which seems to...
2009-04-03 Nicholas Clark Don't assign needlessly to dirname. (which seems to...
2009-04-02 David Mitchell document PERL_SYS_INIT, PERL_SYS_TERM and that they...
2009-04-02 Craig A. Berry Skip bug in new File::stat test.
2009-04-01 Rafael Garcia... Sadahiro says that "first-come" should be preferred...
2009-03-31 Nicholas Clark Remove the 5.005 threads details from the documentation...
2009-03-31 Jerry D. Hedden Can't use inet_ntop and inet_pton under Cygwin because...
2009-03-31 Nicholas Clark Close the file before renaming it. Problem spotted...
2009-03-31 Rafael Garcia... Getopt::Long is maintained on CPAN
2009-03-31 Rafael Garcia... Upgrade to Getopt::Long 2.38
2009-03-31 Nicholas Clark Don't create an empty Errno.pm if there is an error...
2009-03-31 Nicholas Clark Note why we need a seemingly useless empty ...
2009-03-31 Nicholas Clark Avoid "Constant subroutine ... redefined" warning,...
2009-03-31 Steve Peters Upgrade to CPANPLUS-Dist-Build-0.18.
2009-03-30 Craig A. Berry TZ setting must contain an offset.
2009-03-30 H.Merijn Brand Make references to the Glossary in Config.pm and Config.pod
2009-03-30 Paul Marquess Updates for ext/compress*
2009-03-29 Vincent Pit Document when as a syntax modifier
2009-03-29 David Mitchell provide minimal documentation for the MUTABLE_*() macros
2009-03-29 Rafael Garcia... Merge commit 'origin/postfixwhen' into blead
2009-03-29 Nicholas Clark Document that DESTROY is subject to AUTOLOAD, and the...
2009-03-29 Nicholas Clark Change Regexp::DESTROY to be a constant subroutine...
2009-03-29 Nicholas Clark Change Perl_newCONSTSUB() so that a NULL sv generates...
2009-03-29 Nicholas Clark In Perl_newCONSTSUB(), sv should not be NULL.
2009-03-29 SADAHIRO Tomoyuki Update to Unicode::Normalize 1.03
2009-03-29 Paul Marquess DB_File 1.820: Remove MAN3PODS => {}
2009-03-29 Craig A. Berry Make Time::Piece use the init_tm() in util.c, bump...
2009-03-29 Vincent Pit Don't call SvPV_const() on the method name at the top...
2009-03-28 Nicholas Clark Don't COW PVFMs, as the IVX is now used for FmLINES...
2009-03-28 Nicholas Clark In Perl_sv_setsv_cow(), dstr can be NULL.
2009-03-28 Vincent Pit Allow when to be used as a statement modifier
2009-03-28 Florian Ragwitz Improve mro merging error messages.
next