peter
|
c577c78366
* removed ret_in_acc, it's the reverse of ret_in_param
|
22 years ago |
peter
|
ff172b6b2d
* fixed import crash with explicit provided name
|
22 years ago |
peter
|
fd632f7a50
* overload keyword added, test is successfull for 1.1. known issue
|
22 years ago |
peter
|
33a6f3a12a
* check for cygdriver in PATH to check for Cygwin, the old detection
|
22 years ago |
Jonas Maebe
|
cca04655a6
* fxed test for 80x86
|
22 years ago |
Jonas Maebe
|
0836ed1713
* patch from Peter for rtti symbols
|
22 years ago |
Jonas Maebe
|
0f893e81c8
* patch from Peter for win32 .ow to .o change
|
22 years ago |
florian
|
149d986f5f
+ added setup of argv, argc and envp
|
22 years ago |
peter
|
2c63c84131
* extdebug info temp alloc type was wrong
|
22 years ago |
florian
|
d73c88ce9f
* fixed parameter passing by value of large sets, strings and method pointers
|
22 years ago |
Jonas Maebe
|
d6a589bcd7
* fixed final fillchar error (tfillchr passes now)
|
22 years ago |
Jonas Maebe
|
a2dc1e7a9d
+ fillchar test
|
22 years ago |
Jonas Maebe
|
335017abc9
* fixed bug in fillchar
|
22 years ago |
Jonas Maebe
|
0a392ebf5e
* fixed g_concatcopy
|
22 years ago |
Jonas Maebe
|
02496a9934
* moved fpc_check_object call earlier for the ppc, so it can't destroy
|
22 years ago |
peter
|
b42efec29d
* create rtti label using newasmsymboldata and update binding
|
22 years ago |
Jonas Maebe
|
8acf67d327
* fixed (last?) remaining -tvarsym(X).address to
|
22 years ago |
florian
|
b5838be7e0
* fixed my commit, strange, it didn't give any conflicts with Jonas patch
|
22 years ago |
florian
|
2254dc3e82
* qword division fixed (MSB/LSB problem)
|
22 years ago |
Jonas Maebe
|
f8cb290a84
* fixed several initialization and finalization related bugs (missing
|
22 years ago |
Jonas Maebe
|
eb9d6d7134
* fixed for big endian systems (since Florian doesn't seem to want to
|
22 years ago |
florian
|
65eba18e20
* fixed passing of small const arrays and const records, they are always passed by reference
|
22 years ago |
Jonas Maebe
|
3aeff19a60
* fixed procvar bug on the ppc (load procvar before loading para's,
|
22 years ago |
peter
|
c2c11ba6a6
* constructor helper added
|
22 years ago |
peter
|
26d78ff5c9
* moved implicit exception frame from ncgutil to psub
|
22 years ago |
Jonas Maebe
|
7d5a2715f6
* fixed bug with large offsets in entrycode
|
22 years ago |
Jonas Maebe
|
7fc5c04a14
* fixed bug in second_int_to_bool I introduced previous time
|
22 years ago |
florian
|
76f18e2fc9
* fixed implicit init/final code for units, stack frame was wrong for ppc
|
22 years ago |
florian
|
fa27f77a17
* FPC_LITTLE_ENDIAN and FPC_BIG_ENDIAN is now defined as well
|
22 years ago |
Jonas Maebe
|
a23b530fc8
* fixed qword and int64 to double conversion
|
22 years ago |