florian
|
917bf5b071
* previous fix for 517 was imcomplete: there was a problem if the property
|
26 years ago |
florian
|
8b40781b6c
* finally bug #517 solved ...
|
26 years ago |
peter
|
0887060ff2
* truncated log to 20 revs
|
26 years ago |
peter
|
338a386280
* fixed inherited with properties
|
26 years ago |
peter
|
e0fe0916fd
* check for object in extended new
|
26 years ago |
peter
|
503d5a1cfa
* const parameter is now checked
|
26 years ago |
peter
|
8e7dd52200
* error when properties are passed to var parameters
|
26 years ago |
peter
|
89b677a0ee
* split type reading from pdecl to ptype unit
|
26 years ago |
florian
|
fa19f0aa09
- removed the hcodegen use in the new cg, use cgbase instead
|
26 years ago |
peter
|
6b2a0a3a5c
* fixed result access in 'if result = XXX then'
|
26 years ago |
peter
|
6b1ab5eb31
* procinfo is now a pointer
|
26 years ago |
peter
|
0f8f8e8ff4
* fix for pointer reading in const with @type.method
|
26 years ago |
peter
|
2687d75c38
+ constant pointer support which can happend with typecasting like
|
26 years ago |
florian
|
1c638f2952
* small fix to operator overloading when in MMX mode
|
26 years ago |
peter
|
8a6774104d
* fix crash with empty object as childs
|
26 years ago |
florian
|
35eef74308
* bug fix for @tobject.method, fixes bug #557, 605 and 606
|
26 years ago |
florian
|
1609dde2ca
* fixed bug #596
|
26 years ago |
florian
|
a9d8bfa1f7
* some bug fixes (e.g. must_be_valid and procinfo.funcret_is_valid)
|
26 years ago |
peter
|
7fd914d24c
* @(<x>) support
|
26 years ago |
peter
|
678aa200f1
* fixed crash with assigned()
|
26 years ago |
peter
|
7b5e8ad618
* fixed property writeaccess which was buggy after my previous
|
26 years ago |
peter
|
8d9aa81d3a
* hack to support property with record fields
|
26 years ago |
peter
|
67e1069659
* fixed crash after wrong para's with class contrustor
|
26 years ago |
peter
|
cb8aeb3fd6
* V_Fatal=1, all other V_ are also increased
|
26 years ago |
florian
|
ab66749e27
* new(...)^. is now allowed
|
26 years ago |
Jonas Maebe
|
ace7ff6983
* all tokens now start with an underscore
|
26 years ago |
florian
|
ca53eee67e
* renamed i386asm and i386base to cpuasm and cpubase
|
26 years ago |
peter
|
ed8eb13d59
* moved bitmask constants to sets
|
26 years ago |
michael
|
eba7f7c4ed
+ Changes for alpha
|
26 years ago |
florian
|
7e74642b02
* modifications for the new code generator
|
26 years ago |