summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Add UNITCHECK to the list of keywords in pl2pmNicholas Clark2007-11-081-1/+2
| | | p4raw-id: //depot/perl@32244
* Need to quote the version number of perl in perlivp, nowRafael Garcia-Suarez2007-10-021-1/+1
| | | | | that it finishes by 0 p4raw-id: //depot/perl@32007
* Re: [PATCH] Cray XT4/Catamount buildJarkko Hietaniemi2007-09-192-1/+79
| | | | | | | | 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] Cray XT4/Catamount buildJarkko Hietaniemi2007-09-171-1/+44
| | | | | Message-ID: <46EC7D3D.5010604@iki.fi> p4raw-id: //depot/perl@31878
* If perl's minimal required version number is >= 5.6.0,Rafael Garcia-Suarez2007-09-061-3/+1
| | | | | | we can write it 5.XXXXXX always. Fixes h2xs.t failiing tests with 5.10.0. p4raw-id: //depot/perl@31801
* perlbugAlexandr Ciornii2007-07-121-1/+27
| | | | | Message-ID: <1367844687.20070712134624@gmail.com> p4raw-id: //depot/perl@31599
* Adapt perlivp to the ext/ reorganisation for Compress modulesRafael Garcia-Suarez2007-07-041-1/+1
| | | p4raw-id: //depot/perl@31531
* Add examples for h2xs -X, by Andy ArmstrongRafael Garcia-Suarez2007-05-091-2/+8
| | | p4raw-id: //depot/perl@31175
* Small perlivp.PL updatesJohan Vromans2007-04-251-0/+6
| | | | | | Subject: Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph Message-ID: <m2r6q8iq9v.fsf@phoenix.squirrel.nl> p4raw-id: //depot/perl@31077
* Add CPANPLUS 0.78Rafael Garcia-Suarez2007-04-104-3/+162
| | | p4raw-id: //depot/perl@30883
* Pod fix to h2ph from John Morrissey on the Debian bug list.Steve Peters2007-03-211-1/+1
| | | p4raw-id: //depot/perl@30660
* Don't install XS::APItest and XS::TypemapRafael Garcia-Suarez2007-03-211-0/+3
| | | p4raw-id: //depot/perl@30653
* Skip IO::Compress::Zlib in perlivp, since that's a distribution name,Rafael Garcia-Suarez2006-12-121-4/+5
| | | | | not a proper module name. p4raw-id: //depot/perl@29529
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-062-709/+3
| | | p4raw-id: //depot/perl@28790
* [perl #39130] h2ph generates incorrect code for '#if defined A || defined B' Jason Vas Dias2006-05-181-1/+1
| | | | | | From: Jason Vas Dias (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-39130-133411.1.91055283125046@perl.org> p4raw-id: //depot/perl@28225
* Fix for RT #25366: h2xs 1.23 from "Aaron Kaplan".Steve Peters2006-05-021-0/+1
| | | p4raw-id: //depot/perl@28044
* add Module::Build 0.27_08Yitzchak Scott-Thoennes2006-03-062-3/+56
| | | | | Message-ID: <20060305200830.GA2660@efn.org> p4raw-id: //depot/perl@27389
* [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp ↵Jason Vas Dias2006-03-021-28/+35
| | | | | | | "predefined macros" From: Jason Vas Dias (via RT) <perlbug-followup@perl.org> p4raw-id: //depot/perl@27363
* Fix quote typo.Brendan O'Dea2006-02-171-1/+1
| | | | | | | Subject: [PATCH] 5.8.8: Debian patches From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20060210133715.GA6826@londo.c47.org> p4raw-id: //depot/perl@27210
* Oops. Forgot to add this file.Rafael Garcia-Suarez2006-01-271-0/+51
| | | p4raw-id: //depot/perl@26969
* Install the ptardiff utility that comes with Archive::TarRafael Garcia-Suarez2006-01-271-3/+5
| | | p4raw-id: //depot/perl@26963
* Make h2ph recognize (and skip) const and __const__ in C functionRafael Garcia-Suarez2006-01-121-0/+2
| | | | | prototypes. This makes it produce better files on linux-sparc64. p4raw-id: //depot/perl@26812
* Add Digest-SHA-5.32 for SHA-256 support for CPAN.Steve Peters2006-01-082-3/+56
| | | p4raw-id: //depot/perl@26704
* Move "DEVEL####" marker to the 'perl -v' output.Gisle Aas2006-01-061-3/+0
| | | | | | This avoids problem with using STRINGIFY in patchlevel.h (ref msg <43BE4BAC.6010701@uk.radan.com> posted to p5p). p4raw-id: //depot/perl@26672
* Make perlivp skip the *.ph tests by default, since theseGisle Aas2005-12-201-4/+15
| | | | | | files are normally not generated. The -a option is now needed for it to run all tests. p4raw-id: //depot/perl@26419
* Fix handling of author's names that had apostrophes. Based on a patchSteve Peters2005-12-041-0/+1
| | | | | by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950. p4raw-id: //depot/perl@26252
* consting perlbug breaking in blead & maintYitzchak Scott-Thoennes2005-11-141-1/+8
| | | | | Message-ID: <20051114000049.GA7676@efn.org> p4raw-id: //depot/perl@26118
* [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search ↵Jason Vas Dias2005-11-101-3/+9
| | | | | | | | path, resulting in missing C standard headers on Linux From: Jason Vas Dias (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org> p4raw-id: //depot/perl@26074
* Added new flag (--use-xsloader) to use XSLoader when in backwardSteve Peters2005-09-291-2/+6
| | | | | compatibility mode. p4raw-id: //depot/perl@25663
* With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PLSteve Peters2005-09-291-4/+5
| | | | | | if the compatible version is less than 5.006 (the first version with XSLoader). p4raw-id: //depot/perl@25662
* vv5.9.3 is clearly a bug.Nicholas Clark2005-09-171-2/+2
| | | p4raw-id: //depot/perl@25444
* [perl #37163] dprofpp array subscript error scott@perlcode.org2005-09-141-1/+1
| | | | | | From: scott@perlcode.org (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org> p4raw-id: //depot/perl@25413
* [perl #37142] h2xs skips enums with negative values Aaron Kaplan2005-09-121-3/+2
| | | | | | From: Aaron Kaplan (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org> p4raw-id: //depot/perl@25388
* [patch] blead@25282 - VMS specific fixes. [2nd try]John E. Malmberg2005-08-111-2/+2
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <42FAC54B.2050207@qsl.net> p4raw-id: //depot/perl@25284
* Typos in *.p[lm]Piotr Fusik2005-08-021-1/+1
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> p4raw-id: //depot/perl@25261
* Add the ptar(1) utility from Archive::TarRafael Garcia-Suarez2005-06-212-3/+56
| | | p4raw-id: //depot/perl@24926
* Bring bleadperl up to version.pmJohn Peacock2005-06-131-2/+2
| | | | | Message-ID: <42A414DD.8090504@rowman.com> p4raw-id: //depot/perl@24823
* Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"Duncan Findlay2005-06-031-3/+3
| | | | | Message-ID: <20050601161808.GA17294@duncf.mine.nu> p4raw-id: //depot/perl@24693
* Re: [perl #34493] h2ph `extern inline' problemsAlexey Tourbin2005-03-211-6/+8
| | | | | | | | | Message-ID: <20050319133712.GB6484@solemn.turbinal.org> and Message-ID: <20050319141457.GC6484@solemn.turbinal.org> p4raw-id: //depot/perl@24054
* dprofpp helpAndy Lester2005-02-241-34/+58
| | | | | Message-ID: <20050224061042.GA20259@petdance.com> p4raw-id: //depot/perl@23994
* Add Module::CoreList to bleadperl.Jos I. Boumans2005-02-082-3/+56
| | | | | | | Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration) From: "Jos I. Boumans" <kane@xs4all.net> Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net> p4raw-id: //depot/perl@23947
* h2hp: 2 fixOlivier Thauvin2005-01-301-0/+3
| | | | | Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr> p4raw-id: //depot/perl@23899
* Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enumsNoah2005-01-191-1/+1
| | | | | Message-ID: <20050119173352.GA15592@radu.onastick.net> p4raw-id: //depot/perl@23822
* Fix for [perl #32491] h2xs incorrectly parses enums with implicit valuesRafael Garcia-Suarez2004-12-141-2/+2
| | | p4raw-id: //depot/perl@23652
* [perl #32962] h2ph - use of local() in generated code Peter.Dintelmann@dresdner-bank.com2004-12-081-2/+2
| | | | | Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org> p4raw-id: //depot/perl@23628
* Freak out if h2ph has to translate a macro that contains assembly code.Rafael Garcia-Suarez2004-11-261-0/+1
| | | | | | Subject: [PATCH] h2ph vs __asm__ Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com> p4raw-id: //depot/perl@23547
* Fix a typo.Marcus Holland-Moritz2004-10-181-1/+1
| | | p4raw-id: //depot/perl@23379
* Tweak 'h2xs -h' output.Marcus Holland-Moritz2004-08-191-11/+12
| | | p4raw-id: //depot/perl@23228
* More forgiving version comparison in perlivp.Rafael Garcia-Suarez2004-06-171-1/+1
| | | p4raw-id: //depot/perl@22940
* More h2ph voodoo.Rafael Garcia-Suarez2004-06-131-4/+7
| | | p4raw-id: //depot/perl@22933