fpc/rtl/atari
2021-06-24 00:16:00 +00:00
..
buildrtl.pp atari: added the fpwidestring unit to the RTL build 2020-03-18 00:44:49 +00:00
classes.pp * compilation fixes for many platforms after r41167 2019-02-02 20:22:07 +00:00
dos.pp atari: if FindFirst fails, always call FindClose, just in case 2017-06-15 12:46:15 +00:00
gemdos.inc atari: most of the DOS unit is now implemented, but largely untested 2017-01-07 04:13:58 +00:00
Makefile * set EXEEXT to .wasm for the WASI target in fpcmake 2021-06-24 00:16:00 +00:00
Makefile.fpc atari: added the fpwidestring unit to the RTL build 2020-03-18 00:44:49 +00:00
prt0.as
rtl.cfg atari: do not reference DOS unit explicitly as a dependency. it's now built by buildrtl. add an rtl.cfg for easy features override 2018-02-22 12:09:44 +00:00
rtldefs.inc
si_prc.pp atari: implemented stacktop for working stacktraces, implemented stacksize dependent stackmargin, and a system specific backtracestr. however, offs display still doesn't work properly, due to a linker issue (reported) 2021-04-14 14:59:08 +00:00
sysdir.inc atari: implemented and fixed some bits in the system unit, tdir test passes now on TOS 2016-12-26 20:59:33 +00:00
sysfile.inc atari: return a valid filehandle in do_open(). this code accidentally worked before with -O2, because the way the reg uses overlapped, but failed with -O-... 2017-01-04 04:53:41 +00:00
sysheap.inc
sysos.inc atari: implemented stacktop for working stacktraces, implemented stacksize dependent stackmargin, and a system specific backtracestr. however, offs display still doesn't work properly, due to a linker issue (reported) 2021-04-14 14:59:08 +00:00
sysosh.inc + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
syspara.inc atari: reworked param handling once more, based on the Amiga code, fixes argv/argc 2016-12-27 17:12:49 +00:00
system.pp atari: implemented stacktop for working stacktraces, implemented stacksize dependent stackmargin, and a system specific backtracestr. however, offs display still doesn't work properly, due to a linker issue (reported) 2021-04-14 14:59:08 +00:00
sysutils.pp * compilation on atari fixed 2020-01-22 19:06:26 +00:00
tthread.inc * TThread.Terminate does not have any platform specific behavior (it should only set FTerminated to true and call TerminatedSet), thus move it to the platform independant part 2020-08-22 15:56:13 +00:00
xbios.inc