Commit Graph

82 Commits

Author SHA1 Message Date
florian
13e3102954 * Patch from Vincent Snijders:
* 1. except.patch implements ExceptFrameCount and ExceptFrames
  * 2. arg.patch fixes a bug in the copying of the commandfilename to the arg array. The #0 character was not copied, so the pchar was not properly terminated.

git-svn-id: trunk@461 -
2005-06-21 12:55:45 +00:00
florian
07442c5693 * fixed passing of variant parameters for windows api
* widestrings need to be allocated by a special OS call on windows

git-svn-id: trunk@458 -
2005-06-20 19:56:36 +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
michael
ffb55c4254 + Removed VER1_0 defines
git-svn-id: trunk@33 -
2005-05-19 21:14:45 +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
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
ccf36c0afd * fix crash under win32 with previous reallocmem fix 2005-03-21 16:31:33 +00:00
florian
3c58dc06e4 * fixed compilation with 1.0.10 2005-03-02 19:18:42 +00:00
florian
bb997ce5ea + WideCompareString and WideCompareText for win32 implemented 2005-02-26 20:43:52 +00:00
florian
eb4b962cee + implemented WideFormat
+ some Widestring stuff implemented
  * some Widestring stuff fixed
2005-02-26 10:21:17 +00:00
peter
e417e34496 * truncate log 2005-02-14 17:13:06 +00:00
peter
86025bbcb6 * moved file and dir functions to sysfile/sysdir
* win32 thread in systemunit
2005-02-06 13:06:20 +00:00
florian
4f7560d89e * improved widestring infrastructure manager 2005-02-01 20:22:49 +00:00
florian
6b086f5c79 * remove inline assembler for calling asm_exit 2004-12-12 11:53:47 +00:00
Tomas Hajny
353d5cc3de + GetProcessID added 2004-12-05 14:36:37 +00:00
peter
dbc2025604 ErrOutput added 2004-11-04 09:32:31 +00:00
peter
869b0ecc85 * compiler defined HEAP and HEAPSIZE removed 2004-10-25 15:38:59 +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
florian
8f6f6bfc30 * finally (hopefully) fixed sysalloc trouble 2004-06-27 11:57:18 +00:00
florian
c435d32c97 * fixed argument copying 2004-06-26 15:05:14 +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
Tomas Hajny
6fa8524e66 * ProcessID initialization added 2004-02-15 21:37:18 +00:00
florian
f9af8f066c * workaround for AMD prefetch bug 2004-02-02 17:01:47 +00:00
Tomas Hajny
e0f9297e01 * ExecuteProcess fixes, ProcessID and ThreadID added 2004-01-20 23:05:31 +00:00
peter
6b6741b41c * win32 regcall patches 2003-12-17 21:56:33 +00:00
peter
ef2b767191 * stdcall for CreateFile 2003-12-04 20:52:41 +00:00
michael
0efaf5e5c6 + Redefined Fileopen so it corresponds to ascdef.inc definition 2003-11-24 23:08:37 +00:00
marco
b15ba0a5ae * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
olle
527a79b0dc * changed i386 to cpui386 2003-10-17 22:10:30 +00:00
peter
d0eac29ab9 * THandle is platform dependent 2003-10-16 15:43:13 +00:00
florian
bc2d795aab * some data types cleaned up 2003-10-06 23:52:53 +00:00
peter
3d8d9c96f8 * sbrk returns pointer 2003-09-27 11:52:35 +00:00
michael
3bf916415a + Win32 Do_open crahs on append 2003-09-26 07:30:34 +00:00
peter
33b5eccc3c * stdcall patch 2003-09-17 15:06:36 +00:00
olle
615792ffe9 * nice-ified 2003-09-12 12:33:43 +00:00
florian
c508a3d7f1 + added invalid instruction exception 2003-01-01 20:56:57 +00:00
peter
5e80bcb7f8 * error code fixes 2002-12-24 15:35:15 +00:00
carl
a433541547 * fix warnings 2002-12-07 13:58:45 +00:00
carl
7769191263 + profiling support 2002-11-30 18:17:35 +00:00
carl
002a5e009a * always allocate argument even if its empty (bugfix web bug #2202) 2002-10-31 15:17:58 +00:00
florian
3290129414 * InitFPU renamed to SysResetFPU 2002-10-14 20:40:22 +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