sergei
|
0255eb880e
- Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp.
|
11 лет назад |
sergei
|
13da05a778
* Factored direct access to softfloat_exception_flags into a helper procedure.
|
11 лет назад |
lacak
|
8aa280fd81
fcl-db: tests: add '23:59:59' to test time values
|
11 лет назад |
sergei
|
e79e038f9c
+ Win32/Win64 SEH: STATUS_FLOAT_MULTIPLE_(FAULTS|TRAPS) need additional handling. Makes floating-point exceptions consistent between x87 and SSE.
|
11 лет назад |
nickysn
|
b7d759344d
* fixed do_filepos and do_seekend not returning the high 16 bits of the file
|
11 лет назад |
nickysn
|
d989a42111
* several local variables changed from longint to integer
|
11 лет назад |
sergei
|
b32579278b
* Forgot to increase size of array in r27146
|
11 лет назад |
nickysn
|
517f802ccc
* revert to the initial implementation of GetCommandLine as the code generator
|
11 лет назад |
sergei
|
5f985602fb
* Replaced fpc_ln_real with modern port from fdlibm/uclibc, it has even better accuracy than damath library.
|
11 лет назад |
sergei
|
9801288cdc
* Removed SysInitFPU/SysResetFPU from (remaining) system units initialization code. It is redundant there because it is called from fpc_cpuinit, or, in case of i386, from fpc_cpucodeinit.
|
11 лет назад |
reiniero
|
420e0165a2
fcl-db: sqlconnection:
|
11 лет назад |
sergei
|
6baba5065c
* i386: Perform all CPU-related initialization in fpc_cpucodeinit, instead of having it scattered between fpc_cpuinit,fpc_cpucodeinit and check_sse_support. Simplifies things quite a bit.
|
11 лет назад |
sergei
|
a9b0a92873
* cpuid_support: translated to ATT syntax and optimized a bit.
|
11 лет назад |
Jonas Maebe
|
4dfc731bdc
+ support for nested classes in the WPO devirtualisation and VMT
|
11 лет назад |
Jonas Maebe
|
80863a8361
* fixed warning/compilation
|
11 лет назад |
Jonas Maebe
|
5dd4389f78
* made internalerror unique
|
11 лет назад |
sergei
|
17b5359db0
* Win32 SEH: handle 'Athlon prefetch bug' and SSE detection exceptions in __FPC_default_handler.
|
11 лет назад |
nickysn
|
a176c2d4f5
+ add overloaded versions of HexStr(pointer) for i8086 near and far pointers
|
11 лет назад |
sergei
|
3fb304cbe2
- Removed Win64 SEH code specific to results of managed types returned in registers. Since r26228 managed types are always returned in parameters.
|
11 лет назад |
sergei
|
1d5dc8c3bd
* More comments can never harm.
|
11 лет назад |
nickysn
|
1ef9a0509b
- rm packset 1, because that's already the default in delphi mode
|
11 лет назад |
nickysn
|
238c4f91d8
* fixed dos.getftime returning a wrong value for 'time' on i8086-msdos
|
11 лет назад |
nickysn
|
ee34761646
* changed some longint vars to integer and cleaned up some unused vars from the
|
11 лет назад |
nickysn
|
ac6611ceb9
- rm unused variable from LFNFindFirst
|
11 лет назад |
nickysn
|
044a744ba8
+ implemented dos.SwapVectors for i8086-msdos
|
11 лет назад |
nickysn
|
07c3762164
+ ported the go32v2 CD-ROM support code for dos.disksize and dos.diskfree to
|
11 лет назад |
Jonas Maebe
|
8d4c372d50
* removed ifdef jvm from ncgvmt
|
11 лет назад |
Jonas Maebe
|
73a3f5ced4
* moved ncgutil.maybechangeloadnodereg() to hlcg.maybe_change_load_node_reg()
|
11 лет назад |
Jonas Maebe
|
dab8754bb6
* moved joinreg64 from cg64f32 to cgobj (joinreg128 is also declared
|
11 лет назад |
Jonas Maebe
|
d8e228e82d
- removed unnecessary JVM-specific code
|
11 лет назад |