index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rtl
/
os2
/
sysutils.pp
Commit message (
Expand
)
Author
Age
Files
Lines
*
+ added TZ variable based offset calculation
hajny
2020-11-23
1
-0
/
+80
*
* Corrections of omissions in GetLocalTime
hajny
2020-11-22
1
-1
/
+2
*
* fix for TAbstractSearchRec.Time type change
hajny
2020-02-04
1
-8
/
+3
*
* fix of FileSetDate after int64 changes (r44010 and r44013)
hajny
2020-01-22
1
-6
/
+6
*
* fix compilation on several OSes after r44010
florian
2020-01-21
1
-2
/
+2
*
* subroutines working with an OS dependend time stamp use an int64 now, so ...
florian
2020-01-21
1
-1
/
+1
*
* follow up to r42457: FreeTerminateProcs needs to be called before DoneExcep...
svenbarth
2019-07-20
1
-1
/
+1
*
* fix for Mantis #35862: free the list of functions added with AddTerminatePr...
svenbarth
2019-07-19
1
-0
/
+1
*
+ add Delphi-compatible FileGetSymLinkTarget functions to all platforms (curr...
svenbarth
2018-08-24
1
-0
/
+7
*
+ add Delphi compatible FollowLink parameter (default is True) to FileExists ...
svenbarth
2018-08-24
1
-2
/
+2
*
* fix compilation after UnicodeString ExecuteProcess related changes
hajny
2016-06-03
1
-5
/
+7
*
* avoid FindFirst failing due to Attribute parameter bigger than $FF
hajny
2016-06-03
1
-2
/
+2
*
* Type helpers, compatible to Delphi XE 8
michael
2015-11-07
1
-0
/
+2
*
* fix FileSetAttr - bug #28826
hajny
2015-10-11
1
-4
/
+9
*
* fix returned value for FileRead and FileWrite in case of an error and cha...
hajny
2015-02-10
1
-8
/
+16
*
* minor update of the GetLastOSError support infrastructure
hajny
2014-11-29
1
-2
/
+1
*
* fix for random memory corruption introduced in r28975
hajny
2014-11-08
1
-3
/
+14
*
* make LastOSError accessible earlier
hajny
2014-11-06
1
-3
/
+3
*
* remove fixed limit for overall size of arguments for Dos.Exec and SysUtil...
hajny
2014-11-03
1
-1
/
+2
*
* added (limited) GetLastOSError by emulation of Win32 and *nix behaviour i...
hajny
2014-10-30
1
-122
/
+265
*
* use SystemFileName instead of the original FileName in DeleteFile()
jonas
2014-01-03
1
-1
/
+1
*
* rawbytestring/unicodestring versions of findfirst/findnext/findclose
jonas
2013-08-19
1
-15
/
+19
*
* moved SYSUTILS_HAS_ANSISTR/UNICODESTR_FILEUTIL_IMPL define to interface
jonas
2013-07-16
1
-4
/
+7
*
- removed platform-specific implementations of GetCurrentDir, SetCurrentDir,
jonas
2013-07-16
1
-48
/
+0
*
* don't truncate the result of GetEnvironmentVariable to 255 characters
jonas
2013-07-15
1
-1
/
+1
*
* converted the following sysutils routines to unicodestring and
jonas
2013-07-09
1
-12
/
+25
*
* synchronised with trunk up to r24912
jonas
2013-06-17
1
-0
/
+27
|
\
|
*
* GetTickCount(64) implementation for OS/2 added
hajny
2012-12-28
1
-0
/
+27
*
|
+ rawbytestring/unicodestring overloads for FileCreate and FileOpen.
jonas
2012-09-27
1
-6
/
+13
|
/
*
* fix FileExists/DirectoryExists wrongly accepting non-existing entries wit...
hajny
2012-04-15
1
-8
/
+19
*
* proper support for ExecInheritsHandles in Flags
hajny
2011-10-04
1
-1
/
+2
*
* additional fixes for ExecuteProcess - running of DOS programs in current ...
hajny
2011-10-02
1
-2
/
+10
*
* fix for ExecuteProcess - starting of different executable types works pro...
hajny
2011-10-01
1
-535
/
+189
*
* FileExists fixed - wildcards not accepted any longer
hajny
2011-08-25
1
-7
/
+7
*
* FindFirst enhanced for file sizes >2 GB
hajny
2011-08-25
1
-23
/
+67
*
* fix for DirectoryExists - proper handling of root directory
hajny
2011-08-13
1
-4
/
+15
*
* more complete/safer checking of sharing mode values allowed by OS/2
hajny
2011-05-26
1
-3
/
+5
*
* real implementation for FileCreate with ShareMode
hajny
2011-05-26
1
-16
/
+20
*
* Added share mode argument to FileCreate call
michael
2011-05-23
1
-1
/
+6
*
* Fixed spell errors.
mazen
2011-03-25
1
-3
/
+3
*
* Fixed spell error revealed by lintian.
mazen
2010-10-06
1
-1
/
+1
*
* fix for 11263, changed fileread and fd_zero to out using $modeswitch.
marco
2010-03-01
1
-1
/
+2
*
* Revised yesterday solution to a more general one. Executeprocess gets
marco
2010-01-07
1
-2
/
+2
*
* Implemented OnBeep to install custom beep handler
michael
2009-11-22
1
-2
/
+4
*
* Change so that when FindFirst initially returns nonzero, FindClose is no lo...
michael
2009-05-29
1
-0
/
+4
*
+ FileTruncate allows 64-bit parameter
hajny
2007-03-05
1
-1
/
+1
*
+ support for 64-bit FS calls
hajny
2007-03-05
1
-33
/
+63
*
* fix FileSeek implementation to match declaration
micha
2006-11-01
1
-1
/
+1
*
*fix fileopen (please OS2,EMX maintainers have a look)
oro06
2006-06-13
1
-1
/
+2
*
* fexpand defines kept in platform specific sysutils.pp
hajny
2006-05-28
1
-0
/
+3
[next]