Historique des commits

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