florian
|
81c5d63d4e
* do not generate var paras for void* if -w is used, resolves #31425
|
8 years ago |
florian
|
15537361ee
* patch by "rs" to support lines longer than 255 chars in h2pas, resolves #15056
|
10 years ago |
florian
|
d01824ab22
* prevent crash of h2pas if an unknown specifier is encountered, resolves #18664
|
13 years ago |
florian
|
a710a7cf7f
* translate short int into cshort, patch by barlone, resolves #20956
|
13 years ago |
florian
|
782643789b
* convert array declarations without size into pointers (as even the comment in the code says), resolves #10156
|
15 years ago |
florian
|
636a59e1ae
* write P'type' instead of ^'type' for function results, resolves #7561
|
15 years ago |
florian
|
b4764ca98a
* fixed very oldish case indention style
|
15 years ago |
florian
|
0e074dc9f5
* when generating procedure variables in records, no_pop should be left as it is, other code takes care of it, resolves #17006
|
15 years ago |
florian
|
81813fb64f
* output style more like the coding style fpc sources commonly are using
|
16 years ago |
florian
|
e17d6c1624
* handle postfix type declations in typedefs properly
|
16 years ago |
florian
|
41c5735b40
+ handle unary plus
|
16 years ago |
florian
|
bc9cffa739
* properties fixed
|
16 years ago |
florian
|
dc92aceef7
* more naming duplicate unit names solved, reason is that COMPILER_UNITTARGETDIR used with make all requires this (all units end in one directory)
|
17 years ago |
florian
|
e01e1c9476
* renamed lexlib and yacclib units to avoid name clashes with that ones from tply
|
17 years ago |
florian
|
c91498ed65
* better support of float, resolves #11426
|
17 years ago |
michael
|
83e9952ecf
* Use dynlibs instead of dllfunc
|
18 years ago |
michael
|
f3cc8354eb
* Fixed compilation
|
18 years ago |
micha
|
b1c1b6fd3d
+ generic implementation of list and map; adapt TList/TStringList to use it
|
18 years ago |
florian
|
0fbedddd37
- ID tag removed
|
18 years ago |
florian
|
ec74887552
* another patch from J. Peter Mugaas, fixes #7618 and #7615
|
19 years ago |
florian
|
e0200f8fcb
* patch from J. Peter Mugaas to fix #7616
|
19 years ago |
michael
|
9a36c6d7a6
* Patch from Peter Mugaas to support use of CTypes unit
|
19 years ago |
micha
|
08c3d44cea
use the ctypes unit in h2pas (from jpetermugaas)
|
19 years ago |
florian
|
2f9a952747
* better clean up
|
20 years ago |
florian
|
d94fa751e0
* basic parsing for bodies of C programs
|
20 years ago |
peter
|
4ace790492
* remove $Log
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
florian
|
cbfda37a26
+ added -P:
|
20 years ago |
carl
|
fad1c0f131
+ support for creating packed records
|
21 years ago |
carl
|
31a3763f12
+ bugfixes with C++ comments, they are now placed above the definition
|
21 years ago |