ivost
|
561997e8ef
* added fpc_class_is_corbaintf and fpc_class_cast_corbaintf compiler helper functions
|
пре 15 година |
ivost
|
d9a6e63ef0
* prepeared compiler functions for IS and cast operators
|
пре 15 година |
ivost
|
dc785f6f68
* implemented intf as object. When doing IInterface as TObject the compiler calls fpc_intf_as_class to query for the IImplementorGetter interface and then invokes GetObject to get the
|
пре 15 година |
paul
|
fcaac0ebe1
compiler,rtl - safecall handling:
|
пре 15 година |
paul
|
cf0a1b1af9
compiler: safecall exception handling:
|
пре 15 година |
Jonas Maebe
|
08a4ede9c4
* added str(enum,charray) and export str(enum,ansistr/widestr/unicodestr)
|
пре 15 година |
marco
|
4104d9f481
* More pluggability of the RTL. Mantis 15124
|
пре 16 година |
Jonas Maebe
|
c2c68ddb8f
- removed FPC_NEW_BIGENDIAN_SETS define and if(n)defs
|
пре 16 година |
ivost
|
0438667eed
* fixed bug #5800
|
пре 16 година |
Jonas Maebe
|
95431c57f5
* fixed variantarrays for 64 bit systems after the changes in 2.2.0 to
|
пре 16 година |
florian
|
1b79f2ebcf
* improved feature defines
|
пре 16 година |
florian
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
пре 17 година |
florian
|
f56b741948
* quicker finalization of dyn. arrays, thanks to the hint of Volker Zipfel
|
пре 17 година |
marco
|
2fd39019bf
* fix for 11176 val ansistring to enum
|
пре 17 година |
yury
|
5dc6e54925
* Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them.
|
пре 17 година |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
пре 17 година |
florian
|
7878f0feb3
* made all fpc_*_to_shortstr helpers a procedure, resolves #8580
|
пре 18 година |
Jonas Maebe
|
dc71827e2e
* procedure version of fpc_copy to avoid errors with {$x-} (mantis #9918)
|
пре 18 година |
Jonas Maebe
|
0040eecf9f
+ support for extra packing of sets whose lower element number
|
пре 18 година |
Jonas Maebe
|
815cd2b39d
+ support for widestring manager based widechar conversions
|
пре 18 година |
Jonas Maebe
|
17e0807a20
* fixed cycle (fpc_getmem argument from ptrint -> ptruint)
|
пре 18 година |
florian
|
2c4aeefbf4
* fixed copying of automated records
|
пре 18 година |
florian
|
37bd49692e
* proper fix for 8481 et. al.
|
пре 18 година |
Jonas Maebe
|
20b99dade3
- reverted r7600, see additional comments in mantis #9027
|
пре 18 година |
Jonas Maebe
|
5a8679131f
+ support for new/dispose with extra size parameter in macpas mode
|
пре 18 година |
Jonas Maebe
|
5cf2511283
- removed/disabled all normalset code (except for bootstrapping), since
|
пре 18 година |
Jonas Maebe
|
a0b57eddb5
* new internal set format for big endian systems. Advantages:
|
пре 18 година |
Jonas Maebe
|
c80d4225ca
+ support for ISO Extended Pascal ReadStr() and WriteStr() routines
|
пре 18 година |
Jonas Maebe
|
9cec910eb9
* changed *string_to_*chararray helpers from functions into procedures
|
пре 18 година |
Jonas Maebe
|
a2c3826281
* changed fpc_big_chararray and fpc_big_widechararray from
|
пре 18 година |