summaryrefslogtreecommitdiff
path: root/Porting/expand-macro.pl
Commit message (Expand)AuthorAgeFilesLines
* Fix various pod errors.Karl Williamson2016-03-111-2/+4
* Porting/expand-macro.pl needs to avoid "macro redefined" errors.Nicholas Clark2011-12-071-1/+3
* Windows compatibility fixes for running expand-macro.pl:Max Maischein2010-12-111-5/+14
* Make Porting/expand-macro.pl use $Config{make} instead of hardcoded `make`Max Maischein2010-12-111-2/+5
* Make everything exec-bit.txt lists executableFlorian Ragwitz2010-08-191-0/+0
* Add an -X option to expand-macro.pl to show how XSUBs see the macro.Nicholas Clark2010-08-171-6/+18
* expand-macro.pl was printing the header include to STDOUT by mistake.Nicholas Clark2009-12-211-1/+1
* Allow expand-macro.pl to expand macros in perl.h without pre-processor warnings.Nicholas Clark2009-06-181-1/+6
* Make expand-macro.pl scan config.h, if it exists.Nicholas Clark2009-06-181-0/+1
* Make expand-macro.pl accept macro expressions, i.e. macros withMarcus Holland-Moritz2008-10-121-27/+39
* Make sure expand-macro.pl also works for macros in headersMarcus Holland-Moritz2008-10-111-4/+5
* Take advantage of the fact that we can use indent as a stdin/stdoutNicholas Clark2008-02-221-4/+20
* [patch] Porting/expand-macros.pl gets 'indent'ingJim Cromie2008-02-221-3/+36
* Make sure we only find the macro we were looking for,Marcus Holland-Moritz2008-02-131-1/+1
* Add a small program that gets the C pre-processor to expand the macroNicholas Clark2008-01-041-0/+58