summaryrefslogtreecommitdiff
path: root/utils/h2xs.PL
Commit message (Expand)AuthorAgeFilesLines
* Provide a better recommendation for 'Run only under a shell'Nicolas R2020-08-101-1/+1
* Change various search.cpan.org references to metacpan.org and www.cpan.orgDan Book2020-01-221-1/+1
* Update documentation, readmes, comments, and utilities to reference the GitHu...Dan Book2019-12-221-2/+2
* utils/h2xs.PL: Use L</Foo Bar>, not L<Foo Bar> in podKarl Williamson2019-05-251-1/+1
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-11/+11
* [perl #130001] h2xs: avoid infinite loop for enumsHugo van der Sanden2016-11-021-1/+1
* (perl #127834) remove . from the end of @INC if complex modules are loadedTony Cook2016-07-261-0/+2
* h2xs: place for license for META.* filesAlexandr Ciornii2013-06-241-0/+3
* h2xs: remove useless compatibility code (VERSION_FROM requires EU::MM from pe...Alexandr Ciornii2013-06-241-4/+3
* h2xs: dependency on XSLoader should be declared even when it is in coreAlexandr Ciornii2013-06-241-1/+1
* h2xs: remove indirect object notationAlexandr Ciornii2013-06-241-2/+2
* add PERL_NO_GET_CONTEXT to xs template in h2xs.PLDaniel Dragan2012-12-051-0/+1
* [perl #20636] Make h2xs skip #define macros with empty rhsAaron Crane2012-09-281-0/+4
* || instead of "or" (perl#78708)Alexandr Ciornii2011-12-051-1/+1
* [RT #36079] Convert ` to '.jkeenan2011-11-221-2/+2
* $Config{locincpath} might be emptyH.Merijn Brand2011-11-151-1/+1
* Fix typos (spelling errors) in utils/*.Peter J. Acklam) (via RT2011-01-071-4/+4
* 'use strict' and 'use warnings' in test generated by h2xsHarmen2009-11-081-0/+3
* Make h2xs add a dependency on Test.pm for < 5.6.2Steffen Mueller2009-06-081-8/+16
* h2xs incorrectly treats enum values like macrosNiko Tyni2009-04-081-4/+11
* Fix h2xs enum handling with C++ commentsNiko Tyni2009-01-191-0/+1
* If perl's minimal required version number is >= 5.6.0,Rafael Garcia-Suarez2007-09-061-3/+1
* Add examples for h2xs -X, by Andy ArmstrongRafael Garcia-Suarez2007-05-091-2/+8
* Fix for RT #25366: h2xs 1.23 from "Aaron Kaplan".Steve Peters2006-05-021-0/+1
* Fix handling of author's names that had apostrophes. Based on a patchSteve Peters2005-12-041-0/+1
* Added new flag (--use-xsloader) to use XSLoader when in backwardSteve Peters2005-09-291-2/+6
* With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PLSteve Peters2005-09-291-4/+5
* [perl #37142] h2xs skips enums with negative values Aaron Kaplan2005-09-121-3/+2
* Typos in *.p[lm]Piotr Fusik2005-08-021-1/+1
* Bring bleadperl up to version.pmJohn Peacock2005-06-131-2/+2
* Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enumsNoah2005-01-191-1/+1
* Fix for [perl #32491] h2xs incorrectly parses enums with implicit valuesRafael Garcia-Suarez2004-12-141-2/+2
* Tweak 'h2xs -h' output.Marcus Holland-Moritz2004-08-191-11/+12
* h2xs doesn't recognize indented enumsTassilo von Parseval2004-05-211-1/+1
* Problem with h2xsDavid Cannings2004-05-051-0/+2
* remove C<my $x if foo> construct from core modulesDave Mitchell2004-02-171-2/+4
* Remove whitespace from ends of lines (simply because it irritates me)Nicholas Clark2003-11-291-24/+24
* RE: script wantedRobin Barker2003-08-131-1/+1
* produce Foo-Bar/lib/Foo/Bar.pmMichael G. Schwern2003-08-121-31/+18
* The Debian people have expressed a wish for the boilerplateJarkko Hietaniemi2003-08-121-9/+17
* Re: [PATCH] h2xs and extra_librariesTassilo von Parseval2003-07-211-2/+4
* OS2 patchesIlya Zakharevich2003-06-151-2/+3
* [perl #21887] h2xs becoming enum-awareTassilo von Parseval2003-05-211-39/+99
* h2xs generates false comments about ABSTRACTSteve Hay2003-05-051-7/+0
* [patch] utils/h2xs.PL (get rid of \t and '')Stas Bekman2003-03-171-10/+10
* Bump the version numbers to five-eight-oh.Jarkko Hietaniemi2002-05-281-3/+8
* Re: Argument "1.23_45" isn't numeric in subroutine entryYitzchak Scott-Thoennes2002-05-211-22/+54
* (was Re: [PATCH @13746] h2xs)Nicholas Clark2002-03-041-36/+35
* use Config; use Config; require Config;Michael G. Schwern2002-03-031-2/+0
* h2xs Ilya Zakharevich2002-02-031-26/+98