fpc/rtl/amicommon
Károly Balogh c704b4b918 amicommon/sysfile.inc: use THandle instead of LongInt
git-svn-id: trunk@31174 -
2015-06-28 23:36:09 +00:00
..
athreads.pp amicommon: make AThreads call the thread init/exit chain 2015-06-06 19:52:13 +00:00
classes.pp
dos.pp amicommon/dos: some warning fixes - use PtrInt instead of LongInt; do not check for less than zero values in unsigned variables 2015-06-28 23:12:41 +00:00
osdebug.inc amicommon: added ShortString version of SysDebug family of functions 2015-05-27 22:25:22 +00:00
osdebugh.inc amicommon: added ShortString version of SysDebug family of functions 2015-05-27 22:25:22 +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/sysfile.inc: use THandle instead of LongInt 2015-06-28 23:36:09 +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 amicommon: support for init/exit procedures for threads. will be used by Sockets unit for example, because bsdsocket.library needs to be reopened for each thread 2015-06-06 19:51:12 +00:00
sysosh.inc AROS: in agreement with Marcus Sackrow, AThreads is now enabled for AROS, and the old AROS-specific threading implementation is zapped 2015-06-07 18:35:50 +00:00
sysutils.pp Amiga-likes: preparations for inclusion of AThreads into the RTL buildprocess 2015-05-28 00:47:35 +00:00
tthread.inc amicommon: since system units now contain CREATE_SUSPENDED const, use that instead of a hardwired value 2015-05-31 17:25:31 +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)