fpc/rtl/amicommon
2014-09-19 21:17:37 +00:00
..
classes.pp
dos.pp amicommon: GetEnv improved, EnvCount and EnvStr implemented 2014-09-03 19:58:08 +00:00
osdebug.inc amicommon: removed the accidental leftovers of experiments for the last syscall fix for MorphOS 2014-09-19 21:17:37 +00:00
osdebugh.inc amicommon: basic common debug facilities, influenced by Debug/DebugLn of the AROS port 2014-09-19 20:40:43 +00:00
README.TXT
rtldefs.inc
sysdir.inc amicommon: fixed sysdir.inc/do_chdir() to actually work on AROS 2014-08-30 00:58:42 +00:00
sysfile.inc amicommon: backported seeking fixes from AROS branch, which actually apply to all Am*ga platforms 2014-08-24 14:56:36 +00:00
sysheap.inc amicommon: AOS_heapPool renamed to ASYS_heapPool. common stuff should start with ASYS, to avoid confusion on AmigaOS, so more to come 2014-08-28 21:50:05 +00:00
sysos.inc
sysosh.inc
sysutils.pp amicommon: GetLocalTime correct millisecond value 2014-08-27 15:36:52 +00:00

This is the common directory for RTL code which is shared among Amiga-like
platforms. That means AmigaOS on 68k, MorphOS and AROS on i386 currently.

All code which is committed to this directory must be compilable and working
on these systems. System specific implementations are possible to add via
include files, which are then included into these files at the right place.

  Karoly Balogh (2014.08.22)