Tomas Hajny
|
3b3849c02c
|
+ AllFilesMask constant added
git-svn-id: trunk@8492 -
|
2007-09-15 12:09:25 +00:00 |
|
pierre
|
44c567cf46
|
* fix memory corruption in Setup_arguments
git-svn-id: trunk@7012 -
|
2007-03-27 19:56:58 +00:00 |
|
daniel
|
c95cf176f4
|
+ Add {$ifdef FPC_HAS_FEATURE_THREADING}
git-svn-id: trunk@6523 -
|
2007-02-17 09:25:58 +00:00 |
|
Tomas Hajny
|
c40e0d9b6f
|
* error handling for potential issues with memory allocation during setup_environment as suggested by borsa77 at libero.it
git-svn-id: trunk@3931 -
|
2006-06-24 22:54:12 +00:00 |
|
Tomas Hajny
|
b853d45cd8
|
* fix for buggy ParamStr(0) / web bug #4666 as provided by Salvatore Licciardi (and in comp.lang.pascal.misc - maybe by Salvatore too?)
git-svn-id: trunk@2272 -
|
2006-01-12 23:17:51 +00:00 |
|
tom_at_work
|
1b4b42fdd6
|
* added CheckInitialStkLen() function which checks whether the given stack size value is valid on the OS when creating a thread, fixing stack checking
git-svn-id: trunk@1722 -
|
2005-11-11 12:16:08 +00:00 |
|
michael
|
21425e303c
|
+ Removed HASVARIANT define
git-svn-id: trunk@244 -
|
2005-06-07 20:48:31 +00:00 |
|
michael
|
8a226bba52
|
+ Removed HASWIDESTRING/HASWIDECHAR defines
git-svn-id: trunk@241 -
|
2005-06-07 20:42:22 +00:00 |
|
fpc
|
790a4fe2d3
|
* log and id tags removed
git-svn-id: trunk@42 -
|
2005-05-21 09:42:41 +00:00 |
|
peter
|
b68af1b0e3
|
* post 2.0.0 fixes from cvs
git-svn-id: trunk@7 -
|
2005-05-16 20:59:02 +00:00 |
|
fpc
|
50778076c3
|
initial import
git-svn-id: trunk@1 -
|
2005-05-16 18:37:41 +00:00 |
|
michael
|
2e48181661
|
+ Added maxpathlen constant (maximum length of filename path)
|
2005-05-12 20:29:04 +00:00 |
|
peter
|
e6fcb4996f
|
Call InitSystemThreads
|
2005-05-05 11:40:23 +00:00 |
|
peter
|
d955da19dd
|
use fillchar after reallocmem, fix taken from win32
|
2005-05-01 13:00:53 +00:00 |
|
Tomas Hajny
|
d3c103dfd7
|
* EOF_CTRLZ conditional define replaced with CtrlZMarksEOF, #26 handling made more consistent (fix for bug #2453)
|
2005-04-03 21:10:59 +00:00 |
|
peter
|
e417e34496
|
* truncate log
|
2005-02-14 17:13:06 +00:00 |
|
peter
|
e49fa4bd08
|
* threads for go32v2,os,emx,netware
|
2005-02-06 16:57:18 +00:00 |
|
florian
|
4f7560d89e
|
* improved widestring infrastructure manager
|
2005-02-01 20:22:49 +00:00 |
|
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 |
|