summaryrefslogtreecommitdiff
path: root/utils/h2xs.PL
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Don't bother creating existing directories.Jarkko Hietaniemi2001-04-271-3/+5
| | | p4raw-id: //depot/perl@9881
* MakeMaker 'make test' weirdness -- fix for h2xs providedMike Schilli2001-04-271-5/+8
| | | | | Message-id: <3AE68AE1.6A981723@perlmeister.com> p4raw-id: //depot/perl@9880
* break is not yet Perl. Added the template license also to README.Jarkko Hietaniemi2001-04-271-2/+5
| | | p4raw-id: //depot/perl@9879
* Fill in details we're likely to know.Abigail2001-04-261-1/+1
| | | | | Message-ID: <20010426234428.19786.qmail@foad.org> p4raw-id: //depot/perl@9877
* If some of the constants are prefixes of others,Jarkko Hietaniemi2001-04-261-2/+15
| | | | | the prefixes may never get recognized. (See 20010426.006.) p4raw-id: //depot/perl@9870
* Synchronize h2xs and pod2man some more on the documentationJarkko Hietaniemi2001-04-231-8/+12
| | | | | templates they propose. p4raw-id: //depot/perl@9796
* Patch utils/h2xs.PLElaine -HFB- Ashton2001-04-211-0/+11
| | | | | | | Message-ID: <20010421103216.C14521@chaos.wustl.edu> Add MAILING list and LICENSE templates. p4raw-id: //depot/perl@9773
* use warnings instead of -w.Jarkko Hietaniemi2001-03-291-1/+3
| | | p4raw-id: //depot/perl@9440
* h2xs -w nitsJonathan Stowe2001-03-291-10/+12
| | | | | Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@9439
* Retract #9329 now that 9390 should take care of the matter.Jarkko Hietaniemi2001-03-271-2/+0
| | | p4raw-id: //depot/perl@9393
* (Retracted by #9393)Simon Cozens2001-03-241-0/+2
| | | | | | Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno" Message-ID: <20010324171317.A13406@netthink.co.uk> p4raw-id: //depot/perl@9329
* Small usage change and author gueesingJonathan Stowe2001-02-041-6/+19
| | | | | | | Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com> p4raw-link: @8670 on //depot/perl: ac634a9a38fe527f538270bb24c9a19cd88f5947 p4raw-id: //depot/perl@8690
* [patch perl@8150] h2xs SYNOPSISJonathan Stowe2000-12-191-1/+1
| | | | | Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@8195
* PATCH: h2xs nitTim Jenness2000-12-151-2/+51
| | | | | | | Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu> Add a template README. p4raw-id: //depot/perl@8129
* Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]Casey R. Tweten2000-11-221-11/+8
| | | | | Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net> p4raw-id: //depot/perl@7806
* Re: [PATCH 5.7.0] h2xs not documenting the created moduleIlya Zakharevich2000-10-241-12/+32
| | | | | Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@7419
* Re: [PATCH 5.7.0] h2xs not documenting the created moduleIlya Zakharevich2000-10-041-40/+120
| | | | | Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@7145
* [PATCH 5.7.0] h2xs not workingIlya Zakharevich2000-10-041-2/+77
| | | | | | | | | | | Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu> Date: Tue, 3 Oct 2000 21:43:01 -0400 Subject: [PATCH 5.7.0] h2xs not documenting the created module From: Ilya Zakharevich <ilya@math.ohio-state.edu> Date: Tue, 3 Oct 2000 22:55:19 -0400 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@7141
* integrate cfgperl changes#6268..6282 into mainlineGurusamy Sarathy2000-07-111-9/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @6282 on //depot/cfgperl: d4817f5b97d4072a6efac47844b617245b179f2c p4raw-link: @6268 on //depot/cfgperl: 22e04bdb3a09a4c369fd1666143349eab2eba9d4 p4raw-id: //depot/perl@6366 p4raw-integrated: from //depot/cfgperl@6365 'copy in' lib/Net/Ping.pm lib/Text/Wrap.pm t/lib/dprof.t t/lib/dumper-ovl.t t/lib/hostname.t (@5586..) lib/Pod/Html.pm (@5608..) t/lib/ipc_sysv.t (@5812..) t/lib/dumper.t (@5972..) ext/File/Glob/Glob.pm (@6026..) lib/Pod/Man.pm lib/Pod/Text.pm (@6034..) t/lib/anydbm.t (@6072..) lib/ExtUtils/xsubpp (@6156..) pod/perlsub.pod pod/perltie.pod (@6206..) utils/h2xs.PL (@6280..) p4raw-integrated: from //depot/cfgperl@6282 'merge in' vms/vms.c (@6238..) p4raw-integrated: from //depot/cfgperl@6277 'copy in' pod/perlfunc.pod (@6276..) p4raw-integrated: from //depot/cfgperl@6273 'ignore' perlapi.h (@6243..) embedvar.h (@6254..) 'merge in' perlapi.c (@6243..) embed.h (@6254..) embed.pl objXSUB.h op.c proto.h (@6269..) p4raw-integrated: from //depot/cfgperl@6270 'copy in' t/op/taint.t (@5857..) p4raw-integrated: from //depot/cfgperl@6269 'copy in' doop.c (@6263..) 'ignore' toke.c (@6261..) p4raw-integrated: from //depot/cfgperl@6268 'copy in' t/op/sprintf.t (@6267..)
* integrate cfgperl changes#6231..6240 into mainlineGurusamy Sarathy2000-07-111-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @6240 on //depot/cfgperl: 514e70b26394e6b272960ab8b9b8b7dbb1e2c068 p4raw-link: @6231 on //depot/cfgperl: 7906debc4b99f108310cdade6e486754c15481e7 p4raw-id: //depot/perl@6355 p4raw-branched: from //depot/cfgperl@6353 'branch in' pod/perlutil.pod p4raw-integrated: from //depot/cfgperl@6353 'copy in' pod/roffitall (@5753..) op.h (@5833..) README.cygwin (@6096..) lib/ExtUtils/MM_VMS.pm (@6140..) lib/File/Find.pm (@6156..) Configure config_h.SH hints/solaris_2.sh (@6217..) Todo-5.6 (@6232..) keywords.h lib/warnings.pm opcode.h opnames.h pp.sym regnodes.h warnings.h (@6236..) 'ignore' ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h (@6236..) p4raw-integrated: from //depot/cfgperl@6240 'copy in' utils/h2xs.PL (@6192..) p4raw-integrated: from //depot/cfgperl@6238 'merge in' vms/vms.c (@6198..) p4raw-integrated: from //depot/cfgperl@6237 'copy in' utf8.c (@6221..) pod/perlapi.pod pod/perlintern.pod pp_proto.h (@6236..) 'ignore' embedvar.h perlapi.h (@6236..) 'merge in' embed.pl (@6225..) embed.h objXSUB.h perlapi.c proto.h (@6236..) p4raw-integrated: from //depot/cfgperl@6232 'copy in' pod/Makefile pod/perltoc.pod (@6161..) MANIFEST (@6227..)
* h2xs tweaksGurusamy Sarathy2000-06-011-2/+2
| | | p4raw-id: //depot/perl@6188
* backout change#5708; fixups for behavior of recently added -a switch;Gurusamy Sarathy2000-03-221-18/+175
| | | | | | | support -k and -m switches in h2xs (from Hugo van der Sanden) p4raw-link: @5708 on //depot/perl: ea5e7566745834b0ad6566d9ab0445e5381c11f5 p4raw-id: //depot/perl@5873
* more warnings tidy-ups (from Paul Marquess)Gurusamy Sarathy2000-03-141-0/+1
| | | p4raw-id: //depot/perl@5747
* avoid infinite loop in h2xs (from Hugo van der Sanden)Gurusamy Sarathy2000-03-131-1/+1
| | | p4raw-id: //depot/perl@5713
* support for generation of accessor functions (from Hugo van derGurusamy Sarathy2000-03-031-3/+63
| | | | | Sanden) p4raw-id: //depot/perl@5462
* double EXPORT_OK in h2xsHugo van der Sanden2000-02-241-8/+1
| | | | | | To: perl5-porters@perl.org Message-Id: <200002241324.NAA05900@crypt.compulink.co.uk> p4raw-id: //depot/cfgperl@5236
* add PREREQ_PM to default template (suggested by Michael G SchwernGurusamy Sarathy2000-01-231-8/+11
| | | | | <schwern@pobox.com>) p4raw-id: //depot/perl@4854
* h2xs goof and a depessimizationIlya Zakharevich2000-01-211-0/+4
| | | | | Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@4825
* typo on h2xs.PL (from Helmut Jarausch)Gurusamy Sarathy2000-01-071-1/+1
| | | p4raw-id: //depot/perl@4768
* typo, whitespace adjustmentsGurusamy Sarathy1999-10-011-33/+39
| | | p4raw-id: //depot/perl@4273