fpc/rtl/amicommon
marco 9404acff6e --- Merging r32264 into '.':
U    utils/tply/lextable.pas
U    utils/tply/plex.pas
--- Recording mergeinfo for merge of r32264 into '.':
 G   .

# revisions: 32264

git-svn-id: branches/fixes_3_0@33789 -
2016-05-25 14:02:13 +00:00
..
athreads.pp --- Merging r30991 into '.': 2015-06-17 18:42:30 +00:00
classes.pp
dos.pp --- Merging r30364 into '.': 2015-06-17 11:17:16 +00:00
osdebug.inc --- Merging r30842 into '.': 2015-06-17 11:56:51 +00:00
osdebugh.inc --- Merging r30842 into '.': 2015-06-17 11:56:51 +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 --- Merging r30842 into '.': 2015-06-17 11:56:51 +00:00
sysheap.inc --- Merging r29614 into '.': 2015-06-17 07:45:51 +00:00
sysos.inc --- Merging r30991 into '.': 2015-06-17 18:42:30 +00:00
sysosh.inc --- Merging r31008 into '.': 2015-06-17 18:45:55 +00:00
sysutils.pp --- Merging r32264 into '.': 2016-05-25 14:02:13 +00:00
tthread.inc * merge r30942,30958-30959,30966 2015-06-17 17:48:17 +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)