summaryrefslogtreecommitdiff
path: root/utils/h2xs.PL
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add examples for h2xs -X, by Andy ArmstrongRafael Garcia-Suarez2007-05-091-2/+8
| | | p4raw-id: //depot/perl@31175
* Fix for RT #25366: h2xs 1.23 from "Aaron Kaplan".Steve Peters2006-05-021-0/+1
| | | p4raw-id: //depot/perl@28044
* 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
* 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
* [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
* 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
* Bring bleadperl up to version.pmJohn Peacock2005-06-131-2/+2
| | | | | Message-ID: <42A414DD.8090504@rowman.com> p4raw-id: //depot/perl@24823
* 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
* Tweak 'h2xs -h' output.Marcus Holland-Moritz2004-08-191-11/+12
| | | p4raw-id: //depot/perl@23228
* 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
* remove C<my $x if foo> construct from core modulesDave Mitchell2004-02-171-2/+4
| | | p4raw-id: //depot/perl@22322
* Remove whitespace from ends of lines (simply because it irritates me)Nicholas Clark2003-11-291-24/+24
| | | p4raw-id: //depot/perl@21813
* RE: script wantedRobin Barker2003-08-131-1/+1
| | | | | 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
* Re: [PATCH] h2xs and extra_librariesTassilo von Parseval2003-07-211-2/+4
| | | | | Message-id: <20030715052852.GA494@ethan> p4raw-id: //depot/perl@20176
* OS2 patchesIlya Zakharevich2003-06-151-2/+3
| | | | | Message-ID: <20030615004956.GA28272@math.berkeley.edu> p4raw-id: //depot/perl@19789
* [perl #21887] h2xs becoming enum-awareTassilo von Parseval2003-05-211-39/+99
| | | | | Message-id: <20030513083631.GA21782@ethan> p4raw-id: //depot/perl@19589
* h2xs generates false comments about ABSTRACTSteve Hay2003-05-051-7/+0
| | | | | Message-ID: <3EAF8ECE.8060403@uk.radan.com> p4raw-id: //depot/perl@19420
* [patch] utils/h2xs.PL (get rid of \t and '')Stas Bekman2003-03-171-10/+10
| | | | | Message-ID: <3E4C3F89.6050005@stason.org> p4raw-id: //depot/perl@19004
* Bump the version numbers to five-eight-oh.Jarkko Hietaniemi2002-05-281-3/+8
| | | p4raw-id: //depot/perl@16843
* Re: Argument "1.23_45" isn't numeric in subroutine entryYitzchak Scott-Thoennes2002-05-211-22/+54
| | | | | Message-ID: <iFe68gzkgCIJ092yn@efn.org> p4raw-id: //depot/perl@16721
* (was Re: [PATCH @13746] h2xs)Nicholas Clark2002-03-041-36/+35
| | | | | Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15023
* use Config; use Config; require Config;Michael G. Schwern2002-03-031-2/+0
| | | | | Message-Id: <20020303183328.GA3296@blackrider> p4raw-id: //depot/perl@14966
* h2xs Ilya Zakharevich2002-02-031-26/+98
| | | | | Message-ID: <20020202005844.A12756@math.ohio-state.edu> p4raw-id: //depot/perl@14527
* h2xs brokenIlya Zakharevich2002-01-011-2/+3
| | | | | Message-Id: <20011231174855.A29128@math.ohio-state.edu> p4raw-id: //depot/perl@13995
* Add Devel::PPPort originally from Kenneth Albanowski,Jarkko Hietaniemi2001-11-211-133/+5
| | | | | | revigorated by Paul Marquess: gives h2xs a Perl version portability boost. p4raw-id: //depot/perl@13162
* RE: [PATCH h2xs] Use of static data in XS modulesPaul Marquess2001-10-301-0/+134
| | | | | | | Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk> Add compat.h. p4raw-id: //depot/perl@12780
* Use of static data in XS modulesPaul Marquess2001-10-291-0/+35
| | | | | | | Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk> with nits from Sarathy. p4raw-id: //depot/perl@12753
* getpwuid() fragility continues.Jarkko Hietaniemi2001-10-221-6/+8
| | | p4raw-id: //depot/perl@12589
* h2xs grammar nitYitzchak Scott-Thoennes2001-10-141-1/+1
| | | | | Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org> p4raw-id: //depot/perl@12435
* Re: default module version for h2xs (was Re: [PATCH] Re: What sort of ↵Nicholas Clark2001-10-131-3/+16
| | | | | | | Makefile.PL should h2xs write?) Message-ID: <20011013000731.D67535@plum.flirble.org> p4raw-id: //depot/perl@12432
* (was Re: [PATCH] Re: What sort of Makefile.PL shouldNicholas Clark2001-10-061-2/+2
| | | | | | h2xs write?) Message-Id: <20011006214643.L38756@plum.flirble.org> p4raw-id: //depot/perl@12346
* Re: What sort of Makefile.PL should h2xs write?Nicholas Clark2001-09-241-31/+105
| | | | | | | Message-ID: <20010923230055.Y4971@plum.flirble.org> (with "sample_constants" changed to "fallback") p4raw-id: //depot/perl@12169
* h2xs.PL with C::ScanTim Jenness2001-09-151-3/+5
| | | | | Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki> p4raw-id: //depot/perl@12033
* Allow for long long in h2xs Ilya Zakharevich2001-08-011-0/+2
| | | | | | | Message-ID: <20010731053909.A1810@math.ohio-state.edu> (with a note about the case of UV being equal to long long) p4raw-id: //depot/perl@11528
* Allow for GNU-isms in h2xsIlya Zakharevich2001-07-311-1/+2
| | | | | Message-ID: <20010731053438.A1754@math.ohio-state.edu> p4raw-id: //depot/perl@11518
* Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re: Jonathan Stowe2001-07-171-17/+114
| | | | | Message-Id: <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@11391
* Back out change to h2xs till it passes its test.Nick Ing-Simmons2001-07-161-113/+17
| | | p4raw-id: //depot/perl@11385
* use Test::More where appropriate (was Re: [PATCH]Jonathan Stowe2001-07-161-17/+113
| | | | | Message-Id: <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@11384
* use Getopt::Long (was Re: [PATCH] h2xs)Jonathan Stowe2001-07-141-51/+107
| | | | | Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@11372
* h2xsNicholas Clark2001-07-071-3/+4
| | | | | Message-ID: <20010706232514.X59620@plum.flirble.org> p4raw-id: //depot/perl@11189
* trigraphs and tests for h2xsPrymmer/Kahn2001-06-221-0/+14
| | | | | Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com> p4raw-id: //depot/perl@10820
* Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]Nicholas Clark2001-05-261-248/+45
| | | | | Message-ID: <20010520192413.G83222@plum.flirble.org> p4raw-id: //depot/perl@10213
* Re: h2xs [was Re: HEAR YE, HEAR YE!]Nicholas Clark2001-05-051-7/+29
| | | | | | | Message-ID: <20010505144639.O53513@plum.flirble.org> Add a test for the constants (if any) being processed correctly. p4raw-id: //depot/perl@9995
* h2xs tweaks: use NV instead of double, "quote" the removedJarkko Hietaniemi2001-04-271-23/+28
| | | | | | prefixes for clarity (especially when nothing is removed), slight pod reformats. p4raw-id: //depot/perl@9882