Commit Graph

15695 Commits

Author SHA1 Message Date
Jonas Maebe
cab9572035 - removed, Darwin uses libc 2004-01-04 19:45:27 +00:00
Jonas Maebe
94ffe54550 - removed 2004-01-04 19:39:42 +00:00
Jonas Maebe
f80c1795b9 - removed (we use libc instead of syscalls) 2004-01-04 19:28:34 +00:00
Jonas Maebe
f2406a4211 - removed (replaced by sig_cpu.inc to avoid name clashes) 2004-01-04 19:27:12 +00:00
Jonas Maebe
a24d314b12 - removed (use the ones on the system) 2004-01-04 19:12:11 +00:00
florian
bc1c6a2c10 * clean up 2004-01-04 17:28:03 +00:00
florian
654fc0e272 + haeder added 2004-01-04 17:23:57 +00:00
florian
ae6e54fb38 * arg* and envp handling fixed 2004-01-04 17:12:28 +00:00
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