Commit Graph

6689 Commits

Author SHA1 Message Date
peter
8900400a2c + typecasting support for variables, but be carefull as word,byte can't
be used because they are reserved assembler keywords
2000-05-23 20:36:28 +00:00
pierre
2f715a886a * disable check in Exit and Error code 2000-05-23 20:35:41 +00:00
peter
00cf634883 * fixed instruction matching when a size flag is specified for all
operands
2000-05-23 20:34:35 +00:00
pierre
ed2dab7b31 * avoid problems with Range Check 2000-05-23 20:34:26 +00:00
peter
cafbded190 * attsuffix table is also needed for ra386int 2000-05-23 20:33:37 +00:00
peter
72f2e9434d * added some new tests 2000-05-23 20:33:13 +00:00
peter
7d9c18c01d * removed dup msgcrcvalue 2000-05-23 20:32:48 +00:00
peter
1a1ef88365 * fixed wrong code not detected due a bug in FPC 2000-05-23 20:32:11 +00:00
pierre
ea13526914 + pavel's code integrated, but onyl inside
ifdef pavel_linklib !
2000-05-23 20:18:25 +00:00
pierre
bdf92e8b55 * Use stacksize param instead of gettempsize 2000-05-23 14:20:49 +00:00
pierre
66b7f21d77 * fix for bug #959 2000-05-23 14:15:44 +00:00
pierre
3694513937 Use a multiple of 4 to substract from stack pointer for locals and temps 2000-05-23 13:55:27 +00:00
Jonas Maebe
23c8f29811 * fixed bug in "subl $2,%esp; .. ; pushw mem" optimization when the
sub comes from setting up the stack frame instead of from aligning
    esp (I hope)
2000-05-23 10:58:46 +00:00
pierre
0822332888 fix wrong handling of var para for size bug #961 2000-05-22 12:47:52 +00:00
Jonas Maebe
d75d13eda1 * CloseSock is now a dummy (it called system.close, but this doesn't
make any sense since itself can only be called by system.close) This
    caused an endless loop with my last changes where the mode of a
    textrec is set to fmClosed only after the closeFunc() has been called.
2000-05-22 12:38:51 +00:00
sg
aeeee6ede1 * Added pointer types for all events. (PXxxxEvent = ^TXxxxEvent) 2000-05-22 08:21:05 +00:00
michael
337fd20683 + Corrected number of arguments 2000-05-21 19:09:42 +00:00
michael
d6a236092c + Added 64,65, fixed sigactionrec to new definition 2000-05-21 19:08:20 +00:00
michael
114652d0b1 + Added mising functions, part I 2000-05-21 19:07:07 +00:00
peter
b97ef5dd00 * fixed search 2000-05-21 18:22:19 +00:00
peter
aed65ee35c * fixed 2^63 2000-05-21 18:21:36 +00:00
michael
dd08c958b6 + AssignStream now always returns PID of spawned process 2000-05-21 17:10:13 +00:00
Tomas Hajny
228972c39a * os2def.pas added 2000-05-21 16:09:42 +00:00
Tomas Hajny
8b07877e8a + FSearch and Find* reworked 2000-05-21 16:06:38 +00:00
Tomas Hajny
0cbc7b98ad + FileNameCaseSensitive added 2000-05-21 15:58:50 +00:00
Tomas Hajny
be82426e89 * int64 result for Disk* functions 2000-05-21 15:55:11 +00:00
Tomas Hajny
8891ba1be0 * Keyboard API status updated 2000-05-21 15:53:53 +00:00
michael
2246730713 + Added examples 62 and 63 2000-05-21 14:53:34 +00:00
pierre
f86765618d * avoid some Range Check errors 2000-05-19 13:20:37 +00:00
pierre
3d7b736511 * Empty the keyboard buffer in DoneKeyboard 2000-05-19 13:02:25 +00:00
michael
a81c855602 + updated to version 4.1a 2000-05-19 08:00:38 +00:00
michael
74c131172f + Added linux line 2000-05-18 20:33:03 +00:00
michael
508f625d21 + Implemented part of remarks given by Thomazs Schatzl 2000-05-18 20:32:38 +00:00
michael
cea4083b7d + Added examples 60,61 2000-05-18 20:31:02 +00:00
michael
72076e2e89 + Added more open constants from kernel sources 2000-05-18 20:06:31 +00:00
peter
34e840268a * fixed size of const parameters in asm readers 2000-05-18 17:05:15 +00:00
peter
bb008db4bc * use freemem without size 2000-05-18 17:04:48 +00:00
peter
0194d7a616 * fixed reallocmem with double removing from heap_mem_root list
* fixed reallocmem getmem/freemem count, now both are increased and
    the _size8 counts are also increased
2000-05-18 17:03:27 +00:00
michael
81976c3f30 + On error client name is printed 2000-05-18 16:28:56 +00:00
michael
d1e0f8af25 + Added saveallregisters 2000-05-18 16:24:23 +00:00
michael
99789617ae + Added line to show that type of return value is same as argument 2000-05-18 16:23:50 +00:00
michael
edd14ed266 + GetPropInfo now case insensitive 2000-05-18 09:42:17 +00:00
sg
f703a54099 * Updated to recently added messages
* Lots of typos and bugs fixed
2000-05-18 08:00:00 +00:00
pierre
f4e01e9524 * Added default error value to GetInoOutRes function 2000-05-18 07:18:28 +00:00
pierre
ccba0443c7 * avoid FPU exception on startup if no coprocessor and loaded from another DPMI program 2000-05-18 06:40:52 +00:00
peter
35601840c3 * clean also LIBNAME if set 2000-05-17 18:33:18 +00:00
peter
1c327a3453 * fixed libname to include .so.1.0 2000-05-17 18:31:35 +00:00
peter
666f515bb4 * fixed for new sigactionrec 2000-05-17 18:31:18 +00:00
peter
1e2b4dc701 * libname fixes for linux 2000-05-17 18:30:57 +00:00
peter
cae5842737 * removed wrong warning for library finding 2000-05-17 18:30:35 +00:00