fpc/rtl/amicommon
2015-05-25 21:06:53 +00:00
..
athreads.pp amicommon: more AThreads work 2015-05-25 19:47:21 +00:00
classes.pp
dos.pp amicommon: the use OS-defined TICKS_PER_SECOND const instead of redefining it using another name 2015-03-30 08:26:16 +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: properly arbitrate access to the open file list in a multithreaded environment 2015-05-24 12:15:02 +00:00
sysheap.inc Amiga: manually semaphore-protect the heap Pool, because classic Amiga has no MEMF_SEM_PROTECTED 2015-03-29 00:18:19 +00:00
sysos.inc
sysosh.inc amicommon: AThreads improvements 2015-05-25 17:55:43 +00:00
sysutils.pp amicommon: define FPC_FEXPAND_DIRSEP_IS_UPDIR for Amiga-like systems. this seems to fix several FExpand weirdness on these systems (like the IDE not working properly on the root directory of a volume due to wrong paths) 2015-03-29 01:51:04 +00:00
tthread.inc amicommon: have a generic tthread.inc which even works, given there is a reasonably advanced ThreadManager 2015-05-25 21:06:53 +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)