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 |
|
michael
|
cae0e667de
|
+ Patched CompareMem for case when length is 0
|
2003-11-22 15:46:48 +00:00 |
|
michael
|
d2cc0fa55a
|
+ Added missing sign functions
|
2003-11-09 21:52:54 +00:00 |
|
michael
|
9e8353e232
|
+ Position specifier in format string affects all later specifiers
|
2003-11-09 13:37:42 +00:00 |
|
michael
|
7312e7e4e4
|
Support for ansistring and better debug outpu
|
2003-11-04 23:15:58 +00:00 |
|
michael
|
4512a8478f
|
+ Removed debug statements
|
2003-11-04 22:53:55 +00:00 |
|
michael
|
573315745d
|
+ Some fixes for string support
|
2003-11-04 22:27:43 +00:00 |
|
marco
|
b15ba0a5ae
|
* Peter's Cardinal<->Longint fixes patch
|
2003-11-03 09:42:27 +00:00 |
|
peter
|
9d55df2bd5
|
* merged copyfrom with 0
|
2003-10-30 16:30:53 +00:00 |
|
peter
|
bf708e1de0
|
* tbits.create is now supported
|
2003-10-30 16:25:07 +00:00 |
|
Jonas Maebe
|
561e3ef7b9
|
* fixed arctan2
|
2003-10-29 19:10:07 +00:00 |
|
florian
|
4dbc76b90d
|
* fixed arctan2 to handle x=0 correctly as well
|
2003-10-26 15:58:05 +00:00 |
|
Tomas Hajny
|
57538cb669
|
* THandle in sysutils common using System.THandle
|
2003-10-25 23:42:35 +00:00 |
|
marco
|
73544b2b71
|
* Fix from Peter
|
2003-10-24 08:37:20 +00:00 |
|
olle
|
fe692f24aa
|
* Changed m68k to cpum68k, i386 to cpui386
|
2003-10-17 20:52:12 +00:00 |
|
peter
|
3f63323fdd
|
* part of eventlog
|
2003-10-09 15:52:42 +00:00 |
|
marco
|
d086084380
|
* sametext and ansisametext added. (simple (ansi)comparetext wrappers)
|
2003-10-07 12:02:47 +00:00 |
|
peter
|
3d27318cb2
|
* moved classes unit to rtl
|
2003-10-06 21:01:06 +00:00 |
|
florian
|
0b1bcbea18
|
* fixed some delphi compatibilty issues
|
2003-10-05 19:10:03 +00:00 |
|