Commit Graph

6235 Commits

Author SHA1 Message Date
marco
d3d5cb5c1f * updates. 2000-04-07 20:51:16 +00:00
michael
5f41b8c639 + Fixed PQPutline declaration. Thanks to Armin Diehl <diehl@net-connection.de> 2000-04-07 19:21:35 +00:00
Tomas Hajny
eacdf74e5e * not needed any more 2000-04-07 18:29:32 +00:00
Tomas Hajny
cbd37419c9 * pipes.inc info updated 2000-04-07 18:21:46 +00:00
Tomas Hajny
7d3a854421 * got rid of os.inc 2000-04-07 17:47:34 +00:00
peter
cf4726a3e8 * added win32 code which still don't work correct 2000-04-07 14:57:20 +00:00
peter
ec454dc3f7 * switch to direct asm if not correctfldcw defined 2000-04-07 14:56:36 +00:00
peter
1f082db3ad * correctfldcw define added 2000-04-07 14:56:18 +00:00
Jonas Maebe
92101671b4 * fix for web bug #917
* also do not mirror input if input is another TTY than output or if
    input is redirected
2000-04-07 13:26:27 +00:00
pierre
dc58ddc5a4 operators in different units problem 2000-04-07 12:25:25 +00:00
Jonas Maebe
f6a7349bb4 * added extra linebreak after last line so as doesn't ignore it 2000-04-07 09:54:36 +00:00
pierre
0f40c0b12a * used a outdated fpcmak, corrected 2000-04-07 08:19:05 +00:00
pierre
015b9930a0 add os_types to unit list for clean target 2000-04-06 20:14:15 +00:00
pierre
f6a2669d89 * bug fix for 915, hopefully 2000-04-06 13:05:15 +00:00
pierre
062604c406 * fix for extended constants 2000-04-06 11:51:47 +00:00
pierre
d2aa336b2f * avoid bug #911, worng unused parameter hints 2000-04-06 11:28:17 +00:00
florian
33f3467ef0 * the bounds check error gets now a correct stack frame 2000-04-06 08:39:22 +00:00
florian
a5f687d314 + Initial revision of printer unit for win32, took that one of go32v2 2000-04-06 08:27:33 +00:00
pierre
841f0d21c1 * bug in TOperand.SetSize corrected 2000-04-06 07:56:04 +00:00
pierre
cd4ba01892 * handle offset fixup
+ add source lines
  * no NEAR for opcodes that only support short jumps
2000-04-06 07:09:15 +00:00
pierre
8f1708b14a * handle offsetfixup 2000-04-06 07:05:57 +00:00
pierre
b1f00f942d + generate line stabs if cs_gdb_lineinfo is aktglobalswitches 2000-04-06 07:04:50 +00:00
pierre
f0ea08740f + check for local var 2000-04-06 06:52:04 +00:00
pierre
61b61fd36d test mov eax,static_var result 2000-04-06 06:40:04 +00:00
pierre
7520cf9b6a + Use R FPUint suffix in table 2000-04-05 22:13:42 +00:00
pierre
38224e3cf6 * no unitdir automatically added if -n option present 2000-04-05 21:57:34 +00:00
pierre
c03c1f8af3 * set NOUSEEXCEPT to remove use of setjump/longjump 2000-04-05 21:18:04 +00:00
pierre
9f2bc4dcdb * Makefile adapted to unit name changes 2000-04-05 15:42:26 +00:00
marco
65668aec0a * added constants for syscall.inc 2000-04-05 13:59:10 +00:00
marco
e0832afca6 * syscall variablenames reintroduced. 2000-04-05 13:58:40 +00:00
marco
100dcf470c * rest of syscalls has constants now 2000-04-05 13:46:22 +00:00
marco
2d0e7cadad * replaced about half of the syscall nr's by symbols from sysnr.inc 2000-04-05 13:07:03 +00:00
marco
5a466d68ff * Initial version. (copied from linux.) Patch for BSD not ready yeT 2000-04-05 13:06:24 +00:00
michael
49862f46c6 + Changed unit names to correct names 2000-04-05 07:50:33 +00:00
pierre
1a16b36498 * generate code accepted by nasm 2000-04-04 21:41:56 +00:00
pierre
d9fc5de9ac + accept nasmwin32 output 2000-04-04 15:05:03 +00:00
pierre
1f64423e43 * nasmwin32 is 9 chars long, idtxt changed accordingly 2000-04-04 14:18:15 +00:00
pierre
c45c6b14a3 + nasmwin32 for win32 object output with nasm assembler 2000-04-04 13:54:58 +00:00
pierre
67a0b6c79e + TOperand.SetCorrectSize virtual method added
to be able to change the suffix according to the instruction
    (FIADD word ptr w need a s as ATT suffix
    wheras FILD word ptr w need a w suffix :( )
2000-04-04 13:48:44 +00:00
pierre
5377e30ab7 + AttSufFPUint for integer fpu instructions 2000-04-04 13:45:20 +00:00
pierre
3dfae51aed + R suffix for integer FPU operations 2000-04-04 13:44:03 +00:00
pierre
a573aff1a2 Check conversion of integer FPU instructions 2000-04-04 11:38:10 +00:00
pierre
6d02ebf1b8 + test enhanced 2000-04-04 11:37:11 +00:00
florian
2a901bf527 * initialize/finalize_data checks if procinfo is assigned else
crashes happend at end of compiling if there were ansistrings in the
    interface/implementation part of units: it was the result of the fix
    of 701 :(
2000-04-03 20:51:22 +00:00
Tomas Hajny
9f76bab4ed + LineInfo added 2000-04-03 17:42:46 +00:00
pierre
e320e8610e new files 2000-04-03 15:55:17 +00:00
pierre
2b1245e5c1 * explicitly disable range check 2000-04-03 15:54:03 +00:00
pierre
db5d26f132 + added check for file with .ree extension
if .ree extension is found the content is assumed to be the
    expected Run Time Error
2000-04-03 15:51:11 +00:00
pierre
6800fa46bc * avoid cyclic overloaded list for operators 2000-04-03 14:50:05 +00:00
pierre
7f4168fb0a * fix for bug #909 2000-04-03 12:23:02 +00:00