Jonas Maebe
|
9fabb0b127
* fixed file locking of files opened as read- or write-only on solaris
|
16 years ago |
Jonas Maebe
|
57ff980bc3
* hopefully fixed beos compilation after r12630 (it doesn't have flock)
|
16 years ago |
Jonas Maebe
|
a730ee7f10
+ support for file locking for *nix systems based on flock (mantis #13012)
|
16 years ago |
marco
|
52bb5ac229
* removed some old 1.0.x ->2.0.x transitional code (executeprocess)
|
16 years ago |
michael
|
7a058a9bf2
* Added overloaded call for fplstat which has var argument (as for stat)
|
17 years ago |
joost
|
acff7f60bd
* Add path-delimiters properly in GetAppConfigDir and GetAppConfigFile
|
17 years ago |
Almindor
|
6433f8c38b
* fix DiskFree and DiskSize to check for Drive argument
|
17 years ago |
michael
|
26575472b6
* Added GetUSerDir function (ID 11338)
|
17 years ago |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
17 years ago |
peter
|
95d0ce1270
* VendorName function added to allow an extra subdirectory
|
17 years ago |
marco
|
827d380691
* pchar(pointer()) isms that were safe.
|
18 years ago |
daniel
|
5acd85f447
* Revert 6964
|
18 years ago |
daniel
|
8127fb7a05
* Switch to classic field names to prevent further messing with compatibility.
|
18 years ago |
Jonas Maebe
|
95474a2d38
* fixed memory leak in executeprocess for FPC_USE_FPEXEC
|
18 years ago |
Tomas Hajny
|
b06b453ee1
* check for 64-bit support in FileTruncate based on TOff definition
|
18 years ago |
Jonas Maebe
|
6a7321c318
* enabled 64 bit filetruncate
|
18 years ago |
peter
|
7fb4c0675a
* fixed compile error
|
18 years ago |
Tomas Hajny
|
5e1a7997ee
+ FileTruncate allows 64-bit parameter
|
18 years ago |
michael
|
ea0fc335d1
* Fixed FileExists for >2GB files
|
18 years ago |
Jonas Maebe
|
87a4372d7f
* enable vfork for solaris
|
18 years ago |
micha
|
0043aff24d
* fix linux/sysutils 64 bit file handling: make off_t 64 bit
|
19 years ago |
micha
|
0c5124c295
* fix compilation of sysutils, partly revert patch from peter which was a modified version of my patch
|
19 years ago |
peter
|
d9bcee0cbe
* don't allocate unixfinddata if we search only one file, patch from neli
|
19 years ago |
Almindor
|
d107c6649c
* fixes a findfirst bug (thanks to jesusrmx)
|
19 years ago |
peter
|
25fe773e25
* FindFirst/FindNext replaced with optimized versions based on the
|
19 years ago |
michael
|
dc0e8428a6
+ Fixed rights parameter in TFileStream.Create and FileCreate
|
19 years ago |
michael
|
e73bc0b772
+ Made AddDisk a function, returning the current number of drives.
|
19 years ago |
michael
|
305e4142ff
+ Fixed FileGetAttr so hidden is correctly detected
|
19 years ago |
Tomas Hajny
|
a9b515c0bf
* fexpand defines kept in platform specific sysutils.pp
|
19 years ago |
peter
|
da85b3db8c
* fix linux build
|
19 years ago |