summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Remove the -P switchRafael Garcia-Suarez2008-01-111-4/+0
| | | p4raw-id: //depot/perl@32954
* Add dtrace supportAndy Armstrong2008-01-111-0/+2
| | | | | | | | | Message-Id: <F4AC553F-7C7F-49C3-98C2-E04681E1004F@hexten.net> with fixups as discussed on list, plus adding usedtrace to Glossary, plus propagating all the new config variables everywhere. (Was there an automatic way to do that? I did it with emacs macros) p4raw-id: //depot/perl@32953
* Variants of several regression tests that run the actul tests insideNicholas Clark2008-01-091-0/+6
| | | | | a new thread, to test ithread's cloning, particularly of regexps. p4raw-id: //depot/perl@32931
* Move re::regexp_pattern to universal.cJerry D. Hedden2008-01-091-1/+2
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510801081201q5c36f055re6165ebfe8876c2e@mail.gmail.com> p4raw-id: //depot/perl@32911
* Remove IPC::SysV constant files from the MANIFEST.Marcus Holland-Moritz2008-01-051-2/+0
| | | p4raw-id: //depot/perl@32847
* Add a small program that gets the C pre-processor to expand the macroNicholas Clark2008-01-041-0/+1
| | | | | passed on the command line. p4raw-id: //depot/perl@32833
* Move the SelfLoader test files in their own subdirectoryRafael Garcia-Suarez2008-01-041-2/+2
| | | p4raw-id: //depot/perl@32829
* Upgrade to Devel::PPPort 3.13_01Marcus Holland-Moritz2008-01-041-1/+7
| | | p4raw-id: //depot/perl@32827
* Upgrade to AutoLoader-5.64Steve Peters2007-12-311-2/+2
| | | p4raw-id: //depot/perl@32787
* Add script to check source code for ANSI-C violations.Marcus Holland-Moritz2007-12-301-0/+1
| | | p4raw-id: //depot/perl@32784
* Add file to MANIFEST that hitched a ride with change #32750. ItSteve Peters2007-12-301-0/+1
| | | | | | hopefully will fix RT #44357. p4raw-link: @32750 on //depot/perl: 662f1f9e0a1bbee45e1e02386151364c8517604e p4raw-id: //depot/perl@32782
* A test for upgrading scalars. Curiously, before this, lib/Math/Trig.tNicholas Clark2007-12-261-0/+1
| | | | | | was the only code anywhere in the build or testsuite that upgraded an NV to an RV. p4raw-id: //depot/perl@32724
* Upgrade to IPC::SysV 1.99_07Marcus Holland-Moritz2007-12-221-10/+19
| | | p4raw-id: //depot/perl@32709
* Implement each @array.Nicholas Clark2007-12-201-0/+1
| | | | | | Documentation needed, FIXME for proper 64 bit support of arrays longer than 2**32, re-order the new ops at the end if merging to 5.10.x. p4raw-id: //depot/perl@32680
* Upgrade to Test::Harness 3.05Nicholas Clark2007-12-191-27/+102
| | | | | | | | | Add test boilerplate to various test files. Add FIXME skips for various tests that don't play nicely with the altered layout in the core. lib/Test/Harness/t/unicode.t appears to fail under UTF-8 locales and so will need fixing. p4raw-id: //depot/perl@32659
* threads::shared 1.15Jerry D. Hedden2007-12-191-0/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510712190717r379ffdbt9ed19b8a607b8931@mail.gmail.com> p4raw-id: //depot/perl@32658
* Add new Sys::Syslog file to MANIFESTRafael Garcia-Suarez2007-12-191-0/+1
| | | p4raw-id: //depot/perl@32656
* Upgrade to File-Temp-0.19Steve Peters2007-12-191-0/+2
| | | p4raw-id: //depot/perl@32652
* Upgrade to B-Lint-1.11Steve Peters2007-12-191-0/+1
| | | p4raw-id: //depot/perl@32651
* Update to Test-Simple-0.74Steve Peters2007-12-191-0/+1
| | | p4raw-id: //depot/perl@32650
* Add perl5110delta, and change 5100delta so that it is no longer "the"Nicholas Clark2007-12-191-3/+4
| | | | | perldelta. p4raw-id: //depot/perl@32649
* Record all the changes up to 5.10.0, and ready a new changes file forNicholas Clark2007-12-191-0/+1
| | | | | 5.11 p4raw-id: //depot/perl@32643
* Fix various bugs in regex engine with mixed utf8/latin pattern and strings. ↵Yves Orton2007-12-171-0/+1
| | | | | | | Related to [perl #36207] among others Message-ID: <9b18b3110712170621h41de2c76k331971e3660abcb0@mail.gmail.com> p4raw-id: //depot/perl@32628
* Upgrade to ExtUtils::MakeMaker 6.42Rafael Garcia-Suarez2007-12-091-0/+1
| | | p4raw-id: //depot/perl@32600
* Upgrade to ExtUtils::MakeMaker 6.37_02Rafael Garcia-Suarez2007-11-261-0/+1
| | | p4raw-id: //depot/perl@32494
* Add the Changes file for Win32.pmRafael Garcia-Suarez2007-11-221-0/+1
| | | p4raw-id: //depot/perl@32444
* Attribute::Handlers till ears are bleedingMichael G. Schwern2007-11-191-0/+1
| | | | | Message-ID: <4740D6CF.6030407@pobox.com> p4raw-id: //depot/perl@32405
* Upgrade to Module::Build 0.2808_01Rafael Garcia-Suarez2007-10-251-0/+1
| | | p4raw-id: //depot/perl@32192
* Fix overloading for 64-bit ints (revised)Jerry D. Hedden2007-10-191-0/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510710181149s1c096dd9qffa8fe42046e675b@mail.gmail.com> p4raw-id: //depot/perl@32141
* PL_AMG_names is only used by gv.c (as far as Google code search canNicholas Clark2007-10-161-1/+2
| | | | | | | see), so it can easily be a static variable inside gv.c. This allows the implementation to be changed in future Perls within the 5.10.x series. p4raw-id: //depot/perl@32116
* New test for SafeRafael Garcia-Suarez2007-10-121-0/+1
| | | p4raw-id: //depot/perl@32104
* Remove an obsolete test for h2ph, that was always skipped.Rafael Garcia-Suarez2007-10-101-1/+0
| | | | | New tests are needed. p4raw-id: //depot/perl@32094
* Update CPANPLUS to 0.83_02Rafael Garcia-Suarez2007-10-101-14/+15
| | | p4raw-id: //depot/perl@32092
* Add a rough, incomplete version of perl5100deltaRafael Garcia-Suarez2007-10-091-0/+1
| | | p4raw-id: //depot/perl@32080
* Time::Piece & matherr on qnx4Alexander Gough2007-10-081-0/+1
| | | | | | | Message-ID: <20071008121004.GB24241@the.earth.li> Plus, bump version number of Time::Piece to 1.11_03 p4raw-id: //depot/perl@32069
* Update Module::Load::Conditional to 0.20Rafael Garcia-Suarez2007-10-041-1/+1
| | | p4raw-id: //depot/perl@32022
* Upgrade to CPAN-1.9203Steve Peters2007-10-021-1/+3
| | | p4raw-id: //depot/perl@32008
* On VAX, feeding a bare "NaN" to nawk causes nawk to core dump sinceRafael Garcia-Suarez2007-09-261-2/+2
| | | | | | it tries to interpret it as a number, which causes an FP exception. (Patch from NetBSD) p4raw-id: //depot/perl@31975
* Upgrade to Test::Simple 0.72Rafael Garcia-Suarez2007-09-251-1/+0
| | | p4raw-id: //depot/perl@31966
* Re: BigInt bug with non-integer accuracy/precisionTels2007-09-241-0/+1
| | | | | Message-Id: <200709221133.35110@bloodgate.com> p4raw-id: //depot/perl@31951
* Fix file name in MANIFESTRafael Garcia-Suarez2007-09-191-1/+1
| | | p4raw-id: //depot/perl@31908
* Update to Test-Simple-0.71Steve Peters2007-09-191-1/+7
| | | p4raw-id: //depot/perl@31907
* Re: [PATCH] Cray XT4/Catamount buildJarkko Hietaniemi2007-09-191-0/+1
| | | | | | | | Message-ID: <46F063E0.1000004@iki.fi> (Restores a pre-generated utils/Makefile for the benefit of Win32, which can't run utils/Makefile.SH itself) p4raw-id: //depot/perl@31899
* Re: [PATCH] Re: Unintentional base.pm behavior changeMichael G. Schwern2007-09-191-0/+1
| | | | | Message-ID: <46F0D23C.6020105@pobox.com> p4raw-id: //depot/perl@31895
* Re: [PATCH] Cray XT4/Catamount buildJarkko Hietaniemi2007-09-171-1/+1
| | | | | Message-ID: <46EC7D3D.5010604@iki.fi> p4raw-id: //depot/perl@31878
* Update Module::Load to 0.12 (Was Re: Module::Load 0.12 wanna beJos I. Boumans2007-09-141-1/+1
| | | | | | | | (was Re: [patch@31735] Module-load/require fixes for VMS)) From: "Jos I. Boumans" <kane@cpan.org> Message-id: <594A1762-D3E1-47AD-BBED-121E315D89BF@cpan.org> p4raw-link: @31735 on //depot/perl: 646c27d472ef3530ad06b94bc11148eca940fc51 p4raw-id: //depot/perl@31869
* Upgrade to Win32-0.31Steve Hay2007-09-121-0/+1
| | | p4raw-id: //depot/perl@31852
* Remove the 'err' keywordRafael Garcia-Suarez2007-09-071-1/+0
| | | p4raw-id: //depot/perl@31812
* Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.20.tar.gzSébastien Aperghis-Tramoni2007-09-051-0/+1
| | | | | Message-ID: <1188988074.46de84aa8fceb@imp.free.fr> p4raw-id: //depot/perl@31792
* Upgrade Sys::Syslog to 0.19_01Sébastien Aperghis-Tramoni2007-08-231-0/+5
| | | | | Message-ID: <1187877886.46cd93fe13b12@imp.free.fr> p4raw-id: //depot/perl@31750