fpc/rtl/msdos
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 + enabled compilation of unit classes on i8086-msdos 2013-05-31 08:29:23 +00:00
crt.pp * slight accuracy improvement in crt.delay for i8086-msdos 2013-06-01 19:23:25 +00:00
dos.pp + implemented dos.exec on i8086-msdos 2013-06-02 13:42:29 +00:00
Makefile + added startup code for the medium memory model 2013-06-08 22:41:43 +00:00
Makefile.fpc + added startup code for the medium memory model 2013-06-08 22:41:43 +00:00
msmouse.pp + added and implemented unit msmouse for i8086-msdos 2013-05-31 16:54:01 +00:00
ports.pp + added and implemented unit ports for i8086-msdos 2013-06-01 14:44:49 +00:00
prt0m.asm + added startup code for the medium memory model 2013-06-08 22:41:43 +00:00
prt0s.asm + added startup code for the medium memory model 2013-06-08 22:41:43 +00:00
prt0stm.asm * declare the text segment with class=code on i8086-msdos 2013-06-09 12:13:52 +00:00
prt0t.asm + added startup code for the medium memory model 2013-06-08 22:41:43 +00:00
registers.inc + added Intr and MsDos implementations for i8086-msdos 2013-03-28 18:17:25 +00:00
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 + implemented all the remaining msdos file functions 2013-03-30 15:46:41 +00:00
sysheap.inc + added sysheap.inc and sysfile.inc to the msdos target, empty for now 2013-03-16 12:03:24 +00:00
sysos.inc + added error checking to the dos file operations 2013-03-28 22:03:13 +00:00
sysosh.inc * THandle type changed to Word for i8086-msdos 2013-03-27 00:14:41 +00:00
system.pp + added extra_param_offset constant for accessing parameters in asm routines with nostackframe 2013-06-11 21:08:43 +00:00
sysutils.pp - removed platform-specific implementations of GetCurrentDir, SetCurrentDir, 2013-07-16 14:15:55 +00:00
tthread.inc * some fixes, intended to get units fgl and classes to compile on 16-bit cpus 2013-05-30 18:58:25 +00:00
varutils.pp + added varutils.pp to the msdos rtl 2013-05-25 16:00:33 +00:00