sergei
|
2efa348b19
- Cleaned out more assembler hacks around ExitCode variable
|
il y a 10 ans |
sergei
|
d6f5bcee45
- Cleaned out assembler hacks around ExitCode variable
|
il y a 10 ans |
sergei
|
e2eb6dffbb
+ x86_64-linux: build ABI tag separately, the purpose it twofold: 1) it is the only part of startup that cannot be yet handled directly by compiler, 2) it provides a single point to modify whenever necessary.
|
il y a 10 ans |
sergei
|
bb8de483f2
- Removed "version" directive, all it does is creation of extra PT_NOTE segment, which does not appear in programs compiled with C.
|
il y a 10 ans |
michael
|
79e7ba678e
* Support Hints prior to variable initialization, properties in records
|
il y a 10 ans |
michael
|
7bb0b187a4
* Fix visibility in records mixed with function/procedure
|
il y a 10 ans |
pierre
|
ddee662665
Add i386 specific check that fpu stack is completely empty in CheckStack function
|
il y a 10 ans |
michael
|
a842569bf1
* Support for functions in records
|
il y a 10 ans |
pierre
|
817555cd6e
Reset FPU state in SignalToRunError for SIGFPE, fixes tw12214 failure
|
il y a 10 ans |
pierre
|
3a9abf75a9
Reset FPU state in SignalToRunError for SIGFPE, fixes tw12214 failure
|
il y a 10 ans |
marco
|
70b12b6d5d
* keep default of "cores" at a safe 0 for now.
|
il y a 10 ans |
florian
|
b98e13cd93
* ensure success is initialized
|
il y a 10 ans |
marco
|
53b06fa861
* disable friendly message because the fileexistance test is not reliable at this point.
|
il y a 10 ans |
marco
|
c6d56f4e66
* always cthreads.
|
il y a 10 ans |
marco
|
576c754034
* corrected typo.
|
il y a 10 ans |
marco
|
c105b9bcf7
* change cores from ifdef to runtime.
|
il y a 10 ans |
sergei
|
3a3f7859f7
* x86_64-linux: ExitCode is passed as parameter to _haltproc, so assembler hacking with global variable is not necessary.
|
il y a 10 ans |
Tomas Hajny
|
5f0a671ddc
* single quotes are not accepted under OS/2
|
il y a 10 ans |
Tomas Hajny
|
f0132e252c
* fixed DLL importing by name
|
il y a 10 ans |
Tomas Hajny
|
2f92aa8d48
* corrected random memory corruption during argument setup
|
il y a 10 ans |
Tomas Hajny
|
7292e64e04
* corrected test for empty filename in FileRec
|
il y a 10 ans |
svenbarth
|
943a094683
Fix for Mantis #27320.
|
il y a 10 ans |
pierre
|
9af030ba9e
Add missing x86_64-solaris gcc compiled objects
|
il y a 10 ans |
pierre
|
16262bb10e
Add missing i386-solaris gcc compiled objects
|
il y a 10 ans |
pierre
|
35a1e6f59e
Add x86_64 as supported CPU for Solaris OS
|
il y a 10 ans |
Tomas Hajny
|
08ce351a06
* don't use the OS/2 API function DosSearchPath for searching through the list of directories in FSearch because it always returns full path even for relative directory specifications (as opposed to what is expected in TP/BP)
|
il y a 10 ans |
Tomas Hajny
|
2e5054186c
* include current directory in the list of searched directories in FSearch as expected in TP/BP
|
il y a 10 ans |
Tomas Hajny
|
5176a069cf
* align DosError returned for empty filename in GetFAttr and SetFAttr to TP/BP
|
il y a 10 ans |
Tomas Hajny
|
37acf48426
* align DosError returned for invalid (unused) handle in GetFTime and SetFTime to TP/BP
|
il y a 10 ans |
Tomas Hajny
|
150ead4546
* skipping wrAbandoned test unsupported on OS/2 similarly to MS Windows
|
il y a 10 ans |