Jonas Maebe
|
9984dd16b0
|
* fix cdecl name problems (patch from Tomas)
|
2004-12-07 14:02:24 +00:00 |
|
Tomas Hajny
|
353d5cc3de
|
+ GetProcessID added
|
2004-12-05 14:36:37 +00:00 |
|
Jonas Maebe
|
90b8204cec
|
* fixed some C-linking problems (the C-prefix is now always added to
cdecl external functions, also if you define the name explicitly)
|
2004-11-25 17:37:59 +00:00 |
|
peter
|
dbc2025604
|
ErrOutput added
|
2004-11-04 09:32:31 +00:00 |
|
peter
|
e86b4529c8
|
* second try for data too large
|
2004-11-02 13:35:35 +00:00 |
|
peter
|
89b40a3682
|
* fix mem[] arrays
|
2004-11-02 07:43:50 +00:00 |
|
Tomas Hajny
|
f600db32f5
|
* HEAP and HEAPSIZE removal reflected
|
2004-10-27 18:52:05 +00:00 |
|
Tomas Hajny
|
605ee59e81
|
* handle type changed to thandle in do_isdevice
|
2004-09-18 11:12:09 +00:00 |
|
olle
|
9a4855aa43
|
+ added maxExitCode to all System.pp
* constrained error code to be below maxExitCode in RunError et. al.
|
2004-09-03 19:25:21 +00:00 |
|
peter
|
244b6d1435
|
fixed go32v2 compile
|
2004-06-20 09:24:40 +00:00 |
|
peter
|
2ed14823c5
|
* New heapmanager that releases memory back to the OS, donated
by Micha Nelissen
|
2004-06-17 16:16:13 +00:00 |
|
peter
|
94adf83a8b
|
* use thandle in do_*
|
2004-05-16 18:51:20 +00:00 |
|
peter
|
041eb4aa1d
|
* do_read/do_write addr argument changed to pointer
|
2004-04-22 21:10:56 +00:00 |
|
Jonas Maebe
|
5386a1c2ca
|
* fixed compilation errors
|
2004-01-25 13:05:08 +00:00 |
|
Tomas Hajny
|
e0f9297e01
|
* ExecuteProcess fixes, ProcessID and ThreadID added
|
2004-01-20 23:05:31 +00:00 |
|
Jonas Maebe
|
c6550c2b3b
|
* fixed compilation
|
2004-01-10 10:49:24 +00:00 |
|
Tomas Hajny
|
caeb56cff5
|
* 'conservative' version of the do_open patch by Joe da Silva
|
2003-12-17 20:40:38 +00:00 |
|
peter
|
0d3948fc5f
|
* register calling updates
|
2003-12-04 21:42:07 +00:00 |
|
marco
|
b15ba0a5ae
|
* Peter's Cardinal<->Longint fixes patch
|
2003-11-03 09:42:27 +00:00 |
|
peter
|
d0eac29ab9
|
* THandle is platform dependent
|
2003-10-16 15:43:13 +00:00 |
|
peter
|
d97075a245
|
* stdcall fixes
|
2003-10-03 21:46:25 +00:00 |
|
Tomas Hajny
|
c1afcd4588
|
* append fix applied to GO32v2, OS/2 and EMX
|
2003-09-29 18:39:59 +00:00 |
|
peter
|
3d8d9c96f8
|
* sbrk returns pointer
|
2003-09-27 11:52:35 +00:00 |
|
peter
|
5fff238567
|
* threads unit added for thread support
|
2002-10-14 19:39:16 +00:00 |
|
florian
|
495cb55113
|
+ call to initvariantmanager inserted
|
2002-10-13 09:25:14 +00:00 |
|
carl
|
5ed7522ade
|
- removed unused defines
|
2002-09-07 21:32:08 +00:00 |
|
peter
|
9f31783a0a
|
* old logs removed and tabs fixed
|
2002-09-07 16:01:16 +00:00 |
|
peter
|
71a1ae2136
|
* sLineBreak changed to normal constant like Kylix
|
2002-07-01 16:29:05 +00:00 |
|
peter
|
1cd2d7afdd
|
* fixed memw and meml array sizes
|
2002-05-05 10:23:54 +00:00 |
|
carl
|
280878b8a5
|
+ initialize some global variables
|
2002-04-21 15:52:58 +00:00 |
|
carl
|
7d6edd04b2
|
+ generic stack checking
|
2002-04-12 17:34:05 +00:00 |
|
peter
|
58218bf81f
|
* Regenerated with updated fpcmake
|
2002-03-11 19:10:28 +00:00 |
|
peter
|
4035a1ba66
|
* add trtlcriticalsection type
|
2001-10-28 17:43:51 +00:00 |
|
peter
|
90b39861fb
|
* map sharing violation to rte 5
|
2001-08-12 17:57:54 +00:00 |
|
Tomas Hajny
|
268d2a4ab6
|
* GetDir fix for inaccessible drives
|
2001-06-30 18:55:48 +00:00 |
|
Jonas Maebe
|
94b50cf56c
|
* move platform independent constant declarations after inclusion of
systemh.inc
|
2001-06-18 14:26:16 +00:00 |
|
Tomas Hajny
|
72e3212dad
|
+ platform specific information
|
2001-06-13 22:20:10 +00:00 |
|
peter
|
9edddec212
|
* fixed empty arguments
|
2001-06-07 21:16:30 +00:00 |
|
peter
|
6db9db184b
|
* same argument parsing -"abc" becomes -abc. This is compatible with
delphi and with unix shells (merged)
|
2001-06-01 22:23:21 +00:00 |
|
florian
|
1f91d1d88e
|
+ sLineBreak and misc. stuff for Kylix compatiblity
|
2001-03-21 23:29:40 +00:00 |
|
Tomas Hajny
|
f041ede95b
|
* GetDir fixed
|
2001-03-21 21:08:20 +00:00 |
|
Tomas Hajny
|
d5e9273b9b
|
* universal FExpand
|
2001-03-16 20:09:58 +00:00 |
|
peter
|
bcbb21839d
|
* chdir,mkdir,rmdir with empty string fixed
|
2001-02-20 21:31:12 +00:00 |
|
peter
|
783f16503b
|
* fixed double declared ___exit() (merged)
|
2000-08-13 19:23:26 +00:00 |
|
michael
|
650fbb86aa
|
+ removed logs
|
2000-07-13 11:32:24 +00:00 |
|
michael
|
e7aca136a1
|
+ Initial import
|
2000-07-13 06:29:38 +00:00 |
|
pierre
|
26e15a2e1d
|
* some typo corrected !
|
2000-06-05 06:20:44 +00:00 |
|
Tomas Hajny
|
89a79fa97b
|
* FileHandleCount decreased upon unsuccessful increase attempt
|
2000-06-04 14:14:10 +00:00 |
|
pierre
|
f4e01e9524
|
* Added default error value to GetInoOutRes function
|
2000-05-18 07:18:28 +00:00 |
|
pierre
|
8c3f6ef4f0
|
* use only low word of regs record after system calls
|
2000-04-10 11:21:02 +00:00 |
|