This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2009-04-23 David Mitchellqr_gc.t is only TODO on 5.11.x+
2009-04-23 Steve PetersAdd an idea to perltodo
2009-04-23 Craig A. BerrySpace between target and colon is not optional in VMS...
2009-04-22 Nicholas ClarkSean would like to pass on his maintainership of I18N...
2009-04-21 Nicholas Clark7eb47696deb9a7343fb4847f7342919a6df59e21 should be...
2009-04-21 Craig A. BerryFix reference to perlvms.pod after move to new location.
2009-04-21 Nicholas ClarkWe need $(MINIPERL_EXE) before we can run autodoc.pl...
2009-04-21 Nicholas ClarkBuild perltoc.pod, rather than shipping it. This way...
2009-04-20 Nicholas ClarkTweak corelist.pl's heuristics to cope with the renamed...
2009-04-20 Nicholas ClarkIn corelist.pl, refactor to avoid repeating the final...
2009-04-20 Steve HayFix calling of autodoc.pl in Win32 nmake Makefile
2009-04-20 Steve HayRemove leftover copying of perlvms.pod on Win32
2009-04-20 Niko TyniClarify PERL_SYS_INIT3() usage.
2009-04-20 Nicholas ClarkMove vms/perlvms.pod to pod/ and update the Makfiles...
2009-04-19 Craig A. BerryMake h2ph's generated preamble require-able when empty.
2009-04-19 Craig A. BerryMake lib/h2ph.t use t/test.pl.
2009-04-19 Nicholas ClarkIn the Makefile, no need to change into pod/ to create...
2009-04-19 Nicholas ClarkSimpify logic in Perl_pad_free(): SvIsCOW() has the...
2009-04-19 Nicholas ClarkIn the context of PERL_OLD_COPY_ON_WRITE, remove commen...
2009-04-19 Nicholas ClarkMove the symlink fo perl51110delta.pod to perldelta...
2009-04-19 Nicholas ClarkIn buildtoc, refactor all the duplicated checking logic...
2009-04-19 Nicholas ClarkFor Win32, add the generated files to the delete list...
2009-04-19 Nicholas ClarkFor VMS, generate the delete rules for generated and...
2009-04-18 Rafael Garcia... Remove ExtUtils::MM_Haiku
2009-04-18 Max MaischeinMake autodoc.pl accept the root dir in @ARGV
2009-04-18 Nicholas Clarkautodoc.pl needs -Ilib. I had been testing with a perl...
2009-04-18 H.Merijn BrandHere are some patches for QNX6 against 5.10.x. Unpatche...
2009-04-18 David Mitchellfix trivial typo in MANIFEST
2009-04-18 Nicholas ClarkAs autodoc.pl no longer rebuilds repository files,...
2009-04-18 Nicholas Clarkgrep then sort, as it's more efficient to sort a shorte...
2009-04-18 Nicholas ClarkAdd a --quiet option, to suppress all the routine warni...
2009-04-18 Nicholas ClarkGenerate perlapi.pod and perlintern.pod at build time...
2009-04-17 Steve HayFix failing Time-Piece tests on Win32
2009-04-17 Nicholas ClarkIn autodoc.pl, inline and hence eliminate walk_table().
2009-04-17 Nicholas ClarkIn autodoc.pl, remove the unused parameters and functio...
2009-04-17 Steve HayAdd reference to MS KB article describing leak in putenv()
2009-04-17 Steve HayRemove last vestiges of USE_WIN32_RTL_ENV
2009-04-16 Rafael Garcia... Ignore some autogenerated makefiles
2009-04-16 Nicholas ClarkAvoid 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 VandiverData::Dumper hash iterator needs to be reset on all...
2009-04-16 Niko TyniSquelch 'Constant subroutine ... undefined' warnings...
2009-04-16 Niko TyniAdd tests to verify that h2ph output compiles and is...
2009-04-16 Paul MarquessBuild bzip2 witha C++ compiler
2009-04-16 Chris 'BinGOs... Update CPANPLUS::Dist::Build to 0.22
2009-04-14 Tom HukinsDocumentation Patch: perlxs.pod
2009-04-14 Steve PetersAdd file missed in previous commit.
2009-04-13 Andreas J.... [PATCH] Update CPAN.pm to 1.93_52
2009-04-13 Steve PetersMerge branch 'blead' of ssh://stevep@perl5.git.perl...
2009-04-13 Steve PetersUpgrade to CGI.pm-3.43
2009-04-13 Nicholas ClarkRemove an unnecessary use Config;
2009-04-13 Nicholas ClarkRemove 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 ClarkRestore prototypes to XS code in attributes, accidental...
2009-04-13 Nicholas ClarkTODO tests for deparsing strict, warnings as strings...
2009-04-13 Nicholas Clarkour $TODO should be local $::TODO, revealing a bug...
2009-04-13 Nicholas ClarkCorrect two other tests that apparently should be TODOs...
2009-04-13 Nicholas ClarkA perl-version portable fix for B coping with CVf_LOCKE...
2009-04-13 Nicholas ClarkTweak t/lib/common.pl to use test.pl's (better) tempfil...
2009-04-13 Nicholas ClarkPropagate the upgraded TODO/SKIP parser from ext/B...
2009-04-13 Nicholas ClarkRefactor the SKIP parser to also handle TODOs. TODO...
2009-04-13 Nicholas ClarkRemove CVf_LOCKED and CvLOCKED*(), now that nothing...
2009-04-13 Nicholas ClarkGvUNIQUE* have been defined as 0 since 2005/06/30 ...
2009-04-12 Nicholas ClarkRemove a link to the attrs pragma, which has now been...
2009-04-12 Nicholas Clarks/locked/lvalue/ in the examples, and remove mention...
2009-04-12 Nicholas ClarkDeprecate using "unique" with the attributes pragma.
2009-04-12 Nicholas ClarkDeprecate using "locked" with the attributes pragma.
2009-04-12 Nicholas ClarkConvert xsutils.c and lib/attributes.pm to a regular...
2009-04-12 Nicholas ClarkRemove #ifdef CVf_LVALUE/#endif - LVALUE subs aren...
2009-04-12 Nicholas ClarkDeprecate use of the attribute :locked on subroutines.
2009-04-12 Nicholas ClarkEliminate "Old Perl threads tutorial", which describes...
2009-04-12 Nicholas ClarkRebuild pod/perltoc.pod.
2009-04-12 Nicholas ClarkSort the MANIFEST.
2009-04-12 Nicholas ClarkRemove attrs, which has been deprecated since 1999...
2009-04-10 Florian RagwitzUpgrade to NEXT-0.63.
2009-04-09 Nicholas ClarkDon't SEGV while warning about redefining the format...
2009-04-09 Andy DoughertyFix declaration-after-statement in ext/Socket/Socket.xs
2009-04-09 Chris WilliamsUpdate CPANPLUS::Dist::Build to 0.20
2009-04-09 Rafael Garcia... Merge commit 'rafl/blead' into blead
2009-04-08 David CantrellNet::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 Tynih2xs incorrectly treats enum values like macros
2009-04-08 Florian RagwitzUpgrade to NEXT-0.62.
2009-04-07 Michael WittenDocs: Fixed a couple of [my] typos
2009-04-07 Michael WittenDocs: Update summary and add copyright
2009-04-07 Michael WittenDocs: Expanded treatment of adding instance variables
2009-04-07 Michael WittenDocs: Clarify that a class is not an instance
2009-04-07 Michael WittenDocs: Minor modifications to discussion of constructor
2009-04-07 Michael WittenDocs: Make use of $self and $class clear
2009-04-07 Michael WittenDocs: Better orgnization of instance discussion
2009-04-07 Michael WittenDocs: Cleanup lead-in to instance variables
2009-04-07 Michael WittenDocs: Better[?] development of SUPER
2009-04-07 Michael WittenDocs: Get rid of those awful tabs!
2009-04-07 Michael WittenDocs: Quick explanation of duck typing and a warning
2009-04-07 Michael WittenDocs: Make the "use base" purpose more obvious
2009-04-07 Michael WittenDocs: Minor reorganization.
2009-04-07 Michael WittenDocs: Typo: 'no strict subs' -> 'no strict refs'
2009-04-07 Michael WittenDocs: Typo: \{-1} -> \g{-1}
2009-04-07 Niko TyniMake h2ph look in "include-fixed", needed by at least...
next