marco
0eac139e17
* powerpc version
2004-01-04 16:41:35 +00:00
Jonas Maebe
592822ba08
* fixed WaitProcess in case of SysEintr
2004-01-04 16:24:05 +00:00
marco
3dc9241d0d
* additions
2004-01-04 15:55:47 +00:00
marco
a4c55617d4
* regened
2004-01-04 15:44:41 +00:00
marco
eeade6b034
* fix
2004-01-04 15:42:22 +00:00
marco
a12f5dafcb
* working version
2004-01-04 15:30:19 +00:00
michael
7ea00e6558
+ Version 1.9.2
2004-01-04 01:24:38 +00:00
marco
736861f26e
* first 1.1 netbsd rtl, basically freebsd copy and paste with 1.0.10 netbsd structures
2004-01-04 01:13:23 +00:00
marco
d3e862638f
* a new qod port of the freebsd rtl. To be refined in the coming days.
2004-01-04 01:11:28 +00:00
marco
5ec7fdfe02
* fix for 1.0 compability issue
2004-01-03 23:56:11 +00:00
Jonas Maebe
14670f4065
* fixed syntax error caught by Mac OS X' as :)
2004-01-03 19:46:29 +00:00
michael
74d9595bc1
+ Fixed some glitch when creating HTML
2004-01-03 16:30:04 +00:00
michael
773559ef17
+ Fixed version
2004-01-03 16:08:38 +00:00
michael
93c0e5fcf9
+ Initial check-in
2004-01-03 15:44:04 +00:00
marco
5ba857f706
* typo fix
2004-01-03 14:56:10 +00:00
marco
6f275c2676
* rtl/freebsd/cpu now also searched
2004-01-03 14:55:35 +00:00
Jonas Maebe
2d40a5008b
+ support exported procedures for linuxppc
...
* refuse to compile systems/t_linux.pas if processor-specific support
for exported procedures is absent
+ generate .type and .size info for all currently defined linux-variants
in aggas.pas
2004-01-03 13:51:05 +00:00
michael
20a179aaeb
+ FPC Version number is 1.9.2
2004-01-03 12:41:04 +00:00
marco
5cb92b4d59
* sighnd to separate file, like linux. Some comments removed
2004-01-03 12:35:39 +00:00
michael
d2594024c0
+ Changed version to 1.9.2
2004-01-03 12:31:44 +00:00
marco
9eebe90053
* now separately.
2004-01-03 12:29:36 +00:00
michael
dbe1cd602a
+ Fixes for tar listing, and added detection of local or global installation
2004-01-03 12:24:39 +00:00
marco
d954d73042
* a lot of copyright notices and CVS logs added and fixed
2004-01-03 12:18:29 +00:00
marco
c032cd36e8
* errorhandling fixed
2004-01-03 09:20:45 +00:00
marco
64e776098a
* unix does ansistring exec
2004-01-03 09:12:23 +00:00
marco
aeaf3e9d2c
* Unix exec(ansistring)
2004-01-03 09:09:11 +00:00
marco
5d49357d80
* Exec(ansistring) function
2004-01-03 08:55:58 +00:00
marco
2d20ccc43e
* simple bugfix for tpipe
2004-01-02 22:51:46 +00:00
marco
532a14b5e3
* fix from Marc W.
2004-01-02 22:46:29 +00:00
michael
2514b84ca1
+ Removed some comments
2004-01-02 18:33:39 +00:00
michael
ec9c3626ca
No longer unpacking temporary files
2004-01-02 18:32:03 +00:00
Jonas Maebe
fd1ae67764
* re-enable fpu exceptions in signal handler, they're turned off by the
...
kernel
2004-01-02 17:57:16 +00:00
Jonas Maebe
6bd3eccdac
+ fpc_cpuinit procedure to allow cpu/fpu initialisation before any unit
...
initialises
+ fpu exceptions for invalid operations and division by zero enabled for
ppc
2004-01-02 17:21:50 +00:00
Jonas Maebe
2af569745c
* if currency = int64, FPC_CURRENCY_IS_INT64 is defined
...
+ round and trunc for currency and comp if FPC_CURRENCY_IS_INT64 is
defined
* if currency = orddef, prefer currency -> int64/qword conversion over
currency -> float conversions
* optimized currency/currency if currency = orddef
* TODO: write FPC_DIV_CURRENCY and FPC_MUL_CURRENCY routines to prevent
precision loss if currency=int64 and bestreal = double
2004-01-02 17:19:04 +00:00
Jonas Maebe
c094978054
+ SetFPUExceptionMask implementation for PPC
2004-01-02 16:50:24 +00:00
Jonas Maebe
0a74dd10a4
* expanded and corrected test
2004-01-02 14:41:30 +00:00
Jonas Maebe
c2efd86268
+ integer division-by-zero detection support for ppc
...
+ compilerproc FPC_DIVBYZERO
2004-01-01 17:58:16 +00:00
florian
80429f91a1
+ tests in test/units/strings are now executed as well
2004-01-01 17:43:57 +00:00
florian
54c08f4c73
+ added strscan/strrscan test
2004-01-01 17:42:13 +00:00
florian
03efd6e74b
* fixed wrong temp. usage in generic exception handling
2004-01-01 17:23:16 +00:00
marco
fdf4095798
* few small freebsd fixes backported from debugging linux
2004-01-01 17:07:21 +00:00
Jonas Maebe
0ab36d6e91
* fixed signal handling
2004-01-01 16:28:16 +00:00
marco
19c44b76f2
* fpreadlink(pathstr) moved to unxovl (since not platform specific),
...
small fixes for "make all OPT='-dFPC_USE_LIBC'
2004-01-01 16:10:23 +00:00
Jonas Maebe
f9152c2c6b
* fixed for extended = double
2004-01-01 15:49:21 +00:00
Jonas Maebe
e90bd0332a
* default linker name for non-i386 and non-m68k
2004-01-01 15:34:50 +00:00
Jonas Maebe
6e3aec5acc
* fixed for non-i386
2004-01-01 15:32:21 +00:00
Jonas Maebe
e15a198928
* fixed PreviousFramePointer() for ppc
2004-01-01 15:30:04 +00:00
marco
68508ef8d4
* libc stat record under ifdef added
2004-01-01 14:20:20 +00:00
marco
4fc157970d
* use_getcwd updates because FPC_USE_LIBC uses that
2004-01-01 14:19:55 +00:00
marco
a7d446d496
* getcwd missed cdecl
2004-01-01 14:16:55 +00:00