fpc/rtl/go32v2
Jonas Maebe 62ee16278b * changed getdir(ansistring):ansistring to
getdir(rawbytestring):rawbytestring so it can accept strings in any
    encoding and cleanly return results in DefaultRTLFileSystemCodePage
  + getdir(unicodestring):unicodestring
  * renamed the getdir implementation of all platforms except for embedded-
    without-ansistring-support to do_getdir(), and depending on the
    FPCRTL_FILESYSTEM_SINGLE_BYTE_API/FPCRTL_FILESYSTEM_TWO_BYTE_API define
    changed its shortstring parameter to ansistring or unicodestring. The
    do_getdir(rawbytestring) routine should just set the code page of the
    return value to DefaultFileSystemCodePage without conversion (not
    DefaultRTLFileSystemCodePage with conversion, that conversion is performed
    in getdir if necessary; this avoids double conversions in case
    getdir(unicodestring) is called)
  + generic getdir(shortstring) for platforms supporting either ansistrings or widestrings
  o platform maintainers:
   o OS/2: adjust code to supports paths > 255 characters if those are supported
   o Wii: adjust used callback to use rawbytestring to support paths > 255 characters and
     avoid shortstring->rawbytestring conversion overhead
   o Windows: GetCurrentDirectoryW is now always used (to prevent data loss)

git-svn-id: branches/cpstrrtl@24993 -
2013-06-27 21:37:47 +00:00
..
classes.pp
crt.pp * changed the parameters of gotoxy() and the return values of wherex/wherey 2009-05-24 11:48:49 +00:00
dos.pp * Init use_proxy to false, Mantis #21097 2012-01-17 07:57:39 +00:00
dpmi.inc
dpmiexcp.pp
dxeload.pp
dxetype.pp
emu387.pp
exceptn.as
exit16.ah
exit16.asm
fpu.as
go32.pp
initc.pp
keyboard.pp
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
mouse.pp
msmouse.pp
ports.pp
printer.pp
profile.pp
rtldefs.inc + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we 2013-06-27 21:37:39 +00:00
sbrk16.ah
sbrk16.asm
sysdir.inc * changed getdir(ansistring):ansistring to 2013-06-27 21:37:47 +00:00
sysfile.inc
sysheap.inc
sysos.inc
sysosh.inc
system.pp Merge forgotten go32v2 2.6.0 branch changes back into trunk. 2013-04-12 10:28:40 +00:00
sysutils.pp * fixed duplicate StringToTB definition error in r22467; only kept the 2013-06-27 21:37:25 +00:00
tthread.inc Extend TThread with (class) methods and (class) properties from Delphi 2007 and newer. 2012-12-27 16:16:17 +00:00
v2prt0.as Merge forgotten go32v2 2.6.0 branch changes back into trunk. 2013-04-12 10:33:06 +00:00
varutils.pp
vesamode.pp
video.pp