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 anni fa |
svenbarth
|
92dcdd8b5b
+ add Delphi compatible FollowLink parameter (default is True) to FileExists and DirectoryExists; support for it is up to each target
|
7 anni fa |
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 anni fa |
michael
|
e838317177
* Fix bug #0028980
|
9 anni fa |
michael
|
fde42ca8ef
* Type helpers, compatible to Delphi XE 8
|
9 anni fa |
Jonas Maebe
|
2da7c3f05c
* changed declarations in finah.inc and diskh.inc from ansistring to
|
12 anni fa |
Jonas Maebe
|
af3f12f60c
* rawbytestring/unicodestring versions of findfirst/findnext/findclose
|
12 anni fa |
Jonas Maebe
|
155aafc255
* moved SYSUTILS_HAS_ANSISTR/UNICODESTR_FILEUTIL_IMPL define to interface
|
12 anni fa |
Jonas Maebe
|
eeb98a0c0f
- removed platform-specific implementations of GetCurrentDir, SetCurrentDir,
|
12 anni fa |
Jonas Maebe
|
26b2149ced
* converted the following sysutils routines to unicodestring and
|
12 anni fa |
Jonas Maebe
|
ab9036ecbf
+ missing unicodestring version of ExpandUNCFileName
|
12 anni fa |
Jonas Maebe
|
ecd3cba02b
* synchronised with trunk up to r24912
|
12 anni fa |
marco
|
96da57ee95
* Applied patch from Victor Campillo that adds GetLocalTimeOffset support
|
12 anni fa |
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 anni fa |
Jonas Maebe
|
a3c936fe5f
+ rawbytestring/unicodestring overloads for FileCreate and FileOpen.
|
13 anni fa |
michael
|
a201f07420
* Added share mode argument to FileCreate call
|
14 anni fa |
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 anni fa |
marco
|
be98b13554
* fix for 11263, changed fileread and fd_zero to out using $modeswitch.
|
15 anni fa |
marco
|
8e9a7e14ad
* Revised yesterday solution to a more general one. Executeprocess gets
|
15 anni fa |
michael
|
e2387a5ac5
* Fixed OnBeep
|
15 anni fa |
yury
|
57e49c4bb9
* Fixed AV in SysErrorMessage() when there is no message string corresponding to a error code. Bug #13617.
|
16 anni fa |
Almindor
|
4a54f15b47
* fix GetAppConfigDir and GetTmpDir for Windows(R)(c)(TM) and WinCE, unify with unix and provide pathdelim at end
|
17 anni fa |
yury
|
10a286532f
* Fixed Wide<->Ansi conversion for wince.
|
17 anni fa |
yury
|
18e663240a
* Fixed AnsiXXX string handling routines.
|
17 anni fa |
yury
|
0109c29e3f
* Fixed bug #10716.
|
17 anni fa |
yury
|
f040558e1c
* Fixed wince compilation.
|
17 anni fa |
peter
|
69363bad5e
* quote parameters with spaces
|
17 anni fa |
peter
|
95d0ce1270
* VendorName function added to allow an extra subdirectory
|
17 anni fa |
yury
|
220a37b443
* Do not fill generic upcase and lowcase conversion tables for windows targets, because generic ANSI routines are not used here.
|
18 anni fa |
peter
|
627cf69ae3
* svn props
|
18 anni fa |