florian
|
7da7364ee7
* refactored SysResetFPU into SysInitFPU and SysResetFPU
|
il y a 18 ans |
florian
|
7878f0feb3
* made all fpc_*_to_shortstr helpers a procedure, resolves #8580
|
il y a 18 ans |
Jonas Maebe
|
8ed15c96bb
- removed COMPPROCINLINEFIXED define and ifdefs (fixed in 2.2.0)
|
il y a 18 ans |
peter
|
e8322a83e4
* optimized generic implementations to use pointers instead of
|
il y a 18 ans |
Tomas Hajny
|
58bca68e6a
+ infrastructure for CtrlBreakHandler added
|
il y a 18 ans |
florian
|
b11e861b0f
+ define DEFAULT_DOUBLE on m68k
|
il y a 18 ans |
Jonas Maebe
|
a57f9e0672
+ added QWord overloads for IntToHex, hexStr, OctStr, binStr
|
il y a 18 ans |
micha
|
d95b9082bb
* add memory barrier prototypes + implementation for i386 and sparc + use lwsync for powerpc64
|
il y a 18 ans |
daniel
|
35b6980254
* Put pptrint back in place.
|
il y a 18 ans |
daniel
|
ea47fcfc97
* ptrint -> ptruint
|
il y a 18 ans |
florian
|
5c58f69595
+ ModuleIs* typed consts added
|
il y a 18 ans |
yury
|
5afc9355f8
* use proper runtime error codes for EIntfCastError and ESafecallException exceptions.
|
il y a 18 ans |
florian
|
041ff166cc
* fixed arm compilation
|
il y a 18 ans |
peter
|
5c914393d5
* added uint64 alias
|
il y a 18 ans |
ivost
|
ed87187cad
* removed InterlockedCompareExchange64 for i386 from system unit
|
il y a 18 ans |
ivost
|
2c22173534
* Added InterlockedCompareExchange64 for i386 (supported over cmpxchg8b instruction)
|
il y a 18 ans |
daniel
|
0cc43888e9
* Redefine ucs4char as subrange type ($0..$10ffff), which is the legal
|
il y a 18 ans |
florian
|
f42a2d67b9
* made exitcode a longint, at least windows supports it, delphi uses a longint too
|
il y a 18 ans |
florian
|
48e51671e5
* don't include compiler proc. in the docs
|
il y a 19 ans |
florian
|
fd2032dab2
+ start of embedded rtl
|
il y a 19 ans |
Jonas Maebe
|
4240479f5d
* fixed datarace in CBeginThread
|
il y a 19 ans |
florian
|
4cbb67aa00
* some fpu emulation code from arm to generic code generator moved
|
il y a 19 ans |
micha
|
53f935213f
* re-export operatingsystem_result (only not needed for i386-linux-2.1.1)
|
il y a 19 ans |
micha
|
ad7d549965
+ implement pascal inline asm start/halt code for linux/i386
|
il y a 19 ans |
Jonas Maebe
|
5acc8b44a8
* activated internal get_frame for x86
|
il y a 19 ans |
daniel
|
bbc80554b1
* Turn cmdline into property on Linux.
|
il y a 19 ans |
florian
|
d7fe89c63d
* Real is now defined in the system unit being an unique type, fixes #7425
|
il y a 19 ans |
florian
|
73083de898
* IsLibrary initialized by declaration
|
il y a 19 ans |
yury
|
7ccca2e438
* Optimization for smartlinking. Removed command line parsing in system unit initialization for wince. The parser is called when command line is accessed first time in program. It saves 1.55KB exe size, when command line is not used.
|
il y a 19 ans |
peter
|
fc3e5f68c8
* align needs to be unsigned, patch from Burkhard Carstens
|
il y a 19 ans |