florian
|
534048e286
* fixed parameter name change message
|
19 years ago |
peter
|
13f359aa80
* resultname changed to pshortstring
|
19 years ago |
peter
|
0557ddc342
* removed typed const, it is now handled by staticvarsym
|
19 years ago |
peter
|
0c8796c210
* fix hiding of symbols
|
19 years ago |
peter
|
35c21515a9
* fixed adding of .dll extension
|
19 years ago |
peter
|
86f1fe11d6
* fix generics parsing for new symtable
|
19 years ago |
peter
|
e17b424e28
* refactor procsym procdef list
|
19 years ago |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
peter
|
136d3e8d46
* refactor implemented interfaces
|
19 years ago |
peter
|
cb246eb781
* Remove dos,strings units, use SysUtils instead
|
19 years ago |
florian
|
bce905b106
* give correct error locations for errors when specializing templates
|
19 years ago |
florian
|
ef7bd58c54
* germanism removed (aktfilepos -> current_filepos)
|
19 years ago |
florian
|
85d63d9fa9
* settings refactored
|
19 years ago |
peter
|
3078a1927f
* remove ttype
|
19 years ago |
peter
|
0f6355e805
* fix property overriding
|
19 years ago |
florian
|
9a1b9071a5
* implemented kylix like local directive, fixes #7242
|
19 years ago |
Jonas Maebe
|
593f74d155
+ full support for varargs-related functionality for "mwpascal; external;"
|
19 years ago |
florian
|
948ec12140
* use oldfpccall for interrupts
|
19 years ago |
peter
|
506f44dc7a
* only compare non-hidden parameters when searching for an implementation. The location
|
19 years ago |
peter
|
d0156354a6
* inline directive enabled by default for fpc,objfpc,delphi modes
|
19 years ago |
florian
|
bc5e1be7b1
* fixed object constructor handling for 64 bit CPUs
|
19 years ago |
florian
|
22146e2bcf
* partial fix (not for 64 bit CPUs yet) for #5641 (tested only lower byte of result of object constructors)
|
19 years ago |
peter
|
eb829ea21b
* store procdef messageinf in the ppu
|
19 years ago |
Károly Balogh
|
b77a51f67d
+ first somewhat-valid AmigaOS/PowerPC support (no linking yet)
|
19 years ago |
yury
|
8bef50f29f
* fixed import by ordinal number for all Windows targets when using external linker.
|
19 years ago |
florian
|
6620181ee0
* expect repetition of class for class methods and fixed error message to show the forward declaration instead of the current one
|
19 years ago |
yury
|
5d82676f78
* Do not use cprefix for cdecl DLL imports in Windows.
|
19 years ago |
peter
|
392ef22a7f
* win imports are only by importname not anymore per procdef
|
19 years ago |
florian
|
e4d2d87bb9
* function results can be a generic parameter
|
19 years ago |
florian
|
a5dfe315ec
* made safecall working, handling not consistent yet though
|
19 years ago |