Jonas Maebe
|
c4b347c271
* support anonymous procvar definitions for jvm outside parameter lists (in a
|
9 years ago |
svenbarth
|
318b69600c
Fix for Mantis #29065.
|
9 years ago |
marco
|
f69e6730be
* fix for #29036 overload sHOpenFolderAndSelectItems with a plain pointer versions
|
9 years ago |
marco
|
de0f9e65c8
* fix bug #29061, add guids to gmp interfaces
|
9 years ago |
Jeppe Johansen
|
5ec4d38231
Add support for ram-less AVR chips and simultanously optimize flash/ram size the initfinal calling sequence.
|
9 years ago |
nickysn
|
7990b55a87
* use sizeof(aint) instead of sizeof(asizeint) to determine whether a record is
|
9 years ago |
marco
|
b371c43c3e
* misc chm binindex logging (under ifdef)
|
9 years ago |
Jeppe Johansen
|
49f8d574db
Save some space on ATTiny28 since it doesn't have any ram.
|
9 years ago |
nickysn
|
62dadad93e
* reimplemented tppufile.getasizeint to use sizeof(asizeint), just like tppufile.putasizeint does
|
9 years ago |
nickysn
|
0f6b5161e6
* the 'count' parameter of Move and FillChar on i8086 made 16-bit unsigned,
|
9 years ago |
Jeppe Johansen
|
0046af39eb
Fixed #29025.
|
9 years ago |
Jeppe Johansen
|
baae6ec169
Fix incorrect AVR optimization.
|
9 years ago |
svenbarth
|
1d72397c19
Add tests for generic functions/procedures/methods
|
9 years ago |
svenbarth
|
c81eda7a42
Fully enable generic functions, procedures and methods by allowing inline specializations in procedure bodies as well.
|
9 years ago |
svenbarth
|
b2988ad8c0
pexpr.pas, sub_expr:
|
9 years ago |
svenbarth
|
86f1ca2037
symtable.pas, is_visible_for_object:
|
9 years ago |
svenbarth
|
2eeb59591a
pdecsub.pas, parse_proc_head:
|
9 years ago |
nickysn
|
b9ca24d4df
+ added property to the omf object reader, specifying whether symbol names
|
9 years ago |
nickysn
|
79336c59de
* fixed test for PIC code on i386
|
9 years ago |
florian
|
c9204f6c5e
+ added explicit rules for the iso7186 unit for the bsd targets
|
9 years ago |
svenbarth
|
fcae436177
Add test for Mantis #29053 to make sure it doesn't get broken by accident.
|
9 years ago |
nickysn
|
82eb67cd24
* fixed test for PIC code on x86_64
|
9 years ago |
Jonas Maebe
|
27219ae5ff
* actually assign the section name for end of the resourcestrings
|
9 years ago |
florian
|
1142fdeccd
* initialize variables to avoid warnings
|
9 years ago |
Jonas Maebe
|
f60a33f5af
* moved darwin/aix-specific code for resource string sections to
|
9 years ago |
Jonas Maebe
|
72c7cb2770
* typecast second_proc_to_procvar() results for llvm if the generic code
|
9 years ago |
Jonas Maebe
|
8cebb76572
* corrected llvm level type of interfaces
|
9 years ago |
Jonas Maebe
|
be69fbef4f
* fixed type used to store copied open array value parameters
|
9 years ago |
Jonas Maebe
|
423eb7ddb6
* fixed int_to_real() conversion llvm destination type when the result is
|
9 years ago |
Jonas Maebe
|
a55e9a8b0a
* fixed type in second_class_to_intf if the class was in a LOC_REGISTER
|
9 years ago |