Commit Graph

1975 Commits

Author SHA1 Message Date
michael
af5aa3d41a + added bugs 188-190 1998-12-11 11:14:54 +00:00
pierre
1b4990c597 * #0 char removed 1998-12-11 10:48:11 +00:00
pierre
ad717054b5 * internal gdb types for booleans and 64bit integers 1998-12-11 08:57:22 +00:00
peter
8b355b0b0c * use $mode directive 1998-12-11 00:10:50 +00:00
peter
1bae98d429 * splitted from globals.pas 1998-12-11 00:05:27 +00:00
peter
1b369bb4bb + globtype,tokens,version unit splitted from globals 1998-12-11 00:02:37 +00:00
peter
f2b6d631e5 * removed warnign 1998-12-10 23:59:56 +00:00
daniel
88b7d1ab9d * Fsearch bug fixed 1998-12-10 16:05:39 +00:00
daniel
1c6fdeb71d * Some changes by Tomas 1998-12-10 16:04:47 +00:00
pierre
4a85a1b59e * fix for operators 1998-12-10 14:57:52 +00:00
florian
467c0de643 * bug with p(const a : ansistring) fixed
* duplicate constant ansistrings were handled wrong, fixed
1998-12-10 14:39:29 +00:00
florian
86b17cd44f + some basic operations with qwords and int64 added: +, xor, and, or;
the register allocation works fine
1998-12-10 11:16:00 +00:00
florian
4244dda54b + basic operations with int64/qord (compiler with -dint64)
+ rtti of enumerations extended: names are now written
1998-12-10 09:47:13 +00:00
Jonas Maebe
4b73dda508 * fixed bug in InsLine (changed "my" from "WinMaxY -1" to "WinMaxY - WinMinY") 1998-12-09 23:04:36 +00:00
Jonas Maebe
7666cd4efd * corrected a typo
* corrected link to example program for SetMouseHideWindow
1998-12-09 22:04:45 +00:00
Jonas Maebe
2fcfb2ce50 * corrected small syntax error in part between {ifdef ver0_99_11}
+ added fistp/fild optimization between {ifdef ver0_99_11}
1998-12-09 18:16:13 +00:00
pierre
957fdc1f2d + exception handling by default 1998-12-09 17:57:33 +00:00
Jonas Maebe
f6e600a839 * replaced two "in [A_...]" constructs I had missed before
* for shrd/shld: "if operands[1].operandtype = OPR_CONSTANT" instead of
    "if operands[3].operandtype ..."
1998-12-09 13:23:40 +00:00
Jonas Maebe
7aaa973e8f * allow constant offsets for go32v2 in assembler blocks 1998-12-08 23:03:46 +00:00
peter
6e7f776c4f + -gh for heaptrc unit 1998-12-08 10:18:07 +00:00
peter
376efda4cc * tpoint contains now sw_integer (needed to support 64k files in the
editor)
1998-12-08 10:11:27 +00:00
pierre
917fc582ad + constructor destructor info for gdbpas 1998-12-08 09:06:30 +00:00
Jonas Maebe
7456669b53 * fixed bug reported in the mailing list by Frank McCormick (fsearch: changed
"if p1 = 0" to "if p1 <> 0"
1998-12-07 18:55:41 +00:00
michael
a9f121f024 Added ports unit 1998-12-07 16:38:48 +00:00
florian
061be51016 * better code generation for classes which are passed as parameters to
subroutines
1998-12-06 13:12:44 +00:00
florian
df1edc9bc0 * some stuff for procedures of object added
* bug with overridden virtual constructors fixed (reported by Italo Gomes)
1998-12-04 10:18:06 +00:00
peter
37c2997e50 * target_os.use_bound_instruction boolean 1998-12-03 10:17:32 +00:00
Jonas Maebe
242244016d * changed "if longintvar in set" to case or "if () or () .." statements
* tree.pas: changed inlinenumber (and associated constructor/vars) to a byte
1998-12-02 16:23:29 +00:00
peter
178eb49c32 - 169 1998-12-02 15:50:59 +00:00
pierre
c1525748ea + many tbs*.pp files 1998-12-02 13:05:01 +00:00
michael
e3e8ca6b98 More changes for type-information 1998-12-02 12:35:07 +00:00
pierre
b39d738e62 + several files for bugs that should fail 1998-12-02 10:52:03 +00:00
pierre
9cfedd8bb0 * writing of .edata was wrong for indexes above number of exported items
* importing by index only did not work !
1998-12-02 10:26:13 +00:00
pierre
c89458e721 * new try for correct debug info generation 1998-12-01 23:40:53 +00:00
pierre
44f5d0a911 * postprocessexec for win32 changed 1998-12-01 23:39:46 +00:00
pierre
f61d574389 * function type problem for gdb fix 1998-12-01 23:37:39 +00:00
pierre
49e2d0ad2d * zero padded alignment was buggy 1998-12-01 23:36:31 +00:00
pierre
0505500441 * alignment fixes 1998-12-01 23:35:43 +00:00
pierre
67dba7efc3 + added conversion from exceptions into run time error
(only if syswin32 compiled with -ddebug for now !)
  * added HandleError(errno,frame)
    where you specify the frame
    needed for win32 exception handling
1998-12-01 14:00:08 +00:00
peter
2d524e51a2 * fixed placing of ppas.sh and link.res when using -FE 1998-12-01 12:51:19 +00:00
peter
895c8b8d77 * fixed range problem with in [tasmop] 1998-12-01 11:19:38 +00:00
peter
144544f8c2 * some more rangecheck fixes 1998-11-30 19:48:54 +00:00
pierre
65e4bc90c1 * corrected problems with rangecheck
+ added needed code for no rangecheck  in CRC32 functions in ppu unit
  * enumdef lso need its rangenr reset to zero
    when calling reset_global_defs
1998-11-30 16:34:45 +00:00
pierre
86f0e64b17 * vmt address pushed for CHECK_OBJECT was not removed from stack 1998-11-30 15:27:28 +00:00
peter
6a5833def4 - 186 1998-11-30 14:07:13 +00:00
pierre
00229cc405 * the code for ordering the exported procs/vars was buggy
+ added -WB to force binding (Ozerski way of creating DLL)
    this is off by default as direct writing of .edata section seems
    OK
1998-11-30 13:26:23 +00:00
pierre
292e21df12 * needs asw to link correctly wprt0 or wdllprt0 file 1998-11-30 13:13:40 +00:00
michael
5f21062312 + Adjusted typeinfo constants 1998-11-30 10:07:34 +00:00
pierre
a1f1003555 * some range check bugs fixed (still not working !)
+ added DLL writing support for win32 (also accepts variables)
  + TempAnsi for code that could be used for Temporary ansi strings
    handling
1998-11-30 09:42:52 +00:00
pierre
8a0fb3c67e + added the changes from Pavel Ozerski after several modifications
to be able to create DLLs
1998-11-30 09:16:57 +00:00