peter
|
b6086cae46
Merged revisions 7159,7468,7790,7959,8220,8306,8321,8332,8394-8395 via svnmerge from
|
18 年之前 |
yury
|
2fc115ba37
Merged revisions 7720-7724,7727,7728,7730,7731,7734 via svnmerge from
|
18 年之前 |
yury
|
503711221d
Merged revisions 7499 via svnmerge from
|
18 年之前 |
peter
|
894ace1faf
Merged revisions 7338 via svnmerge from
|
18 年之前 |
daniel
|
0cc43888e9
* Redefine ucs4char as subrange type ($0..$10ffff), which is the legal
|
18 年之前 |
florian
|
f42a2d67b9
* made exitcode a longint, at least windows supports it, delphi uses a longint too
|
18 年之前 |
florian
|
48e51671e5
* don't include compiler proc. in the docs
|
19 年之前 |
florian
|
fd2032dab2
+ start of embedded rtl
|
19 年之前 |
Jonas Maebe
|
4240479f5d
* fixed datarace in CBeginThread
|
19 年之前 |
florian
|
4cbb67aa00
* some fpu emulation code from arm to generic code generator moved
|
19 年之前 |
micha
|
53f935213f
* re-export operatingsystem_result (only not needed for i386-linux-2.1.1)
|
19 年之前 |
micha
|
ad7d549965
+ implement pascal inline asm start/halt code for linux/i386
|
19 年之前 |
Jonas Maebe
|
5acc8b44a8
* activated internal get_frame for x86
|
19 年之前 |
daniel
|
bbc80554b1
* Turn cmdline into property on Linux.
|
19 年之前 |
florian
|
d7fe89c63d
* Real is now defined in the system unit being an unique type, fixes #7425
|
19 年之前 |
florian
|
73083de898
* IsLibrary initialized by declaration
|
19 年之前 |
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 年之前 |
peter
|
fc3e5f68c8
* align needs to be unsigned, patch from Burkhard Carstens
|
19 年之前 |
peter
|
4c065bce45
* move InterLocked functions to system unit
|
19 年之前 |
florian
|
eab1f74b54
* exported SwapEndian
|
19 年之前 |
michael
|
5ef20e6215
+ Added delphi compatibility Error procedure
|
19 年之前 |
florian
|
069ac7d163
* endian conversion functions
|
19 年之前 |
daniel
|
fea15be56f
* Prepare for internal stack frame functions.
|
19 年之前 |
florian
|
47fac4ee6e
* moved *SSECSR to system unit
|
19 年之前 |
florian
|
acc016c9ec
* finished safecall support
|
19 年之前 |
peter
|
2d3c01d83a
* basic work to make Move() and FillChar() internal under ifdef INTERNALMOVEFILLCHAR
|
19 年之前 |
peter
|
9566255122
* allow out file parameters
|
19 年之前 |
peter
|
4c56a87d59
* integrate loaders in system unit
|
19 年之前 |
Jonas Maebe
|
5b9f58ef73
* reverted r2037 because of braindead "out" semantics for refcounted
|
20 年之前 |
Jonas Maebe
|
84aab46550
* changed formal "var" paramters of move, movechar0 and fill* into
|
20 年之前 |