marco
371f66818a
* ptime_t
2003-12-30 12:46:40 +00:00
marco
d657b168c7
* FPC_USE_LIBC
2003-12-30 12:36:56 +00:00
marco
ed32411ea4
*** empty log message ***
2003-12-30 12:32:30 +00:00
marco
b6f9f170f7
* FPC_USE_LIBC
2003-12-30 12:24:01 +00:00
Jonas Maebe
f587f35457
* fixed methodpointer comparing in a generic way (typecast both left and
...
right explicitly to voidpointer), instead of relying on strange
behvaiour or n386addnode.pass_2 (if size of def = 8, only use the first
4 bytes instead of internalerror-ing or so)
2003-12-29 22:33:08 +00:00
Jonas Maebe
4ff098fc7a
* fixed setftime (sorry Marco :)
2003-12-29 21:15:04 +00:00
Jonas Maebe
416a3ad1d0
* fixed for comp = int64
2003-12-29 19:48:01 +00:00
Jonas Maebe
15698ca7b3
* fixed for comp = int64
2003-12-29 19:38:44 +00:00
florian
a3cd612259
* fixed error message, if a resource file can't be written
2003-12-29 19:31:20 +00:00
florian
021652683a
+ introduced PtrInt and PtrUInt
...
* made strscan 64 bit safe
2003-12-29 19:24:12 +00:00
Jonas Maebe
65cc0f990f
* fixed NaN/Inf detection for single/double
2003-12-29 19:19:21 +00:00
Jonas Maebe
ad3f0e5c31
* fixed for extended = double
2003-12-29 19:18:36 +00:00
Jonas Maebe
cbfa846387
* fixed for systems where extended = double
2003-12-29 18:53:18 +00:00
Jonas Maebe
b46b7ff792
* integrated hack from 1.0.x so we can parse low(int64) as int64 instead
...
of as double (in 1.0.x, it was necessary for low(longint))
2003-12-29 17:19:35 +00:00
Jonas Maebe
95f6a7a515
* fixed for non-x86
2003-12-29 15:54:29 +00:00
Jonas Maebe
92f038ebec
* fixed saving/restoring of volatile fpu registers under sysv
...
+ better provisions for abi differences regarding fpu registers that have
to be saved
2003-12-29 14:17:50 +00:00
Jonas Maebe
2d05b23107
* moved tb0151 from tbf to tbs
2003-12-29 13:15:48 +00:00
Jonas Maebe
980efd582d
+ support for currency typed constants if currency=int64. Warning: does
...
not work properly for extreme values if bestreal <= double
2003-12-29 12:48:39 +00:00
Jonas Maebe
7de6463c43
* hopefully fixed bug tb0454 (merged from nppcadd)
2003-12-29 11:37:52 +00:00
Jonas Maebe
da6a3d28c8
* hopefully fixed tb0454
2003-12-29 11:35:19 +00:00
Jonas Maebe
83323b4955
* fixed tb0350 (support loading address of reference containing the
...
address 0)
2003-12-29 11:13:53 +00:00
Jonas Maebe
e9051dc267
+ powerpc suppport
2003-12-29 10:58:05 +00:00
Jonas Maebe
67eaf25d33
+ ppc support
2003-12-29 10:55:19 +00:00
Jonas Maebe
8953ed5494
* fixed tnotnode for < 32 bit quantities
2003-12-28 23:49:30 +00:00
florian
2028eb6b96
+ except handling related nodes now include pi_do_call if necessary
2003-12-28 22:51:18 +00:00
florian
245c5fe197
* strscan fix from Jonas
2003-12-28 22:33:35 +00:00
Jonas Maebe
bfd9c1f91c
* fixed for processors where sizeof extended = sizeof(double)
2003-12-28 22:22:56 +00:00
florian
d38abc3a3f
+ setting of bit 6 of cr for c var args on ppc implemented
2003-12-28 22:09:12 +00:00
Jonas Maebe
85e84512fb
* fixed procedures declared as "interrupt" for non-x86
2003-12-28 21:57:43 +00:00
Jonas Maebe
e9a522fdae
* fixed fillchar for SYSV abi
2003-12-28 21:06:56 +00:00
Jonas Maebe
430d41fdb0
* fixed *locked* routines
2003-12-28 20:55:57 +00:00
Jonas Maebe
4eb1eb94d1
* fixed result of failed syscalls (no extra neg is needed)
...
+ support multi-threaded programs
2003-12-28 20:55:10 +00:00
florian
0f5fa6973b
* initial code
2003-12-28 20:08:53 +00:00
florian
218beb5b32
* handling of open array value parameters fixed
2003-12-28 19:22:27 +00:00
Jonas Maebe
da74a9fea6
- removed unused methods from old generic spilling code
2003-12-28 16:20:09 +00:00
Jonas Maebe
6bab64590e
* hopefully fixed varargs (both Pascal- and C-style)
2003-12-28 15:33:06 +00:00
Jonas Maebe
ffa51d27c3
* hopefully fixed interfaces (untested)
2003-12-28 15:14:14 +00:00
peter
ae6be6bc0e
* support type convs for write typed
2003-12-27 22:27:55 +00:00
peter
3677577d9f
* check with fileexists() before opening a file
2003-12-27 22:27:24 +00:00
peter
b7a19dd847
* new bug
2003-12-27 22:27:05 +00:00
Tomas Hajny
ac8870b489
* regcall fixes
2003-12-26 22:20:44 +00:00
florian
c72e3a8eea
* updated instruction includes from new instruction table
2003-12-26 20:24:03 +00:00
florian
8c796e366d
* asm mode is only on i386 set now
2003-12-26 15:20:25 +00:00
peter
7fe57a2396
* fixed time calculation
2003-12-26 14:32:16 +00:00
peter
d7f6e2bdf8
* fixed compile for linux
2003-12-26 14:18:51 +00:00
peter
1c7e6fc380
* sparc updates
...
* use registertype in spill_register
2003-12-26 14:02:30 +00:00
peter
be4dfaa4d3
* row changed to ppchar
2003-12-26 13:56:50 +00:00
florian
466744d413
* rtl and compiler compile with -Cfsse2
2003-12-26 13:47:41 +00:00
florian
ace2d682b0
* rtl and compiler compile with -Cfsse2
2003-12-26 13:19:16 +00:00
florian
3d8e1ab1fb
+ fpu<->mm register conversion
2003-12-26 00:32:21 +00:00