michael
|
a161ebaab2
|
+ Added PathDelim,DriveDelim,PathSep; Removed PathSeparator
|
2001-11-07 14:58:24 +00:00 |
|
michael
|
3eebee4744
|
+ Added PathSeparator and OSDirSeparator
|
2001-11-07 13:57:26 +00:00 |
|
peter
|
36bafdc7aa
|
* added 64bit fileseek
|
2001-10-25 21:23:49 +00:00 |
|
peter
|
5d62342562
|
* criticalsection renamed to rtlcriticalsection for kylix compatibility
|
2001-10-23 21:51:02 +00:00 |
|
peter
|
9aeb958a8e
|
* InterLocked routines added
|
2001-10-22 21:40:55 +00:00 |
|
peter
|
f6021a93ba
|
* LoadResString, PResStringRec, TResStringRec compatibility added
|
2001-10-22 21:19:33 +00:00 |
|
michael
|
f412e31618
|
+ Implemented missing StringReplace function
|
2001-09-20 14:42:34 +00:00 |
|
michael
|
cb7a8cf1b6
|
+ Implemented missing StringReplace function
|
2001-09-20 14:39:43 +00:00 |
|
michael
|
076d02873e
|
Implemented missing StringReplace function
|
2001-09-20 14:38:41 +00:00 |
|
florian
|
64808ff380
|
+ some new stuff of D6/Kylix added
|
2001-08-22 21:19:16 +00:00 |
|
florian
|
3015c3ff86
|
+ HexDisplayPrefix added
|
2001-08-22 14:11:28 +00:00 |
|
florian
|
6476fbf2fe
|
* fixed and added a lot of stuff to get the Jedi DX( headers
compiled
|
2001-08-19 21:02:01 +00:00 |
|
peter
|
d1d438367f
|
* freeandnil added
|
2001-08-12 22:11:48 +00:00 |
|
peter
|
75676a4866
|
* moved i386 specific code to include file
|
2001-08-04 11:03:42 +00:00 |
|
peter
|
0eabeac252
|
* fix thousend separator when no decimal separator is available
* allow precision to be left away like %10.n
|
2001-08-01 21:44:20 +00:00 |
|
peter
|
4a627c29d9
|
* generate error for closefile
|
2001-08-01 21:43:11 +00:00 |
|
sg
|
b07bf6104d
|
* Two moves with a string as target are now only exectuted if the number of
bytes to move is greater than 0. This prevents RTE201's when compiled
with range checks enabled.
|
2001-07-30 10:21:09 +00:00 |
|
peter
|
adc077099e
|
* merged updates from v10
|
2001-07-29 13:50:44 +00:00 |
|
peter
|
33f9b586e7
|
* merged completion from v10
|
2001-07-29 13:37:46 +00:00 |
|
peter
|
46b88a2ac9
|
* merged more D5/D6 stuff from v10
|
2001-07-06 14:56:06 +00:00 |
|
peter
|
49481a0c63
|
* v10 merges
|
2001-06-27 21:37:36 +00:00 |
|
peter
|
35653389e5
|
* added constant
|
2001-06-04 18:45:58 +00:00 |
|
peter
|
47a24b5da6
|
* eoutofmemory and einvalidpointer fix
|
2001-06-03 15:18:01 +00:00 |
|
florian
|
a33a06ce5d
|
* updates from Armin commited
|
2001-04-16 18:33:14 +00:00 |
|
peter
|
1c47926014
|
* fixed argument names
|
2001-04-10 21:24:18 +00:00 |
|
peter
|
b19d318380
|
* new file
|
2001-02-20 22:14:39 +00:00 |
|
peter
|
36e5967c3b
|
* merged getenvironmentvariable
|
2001-02-20 22:14:19 +00:00 |
|
sg
|
f43d55181a
|
* Fixed SetOrdProp for class instance properties (merged from fixbranch)
|
2001-02-15 22:40:22 +00:00 |
|
marco
|
738f0589d6
|
* Rename fest II. Rtl OK
|
2001-01-21 20:21:40 +00:00 |
|
michael
|
77812493b5
|
+ Merged fixes from fixbranch - file modes
|
2001-01-18 22:09:09 +00:00 |
|
Jonas Maebe
|
200e1d4b25
|
* removed warnings about possible range check errors
|
2000-12-16 15:58:18 +00:00 |
|
Jonas Maebe
|
0293387955
|
* removed 64bit evaluations when range checking is on
|
2000-12-16 15:57:16 +00:00 |
|
sg
|
5504699c9b
|
* Merged bugfix for bug #1273 from fixbranch
* Fixed typo in SetFloatProp
* Rewrote GetStrProp, now all AnsiString will be correctly
reference counted
|
2000-12-13 23:28:17 +00:00 |
|
florian
|
3930823dcd
|
* fixed merging problem
|
2000-12-09 10:39:50 +00:00 |
|
michael
|
35dc139e29
|
+ Merged lastdelimiter from fixbranch
|
2000-12-07 21:58:30 +00:00 |
|
florian
|
9021994920
|
+ tintegerset added
|
2000-12-07 09:15:18 +00:00 |
|
michael
|
93167eabd0
|
+ Merged format fix from fixbranch
|
2000-12-06 22:55:29 +00:00 |
|
sg
|
5c7c4fdd2a
|
* (Final) fix for AnsiString reference counter problem in SetStrProp
|
2000-11-25 18:36:55 +00:00 |
|
sg
|
7319e91a20
|
* Protected some Move()'s by 'if' clauses so that the Move won't be
executed when the length would be 0. Otherwise, the corresponding
routines might get an RTE when compiled with $R+.
|
2000-11-23 11:04:26 +00:00 |
|
marco
|
80c0edc14f
|
* Unix renamefest for defines
|
2000-11-13 14:41:20 +00:00 |
|
florian
|
d3e3b54dc4
|
* interfaces support
|
2000-11-04 16:28:26 +00:00 |
|
michael
|
c32c4424cf
|
+ Merged memory leak fix from fixbranch
|
2000-10-02 07:34:41 +00:00 |
|
michael
|
e0e734ed2e
|
+ Merged int64 fix from fixbranch
|
2000-09-30 15:51:41 +00:00 |
|
peter
|
6995b143d6
|
* ttextrec,tfilerec added (merged)
|
2000-09-24 21:55:07 +00:00 |
|
Tomas Hajny
|
1362a25184
|
* OS/2 fix - datih.inc moved to the beginning
|
2000-08-30 18:29:34 +00:00 |
|
michael
|
124f774306
|
+ Merged changes from fixes
|
2000-08-30 06:50:49 +00:00 |
|
michael
|
e50e70bef2
|
+ new include files
|
2000-08-29 18:16:22 +00:00 |
|
michael
|
05f78681c5
|
Merged syserrormsg fix
|
2000-08-29 17:56:32 +00:00 |
|
michael
|
61192ad683
|
+ Compiles on win32 also now
|
2000-08-29 17:35:55 +00:00 |
|
michael
|
82f4c2d9a3
|
+ Initial implementation of varutils
|
2000-08-29 08:23:13 +00:00 |
|