This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update ExtUtils-CBuilder to CPAN version 0.2800
[perl5.git] / MANIFEST
2010-12-07 Chris 'BinGOs' Wil... Update ExtUtils-CBuilder to CPAN version 0.2800
2010-12-06 Zeframstopgap hack for $@ as unwinding reason indicator
2010-12-05 Father ChrysostomosHideous to-do tests for (?{}) scoping issues
2010-11-30 Florian RagwitzAdd tests for sv_{,un}magicext and mg_findext
2010-11-29 David GoldenFilehandle method calls load IO::File on demand
2010-11-29 Florian RagwitzUpgrade Memoize from version 1.01_03 to 1.02
2010-11-28 Craig A. BerryMake vms/writemain.pl go the way of writemain.SH.
2010-11-28 Nicholas ClarkRemove makeaperl, never used, a wrapper for ExtUtils...
2010-11-28 Nicholas ClarkGenerate perlmain.c using ExtUtils::Miniperl, instead...
2010-11-26 David MitchellMake PerlIO marginally reentrant
2010-11-25 Chris 'BinGOs' Wil... Update MIME-Base64 to CPAN version 3.11
2010-11-23 Chris 'BinGOs' Wil... Update Unicode-Collate to CPAN version 0.68
2010-11-22 Karl WilliamsonAdd fold_grind.t
2010-11-21 Nicholas ClarkMove the test for Win32's FindExt.pm to t/porting,...
2010-11-21 Chris 'BinGOs' Wil... Update TOC for perl5.13.8
2010-11-18 Karl WilliamsonUnicode 6.0 DB
2010-11-15 Chris 'BinGOs' Wil... Update Archive-Tar to CPAN version 1.70
2010-11-15 Ben MorrowTests for the new custom op registrations.
2010-11-14 Florian RagwitzAdd ${^GLOBAL_PHASE}
2010-11-14 Chris 'BinGOs' Wil... Update Unicode-Collate to CPAN version 0.67
2010-11-14 Father Chrysostomos[perl #77238] Aliased @ISA does not work
2010-11-12 Chris 'BinGOs' Wil... Update MIME-Base64 to CPAN version 3.10
2010-11-11 Nicholas ClarkAdd Perl_bytes_cmp_utf8() to compare character sequence...
2010-11-11 Tim BunceTest for [perl #78586]
2010-11-09 Florian RagwitzMove ExtUtils-Command from cpan/ to dist/
2010-11-09 Florian RagwitzMove ExtUtils-Manifest from cpan/ to dist/
2010-11-09 Florian RagwitzDisable bitwise operators
2010-11-07 Florian RagwitzStructure dist/Math-BigInt-FastCalc like the CPAN dist
2010-11-07 Chris 'BinGOs' Wil... Update Unicode-Collate to CPAN version 0.66
2010-11-04 Nicholas ClarkSome tests for B::walkoptree.
2010-11-03 Nicholas ClarkAdd tests for tryAMAGICunDEREF_var().
2010-11-03 Chris 'BinGOs' Wil... Update Unicode-Collate to CPAN version 0.65
2010-11-01 David GoldenAllow push/pop/keys/etc to act on references
2010-10-31 Chris 'BinGOs' Wil... Update Unicode-Collate to CPAN version 0.64
2010-10-30 Father ChrysostomosTo-do tests for isarev (more to come)
2010-10-29 Nicholas ClarkSort the MANIFEST (after change 1222f39eae03eee3)
2010-10-29 Father ChrysostomosAdd test for [perl #78674]
2010-10-28 Father ChrysostomosRun 01SelfLoader.t also under taint mode
2010-10-27 Niko TyniRefactor LC_NUMERIC test out of t/run/fresh_perl.t
2010-10-27 Zeframnew API functions op_scope and op_lvalue
2010-10-25 Zeframfunction to parse isolated label
2010-10-25 Niko TyniTODO test: SvPVbyte should handle get magic before...
2010-10-24 Zeframdon't rely on ghost contexts being unmolested
2010-10-24 Florian RagwitzMath::BigRat has blead as its upstream
2010-10-23 Nicholas ClarkConvert B to use ExtUtils::Constant::ProxySubs for...
2010-10-21 Zeframfull API for cop hint hashes
2010-10-21 Zeframfunction to parse Perl code block
2010-10-21 Zeframfix and test PL_expect in recdescent parsing
2010-10-21 Father Chrysostomos[perl #78072] use re '/xism';
2010-10-21 Zeframhandle bracket stack better in recdescent parsing
2010-10-21 Zeframavoid side-effecting source held in scalar
2010-10-21 Tatsuhiko Miyagawaupdate TOC for perl5137delta
2010-10-19 David Mitchelladd skeleton testing for the MULTICALL macros
2010-10-19 Nicholas ClarkUse inlineable proxy constant subs for I18N::Langinfo
2010-10-19 Nicholas ClarkMake Fcntl::AUTOLOAD's error messages consistent with...
2010-10-18 Chris 'BinGOs' Wil... Fix issues with the podlators update
2010-10-18 Chris 'BinGOs' Wil... Update podlators to CPAN version 2.4.0
2010-10-16 Chris 'BinGOs' Wil... Update Unicode-Collate to CPAN version 0.63
2010-10-14 Nicholas ClarkConvert lib/Tie/Hash/NamedCapture.pm to an XS module...
2010-10-13 Florian RagwitzAdd perl5122delta
2010-10-12 ZeframAPIify op list constructors
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-10-10 Steffen MuellerMove regen scripts to regen/
2010-10-08 Nicholas Clarkxs_version_bootcheck() must use mortals, as {new,upg...
2010-10-07 Nicholas ClarkXS::APItest tests for XS_VERSION_BOOTCHECK.
2010-10-06 Chris 'BinGOs' Wil... Update Unicode-Collate to CPAN version 0.62
2010-10-05 Nicholas ClarkGenerate the core-only Makefile.PL for podlators using...
2010-10-05 Nicholas ClarkMove pod2html.PL into ext/Pod-Html
2010-10-05 Nicholas ClarkMove pod2man.PL, pod2text.PL, podselect.PL into cpan...
2010-10-05 Nicholas ClarkMove pod2usage.PL, podchecker.PL, podselect.PL into...
2010-10-05 Nicholas ClarkMove pod2latex.PL into its CPAN distribution directory.
2010-10-05 Nicholas ClarkMove Pod::Html from lib/ to ext/
2010-10-05 Father Chrysostomos[perl #73534] Bigrat segfaults on irrational numbers
2010-10-05 Father ChrysostomosUpdate MANIFEST for prev. Locale::Maketext change
2010-10-04 Zefram[PATCH] function to parse Perl statement sequence
2010-10-02 Chris 'BinGOs' Wil... Update Unicode-Collate to CPAN version 0.61
2010-10-01 Father Chrysostomos[perl #48332] Debugger corrupts symbol table munging
2010-09-29 Andrew RodlandAdd test against re-eval corrupting regexp state
2010-09-28 Father ChrysostomosAdd new Locale::Maketext files to MANIFEST
2010-09-28 Nicholas ClarkA test to check that regen.pl doesn't need running.
2010-09-28 Father Chrysostomos[perl #75174] Clone dir handles
2010-09-27 Nicholas ClarkMove OP prototypes from pp_proto.h to proto.h
2010-09-27 Father ChrysostomosRevert "Add new Locale::Maketext files to MANIFEST"
2010-09-27 Father ChrysostomosAdd new Locale::Maketext files to MANIFEST
2010-09-26 Father Chrysostomostests for [perl #76474]
2010-09-26 Zeframmerge XS-APItest-KeywordRPN into XS-APItest
2010-09-25 Florian RagwitzUpgrade Digest::MD5 from version 2.40 to 2.50
2010-09-25 Father ChrysostomosLocale::Maketext version bump; MANIFEST, ChangeLog...
2010-09-25 Karl WilliamsonAdd 256 word bit table of character classes
2010-09-24 Jerry D. Hedden[perl #78000] [PATCH] Upgrade to threads 1.79
2010-09-23 Chris 'BinGOs' Wil... Updated Unicode-Collate to CPAN version 0.60
2010-09-23 Nicholas ClarkSome tests for Perl_grok_number().
2010-09-22 Andy DoughertyExtract regcurly as a static inline function.
2010-09-19 Florian RagwitzAdd tests for PL_peepp/PL_rpeepp
2010-09-19 Steve HayPrepare perldelta for Perl 5.13.6
2010-09-19 Chris 'BinGOs' Wil... Removed the superfluous META.yml from Module-CoreList
2010-09-18 Steve HayUpgrade Encode from 2.39 to 2.40
2010-09-16 Florian RagwitzBack out the mauve module and related changes
2010-09-16 Zeframadd hv_copy_hints_hv and save_hints to the API
2010-09-15 Florian Ragwitzif.pm is upstream blead
next