summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
* More h2ph tweaks: recognition of C typesRafael Garcia-Suarez2004-06-111-18/+23
| | | p4raw-id: //depot/perl@22930
* More h2ph tweaking for gcc __inline functionsRafael Garcia-Suarez2004-06-111-18/+27
| | | p4raw-id: //depot/perl@22929
* Make h2ph able to understand a limited set of inline functions.Rafael Garcia-Suarez2004-06-101-4/+58
| | | | | | The glibc apparently now ships headers that use inline functions instead of plain old macros. p4raw-id: //depot/perl@22925
* Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph wolfgang.laun@chello.at2004-05-311-2/+8
| | | | | Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost> p4raw-id: //depot/perl@22877
* h2xs doesn't recognize indented enumsTassilo von Parseval2004-05-211-1/+1
| | | | | | Message-id: <20040521085158.GA10660@ethan> (modified regexp) p4raw-id: //depot/perl@22836
* Problem with h2xsDavid Cannings2004-05-051-0/+2
| | | | | | Message-Id: <200405031344.33723.lists@edeca.net> (Second patch only) p4raw-id: //depot/perl@22782
* Use File::Temp for tempfiles if it is available.Nicholas Clark2004-02-281-5/+17
| | | | | | | (Based on a patch from Solar Designer <solar@openwall.com> in Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which was applied as change 22258) p4raw-id: //depot/perl@22407
* remove C<my $x if foo> construct from core modulesDave Mitchell2004-02-171-2/+4
| | | p4raw-id: //depot/perl@22322
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-011-8/+16
| | | | | | | Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258
* Upgrade to Test::Harness 2.38.Rafael Garcia-Suarez2003-11-302-3/+54
| | | | | | Introduce the prove(1) utility. (The prove-switches test is disabled for now.) p4raw-id: //depot/perl@21826
* Remove whitespace from ends of lines (simply because it irritates me)Nicholas Clark2003-11-291-24/+24
| | | p4raw-id: //depot/perl@21813
* Install instmodsh and xsubpp in bin/ along the other utilities.Rafael Garcia-Suarez2003-11-173-3/+103
| | | p4raw-id: //depot/perl@21740
* [PATCH] Update Pod::Perldoc from 3.10 to 3.11Jan Dubois2003-10-231-1/+1
| | | | | | | | | | | Date: Wed, 22 Oct 2003 20:17:07 -0700 Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com> From: Jan Dubois <jand@ActiveState.com> Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29 Date: Wed, 22 Oct 2003 20:26:56 -0700 Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com> p4raw-id: //depot/perl@21526
* [PATCH 5.8.1] Unwanted "redefined" warnings in h2phJarkko Hietaniemi2003-09-101-1/+3
| | | | | | | | | | | | From: Kurt Starsinic <kstar@cpan.org> Date: Tue, 9 Sep 2003 23:16:00 -0400 Message-ID: <20030910031600.GA30554@verizon.net> Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph From: "Brendan O'Dea" <bod@debian.org> Date: Wed, 10 Sep 2003 22:03:15 +1000 Message-ID: <20030910120315.GA1372@londo.c47.org> p4raw-id: //depot/perl@21159
* Tiny perlcc tweaks.Jarkko Hietaniemi2003-09-041-2/+2
| | | p4raw-id: //depot/perl@21029
* RE: script wantedRobin Barker2003-08-132-2/+3
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk> p4raw-id: //depot/perl@20681
* produce Foo-Bar/lib/Foo/Bar.pmMichael G. Schwern2003-08-121-31/+18
| | | | | | | Message-ID: <20030809220301.GE24919@windhund.schwern.org> (plus one extra catfile() in h2xs.t) p4raw-id: //depot/perl@20633
* The Debian people have expressed a wish for the boilerplateJarkko Hietaniemi2003-08-121-9/+17
| | | | | being specific about the Perl version; patch from Nicholas Clark. p4raw-id: //depot/perl@20632
* dprofpp.PL again -- #20488 thinkoCraig A. Berry2003-08-061-3/+2
| | | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3F308FAC.4090409@mac.com> (from vmsperl list) p4raw-id: //depot/perl@20513