fpc/rtl/nds
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
..
classes.pp
cprt07.as * Updated nds to devkitARM r33 2011-06-27 12:22:46 +00:00
cprt09.as * Updated nds to devkitARM r33 2011-06-27 12:22:46 +00:00
dos.pp
libc.inc * nds: implemented write(ln) output on the screen (it needs flush tough...) 2011-07-03 08:34:52 +00:00
libch.inc * nds: implemented write(ln) output on the screen (it needs flush tough...) 2011-07-03 08:34:52 +00:00
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
nds.inc * Added a first file I/O handling implementation 2011-06-20 21:55:58 +00:00
ndsbios.inc
ndsbiosh.inc
ndsh.inc * Added a first file I/O handling implementation 2011-06-20 21:55:58 +00:00
prt07.as * Updated nds to devkitARM r33 2011-06-27 12:22:46 +00:00
prt09.as * Updated nds to devkitARM r33 2011-06-27 12:22:46 +00:00
rtldefs.inc + rtldefs.inc file for every target that contains defines shared by multiple 2012-09-27 07:54:06 +00:00
sysdir.inc * Added a first file I/O handling implementation 2011-06-20 21:55:58 +00:00
sysfile.inc * nds: implemented write(ln) output on the screen (it needs flush tough...) 2011-07-03 08:34:52 +00:00
sysheap.inc
sysos.inc
sysosh.inc
system.pp * fixed null termination of cmdline (based on patch by C Western, 2012-08-30 21:30:31 +00:00
systhrd.inc
sysutils.pp + rawbytestring/unicodestring overloads for FileCreate and FileOpen. 2012-09-27 07:54:25 +00:00
tthread.inc
varutils.pp