提交历史

作者 SHA1 备注 提交日期
  Michael VAN CANNEYT b52777c103 * Dotted RTL compiles 2 年之前
  Michael VAN CANNEYT 1a9c7339b1 * Correct modeswitch for strings 2 年之前
  Michael VAN CANNEYT e371e91436 * Char -> AnsiChar 2 年之前
  Michaël Van Canneyt 380c1839cf * No symlink support on WinCE 2 年之前
  Michaël Van Canneyt aad782be12 * Attempt to fix FileGetDateTimeInfo 2 年之前
  ondrej 934f2dc55d * introduce NowUTC() and GetUniversalTime() 4 年之前
  ondrej a02d676b06 GetLocalTimeOffset: add InputIsUTC parameter to DateTime-aware overloads 4 年之前
  ondrej 0d08b98d47 GetLocalTimeOffset: DateTime-aware overloads (Windows supported, Unix is a ToDo). Issue #35710 4 年之前
  florian 8dc8647c7b * WinCE compilation fixed 5 年之前
  florian 69956cd97a * fix compilation on several OSes after r44010 5 年之前
  florian 01302bc47d * subroutines working with an OS dependend time stamp use an int64 now, so the 2038 problem 5 年之前
  svenbarth c26348a3dd * follow up to r42457: FreeTerminateProcs needs to be called before DoneExceptions just in case an exception is triggered due to a corrupted list 6 年之前
  svenbarth 176a63b67b * fix for Mantis #35862: free the list of functions added with AddTerminateProc to avoid memory leaks 6 年之前
  svenbarth 09e5f463dc + add Delphi-compatible FileGetSymLinkTarget functions to all platforms (currently returns False on all platforms); this also includes TSymLinkRec variants for both RawByteString and UnicodeString 7 年之前
  svenbarth 92dcdd8b5b + add Delphi compatible FollowLink parameter (default is True) to FileExists and DirectoryExists; support for it is up to each target 7 年之前
  svenbarth dfe00a8ed1 Fix for Mantis #30279. Apply patch by Max Nazhalov to fix compilation of i386-wince and arm-wince (the only modification is that the no longer used AnsiString variants of ExecuteProcess are removed) 9 年之前
  michael e838317177 * Fix bug #0028980 10 年之前
  michael fde42ca8ef * Type helpers, compatible to Delphi XE 8 10 年之前
  Jonas Maebe 2da7c3f05c * changed declarations in finah.inc and diskh.inc from ansistring to 12 年之前
  Jonas Maebe af3f12f60c * rawbytestring/unicodestring versions of findfirst/findnext/findclose 12 年之前
  Jonas Maebe 155aafc255 * moved SYSUTILS_HAS_ANSISTR/UNICODESTR_FILEUTIL_IMPL define to interface 12 年之前
  Jonas Maebe eeb98a0c0f - removed platform-specific implementations of GetCurrentDir, SetCurrentDir, 12 年之前
  Jonas Maebe 26b2149ced * converted the following sysutils routines to unicodestring and 12 年之前
  Jonas Maebe ab9036ecbf + missing unicodestring version of ExpandUNCFileName 12 年之前
  Jonas Maebe ecd3cba02b * synchronised with trunk up to r24912 12 年之前
  marco 96da57ee95 * Applied patch from Victor Campillo that adds GetLocalTimeOffset support 12 年之前
  svenbarth c6c67dc182 Set the UnicodeCompare functions in the WideString manager also for WinCE and implement the Wide- and UnicodeCompare functions similar to Win32/64 by calling a common DoCompareString function. 12 年之前
  Jonas Maebe a3c936fe5f + rawbytestring/unicodestring overloads for FileCreate and FileOpen. 13 年之前
  michael a201f07420 * Added share mode argument to FileCreate call 14 年之前
  sergei 15e1abddf7 * Windows RTL: Simplify SysUtils.GetLocalTime(). TSystemTime type for these targets matches one defined in Windows unit, so WinAPI function result can be used directly. Resolves #18346. 14 年之前