marco
|
bbd6690d62
|
* Initial version
|
2004-03-20 23:41:34 +00:00 |
|
marco
|
8f0bc1fc2d
|
* more strutils small things
|
2004-03-19 12:54:22 +00:00 |
|
marco
|
e6365c83ca
|
* more simple implementations done, based on copy() Largely untested
|
2004-03-18 16:55:47 +00:00 |
|
marco
|
98923076ac
|
* initial implementations for some routines
|
2004-03-17 22:18:48 +00:00 |
|
marco
|
e546db7a23
|
* interlocked* changed to longints, including winapi. (which was a bug)
|
2004-03-05 12:17:50 +00:00 |
|
michael
|
e91bc5bb19
|
+ Added AnsiSameStr
|
2004-02-26 08:46:21 +00:00 |
|
florian
|
934fe41c45
|
* several 64 bit issues fixed
|
2004-02-22 16:48:39 +00:00 |
|
florian
|
a895e7bb78
|
* several 64 bit/x86-64 fixes
|
2004-02-21 22:53:49 +00:00 |
|
florian
|
ff42d8657a
|
+ x86_64 dependend sysutils part added
* some 64 bit adaptions
|
2004-02-20 22:15:16 +00:00 |
|
florian
|
b43854bb09
|
+ added Inf/Nan stuff
|
2004-02-20 20:10:44 +00:00 |
|
peter
|
4fcace5406
|
* enable variant again
|
2004-02-20 15:55:26 +00:00 |
|
marco
|
4f6d200630
|
* addition of second executeprocess prototype
|
2004-02-13 13:02:21 +00:00 |
|
florian
|
715c546567
|
* compilation on ppc fixed
|
2004-02-09 18:53:09 +00:00 |
|
marco
|
71ec4c10a9
|
* 1.0 compilation fixes
|
2004-02-09 17:21:04 +00:00 |
|
michael
|
acd272b7b3
|
+ Implemented SameValue
|
2004-02-09 09:11:46 +00:00 |
|
michael
|
2a928b5180
|
+ Missing functions IsZero,InRange,EnsureRange implemented
|
2004-02-09 08:55:45 +00:00 |
|
michael
|
345e537e53
|
+ Made SameFileName Public
|
2004-02-08 15:05:50 +00:00 |
|
michael
|
dc953332cd
|
+ Added fileIsReadOnly
|
2004-02-08 14:50:51 +00:00 |
|
michael
|
f3519a496a
|
+ OSERRor related constants
|
2004-02-08 11:44:05 +00:00 |
|
michael
|
e31cf3e728
|
+ Implemented RaiseLastOSError
|
2004-02-08 11:02:40 +00:00 |
|
michael
|
68cd24e2e7
|
+ Renamed intf to avoid conflicts
|
2004-02-06 08:33:21 +00:00 |
|
michael
|
94b905367a
|
+ Renamed to avoid conflicts
|
2004-02-06 08:32:40 +00:00 |
|
peter
|
e2df62fc08
|
* EOSError.errorcode change to Longint which is more compatible
with unix platforms
|
2004-01-28 22:09:52 +00:00 |
|
Tomas Hajny
|
e0f9297e01
|
* ExecuteProcess fixes, ProcessID and ThreadID added
|
2004-01-20 23:05:31 +00:00 |
|
peter
|
1c9a936741
|
* LongRec is a packed record
|
2004-01-12 17:44:22 +00:00 |
|
michael
|
312a33648b
|
+ need mode objfpc directive
|
2004-01-11 01:17:22 +00:00 |
|
michael
|
32702205a0
|
+ Some more fixes to rtlconst. Const strings moved from classes to rtlconst
|
2004-01-10 20:13:19 +00:00 |
|
michael
|
1567dc0814
|
+ Moved all resource strings to rtlconst/sysconst
|
2004-01-10 19:35:17 +00:00 |
|
michael
|
d491a65d4a
|
+ Initial implementation
|
2004-01-10 19:14:18 +00:00 |
|
michael
|
01c02d63bb
|
+ Compatibility checks and code reformatting
|
2004-01-10 19:00:20 +00:00 |
|
michael
|
ea7ed753c8
|
+ Changed lookup table with Case: Array of resourcestring is not translated
|
2004-01-10 17:55:45 +00:00 |
|
michael
|
67d7dcdc91
|
+ Implemented sleep() on Unix.
|
2004-01-10 17:34:36 +00:00 |
|
michael
|
7fe8425a8a
|
+ Implemented all constants for compatibility
|
2004-01-10 17:30:32 +00:00 |
|
florian
|
822ce0df68
|
* changed sysutils.exec to ExecuteProcess
|
2004-01-05 22:37:15 +00:00 |
|
marco
|
5d49357d80
|
* Exec(ansistring) function
|
2004-01-03 08:55:58 +00:00 |
|
peter
|
d11cecb354
|
* removed assembler
* cleanup
|
2003-12-24 22:27:13 +00:00 |
|
marco
|
8cdcb9d62f
|
* splitted up tintfflags into several components
|
2003-12-22 11:32:04 +00:00 |
|
Tomas Hajny
|
e5c7ce3f5d
|
* include file for dateutil(s)
|
2003-12-06 18:03:46 +00:00 |
|
peter
|
0d3948fc5f
|
* register calling updates
|
2003-12-04 21:42:07 +00:00 |
|
michael
|
530638348a
|
+ Removed old strings
|
2003-11-30 15:04:56 +00:00 |
|
Tomas Hajny
|
77418b5960
|
+ short name version of dateutils for non-LFN platforms
|
2003-11-29 15:02:52 +00:00 |
|
michael
|
3730c41c50
|
+ Added runerrors functionality to sysconst
|
2003-11-27 20:39:43 +00:00 |
|
michael
|
c07028fe4e
|
+ Merged fixbranch fixes, missing in main branch
|
2003-11-26 22:17:42 +00:00 |
|
michael
|
de16dcff56
|
+ Some fixes to have everything compile again
|
2003-11-26 20:34:19 +00:00 |
|
michael
|
07583c11a7
|
TwoDigitYearCenturyWindow is 50
|
2003-11-26 20:15:46 +00:00 |
|
michael
|
0271650b3a
|
+ New runerror 231 (exception stack error) and 232 (nothread support)
|
2003-11-26 20:12:08 +00:00 |
|
florian
|
058d480f40
|
* error handling for Variants improved
|
2003-11-26 20:00:19 +00:00 |
|
michael
|
18c394efa8
|
+ Fix for bug #2476
|
2003-11-24 23:00:56 +00:00 |
|
marco
|
c29abe12db
|
* johill patch applied
|
2003-11-22 17:18:53 +00:00 |
|
michael
|
3e33c1a5ab
|
+ Small optimization in comparemem
|
2003-11-22 16:17:26 +00:00 |
|