fpc/rtl/os2
2014-11-22 20:35:46 +00:00
..
tests
classes.pp
dos.pas * fix for random memory corruption introduced in r28975 2014-11-08 00:01:13 +00:00
doscall2.pas * new constants for options used in recently added APIs 2014-11-15 11:15:29 +00:00
doscalls.pas * additional constants for OpenMode in Dos(Protect)Open(L) 2014-11-05 21:29:31 +00:00
dynlibs.inc * minor optimization (don't clear the result of GetDynLibsErrorStr twice) 2014-10-30 14:52:34 +00:00
exe.pas
kbdcalls.pas
Makefile + new unit providing access to additional OS/2 API functions from DOSCALL1.DLL available in newer OS/2 versions (WSeB/MCP/eCS) - currently additional 64-bit file handling not used directly in RTL; mostly file locking related now; dynamically loaded and simulated under older OS/2 versions to allow executables using them to run on older OS/2 versions 2014-10-21 17:29:05 +00:00
Makefile.fpc + new unit providing access to additional OS/2 API functions from DOSCALL1.DLL available in newer OS/2 versions (WSeB/MCP/eCS) - currently additional 64-bit file handling not used directly in RTL; mostly file locking related now; dynamically loaded and simulated under older OS/2 versions to allow executables using them to run on older OS/2 versions 2014-10-21 17:29:05 +00:00
moncalls.pas
moucalls.pas
newexe.pas
os2def.pas * missing ordinals for DosCalls added 2014-11-05 17:59:47 +00:00
pmbidi.pas
pmbitmap.pas
pmdev.pas
pmgpi.pas
pmhelp.pas
pmshl.pas
pmspl.pas
pmstddlg.pas
pmwin.pas
pmwp.pas
pmwsock.pas * changed from import by name (not working correctly) to import by index (as used everywhere else in OS/2 RTL) 2013-09-01 10:10:59 +00:00
ports.pas
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
so32dll.pas
sysdir.inc * added (limited) GetLastOSError by emulation of Win32 and *nix behaviour in the RTL 2014-10-30 14:44:03 +00:00
sysfile.inc * added (limited) GetLastOSError by emulation of Win32 and *nix behaviour in the RTL 2014-10-30 14:44:03 +00:00
sysheap.inc * added (limited) GetLastOSError by emulation of Win32 and *nix behaviour in the RTL 2014-10-30 14:44:03 +00:00
sysos2.pas
sysos.inc * added (limited) GetLastOSError by emulation of Win32 and *nix behaviour in the RTL 2014-10-30 14:44:03 +00:00
sysosh.inc
system.pas - RTL: removed InitVariantManager, it was an empty procedure since day 1. 2014-11-22 20:35:46 +00:00
systhrd.inc * make FPC RTL again compatible to OS/2 2.x (avoid using DosAllocThreadAlloc/FreeMemory if not available while keeping to use them if possible) 2014-11-03 21:05:32 +00:00
sysutils.pp * fix for random memory corruption introduced in r28975 2014-11-08 00:01:13 +00:00
todo-os2.txt
tthread.inc * added (limited) GetLastOSError by emulation of Win32 and *nix behaviour in the RTL 2014-10-30 14:44:03 +00:00
viocalls.imp
viocalls.pas