Commit Graph

876 Commits

Author SHA1 Message Date
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
michael
96015a2467 + Some missing functions/defines as per bug #3270 from Frank Kintrup 2004-08-26 15:57:23 +00:00
peter
2db86fb67d use $(SYSTEMUNIT) instead of system 2004-08-25 19:12:27 +00:00
olle
8f25b1ad3a * redid prev commit, but with up to date fpcmake 2004-08-25 17:10:03 +00:00
olle
280ff73ccf * fix so that macpas.pp really is compiled 2004-08-25 16:57:22 +00:00
marco
e1828acc9c * including in both messages and windows caused problems (expected
windows.msg, got message.msg and vice versa. Solved by aliasing
2004-08-22 11:12:24 +00:00
florian
a0dc475275 * inital empty revision 2004-08-16 20:53:27 +00:00
olle
3a29988676 + Added unit macpas 2004-08-16 16:22:11 +00:00
florian
3995a8bba2 * tried to fix some wsprintf issues
+ now compiled in objfpc mode
    so some integer => smallint changes where necessary; hopefully,
    I didn't forget one
2004-08-08 16:52:51 +00:00
florian
617d3d94ac * removed ifdefs for unicode; handled by overloading
* smartlinked by default because it contains winxp only functions
2004-08-08 14:26:56 +00:00
michael
aae1e74a73 + Ver 1.0 does not handle initialized variables well 2004-08-06 13:23:21 +00:00
michael
252d077e78 + initialized SysConfigDir 2004-08-05 12:55:29 +00:00
michael
6bf44ccc0f Added getappconfig calls 2004-08-05 07:28:37 +00:00
michael
4882e76657 + More TrackMouseEvent 2004-07-27 12:03:15 +00:00
michael
c70b07e9f3 + Added trackmouseevent call and structures 2004-07-26 06:48:30 +00:00
daniel
6c4cade37d * Matrix unit included in build process 2004-07-07 21:37:29 +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
michael
d1264d494a + Fix for bug #3166 by Michalis Kamburelis 2004-06-14 08:27:06 +00:00
florian
6427a54c3d * fixed some bootstrapping problems as well as some 64 bit stuff 2004-06-13 10:49:50 +00:00
michael
155beb3566 Fixed bug #3156, as suggested by Michalis Kamburelis 2004-06-12 13:30:33 +00:00
marco
9f051b132e * fix for 3142 (I hope). 2004-06-06 04:01:45 +00:00
florian
25b9e0d6e5 * fixed comp property writing for cpus where comp=int64 2004-05-24 21:05:19 +00:00
peter
423fde7ac6 * regenerated 2004-05-23 18:25:48 +00:00
marco
e0ad8c3234 * first try 2004-05-23 15:30:13 +00:00
florian
1c29cc1eb9 + shellapi to makefile added 2004-05-21 11:08:18 +00:00
marco
987e1dfa7b * fix from Robert Rosmair. 2004-05-21 07:53:57 +00:00
peter
94adf83a8b * use thandle in do_* 2004-05-16 18:51:20 +00:00
peter
7ac9ea3e0e fix compile with 1.0.x 2004-05-09 10:46:34 +00:00
marco
8f8725767b * COM related fixes from bug #3090 2004-05-07 13:26:31 +00:00
marco
a1d5451ed7 * getdiskfreespaceex pointer overloads added 2004-05-05 20:08:38 +00:00
marco
29f1d7600f * pcritical section missed a ^ 2004-05-04 10:34:29 +00:00
marco
6a62d7b9ee * some confusion over createfont, cleaned up (bug 3056) 2004-05-02 14:46:45 +00:00
marco
a54f67d3a1 * Fixes for numeric keypad enter and / 2004-05-02 13:05:39 +00:00
marco
9f5f920b56 * strutils, convutils added 2004-04-26 11:31:28 +00:00
peter
041eb4aa1d * do_read/do_write addr argument changed to pointer 2004-04-22 21:10:56 +00:00
olle
73f73fb6f1 * updated according to the new version of fpcmake.ini 2004-04-20 23:29:59 +00:00
michael
0d9f209c26 + Case change (bug 3050) 2004-04-16 10:07:44 +00:00
michael
63e3c491ee + Patch for findfirst (bug 3042) from Peter Vreman 2004-04-07 09:26:23 +00:00
marco
a45e1cd3f1 * first changes sockets units 2004-03-16 18:03:37 +00:00
peter
abfc396c40 * cmem moved to rtl
* longint replaced with ptrint in heapmanagers
2004-03-15 21:48:26 +00:00
peter
682b148f4c * reset searchrec info in findfirst 2004-03-14 18:42:39 +00:00
marco
e0f214c954 wininc/struct.inc 2004-03-10 15:08:10 +00:00
michael
2931514b1f + Fix by peter for calling conventions 2004-03-08 08:12:10 +00:00
marco
e546db7a23 * interlocked* changed to longints, including winapi. (which was a bug) 2004-03-05 12:17:50 +00:00
Tomas Hajny
fa6166944f Makefiles regenerated 2004-02-22 16:07:41 +00:00
daniel
bc7f8a474d * Enable threadvars again 2004-02-17 17:37:25 +00:00
Tomas Hajny
7a08fcd395 * LastDosExitCode changed back from threadvar temporarily 2004-02-16 22:16:55 +00:00
Tomas Hajny
6fa8524e66 * ProcessID initialization added 2004-02-15 21:37:18 +00:00
Tomas Hajny
601f2e02ce * overloaded ExecuteProcess added, EnvStr param changed to longint 2004-02-15 21:34:06 +00:00
marco
c2d60c1a8b * Hopefully last large changes to fpexec and friends.
- naming conventions changes from Michael.
	- shell functions get alternative under ifdef.
	- arraystring function moves to unixutil
	- unixutil now regards quotes in stringtoppchar.
	- sysutils/unix get executeprocess(ansi,array of ansi), and
		both executeprocess functions are fixed
 	- Sysutils/win32 get executeprocess(ansi,array of ansi)
2004-02-13 10:50:22 +00:00
michael
6571f6a7e5 + Switched to single interface in dosh.inc 2004-02-09 12:03:16 +00:00
marco
7c0764de5f * getsystemtimeasfiletime 2004-02-08 17:11:34 +00:00
michael
66dd127bd9 + Moved CRT interface to common include file 2004-02-08 16:22:20 +00:00
michael
c7385cf2cb + Implemented winsysut unit 2004-02-08 11:00:18 +00:00
marco
d446a48fda * small fix 2004-02-07 00:21:10 +00:00
marco
2334e9ba3c * a large_integer -> int64 change. 2004-02-06 23:10:20 +00:00
marco
ad42d353e1 * Macro changed to constant 2004-02-06 22:47:19 +00:00
florian
f9af8f066c * workaround for AMD prefetch bug 2004-02-02 17:01:47 +00:00
michael
2690ee6ec3 + Added all known CSIDL constants. 2004-02-01 00:12:11 +00:00
michael
33ca6e72f4 + Added header/log footer 2004-01-31 23:34:37 +00:00
michael
c7b78eb610 + Added for D6/7 compatibility. And it _is_ useful ;) 2004-01-31 23:28:28 +00:00
marco
8dbea9390f * threadproc is passed to OS and must be stdcall; 2004-01-29 16:58:28 +00:00
peter
98105d8055 * classes uses types to import TPoint and TRect 2004-01-22 17:11:23 +00:00
florian
3c417e8094 * fixed win32 compilation 2004-01-21 14:15:42 +00:00
Tomas Hajny
e0f9297e01 * ExecuteProcess fixes, ProcessID and ThreadID added 2004-01-20 23:05:31 +00:00
michael
6b5655ad42 + Added HFILE_ERROR 2004-01-19 19:29:11 +00:00
michael
7c7dd809bf + DirectoryExists now closes findfirst handle 2004-01-16 20:53:33 +00:00
florian
a511da7309 * make win32 fixed 2004-01-13 18:04:25 +00:00
michael
1567dc0814 + Moved all resource strings to rtlconst/sysconst 2004-01-10 19:35:17 +00:00
michael
a1d8f29196 + Added Sleep() function 2004-01-10 17:40:25 +00:00
florian
3c481f1688 * fixed fsearch 2004-01-06 00:58:35 +00:00
marco
55850b063a * regenerating the makefiles with some netbsd fixes + version upgrades 2004-01-05 23:34:21 +00:00
florian
b761623fe7 * changed sysutils.exec to ExecuteProcess 2004-01-05 22:56:08 +00:00
peter
6b6741b41c * win32 regcall patches 2003-12-17 21:56:33 +00:00
marco
05458e5c39 * patch from peter 2003-12-11 09:21:52 +00:00
peter
c69f998424 * hmodule added 2003-12-08 21:23:24 +00:00
peter
efda1ffb60 * regenerated 2003-12-08 17:13:20 +00:00
Tomas Hajny
e5c7ce3f5d * include file for dateutil(s) 2003-12-06 18:03:46 +00:00
marco
1b7b12ad2e * typo fix 2003-12-06 15:56:35 +00:00
marco
9216952324 * mouse_last fixes for bug #2784 2003-12-06 15:53:21 +00:00
marco
c49702e402 * ttokeninformationclass alias for delphi compat 2003-12-05 11:53:12 +00:00
marco
17f66bd749 * small fix 2003-12-05 09:13:46 +00:00
peter
ef2b767191 * stdcall for CreateFile 2003-12-04 20:52:41 +00:00
marco
0d15a78692 * twin32fileattributedata 2003-12-04 12:34:09 +00:00
michael
955d743f21 + Removed dummy variable from SetCthreadManager 2003-11-29 17:34:14 +00:00
peter
f3791a42f8 * TWMEraseBkgnd added 2003-11-28 17:21:40 +00:00
michael
2054548b7a + Fixes for sysconst and removed runerrors.pp 2003-11-27 20:43:22 +00:00
michael
5d024d4cc3 + Patch from peter to fix make cycle 2003-11-27 10:28:41 +00:00
michael
6d09f23614 + Fixed dependencies so cycle works again 2003-11-26 20:50:32 +00:00
michael
78996a740a + Added runerrors unit 2003-11-26 20:17:35 +00:00
michael
4b2084fb50 + New threadmanager implementation 2003-11-26 20:10:59 +00:00
florian
058d480f40 * error handling for Variants improved 2003-11-26 20:00:19 +00:00
michael
0efaf5e5c6 + Redefined Fileopen so it corresponds to ascdef.inc definition 2003-11-24 23:08:37 +00:00
michael
52dc153aa2 + TMessage result member is a longint, not a cardinal (from Micha Nelissen, verified in D6). 2003-11-09 13:49:28 +00:00
marco
d3ca61aa15 * added some more of win32* delphi pseudo constants 2003-11-06 22:25:10 +00:00
marco
ec6b640d6d * fixed 2003-11-06 22:05:06 +00:00
marco
b15ba0a5ae * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
peter
2d6deeaade * regenerated 2003-10-28 16:44:35 +00:00
peter
168ccf83c3 * regenerated 2003-10-27 15:58:54 +00:00
peter
450c9a848c * set inited boolean to prevent crashes 2003-10-27 15:28:07 +00:00
peter
52683bba4b * fixed setfattr with volumeid 2003-10-27 15:27:47 +00:00
florian
b0c7cd338b + added some missing exception numbers 2003-10-26 16:31:38 +00:00
Tomas Hajny
57538cb669 * THandle in sysutils common using System.THandle 2003-10-25 23:42:35 +00:00
marco
23af1efaf9 * fix for 2672 2003-10-23 09:39:39 +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
peter
9fc4e555dd * regenerated 2003-10-09 14:35:20 +00:00
florian
b6abfdae09 * fixed some variant issues
* improved type declarations
2003-10-08 16:24:47 +00:00
florian
e9b79884af * win32 now uses aliases from the windows unit for types like trect 2003-10-07 16:20:21 +00:00
florian
bc2d795aab * some data types cleaned up 2003-10-06 23:52:53 +00:00
peter
3d27318cb2 * moved classes unit to rtl 2003-10-06 21:01:06 +00:00
florian
ba620e2d1f * fixed wrong define which caused the unit to be empty 2003-10-06 16:54:22 +00:00
florian
f406824432 + necessary declarations for dx8 headers added 2003-10-05 20:30:09 +00:00
florian
fe7cc65579 * fixed some delphi compatibilty issues
* improved makefile dependencies
2003-10-05 19:10:31 +00:00
marco
feaed02001 * cross compiling fixes to makefile and fpcmake 2003-10-04 13:48:11 +00:00
marco
73876b7490 * CROSSCOMPILING stage 2 2003-10-03 21:40:35 +00:00
florian
696a72317c + added some language related stuff 2003-10-03 20:55:12 +00:00
marco
eaceacb7e2 * remake with new fpc param 2003-10-02 08:50:13 +00:00
peter
39add9f5ff * GetCurrentThreadHandle renamed to GetCurrentThreadId 2003-10-01 21:00:09 +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
peter
0e10e98fae * popstack to cdecl 2003-09-08 18:25:45 +00:00
marco
afa81f560e * VP fixes. 2003-09-06 22:23:35 +00:00
florian
8d771df2d4 * arm fixes to the common rtl code
* some generic math code fixed
  * ...
2003-09-03 14:09:37 +00:00
marco
0a4508fffd * HSTR fix 2003-08-20 23:12:32 +00:00
michael
6c1aa22a89 + forgot to comment INVALID_HANDLE_VALUE function 2003-06-15 14:34:35 +00:00
michael
2b253f4d01 + INVALID_HANDLE_VALUE is a constant, not a function 2003-06-15 14:33:22 +00:00
Jonas Maebe
7e26d3cc3b * fix from Peter 2003-06-10 11:16:15 +00:00
peter
cb57953ff0 * wndproc definition fixed 2003-04-23 11:35:00 +00:00
peter
4ac96d61d6 * fixed msghandler declarations 2003-04-23 11:22:12 +00:00
florian
128f4c117f * fixed parameter types 2003-04-23 11:08:09 +00:00
armin
20f6a64021 * corrected BuildCommDCBAndTimeouts, the external is BuildCommDCBAndTimeoutsA not BuildCommDCBAndTimeouts 2003-04-07 18:28:53 +00:00
peter
29762b04a6 * regenerated 2003-04-01 16:09:56 +00:00
peter
60e5c18645 * made THandle platform dependent and unique type 2003-04-01 15:57:41 +00:00
peter
47b226c340 * HResult is alias for System.HResult
* Handle is unique type of Cardinal
2003-04-01 15:37:17 +00:00
Tomas Hajny
7e44bb1506 * Makefiles regenerated with corrected fpcmake 2003-03-30 00:01:43 +00:00
Tomas Hajny
9e0f41900a * DirectoryExists declaration changed to that one from fixes branch 2003-03-29 18:21:41 +00:00
peter
1714855f8e * directoryexists added 2003-03-28 19:06:59 +00:00
armin
2d9ba86107 * more platform independent thread routines, needs to be implemented for unix 2003-03-27 17:14:27 +00:00
Jonas Maebe
739e3ed581 * BeginThread() now returns the thread handle instead of the threadid
(needed because you have to free the handle after your thread is
     finished, and the threadid is already returned via a var-parameter)
2003-03-24 16:12:01 +00:00
Tomas Hajny
f2cd222a55 + platform extensions unified, emx target added 2003-03-24 00:01:12 +00:00
armin
e321c72b22 * CloseSocket added 2003-03-23 17:47:15 +00:00
armin
a0ff862b9a + reactivated delphi compatible versions of SetCommTimeouts,SetCommState,BuildCommDCB* 2003-03-20 14:25:39 +00:00
peter
9addbba86a * regenerated 2003-01-14 21:15:21 +00:00
peter
1ac1f644da * FileCreate(string,mode) overload added 2003-01-03 20:41:04 +00:00
peter
6eba17c1c9 * missing items 2003-01-02 22:07:00 +00:00
florian
c508a3d7f1 + added invalid instruction exception 2003-01-01 20:56:57 +00:00
peter
053773d873 * sendto overload 2003-01-01 14:34:22 +00:00
peter
57a977b8f2 * fix ChoosePixelFormat 2002-12-27 18:13:38 +00:00
peter
60c55580c7 * sendto overload added 2002-12-25 01:04:03 +00:00
peter
5e80bcb7f8 * error code fixes 2002-12-24 15:35:15 +00:00
peter
8e66f19170 * some more C style functions 2002-12-15 20:24:17 +00:00
peter
a3c68549ec * map error 87 to 13 to be compatible with dos 2002-12-15 20:23:53 +00:00
peter
6e14067b99 * fix empty string in readln when not at end of string
* fix alt-xyz in readkey
2002-12-15 20:23:30 +00:00
peter
d5cec75d6d * fix updatescreen compare that was wrong when the last char was
different
2002-12-15 20:22:56 +00:00
peter
cd894074e0 * INT renamed to WINT 2002-12-12 17:52:35 +00:00
peter
61fd1466a5 * Renaming INT type to WINT 2002-12-12 17:34:35 +00:00
peter
eb17b0dc2d * fix cvs name replacing 2002-12-12 17:33:45 +00:00
carl
a433541547 * fix warnings 2002-12-07 13:58:45 +00:00
carl
329c55ed38 * libraries would no longer compile because of my profiling fix 2002-12-04 21:36:44 +00:00
carl
fc1168d3b3 * bugfixes for dos.exec() : it would not be able to execute 16-bit apps
* doserror was not reset to zero in dos.exec
2002-12-04 21:35:50 +00:00
carl
7117075514 * fix for dos.exec with non-microsoft shells 2002-12-03 20:39:14 +00:00
carl
65113dcece + profiling support for Win32 2002-11-30 18:44:57 +00:00
carl
7769191263 + profiling support 2002-11-30 18:17:35 +00:00
sg
e6ad0998ea * Removed opengl32 unit (all functions are now in the Windows unit) 2002-11-29 16:49:41 +00:00
sg
a2d0ce003c * Added wgl* functions (moved from opengl32 unit, to get more compatible
to Delphi)
2002-11-29 16:40:49 +00:00
peter
a4c5740fce * added PBOOL 2002-11-27 20:08:21 +00:00
peter
3dad4cd3c4 * regenarated 2002-11-24 16:31:10 +00:00
marco
7a10439726 * Move tmsg and family to messages.inc. windows.pp needed include sequence patch 2002-11-04 12:19:01 +00:00
marco
03453590e3 * Added some of the tmsg/tmessage records. 2002-11-04 12:17:42 +00:00
carl
002a5e009a * always allocate argument even if its empty (bugfix web bug #2202) 2002-10-31 15:17:58 +00:00
carl
1d3e450412 * threadvar.inc -> threadvr.inc 2002-10-31 13:45:21 +00:00
carl
f0bb456351 - remove objinc.inc (unused file)
* update makefiles accordingly
2002-10-20 12:00:52 +00:00
michael
39f16b03ef + Renamed thread unit to systhrds 2002-10-16 06:27:30 +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
0e4a87d682 + some critical section related stuff added 2002-10-14 17:18:44 +00:00
florian
614314c3f5 * win32 rtl is multi threaded by default now 2002-10-13 14:01:34 +00:00
florian
495cb55113 + call to initvariantmanager inserted 2002-10-13 09:25:14 +00:00
michael
d446828105 + Fixed globalmemorystatus (bug 2076) 2002-10-11 09:40:43 +00:00
michael
c0a3affff0 + Fixed getlocaltime incompatibility (bug 2075) 2002-10-11 09:37:40 +00:00
michael
364d023a60 + Added missing version strings 2002-10-11 09:20:31 +00:00
florian
96da0b133e * unit is now smartlinked by default to avoid problems with an old oleauth.dll 2002-10-10 19:20:02 +00:00
florian
28a044c57c + comobj unit added 2002-10-10 16:11:09 +00:00
florian
e91a14b6ea + declarations of objbase.h added 2002-10-10 16:10:33 +00:00
florian
7b33d50f62 + initial revision 2002-10-10 16:09:25 +00:00
florian
1c642c2002 - removed conditionals for 0.99.14 2002-10-10 14:58:16 +00:00
florian
2936d16b5f - NULL definition removed, the system unit contains now a NULL variant 2002-10-09 20:45:12 +00:00
Jonas Maebe
1abd56fa5b * changed value of FILE_FLAG_WRITE_THROUGH to hex notation because it
was equal to MAX_LONGINT + 1 -> parsed as a float
2002-10-08 17:13:31 +00:00
peter
e34e13439e * Use Widechar in the Windows unit 2002-10-06 20:00:22 +00:00
florian
0206d6401c * we've to reimport TSystemTime time from the windows unit 2002-10-02 21:17:03 +00:00
peter
80b078b37f * TSystemTime fpc compatibility parameters added as variant record 2002-10-02 21:03:04 +00:00
florian
2b881b3160 + GetSystemTime with var parameter added 2002-10-02 19:30:52 +00:00
florian
61aed1396c + added RedrawWindow with LPRECT as second parameter 2002-09-26 10:38:10 +00:00
peter
d04f73ddda * Add ucomplex and charset units 2002-09-16 15:42:11 +00:00
peter
244a20c239 * Remove Float type, use Single instead 2002-09-15 17:53:44 +00:00
carl
953a1ccdae - removed os_types
* fix range check errors
2002-09-07 21:28:10 +00:00
peter
9f31783a0a * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
pierre
1010c85f7b * fix for bug #1779 merged 2002-09-03 10:26:11 +00:00
pierre
521f29fcca * fix bug report 2086 2002-08-26 13:49:18 +00:00
florian
a328159153 * ioctlselect overloaded to take a longint is second parameter 2002-08-12 14:18:53 +00:00
marco
0e2046b1fd * Some more OpenBSD fixes. 2002-08-01 12:28:49 +00:00
marco
d228e13edf * OpenBSD makefile update again 2002-07-30 13:39:03 +00:00
florian
7ac5c3743d * several fixes for linux/powerpc
* several fixes to MT
2002-07-28 20:43:47 +00:00
florian
3ff2bcb4fd * fixed dependencies of types-Unit 2002-07-26 09:43:39 +00:00
florian
42a7c6c636 + types unit added 2002-07-23 20:39:21 +00:00
pierre
2f5a4e8a82 * avoid constant evaluation problems if cycling with -Cr 2002-07-17 07:28:21 +00:00
florian
92e2b20fd1 * LARGE_INT and ULARGE_INT types fixed
* LONGLONG defined properly
2002-07-16 13:52:14 +00:00
carl
1613d5663c + fsearch bugfix for Win9X systems 2002-07-06 11:48:09 +00:00
peter
71a1ae2136 * sLineBreak changed to normal constant like Kylix 2002-07-01 16:29:05 +00:00
pierre
215ed72a2d * Rename HeapSize to WinAPIHeapSize to avoid conflict with general function 2002-06-04 09:25:14 +00:00
carl
0cfe673d5a * fix range check error 2002-05-16 19:32:57 +00:00
carl
07af6301de * Merges from Fixes branch 2002-05-09 08:28:23 +00:00
carl
7d6edd04b2 + generic stack checking 2002-04-12 17:34:05 +00:00
armin
30f9a9416b + call to DoneThread was missing 2002-03-31 10:03:13 +00:00
armin
903441aa51 + initialize threadvars defined local in units 2002-03-28 16:31:35 +00:00
marco
4b31f369d4 * Added win32platform 2002-03-24 19:26:49 +00:00
marco
1966c48373 * Some macro functions fixed. Didn't commit win32platform first because
of mandatory init.
2002-03-23 20:13:53 +00:00
marco
966b38b673 * Initial version. 2002-03-20 22:17:12 +00:00
peter
927c693482 * fix source location in zips for packages and demos 2002-03-19 19:36:55 +00:00
peter
58218bf81f * Regenerated with updated fpcmake 2002-03-11 19:10:28 +00:00
peter
14fedc549e * fixed compile bug in debug mode 2002-03-02 09:43:46 +00:00
peter
af10985046 * fixed HASINTF 2002-03-01 12:42:42 +00:00
peter
9b385a2ab7 * regenated 2002-02-28 21:30:32 +00:00
marco
c2478e9ba6 * has_intf and oaidl 2002-02-28 13:52:59 +00:00
marco
4e3f6e86ff * Merged objidl.idl translation. Most of wtypes.idl also included. Size slightly increased. 2002-02-26 10:30:01 +00:00
marco
120c13b024 * Fixed 2002-02-13 12:54:28 +00:00
marco
5bbf658614 * fixed 2002-02-13 12:54:19 +00:00
marco
21b22d7d2e * added messages.pp 2002-02-13 12:24:48 +00:00
marco
664e07cf3e * messages.pp added 2002-02-13 12:24:32 +00:00
marco
1e9374a746 * Added messages.pp as dummy unit that reads messages.inc 2002-02-13 12:24:15 +00:00
florian
3924bd6ecf * some property sheet related structs fixed 2002-02-07 13:04:40 +00:00
michael
ab229c55fd + merged ixed syntax 2002-02-04 21:41:15 +00:00
michael
26db724c09 + merged missing sendto/rcvfrom functions 2002-02-04 21:29:34 +00:00
pierre
6165a24c43 * fix compilation failure 2002-01-30 14:57:11 +00:00
peter
c09e7bb537 * regenerated 2002-01-29 18:05:44 +00:00
peter
5f2e0cc5e3 * regenerated 2002-01-27 21:47:54 +00:00
peter
24fdea1ad0 * merged filesearch() fix 2002-01-25 16:23:03 +00:00
peter
f5c971b656 * more functions from webbugs 2002-01-19 11:58:20 +00:00
peter
5012dd876e * fixed clrscr for small windows
* no turnoffmouse
2002-01-19 11:56:34 +00:00
peter
0816ae4006 * regenerated 2002-01-06 21:59:08 +00:00
florian
bbc6bb1852 * log fixed 2002-01-06 15:37:20 +00:00
florian
f99e55ebde * SetRGBColor with cached pens fixed 2002-01-06 15:23:42 +00:00
carl
f94967ca66 * Range check error fix 2001-12-11 23:10:18 +00:00
marco
7866897343 * BSDhier fix to fpcmake.ini + makefile update. 2001-12-11 10:39:53 +00:00