svenbarth
|
e110d90127
+ implement FileGetSymLinkTarget() based on patch by Serge Anvarov in Mantis #32370
|
7 tahun lalu |
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 tahun lalu |
svenbarth
|
92dcdd8b5b
+ add Delphi compatible FollowLink parameter (default is True) to FileExists and DirectoryExists; support for it is up to each target
|
7 tahun lalu |
nickysn
|
5409450195
+ ported and enabled compilation of unit sysutils for win16
|
7 tahun lalu |
marco
|
b6824290fc
* initial fileflush, mantis #15824
|
8 tahun lalu |
michael
|
547f08e6ea
* Add TimeStamp property to TSearchRec (reworked patch from Ondrej Pokorny, bug ID #32165)
|
8 tahun lalu |
Károly Balogh
|
c7576e4a3f
sysutils: enable FINDHANDLE_IS_POINTER for Amiga-like systems and Atari. this allows to remove some Pointer<->THandle casts from the amicommon code
|
8 tahun lalu |
michael
|
6df35742ae
* Fix bug #0029461, faSymlink is incompatible with Delphi and plain wrong
|
9 tahun lalu |
nickysn
|
45ed066fed
* fixed SysUtils.FindFirst/FindNext/FindClose on i8086-msdos in the compact and
|
11 tahun lalu |
nickysn
|
2565126d36
* also update TUnicodeSearchRec after r28449
|
11 tahun lalu |
nickysn
|
f5c1751be5
+ added a define FINDHANDLE_IS_POINTER that indicates that on the current
|
11 tahun lalu |
Jonas Maebe
|
af3f12f60c
* rawbytestring/unicodestring versions of findfirst/findnext/findclose
|
12 tahun lalu |
Jonas Maebe
|
26b2149ced
* converted the following sysutils routines to unicodestring and
|
12 tahun lalu |
Jonas Maebe
|
c604e5af17
* small reorganisation of ansistring/unicodestring routine declarations, so
|
12 tahun lalu |
Jonas Maebe
|
ff87431565
- removed "PathOnly" field from Unix TSearchRec (deprecated since 2.4.0, not
|
12 tahun lalu |
Jonas Maebe
|
a3c936fe5f
+ rawbytestring/unicodestring overloads for FileCreate and FileOpen.
|
13 tahun lalu |
michael
|
789a6452c9
* Implemented overloaded variant of fileage function
|
13 tahun lalu |
svenbarth
|
2f92336b94
Forgot to commit the extension of the TSearchRec with the FindData for NativeNT.
|
13 tahun lalu |
michael
|
a07b14853a
* Changed ImplicitDir default from False to True
|
14 tahun lalu |
michael
|
6b42ee69a9
* Changed FileSearch to handle a set of options instead of boolean.
|
14 tahun lalu |
michael
|
a201f07420
* Added share mode argument to FileCreate call
|
14 tahun lalu |
sergei
|
907e7a32d5
* GetFileHandle(), THandleStream: changed type that is used to store file handle from Integer to THandle, so it can be redefined to 64 bits on certain platforms, see http://lists.freepascal.org/lists/fpc-devel/2010-November/023019.html
|
14 tahun lalu |
marco
|
be98b13554
* fix for 11263, changed fileread and fd_zero to out using $modeswitch.
|
15 tahun lalu |
joost
|
51b49d324e
* Implemented function ExeSearch
|
16 tahun lalu |
joost
|
2c7d05d210
* Added ImplicitCurrentDir : Boolean = True parameter to FileSearch
|
16 tahun lalu |
marco
|
bcfb545837
* deprecation of tsearchrec.pathonly, under ifndef ver2_2 as per 11579
|
17 tahun lalu |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
17 tahun lalu |
Tomas Hajny
|
5e1a7997ee
+ FileTruncate allows 64-bit parameter
|
18 tahun lalu |
Jonas Maebe
|
ccbee142bc
* added THandle() typecast around feInvalidHandle value (-1)
|
18 tahun lalu |
micha
|
0043aff24d
* fix linux/sysutils 64 bit file handling: make off_t 64 bit
|
19 tahun lalu |