fpc/rtl/emx
Jonas Maebe da7a67bc74 + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we
use a single byte API for file system operations
  + FPCRTL_FILESYSTEM_TWO_BYTE_API define that is set for targets where we
    use a single byte API for file system operations
   o in principle, both can be set if both are supprted and implemented in
     the RTL in order to minimise conversions depending on the scenario

git-svn-id: branches/cpstrrtl@24991 -
2013-06-27 21:37:39 +00:00
..
crt.pas
dos.pas
emx.imp
emx.pas
emxwrap.imp
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
ports.pas
prt0.as
prt1.as
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 * compilation fix (EMX was not updated when moving to PChar based *Dir calls) 2012-05-28 23:43:44 +00:00
sysemx.pas
sysfile.inc
sysheap.inc
sysos.inc
sysosh.inc
system.pas + FileNameCasePreserving added - see #18066 in Mantis 2012-04-15 20:56:13 +00:00
systhrd.inc * avoid range error for sem_indefinite_wait - fix for web bug #18263 (EMX target) 2010-12-19 15:38:54 +00:00
sysutils.pp + rawbytestring/unicodestring overloads for FileCreate and FileOpen. 2012-09-27 07:54:25 +00:00