nickysn
|
45ed066fed
* fixed SysUtils.FindFirst/FindNext/FindClose on i8086-msdos in the compact and
|
11 years ago |
nickysn
|
2565126d36
* also update TUnicodeSearchRec after r28449
|
11 years ago |
nickysn
|
f5c1751be5
+ added a define FINDHANDLE_IS_POINTER that indicates that on the current
|
11 years ago |
Jonas Maebe
|
af3f12f60c
* rawbytestring/unicodestring versions of findfirst/findnext/findclose
|
12 years ago |
Jonas Maebe
|
26b2149ced
* converted the following sysutils routines to unicodestring and
|
12 years ago |
Jonas Maebe
|
c604e5af17
* small reorganisation of ansistring/unicodestring routine declarations, so
|
12 years ago |
Jonas Maebe
|
ff87431565
- removed "PathOnly" field from Unix TSearchRec (deprecated since 2.4.0, not
|
12 years ago |
Jonas Maebe
|
a3c936fe5f
+ rawbytestring/unicodestring overloads for FileCreate and FileOpen.
|
13 years ago |
michael
|
789a6452c9
* Implemented overloaded variant of fileage function
|
13 years ago |
svenbarth
|
2f92336b94
Forgot to commit the extension of the TSearchRec with the FindData for NativeNT.
|
13 years ago |
michael
|
a07b14853a
* Changed ImplicitDir default from False to True
|
14 years ago |
michael
|
6b42ee69a9
* Changed FileSearch to handle a set of options instead of boolean.
|
14 years ago |
michael
|
a201f07420
* Added share mode argument to FileCreate call
|
14 years ago |
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 years ago |
marco
|
be98b13554
* fix for 11263, changed fileread and fd_zero to out using $modeswitch.
|
15 years ago |
joost
|
51b49d324e
* Implemented function ExeSearch
|
16 years ago |
joost
|
2c7d05d210
* Added ImplicitCurrentDir : Boolean = True parameter to FileSearch
|
16 years ago |
marco
|
bcfb545837
* deprecation of tsearchrec.pathonly, under ifndef ver2_2 as per 11579
|
17 years ago |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
17 years ago |
Tomas Hajny
|
5e1a7997ee
+ FileTruncate allows 64-bit parameter
|
18 years ago |
Jonas Maebe
|
ccbee142bc
* added THandle() typecast around feInvalidHandle value (-1)
|
18 years ago |
micha
|
0043aff24d
* fix linux/sysutils 64 bit file handling: make off_t 64 bit
|
19 years ago |
oro06
|
42bd89095f
*fix fileopen (please OS2,EMX maintainers have a look)
|
19 years ago |
florian
|
89f8474388
* unified and moved some win32/win64 stuff
|
19 years ago |
florian
|
b245075bb3
* unix: faSymLink
|
20 years ago |
yury
|
24cf46266d
* Added WinCE defines.
|
20 years ago |
michael
|
d2d33c03fb
+ Added missing FileSetDate call
|
20 years ago |
florian
|
6992fde8fc
* patch from Ales to Katona to change some var parameters to out
|
20 years ago |
peter
|
4ace790492
* remove $Log
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |