Jonas Maebe
|
fd1ae67764
* re-enable fpu exceptions in signal handler, they're turned off by the
|
22 years ago |
Jonas Maebe
|
6bd3eccdac
+ fpc_cpuinit procedure to allow cpu/fpu initialisation before any unit
|
22 years ago |
Jonas Maebe
|
2af569745c
* if currency = int64, FPC_CURRENCY_IS_INT64 is defined
|
22 years ago |
Jonas Maebe
|
c094978054
+ SetFPUExceptionMask implementation for PPC
|
22 years ago |
Jonas Maebe
|
0a74dd10a4
* expanded and corrected test
|
22 years ago |
Jonas Maebe
|
c2efd86268
+ integer division-by-zero detection support for ppc
|
22 years ago |
florian
|
80429f91a1
+ tests in test/units/strings are now executed as well
|
22 years ago |
florian
|
54c08f4c73
+ added strscan/strrscan test
|
22 years ago |
florian
|
03efd6e74b
* fixed wrong temp. usage in generic exception handling
|
22 years ago |
marco
|
fdf4095798
* few small freebsd fixes backported from debugging linux
|
22 years ago |
Jonas Maebe
|
0ab36d6e91
* fixed signal handling
|
22 years ago |
marco
|
19c44b76f2
* fpreadlink(pathstr) moved to unxovl (since not platform specific),
|
22 years ago |
Jonas Maebe
|
f9152c2c6b
* fixed for extended = double
|
22 years ago |
Jonas Maebe
|
e90bd0332a
* default linker name for non-i386 and non-m68k
|
22 years ago |
Jonas Maebe
|
6e3aec5acc
* fixed for non-i386
|
22 years ago |
Jonas Maebe
|
e15a198928
* fixed PreviousFramePointer() for ppc
|
22 years ago |
marco
|
68508ef8d4
* libc stat record under ifdef added
|
22 years ago |
marco
|
4fc157970d
* use_getcwd updates because FPC_USE_LIBC uses that
|
22 years ago |
marco
|
a7d446d496
* getcwd missed cdecl
|
22 years ago |
marco
|
fe766b63b3
* FPC_USE_LIBC fixes
|
22 years ago |
marco
|
4d915e960d
* FPC_USE_LIBC fixes to fpgetenv. No more appending of '=', and making a proper nullterminated string)
|
22 years ago |
Jonas Maebe
|
be0397b1d1
* fixed currency bugs. Int64 currency handling still needs to be
|
22 years ago |
Jonas Maebe
|
a75ef67bfd
* properly fixed assigned() mess (by handling it separately in ncginl)
|
22 years ago |
marco
|
bb088c5ada
* export statfs(pchar)
|
22 years ago |
marco
|
5bc097ac0b
* small fixes for exporting statfs(pchar,..)
|
22 years ago |
marco
|
b447c92828
* small additions for getcwd what we need for FPC_USE_LIBC
|
22 years ago |
marco
|
62e256d07e
* sigset size adaption for FPC_USE_LIBC
|
22 years ago |
marco
|
b0fef8b805
* workaround for buggy 1.0 building
|
22 years ago |
Jonas Maebe
|
8be1033511
* (64 bit int) shl/shr (value > 63) := 0
|
22 years ago |
Jonas Maebe
|
b95efa49e7
* fixed for comp = int64
|
22 years ago |