summaryrefslogtreecommitdiff
path: root/utils/h2pas/h2pas.pas
Commit message (Expand)AuthorAgeFilesLines
* * Fixed spell error revealed by lintian.mazen2010-10-061-1/+1
* * convert array declarations without size into pointers (as even the comment ...florian2010-08-201-2/+2
* * write P'type' instead of ^'type' for function results, resolves #7561florian2010-08-171-5/+25
* * fixed very oldish case indention styleflorian2010-07-261-102/+104
* * when generating procedure variables in records, no_pop should be left as it...florian2010-07-261-4/+1
* * output style more like the coding style fpc sources commonly are usingflorian2009-10-091-20/+22
* * handle postfix type declations in typedefs properlyflorian2009-10-091-5/+7
* + handle unary plusflorian2009-10-091-2006/+2124
* * more naming duplicate unit names solved, reason is that COMPILER_UNITTARGET...florian2008-06-121-1/+1
* * renamed lexlib and yacclib units to avoid name clashes with that ones from ...florian2008-06-121-1/+1
* * better support of float, resolves #11426florian2008-06-071-3/+6
* * Use dynlibs instead of dllfuncmichael2007-11-121-7/+2
* * Fixed compilationmichael2006-12-191-1/+1
* + generic implementation of list and map; adapt TList/TStringList to use itmicha2006-12-171-1/+3
* * regeneratedflorian2006-12-031-63/+62
* * regened scan.pasmarco2006-10-241-1/+1
* * regeneratedflorian2006-10-181-1/+1
* * recreatedflorian2006-10-161-3576/+3904
* * Patch from Peter Mugaas to support use of CTypes unitmichael2006-10-021-11/+26
* use the ctypes unit in h2pas (from jpetermugaas)micha2006-09-221-10/+158
* * better clean upflorian2005-08-281-4/+11
* * basic parsing for bodies of C programsflorian2005-08-271-4178/+4819
* * remove $Logpeter2005-06-071-0/+1
* * log and id tags removedfpc2005-05-211-26/+0
* initial importfpc2005-05-161-0/+8139