summaryrefslogtreecommitdiff
path: root/utils/h2ph.PL
Commit message (Expand)AuthorAgeFilesLines
* Add strict and warnings to a few utilsNicolas R2020-03-131-2/+5
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-6/+6
* (perl #127834) remove . from the end of @INC if complex modules are loadedTony Cook2016-07-261-0/+2
* h2ph: correct handling of hex constants for the preambleTony Cook2015-02-171-1/+18
* Synchronize h2ph POD text with usage outputPetr Písař2013-06-091-1/+7
* [RT #36079] Convert ` to '.jkeenan2011-11-221-7/+7
* don't redefine macrosubs in .phLukas Mai2011-09-171-13/+11
* [perl #90122] Make h2ph correctly search gcc include directoriesNiko Tyni2011-05-191-10/+2
* Fix typos (spelling errors) in utils/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* RT 74404 - h2ph using deprecated gotoTodd Rinaldo2010-09-011-18/+24
* Fix h2ph and testRobin Barker2010-04-261-5/+23
* Cosmetic changeStepan Kasal2009-07-131-2/+1
* h2ph: handle "#if defined SYMBOL" betterStepan Kasal2009-07-121-3/+10
* Make h2ph's generated preamble require-able when empty.Craig A. Berry2009-04-191-0/+1
* Squelch 'Constant subroutine ... undefined' warnings from .ph filesNiko Tyni2009-04-161-1/+1
* Make h2ph look in "include-fixed", needed by at least gcc 4.3Niko Tyni2009-04-071-2/+2
* h2ph: allow the quote mark delimiter when chasing #include directives with "-a"Niko Tyni2008-05-161-5/+15
* Pod fix to h2ph from John Morrissey on the Debian bug list.Steve Peters2007-03-211-1/+1
* [perl #39130] h2ph generates incorrect code for '#if defined A || defined B' Jason Vas Dias2006-05-181-1/+1
* [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp "predefin...Jason Vas Dias2006-03-021-28/+35
* Make h2ph recognize (and skip) const and __const__ in C functionRafael Garcia-Suarez2006-01-121-0/+2
* [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search pat...Jason Vas Dias2005-11-101-3/+9
* Re: [perl #34493] h2ph `extern inline' problemsAlexey Tourbin2005-03-211-6/+8
* h2hp: 2 fixOlivier Thauvin2005-01-301-0/+3
* [perl #32962] h2ph - use of local() in generated code Peter.Dintelmann@dresdner-bank.com2004-12-081-2/+2
* Freak out if h2ph has to translate a macro that contains assembly code.Rafael Garcia-Suarez2004-11-261-0/+1
* More h2ph voodoo.Rafael Garcia-Suarez2004-06-131-4/+7
* More h2ph tweaks: recognition of C typesRafael Garcia-Suarez2004-06-111-18/+23
* More h2ph tweaking for gcc __inline functionsRafael Garcia-Suarez2004-06-111-18/+27
* Make h2ph able to understand a limited set of inline functions.Rafael Garcia-Suarez2004-06-101-4/+58
* Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph wolfgang.laun@chello.at2004-05-311-2/+8
* [PATCH 5.8.1] Unwanted "redefined" warnings in h2phJarkko Hietaniemi2003-09-101-1/+3
* [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2 Kurt Starsinic2003-03-131-4/+12
* read permissions for h2ph-generated filesSlaven Rezic2002-12-231-0/+5
* [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIXAllen Smith2002-09-291-21/+50
* h2ph: Explain why parts of asm/*.h are skipped in Linux.Jarkko Hietaniemi2002-06-081-1/+1
* h2ph: workarounds for too large hexadecimal constants.Jarkko Hietaniemi2002-06-081-1/+14
* h2ph: handle function pointer constants.Jarkko Hietaniemi2002-06-081-0/+1
* h2ph: evil linux/byteorder/pdp_endian.hJarkko Hietaniemi2002-06-081-0/+4
* h2ph: more evilness in the form of Linux inline assembler.Jarkko Hietaniemi2002-06-081-3/+12
* h2ph: Solaris has LDBL_EPSILON 1.0842021724855044340075E-19LJarkko Hietaniemi2002-06-071-2/+2
* h2ph: the fp exponent does need to have an explicit sign.Jarkko Hietaniemi2002-06-071-1/+1
* h2ph: One more usage example.Jarkko Hietaniemi2002-06-071-0/+4
* h2ph: Tru64 disassembler.h evilness: mixed C and Pascal.Jarkko Hietaniemi2002-06-071-0/+7
* h2ph updates from OpenBSD 3.0.Jarkko Hietaniemi2001-12-091-2/+2
* Re: More h2ph problems [was Re: h2ph confused by comments in an enum.Hugo van der Sanden2001-11-291-2/+2
* Re: h2ph confused by comments in an enum.Hugo van der Sanden2001-11-281-2/+2
* integrate change#11374 from maint-5.6Gurusamy Sarathy2001-07-161-2/+2
* Handle glibc style of constant definitions using enumJarkko Hietaniemi2001-07-131-4/+8
* handle tri graphs in h2ph.PL -> h2ph*Peter Prymmer2001-06-151-0/+14