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 years ago |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
17 years ago |
florian
|
7878f0feb3
* made all fpc_*_to_shortstr helpers a procedure, resolves #8580
|
18 years ago |
Jonas Maebe
|
dc71827e2e
* procedure version of fpc_copy to avoid errors with {$x-} (mantis #9918)
|
18 years ago |
Jonas Maebe
|
0040eecf9f
+ support for extra packing of sets whose lower element number
|
18 years ago |
Jonas Maebe
|
815cd2b39d
+ support for widestring manager based widechar conversions
|
18 years ago |
Jonas Maebe
|
17e0807a20
* fixed cycle (fpc_getmem argument from ptrint -> ptruint)
|
18 years ago |
florian
|
2c4aeefbf4
* fixed copying of automated records
|
18 years ago |
florian
|
37bd49692e
* proper fix for 8481 et. al.
|
18 years ago |
Jonas Maebe
|
20b99dade3
- reverted r7600, see additional comments in mantis #9027
|
18 years ago |
Jonas Maebe
|
5a8679131f
+ support for new/dispose with extra size parameter in macpas mode
|
18 years ago |
Jonas Maebe
|
5cf2511283
- removed/disabled all normalset code (except for bootstrapping), since
|
18 years ago |
Jonas Maebe
|
a0b57eddb5
* new internal set format for big endian systems. Advantages:
|
18 years ago |
Jonas Maebe
|
c80d4225ca
+ support for ISO Extended Pascal ReadStr() and WriteStr() routines
|
18 years ago |
Jonas Maebe
|
9cec910eb9
* changed *string_to_*chararray helpers from functions into procedures
|
18 years ago |
Jonas Maebe
|
a2c3826281
* changed fpc_big_chararray and fpc_big_widechararray from
|
18 years ago |
Jonas Maebe
|
c13ff3729b
* Merged 2.3 branch changes:
|
18 years ago |
florian
|
2167655902
* patch from Thorsten Engler submitted in #8235
|
18 years ago |
daniel
|
e8050233af
+ Patch by Thorsten Engler to optimize string comparisons for = and <> cases. (Mantis #8231)
|
18 years ago |
florian
|
2579cd139f
+ support for sets with size 1 and 2
|
18 years ago |
yury
|
71961bb8ce
* Implemented fpc_Write_Text_Currency and fpc_Read_Text_Currency.
|
18 years ago |
yury
|
f45a5e2961
* fixed compilation on 64 bit targets.
|
18 years ago |
Jonas Maebe
|
2fa51a485f
* bootstrapping for systems where currency is not a float
|
18 years ago |
yury
|
adae4e9976
* implemented fpc_WideStr_Currency, fpc_chararray_Currency, fpc_Val_Currency_WideStr.
|
18 years ago |
yury
|
b6b9582d8e
* implemented fpc_AnsiStr_Currency and fpc_Val_Currency_AnsiStr.
|
18 years ago |
yury
|
2d683bcbe6
* implemented fpc_Val_Currency_ShortStr.Not used yet.
|
18 years ago |
yury
|
37b9258431
* Implemented fpc_ShortStr_Currency. Not used yet.
|
18 years ago |
florian
|
a2ec2e72b6
* better hint about abstract methods (fixes 5098)
|
18 years ago |
florian
|
21955282d0
+ infrastructure for DispInterface call dispatching
|
18 years ago |
florian
|
fd2032dab2
+ start of embedded rtl
|
18 years ago |