summaryrefslogtreecommitdiff
path: root/rtl/msdos/sysutils.pp
Commit message (Expand)AuthorAgeFilesLines
* + TZ variable based offset calculation included for DOS targetshajny2020-11-241-0/+4
* * reverted a change not belonging to the previous commithajny2020-11-241-2/+0
* + provided sysbeep for DOS targetshajny2020-11-241-0/+10
* * Correction of omissions in GetLocalTimehajny2020-11-221-0/+1
* * msdos: Enabled $HUGECODE for sysutils and classes to overcome 64K per unit ...yury2020-08-191-0/+1
* * fix of FileSetDate after int64 changes (r44010 and r44013)hajny2020-01-221-2/+2
* * fix compilation on several OSes after r44010florian2020-01-211-5/+2
* * subroutines working with an OS dependend time stamp use an int64 now, so ...florian2020-01-211-2/+2
* Avoid range check error for functions returning THandle type by using unused...pierre2019-08-191-2/+2
* * follow up to r42457: FreeTerminateProcs needs to be called before DoneExcep...svenbarth2019-07-201-1/+1
* * fix for Mantis #35862: free the list of functions added with AddTerminatePr...svenbarth2019-07-191-0/+1
* + add Delphi-compatible FileGetSymLinkTarget functions to all platforms (curr...svenbarth2018-08-241-0/+6
* + add Delphi compatible FollowLink parameter (default is True) to FileExists ...svenbarth2018-08-241-2/+2
* * replaced Intr($21,regs) with MsDos(regs) in the i8086-msdos sysutils unitnickysn2017-12-151-17/+17
* * system.pp:pierre2017-05-191-1/+3
* * fixed compilation of sysutils on i8086-msdos after r33290nickysn2016-03-211-5/+7
* * Type helpers, compatible to Delphi XE 8michael2015-11-071-0/+2
* * fixed the sysutils.GetEnvironment* functions for i8086-msdosnickysn2015-10-111-3/+73
* + implemented sysutils.diskfree and sysutils.disksize for i8086-msdosnickysn2015-10-011-13/+8
* * fixed getting the current locale's ansi upper case table under i8086-msdosnickysn2015-10-011-2/+3
* * fixed SysUtils.FindFirst/FindNext/FindClose on i8086-msdos in the compact andnickysn2014-08-181-3/+3
* * various rtl fixes that allow objpas.integer to be 16-bit on 16-bit targetsnickysn2014-03-061-3/+3
* * rawbytestring/unicodestring versions of findfirst/findnext/findclosejonas2013-08-191-8/+8
* * moved SYSUTILS_HAS_ANSISTR/UNICODESTR_FILEUTIL_IMPL define to interfacejonas2013-07-161-4/+7
* - removed platform-specific implementations of GetCurrentDir, SetCurrentDir,jonas2013-07-161-33/+0
* * converted the following sysutils routines to unicodestring andjonas2013-07-091-7/+7
* * converted fileopen/filecreate interface to RawByteString forjonas2013-07-091-5/+8
* + added sysutils.pp to the i8086-msdos rtlnickysn2013-05-251-0/+882