florian
|
48e51671e5
* don't include compiler proc. in the docs
|
19 vuotta sitten |
florian
|
fd2032dab2
+ start of embedded rtl
|
19 vuotta sitten |
Jonas Maebe
|
4240479f5d
* fixed datarace in CBeginThread
|
19 vuotta sitten |
florian
|
4cbb67aa00
* some fpu emulation code from arm to generic code generator moved
|
19 vuotta sitten |
micha
|
53f935213f
* re-export operatingsystem_result (only not needed for i386-linux-2.1.1)
|
19 vuotta sitten |
micha
|
ad7d549965
+ implement pascal inline asm start/halt code for linux/i386
|
19 vuotta sitten |
Jonas Maebe
|
5acc8b44a8
* activated internal get_frame for x86
|
19 vuotta sitten |
daniel
|
bbc80554b1
* Turn cmdline into property on Linux.
|
19 vuotta sitten |
florian
|
d7fe89c63d
* Real is now defined in the system unit being an unique type, fixes #7425
|
19 vuotta sitten |
florian
|
73083de898
* IsLibrary initialized by declaration
|
19 vuotta sitten |
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.
|
19 vuotta sitten |
peter
|
fc3e5f68c8
* align needs to be unsigned, patch from Burkhard Carstens
|
19 vuotta sitten |
peter
|
4c065bce45
* move InterLocked functions to system unit
|
19 vuotta sitten |
florian
|
eab1f74b54
* exported SwapEndian
|
19 vuotta sitten |
michael
|
5ef20e6215
+ Added delphi compatibility Error procedure
|
19 vuotta sitten |
florian
|
069ac7d163
* endian conversion functions
|
19 vuotta sitten |
daniel
|
fea15be56f
* Prepare for internal stack frame functions.
|
19 vuotta sitten |
florian
|
47fac4ee6e
* moved *SSECSR to system unit
|
19 vuotta sitten |
florian
|
acc016c9ec
* finished safecall support
|
19 vuotta sitten |
peter
|
2d3c01d83a
* basic work to make Move() and FillChar() internal under ifdef INTERNALMOVEFILLCHAR
|
19 vuotta sitten |
peter
|
9566255122
* allow out file parameters
|
19 vuotta sitten |
peter
|
4c56a87d59
* integrate loaders in system unit
|
19 vuotta sitten |
Jonas Maebe
|
5b9f58ef73
* reverted r2037 because of braindead "out" semantics for refcounted
|
20 vuotta sitten |
Jonas Maebe
|
84aab46550
* changed formal "var" paramters of move, movechar0 and fill* into
|
20 vuotta sitten |
Jonas Maebe
|
2dea0c793f
* made the target parameter of SetString an "out" instead of "var" parameter
|
20 vuotta sitten |
daniel
|
63ea645207
var & const were sometimes lowercased, sometimes uppercased. Put them
|
20 vuotta sitten |
tom_at_work
|
67e5a7621a
* fixes for successful cycle on 64 bit systems after 64 bit FS changes
|
20 vuotta sitten |
florian
|
4a6939e354
* made generic basic file handling 64 bit
|
20 vuotta sitten |
tom_at_work
|
367df58016
* stack related things (sizes, calculations, etc.) are now 64 bit on 64 bit platforms
|
20 vuotta sitten |
tom_at_work
|
4176b71277
* fixed variants unit to make it compile for 64 bit targets
|
20 vuotta sitten |