alex
043d981e00
* added os_types unit
2000-03-20 18:39:13 +00:00
alex
85135c503d
* extended to make use of OS_TYPES unit.
2000-03-20 16:14:37 +00:00
pierre
53d50a62a4
* probably a fix for bug #615
2000-03-20 16:04:05 +00:00
alex
cb860d32dc
added central unit for OS dependent types.
2000-03-20 15:50:13 +00:00
florian
e62572843b
*** empty log message ***
2000-03-20 15:36:43 +00:00
pierre
3dd1e2bc61
test for 877
2000-03-20 14:32:31 +00:00
pierre
48174a41fe
* fix of 877
2000-03-20 14:30:03 +00:00
pierre
7cb441eadb
* avoid wrong failure for bug #856
2000-03-20 13:22:24 +00:00
pierre
d6280bbc38
+ bug #876
2000-03-20 13:14:15 +00:00
pierre
4a66eb02e5
* fix for bug #876
2000-03-20 13:09:07 +00:00
pierre
1475038147
+ WINT = longint to avoid errors
2000-03-20 11:42:46 +00:00
florian
0606b1b1e5
* a new test for <qword>/<qword> and <int64>/<int64>
2000-03-20 10:25:24 +00:00
florian
814bee0cc6
* fixed <dword>/<dword>, <int64>/<int64> and <qword>/<qword>
2000-03-20 10:16:51 +00:00
florian
013656b007
*** empty log message ***
2000-03-20 10:14:52 +00:00
florian
360f371c44
* catching of exceptions is switched off on all targets if the define
...
DEBUG is used
2000-03-20 09:37:51 +00:00
florian
431ec3bfe8
* using the directive DEBUG when compiling the compiler will include now
...
the lineinfo unit on all targets
2000-03-20 09:36:23 +00:00
florian
e0953dc9b4
*** empty log message ***
2000-03-20 09:35:33 +00:00
florian
4ac9fc1812
* in delphi mode: method parameters can now have the same name as parameters
2000-03-20 09:34:33 +00:00
marco
4b4b9a7ba7
* Some more delphi compatible kernelfunc headers for JCL.
2000-03-19 20:30:27 +00:00
marco
ebe9dafe19
* some stuff for JCL
2000-03-19 20:29:06 +00:00
peter
dceffc9557
* dosexitcode finally works correct
2000-03-19 18:48:19 +00:00
peter
86a9551dcb
* some beginning
2000-03-19 18:46:50 +00:00
peter
652b045d98
* init
2000-03-19 18:45:47 +00:00
peter
966a4a1789
* fixes to run correctly
2000-03-19 18:45:31 +00:00
Tomas Hajny
a61493db4c
+ added support for EMX
2000-03-19 18:10:41 +00:00
florian
304e71ba5c
* some improvements
2000-03-19 16:20:44 +00:00
florian
fa207becc1
* not(b) if b is a register variable, didn't work, fixed
2000-03-19 15:20:22 +00:00
florian
9376275364
* bug #873 fixed
...
* some cleanup in objectdec
2000-03-19 14:56:38 +00:00
florian
9f57527c98
* crash when using exception classes without sysutils unit fixed
2000-03-19 14:17:05 +00:00
peter
03dcba2fda
* fixed temp ansi handling within array constructor
2000-03-19 11:55:08 +00:00
Tomas Hajny
7d72f3610b
* PollKeyEvent implemented
2000-03-19 11:29:07 +00:00
peter
797267fde1
* protected member check for classes works
2000-03-19 11:22:21 +00:00
peter
2d6a92f17e
* graph unit include is now independent and the dependent part
...
is now in graph.pp
* ggigraph unit for linux added
2000-03-19 11:20:12 +00:00
peter
98a50970e7
* check for unknown id in on exception
2000-03-19 11:16:44 +00:00
peter
2a4b2adc65
* strdispose uses freemem(pointer) and resets pointer to nil
2000-03-19 08:40:14 +00:00
peter
9920510f64
* length check for readnumeric
2000-03-19 08:36:41 +00:00
peter
ffab53c30f
* tp7 fix
2000-03-19 08:17:36 +00:00
peter
c7cd8edaf2
* small order change for array of const which allows better optimization
2000-03-19 08:14:17 +00:00
Jonas Maebe
f62ff5df66
* strdispose now uses dispose instead of freemem(strlen()+1)
2000-03-18 15:43:05 +00:00
Jonas Maebe
90bc5eb4be
+ added $maxfpuregisters 0 for compile() procedure
2000-03-18 15:05:33 +00:00
Jonas Maebe
ec01188f97
* moved a $maxfpuregisters directive a bit up because it was being
...
ignored
2000-03-18 15:01:19 +00:00
sg
41086a7aaa
* Fixed ClearViewport for 4 bpp modes
2000-03-18 10:46:16 +00:00
sg
65506db2eb
* Fix for ClearViewportDefault: The width and the height of the rectangle
...
it filled has been one pixel too high.
2000-03-18 10:45:07 +00:00
florian
cf42fe5f4f
* window class is registered only once => multible init/closegraphs are possible
...
* calling cleardevice when creating the window
2000-03-17 22:53:20 +00:00
Jonas Maebe
49b6de7c9e
* fixed declaration of val_int64 (removed destsize parameter)
...
* fixed val_int64 and val_qword so they reject invalid input
(u >= base)
* when reading a number, invalid input is removed from the input
buffer (+ it should be faster as well)
2000-03-17 21:27:56 +00:00
Jonas Maebe
df004d997b
* fixed rounding bugs with certain formatting parameters in str_real
...
* fixed tbs0218 so it compares both results only until max precision
2000-03-17 20:20:33 +00:00
sg
a662bff34d
* Added accelerated drawing functions for modes with 4 bits per pixel
2000-03-17 13:30:35 +00:00
sg
1ce21b9e8e
* Use linux unit under Linux
2000-03-17 13:28:54 +00:00
sg
28a36c68a4
* Added WritePort[B|W|L] for single data access
...
* Added ReadPort[B|W|L] functions
2000-03-17 13:27:00 +00:00
marco
92eee6e7f2
* some changes to ftruncate based procs. Added a "0" as extra parameter
2000-03-17 12:58:57 +00:00