Commit Graph

577 Commits

Author SHA1 Message Date
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