Jonas Maebe
|
eeb98a0c0f
- removed platform-specific implementations of GetCurrentDir, SetCurrentDir,
|
12 years ago |
Jonas Maebe
|
26b2149ced
* converted the following sysutils routines to unicodestring and
|
12 years ago |
Jonas Maebe
|
1da05d1553
* declared CharInSet(ansichar,tsyscharset) as inline
|
12 years ago |
Jonas Maebe
|
b08d8091b2
* made fexpand unicodestring-safe (use charinset instead of "in" --
|
12 years ago |
Jonas Maebe
|
ecd3cba02b
* synchronised with trunk up to r24912
|
12 years ago |
svenbarth
|
db6385ef33
Added exception EObjectCheck for object reference check (runtime error 210).
|
12 years ago |
svenbarth
|
e914ec7f00
Add platform independant support for "GetTickCount" and "GetTickCount64" to unit "SysUtils". "GetTickCount" is declared as deprecated from the beginning and thus "GetTickCount64" should be used instead.
|
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 |
marco
|
1f40ff2362
* overloaded version of raiselastoserror that allows custom errorcodes
|
13 years ago |
sergei
|
abdbe49861
+ SysUtils part of SEH (enabled only for win64)
|
13 years ago |
sergei
|
e62cd71a2f
* Fixed cycling with 2.4.4 after r19707 (2.4.4 does not define FPC_HAS_FEATURE_RESOURCES, so related stuff is not compiled)
|
13 years ago |
sergei
|
0093517227
* sysutils: changed RunErrorToExcept to use table instead of case statement for OS exceptions. This is to be able to extract exception class alone for the upcoming SEH support.
|
13 years ago |
michael
|
c1ff89a7c2
* Fixed bug in ExeSearch, noted by Tomas
|
14 years ago |
paul
|
abf9816a09
rtl: add basic implementation of TEncoding class
|
14 years ago |
florian
|
d7f7a9bb76
* patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346
|
14 years ago |
michael
|
a07b14853a
* Changed ImplicitDir default from False to True
|
14 years ago |
marco
|
92a7e1c781
* fix typos in windows implementation r17717
|
14 years ago |
michael
|
6b42ee69a9
* Changed FileSearch to handle a set of options instead of boolean.
|
14 years ago |
florian
|
7de8972e5c
* fix Sysutils.AssertErrorHandler as proposed by Martin Friebe in #19130, resolves #19310
|
14 years ago |
sergei
|
6d89ec4ee4
* SysUtils unit, fixed return value of FileSetDate:
|
14 years ago |
marco
|
49fc4795e3
* fix for mantis 16052 RFC4122 compliance of own random GUID creation. Part II
|
15 years ago |
marco
|
b6048862b8
* fix for mantis 16052 RFC4122 compliance of own random GUID creation.
|
15 years ago |
michael
|
01ed4a6745
* Implemented OnBeep to install custom beep handler
|
15 years ago |
florian
|
5d8835861c
+ unicode functions for sysutils, makes tunistr6.pp compiling
|
16 years ago |
Jonas Maebe
|
f6d452c2c0
* remove the RTL's installed signal handlers at the end of the system
|
16 years ago |
joost
|
51b49d324e
* Implemented function ExeSearch
|
16 years ago |
joost
|
2c7d05d210
* Added ImplicitCurrentDir : Boolean = True parameter to FileSearch
|
16 years ago |
Jonas Maebe
|
dbbd75ca47
* fixed setting EInoutError.ErrorCode (mantis #12575, thanks to
|
16 years ago |
michael
|
d419c1078a
* GetRandomBytes calls randomize only once, now thread safe too
|
17 years ago |