Jonas Maebe
34f074549c
* graph.pp: removed pieslice and sector from ToDo list
...
* closegraph: exits now immidiately if isgraphmode = false (caused
RTE 204 with VESA enabled if you set exitproc to call closegraph
and also called closegraph explicitely before exit, like bgidemo)
1999-09-18 16:03:36 +00:00
peter
88b7b037b2
+ new heap manager supporting delphi freemem(pointer)
1999-09-17 17:14:11 +00:00
peter
7f63615b43
* @procvar fixes for tp mode
...
* @<id>:= gives now an error
1999-09-17 17:14:02 +00:00
peter
5c391dc7e9
+ 291
1999-09-17 17:12:11 +00:00
pierre
4c42fc0a92
* other stream error for Watches/Breakpoints corrected
1999-09-17 16:41:10 +00:00
pierre
ed31511a05
* ResWatches in WriteBreakpoints typo !
1999-09-17 16:28:58 +00:00
Jonas Maebe
e188d82aec
* another fix for a case where internalellipsedefault went haywire
...
* sector() and pieslice() fully implemented!
* small change to prevent buffer overflow with floodfill
1999-09-17 13:58:31 +00:00
michael
f31460489f
+ Added goto on switch
1999-09-17 10:38:00 +00:00
florian
36951b9c93
* now using direct assembler mode
1999-09-17 10:00:40 +00:00
florian
a0badc3a30
* initial revision
1999-09-17 09:59:19 +00:00
peter
60486d2f83
* updated
1999-09-17 09:20:26 +00:00
peter
1512794c0f
* removed uses globals
1999-09-17 09:17:49 +00:00
peter
da43ab8ad8
* updated with compiler versions
1999-09-17 09:16:12 +00:00
peter
5db2ac22e5
* ppu header writting now uses currentppuversion
1999-09-17 09:14:56 +00:00
florian
fbbf8a505c
* m68k compiler is again compilable (only gas writer, no assembler reader)
1999-09-16 23:05:51 +00:00
pierre
a8827ebf5e
+ TBreakpoint and TWatch registering
...
+ WatchesCollection and BreakpointsCollection stored in desk file
* Syntax highlighting was broken
1999-09-16 14:34:57 +00:00
pierre
40777cd66e
+ warning if truncate unit name found
1999-09-16 14:18:12 +00:00
peter
870895b72b
* better error checking
1999-09-16 13:41:37 +00:00
peter
956eb97743
* arrayconstructor 2 set conversion is now called always in the
...
beginning of firstadd
1999-09-16 13:39:14 +00:00
peter
5b55c02885
* windows unit include moved to wininc/
1999-09-16 13:38:07 +00:00
peter
64dcafcf80
* updated
1999-09-16 13:35:56 +00:00
pierre
fc0d67a752
+ error if PPU modulename is different from what is searched
...
(8+3 limitations!)
+ cond ORDERSOURCES to allow recompilation of FP
if symppu.inc is changed (need PPUversion change!)
1999-09-16 13:27:08 +00:00
pierre
910372616a
* typo correction
1999-09-16 11:34:44 +00:00
pierre
a9b15a7344
* firstexit must now set procinfo.funcret_is_valid
1999-09-16 10:44:30 +00:00
peter
1c92ba70e0
* typo
1999-09-16 09:19:45 +00:00
peter
1e257b346b
* fixed other error
1999-09-16 09:06:32 +00:00
florian
7846d7cf60
* GetPropInfo returns now nil if the property wasn't found
1999-09-16 08:59:48 +00:00
pierre
84507b72ad
+ old_compiled_module to avoid wrong file info when load PPU files
1999-09-16 08:02:39 +00:00
pierre
b184fc0d75
+ compiled_module to avoid wrong file info when load PPU files
1999-09-16 08:00:50 +00:00
pierre
beb97ee1d5
+ problems with unit names longer than 8 letters
1999-09-16 07:59:32 +00:00
pierre
b5f43cf97b
+ RESULT pseudo var added in GDB debug info
1999-09-16 07:58:14 +00:00
pierre
1ef3c84bb8
* double del_reference removed
1999-09-16 07:56:46 +00:00
pierre
e4d44f4281
* BuildSourceList allways called for dependency in FP
1999-09-16 07:54:48 +00:00
pierre
cac8e59f0f
* FLDPI must increment fpuvaroffset
1999-09-16 07:52:37 +00:00
florian
863df30860
+ rtti is now automatically generated for published classes, i.e.
...
they are handled like an implicit property
1999-09-15 22:09:15 +00:00
florian
1c638f2952
* small fix to operator overloading when in MMX mode
...
+ the compiler uses now fldz and fld1 if possible
+ some fixes to floating point registers
+ some math. functions (arctan, ln, sin, cos, sqrt, sqr, pi) are now inlined
* .... ???
1999-09-15 20:35:37 +00:00
florian
8e642be78a
* fixed methodname/address: the loops must go from 0 to ...^.count-1
1999-09-15 20:28:35 +00:00
florian
7ed003d9da
+ patch of Sebastion Guenther applied: Get/SetMethodProp implementation
1999-09-15 20:27:24 +00:00
florian
1ca3cc1b93
* patch from Sebastian Guenther applied: TMethod implementation
1999-09-15 20:26:30 +00:00
daniel
2d925677e5
+ Dw switch now does something.
1999-09-15 20:24:56 +00:00
florian
47b7b2d321
* some math functions are now coded inline by the compiler
1999-09-15 20:24:11 +00:00
florian
af80c87ba9
+ constants for math functions
1999-09-15 20:23:16 +00:00
Jonas Maebe
6ea818a303
* small change to internalellipsedef to be TP compatible
...
* fixed directputpixel for vga 320*200*256
1999-09-15 13:37:50 +00:00
Jonas Maebe
d581decb97
* added dummy local var to boundcheck to force stackframe generation
1999-09-15 13:04:04 +00:00
Jonas Maebe
ecd28082fd
* fixed PutPixVESA256
1999-09-15 11:40:30 +00:00
Tomas Hajny
05abbae54b
* PMGPI works now
1999-09-15 09:15:02 +00:00
Tomas Hajny
7289ef0622
* mistyping corrected
1999-09-15 09:13:49 +00:00
Tomas Hajny
bdbb1aa0ab
+ some units added, OTHEROPTS variable support
1999-09-15 07:31:47 +00:00
florian
134030a529
* only small updates to work with the current compiler
1999-09-14 11:16:09 +00:00
florian
e73862f10d
* per default a property is stored, fixed
1999-09-14 11:09:08 +00:00