pierre
|
69aed4ad5c
|
* bug allocation of more than 1 MB failed corrected
|
1998-08-24 14:44:04 +00:00 |
|
michael
|
3429858f8a
|
small fixes
|
1998-08-24 12:37:44 +00:00 |
|
florian
|
d4007a291f
|
+ class types and class reference types are now compatible with void
pointers
+ class can be stored now registers, even if a type conversation is applied
|
1998-08-24 10:05:39 +00:00 |
|
michael
|
5f833458e1
|
Better initgraph handling.
|
1998-08-24 08:23:47 +00:00 |
|
michael
|
6ea8c9f86f
|
+ Fixed some small errors
|
1998-08-23 21:11:03 +00:00 |
|
florian
|
544b4099f7
|
+ rtti generation for classes added
+ new/dispose do now also a call to INITIALIZE/FINALIZE, if necessaray
|
1998-08-23 21:04:34 +00:00 |
|
florian
|
cb2b504eb1
|
+ rtti for objects and classes
+ TObject.GetClassName implemented
|
1998-08-23 20:58:50 +00:00 |
|
florian
|
c1c5ec3235
|
* internalerror with mod/div fixed
|
1998-08-23 16:07:20 +00:00 |
|
michael
|
434d2a04ed
|
+ Initial implementation
|
1998-08-22 10:41:35 +00:00 |
|
michael
|
b71c4995f7
|
+ Some adaptations for changed comment and published handling
|
1998-08-22 10:41:00 +00:00 |
|
florian
|
4bfe7caea3
|
+ PilotMain implemented
|
1998-08-22 10:23:59 +00:00 |
|
michael
|
a9cb5d1206
|
+ minor fixes typos, and ansi2pchar
|
1998-08-22 09:32:12 +00:00 |
|
michael
|
4734468308
|
+ Fixed spaces to tabs.
|
1998-08-21 20:20:12 +00:00 |
|
pierre
|
a5e988f4d4
|
* more cdecl chagnes
- better line info
- changes the definition options of a procvar
if it is a unnamed type
|
1998-08-21 15:48:58 +00:00 |
|
peter
|
765a36211c
|
* win32 compiles a bit better, no growheap crash
|
1998-08-21 15:16:56 +00:00 |
|
pierre
|
b61cd6cd0e
|
+ TEST_FUNCRET now default (old code removed)
works also for m68k (at least compiles)
|
1998-08-21 14:08:39 +00:00 |
|
peter
|
ddd859e835
|
* winheap turned off by default
|
1998-08-21 10:10:16 +00:00 |
|
pierre
|
9d31c53507
|
* better line info for asm statements
|
1998-08-21 08:45:49 +00:00 |
|
peter
|
7c8e445400
|
* fixed 'with object do' bug
|
1998-08-20 21:36:38 +00:00 |
|
peter
|
a731c4ac0d
|
+ 156
- solved a few others
|
1998-08-20 21:32:50 +00:00 |
|
pierre
|
c051498168
|
* tokenpos has to be restored also after
printstatus
|
1998-08-20 16:09:55 +00:00 |
|
peter
|
7917210022
|
- removed obsolete in_*
|
1998-08-20 12:59:56 +00:00 |
|
peter
|
f656c1bb73
|
* object_options are always written for object syms
|
1998-08-20 12:53:26 +00:00 |
|
michael
|
3c007d3646
|
* Applied Peters Fix
|
1998-08-20 11:27:40 +00:00 |
|
pierre
|
2d9cbf7fde
|
+ funcret setting in underproc testing
compile with _dTEST_FUNCRET
|
1998-08-20 09:26:37 +00:00 |
|
pierre
|
2d3551267d
|
* dpmiexcp did not compile with older versions
due to the proc to procvar bug
* makefile separator problem fixed
|
1998-08-20 08:08:36 +00:00 |
|
peter
|
e68fa48b27
|
* fixed current_module^.in_implementation flag
|
1998-08-19 18:04:54 +00:00 |
|
peter
|
cf7ad6e5b9
|
* fixed crtread with wrong cursor position
|
1998-08-19 17:57:55 +00:00 |
|
Jonas Maebe
|
f2da32cd91
|
* changed optimizer switches + cleanup of DestroyRefs in daopt386.pas
|
1998-08-19 16:07:36 +00:00 |
|
peter
|
273fc24dbb
|
* small fix for aktfilepos
|
1998-08-19 14:57:50 +00:00 |
|
peter
|
aff857167c
|
* forgot to removed some unused code in addset for set<>set
|
1998-08-19 14:56:59 +00:00 |
|
peter
|
f7f7969cae
|
- bug 90
|
1998-08-19 14:56:16 +00:00 |
|
peter
|
aad5141af6
|
* fixed removeline which scrolled too much lines
|
1998-08-19 14:55:44 +00:00 |
|
carl
|
234ade4a26
|
* SearchRec was not aligned!! so BOUM!...
|
1998-08-19 14:52:52 +00:00 |
|
pierre
|
c6ab5b1702
|
+ added some special code for C interface
to avoid loading of crt1.o or dpmiexcp.o from the libc.a
|
1998-08-19 10:56:33 +00:00 |
|
peter
|
8db8f5239d
|
* fixed filenames and removedir which supports slash at the end
|
1998-08-19 10:06:12 +00:00 |
|
peter
|
43cfa0cec3
|
* fixed for go32v2 staticlib
|
1998-08-19 10:05:01 +00:00 |
|
florian
|
71224455b8
|
* updated to show better the problem
|
1998-08-19 07:55:05 +00:00 |
|
peter
|
d898286434
|
* 'i<>0 and ' needs brackets
|
1998-08-19 00:50:31 +00:00 |
|
peter
|
35c6030a1b
|
+ subrange types for enums
+ checking for bounds type with ranges
|
1998-08-19 00:42:39 +00:00 |
|
peter
|
3c3276a915
|
* in_main -> in_global
|
1998-08-19 00:30:22 +00:00 |
|
peter
|
d623677b9b
|
removed some bugs
|
1998-08-19 00:28:12 +00:00 |
|
peter
|
31f29102f6
|
- bug 42
* bug #142 to compatible
|
1998-08-18 20:55:31 +00:00 |
|
peter
|
4d8b7aca79
|
* renamed in_main to in_global which is more logical
|
1998-08-18 20:52:19 +00:00 |
|
peter
|
df5ca5be09
|
* fixed bug 42
|
1998-08-18 20:51:32 +00:00 |
|
pierre
|
d72ca253fe
|
* bug for -So proc assignment to p^rocvar fixed
|
1998-08-18 16:48:48 +00:00 |
|
peter
|
9985d0df00
|
* recompiles again
|
1998-08-18 15:11:51 +00:00 |
|
pierre
|
6a556346ed
|
* bug about assigning the return value of a function to
a procvar fixed : warning
assigning a proc to a procvar need @ in FPC mode !!
* missing file/line info restored
|
1998-08-18 14:17:08 +00:00 |
|
carl
|
1f8290f89b
|
* bugfix to make it work with FPC 0.99.5 (Delayloop is not correctly
converted by ATT parser)
|
1998-08-18 13:32:46 +00:00 |
|
pierre
|
2222aab027
|
* small warning position bug fixed
* support_mmx switches splitting was missing
* rhide error and warning output corrected
|
1998-08-18 09:24:35 +00:00 |
|