fpc/rtl/watcom
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
..
classes.pp
crt.pp
dos.pp
Makefile Regenerate all Makefiles with an up-to-date fpcmake binary 2013-04-29 12:40:50 +00:00
Makefile.fpc
prt0.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 + 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
sysosh.inc
system.pp
sysutils.pp - removed platform-specific implementations of GetCurrentDir, SetCurrentDir, 2013-07-16 14:15:55 +00:00
varutils.pp
watcom.pp