fpc/rtl/amiga
Jonas Maebe eeb98a0c0f - removed platform-specific implementations of GetCurrentDir, SetCurrentDir,
CreateDir and RemoveDir, and implemented a generic one (based on the OS/2
    version) in the shared sysutils code (so that the filesystem code page
    support for the system unit routines can be reused)
  * include both ansistring and unicodestring versions of the above routines,
    and of ForceDirectories. Exception: GetCurrentDir, which cannot be
    overloaded based on function result and whose return type currently
    dependends on the FPC_UNICODE_RTL define

git-svn-id: branches/cpstrrtl@25113 -
2013-07-16 14:15:55 +00:00
..
m68k use operatingsystem_result on m68k-amiga to pass returncode to OS 2012-12-18 01:41:52 +00:00
powerpc
classes.pp
crt.pp
dos.pp merged fixes from MorphOS 2013-06-01 17:53:13 +00:00
doslibd.inc
Makefile Regenerate all Makefiles with an up-to-date fpcmake binary (dummy commit) 2013-04-29 12:30:54 +00:00
Makefile.fpc rtl: add missing windows codepages (mantis #0024294) 2013-04-22 01:48:12 +00:00
printer.pp
rtldefs.inc + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we 2013-06-27 21:37:39 +00:00
sysdir.inc + added mkdir/chdir/rmdir(rawbytestring) and (unicodestring) to the system unit 2013-07-04 22:28:37 +00:00
sysfile.inc
sysheap.inc
sysos.inc * export PathConv(RawByteString) from the system unit and import/use it in 2013-07-09 19:01:40 +00:00
sysosh.inc
system.pp answer the WBMsg on process exit, when run from Workbench 2013-01-01 01:47:30 +00:00
sysutils.pp - removed platform-specific implementations of GetCurrentDir, SetCurrentDir, 2013-07-16 14:15:55 +00:00
timerd.inc
tthread.inc Extend TThread with (class) methods and (class) properties from Delphi 2007 and newer. 2012-12-27 16:16:17 +00:00
varutils.pp