fpc/rtl/emx
Jonas Maebe a3c936fe5f + rawbytestring/unicodestring overloads for FileCreate and FileOpen.
The WinCE implementation converts the rawbytestring arguments to
    unicodestring and calls unicode OS APIs, while the others convert
    unicodestring arguments to DefaultFileSystemCodePage and call
    single byte OS APIs
  + test for the above

git-svn-id: branches/cpstrrtl@22467 -
2012-09-27 07:54:25 +00:00
..
crt.pas
dos.pas
emx.imp
emx.pas
emxwrap.imp
Makefile * synchronised with trunk up to r21067 2012-04-26 21:24:20 +00:00
Makefile.fpc * the default string type for the JVM target is no longer automatically 2011-08-20 08:35:47 +00:00
ports.pas
prt0.as
prt1.as
rtldefs.inc + rtldefs.inc file for every target that contains defines shared by multiple 2012-09-27 07:54:06 +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