ondrej
|
f4cff81881
LocalToEpoch, EpochToLocal: fix for arbitrary datetime
|
пре 4 година |
ondrej
|
282aa0daa7
GetLocalTimeOffset: DateTime-aware overloads for Unix. Issue #35710
|
пре 4 година |
ondrej
|
0d08b98d47
GetLocalTimeOffset: DateTime-aware overloads (Windows supported, Unix is a ToDo). Issue #35710
|
пре 4 година |
joost
|
e7f5b89c2c
* Avoid doing a syscall with a nil parameter in fileexists
|
пре 5 година |
florian
|
01302bc47d
* subroutines working with an OS dependend time stamp use an int64 now, so the 2038 problem
|
пре 5 година |
svenbarth
|
f46b8539d0
* implement FileSymLinkGetTarget for *nix systems
|
пре 5 година |
svenbarth
|
2a38d07d8f
* implement FollowLink=False handling for DirectoryExists and FileExists on *nix systems
|
пре 5 година |
svenbarth
|
46dac1419e
* fix FileExists on *nix systems returning True for directories
|
пре 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 година |
yury
|
5e92e2d23f
* Fixed crash in DiskFree() and DiskSize() on Unices due to out of bound read of the DriveStr[] array in rare cases.
|
пре 6 година |
yury
|
23006d16f5
* Fixed UnhookSignal when RTL_SIGDEFAULT is passed. The bug have caused crash on aarch64-android due to out of bounds read of the rtlsig2ossig[] array.
|
пре 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 година |
marco
|
b6824290fc
* initial fileflush, mantis #15824
|
пре 8 година |
michael
|
d05175a17f
* FileOpen should not open directories (Windows compatible) Bug ID #30766
|
пре 8 година |
yury
|
1ccf551d1c
* android: Try to get the package files directory for any shared library. If it is valid use it as a home dir.
|
пре 8 година |
yury
|
7756dab2bf
* android: Create app files dir if needed.
|
пре 9 година |
yury
|
419c6ce61e
* android:
|
пре 9 година |
yury
|
3822515bd9
* android: Fixed GetAppConfigDir, GetAppConfigFile, GetUserDir, GetTempDir to return correct writable locations. For NDK libraries, the path to local storage of host Java app is used. For console apps the /data/local/tmp is used.
|
пре 9 година |
michael
|
960963e74b
* SearchAttr needs more bits (faSymlink=$400), bug ID #29870
|
пре 9 година |
marco
|
66608fec02
* unicode executeprocess from work during Lazarus convention in IJsselstein
|
пре 9 година |
michael
|
fde42ca8ef
* Type helpers, compatible to Delphi XE 8
|
пре 9 година |
yury
|
e1a0b1204a
* Removed unused vars in RTL.
|
пре 10 година |
yury
|
6f15b5bf63
* Use /data/local/tmp/ as a fallback temp dir on Android.
|
пре 10 година |
Jonas Maebe
|
9b987fde93
* fmShareDenyNone should also take a shared lock (+ test)
|
пре 10 година |
Jonas Maebe
|
31037d0664
* when creating a file with an exclusive sharing mode on Unix, first check
|
пре 10 година |
Jonas Maebe
|
1e227f78fe
* factored out the check for whether we have to generate dotted function
|
пре 10 година |
Jonas Maebe
|
6defd861b0
* fixed uninitialized function result in r30048 (mantis #27586)
|
пре 10 година |
Jonas Maebe
|
9da8a2304a
* converted matching UTF-8 filenames in findfirst/findnext to use
|
пре 10 година |