Pierre Muller
|
e16364b567
Adapt sources to FPC_DOTTEDUNITS
|
2 years ago |
Michael VAN CANNEYT
|
ccfa38c68e
* Dotted RTL compiles
|
2 years ago |
Michael VAN CANNEYT
|
78374bf772
* Synchronize API for AnsiString/Unicode string, keep string where possible.
|
2 years ago |
Michael VAN CANNEYT
|
a17efde2a3
* Char -> AnsiChar
|
2 years ago |
Michaël Van Canneyt
|
0639ec476d
* No symlink support on WinCE
|
2 years ago |
Michaël Van Canneyt
|
4f029720be
* Attempt to fix FileGetDateTimeInfo
|
2 years ago |
ondrej
|
934f2dc55d
* introduce NowUTC() and GetUniversalTime()
|
4 years ago |
ondrej
|
a02d676b06
GetLocalTimeOffset: add InputIsUTC parameter to DateTime-aware overloads
|
4 years ago |
ondrej
|
0d08b98d47
GetLocalTimeOffset: DateTime-aware overloads (Windows supported, Unix is a ToDo). Issue #35710
|
4 years ago |
florian
|
8dc8647c7b
* WinCE compilation fixed
|
5 years ago |
florian
|
69956cd97a
* fix compilation on several OSes after r44010
|
5 years ago |
florian
|
01302bc47d
* subroutines working with an OS dependend time stamp use an int64 now, so the 2038 problem
|
5 years ago |
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 years ago |
svenbarth
|
176a63b67b
* fix for Mantis #35862: free the list of functions added with AddTerminateProc to avoid memory leaks
|
6 years ago |
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 years ago |
svenbarth
|
92dcdd8b5b
+ add Delphi compatible FollowLink parameter (default is True) to FileExists and DirectoryExists; support for it is up to each target
|
7 years ago |
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 years ago |
michael
|
e838317177
* Fix bug #0028980
|
9 years ago |
michael
|
fde42ca8ef
* Type helpers, compatible to Delphi XE 8
|
9 years ago |
Jonas Maebe
|
2da7c3f05c
* changed declarations in finah.inc and diskh.inc from ansistring to
|
12 years ago |
Jonas Maebe
|
af3f12f60c
* rawbytestring/unicodestring versions of findfirst/findnext/findclose
|
12 years ago |
Jonas Maebe
|
155aafc255
* moved SYSUTILS_HAS_ANSISTR/UNICODESTR_FILEUTIL_IMPL define to interface
|
12 years ago |
Jonas Maebe
|
eeb98a0c0f
- removed platform-specific implementations of GetCurrentDir, SetCurrentDir,
|
12 years ago |
Jonas Maebe
|
26b2149ced
* converted the following sysutils routines to unicodestring and
|
12 years ago |
Jonas Maebe
|
ab9036ecbf
+ missing unicodestring version of ExpandUNCFileName
|
12 years ago |
Jonas Maebe
|
ecd3cba02b
* synchronised with trunk up to r24912
|
12 years ago |
marco
|
96da57ee95
* Applied patch from Victor Campillo that adds GetLocalTimeOffset support
|
12 years ago |
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 years ago |
Jonas Maebe
|
a3c936fe5f
+ rawbytestring/unicodestring overloads for FileCreate and FileOpen.
|
13 years ago |
michael
|
a201f07420
* Added share mode argument to FileCreate call
|
14 years ago |