summaryrefslogtreecommitdiff
path: root/rtl/nativent/sysutils.pp
Commit message (Expand)AuthorAgeFilesLines
* * fix compilation on several OSes after r44010florian2020-01-211-1/+1
* * subroutines working with an OS dependend time stamp use an int64 now, so ...florian2020-01-211-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
* Fix compilation of NativeNT target, patch by Karl-Michael Schindler. Fixes Ma...svenbarth2016-05-201-4/+26
* * Type helpers, compatible to Delphi XE 8michael2015-11-071-0/+2
* Fix FindNext for NativeNT.svenbarth2013-08-211-2/+2
* * rawbytestring/unicodestring versions of findfirst/findnext/findclosejonas2013-08-191-99/+199
* * moved SYSUTILS_HAS_ANSISTR/UNICODESTR_FILEUTIL_IMPL define to interfacejonas2013-07-161-6/+13
* - removed platform-specific implementations of GetCurrentDir, SetCurrentDir,jonas2013-07-161-33/+0
* * fixed codepage of result of GetEnvironmentVariable(ansistring)jonas2013-07-151-3/+7
* * don't truncate environment variable strings in GetEnvironmentString()jonas2013-07-151-0/+1
* * converted the following sysutils routines to unicodestring andjonas2013-07-091-13/+13
* * converted nativent sysutils routines to accept unicodestring insteadjonas2013-07-091-8/+8
* + rawbytestring/unicodestring overloads for FileCreate and FileOpen.jonas2012-09-271-6/+9
* Improve NativeNT RTL (tested on Windows 7)svenbarth2012-05-311-28/+398
* * Promoted result type of FPC_PCHAR_LENGTH and FPC_PWIDECHAR_LENGTH to SizeInt.sergei2011-06-131-1/+1
* * Added share mode argument to FileCreate callmichael2011-05-231-1/+7
* o update by Sven Barth to the NativeNT RTL:florian2010-12-111-0/+779