peter
|
6756b4ec78
* sets are not written twice anymore
|
27 years ago |
pierre
|
83a1c209c5
* added checking before dispose of reference string
|
27 years ago |
peter
|
5e21e1981a
* fixed ptr() with constants
|
27 years ago |
peter
|
0353e61e9b
* va_list -> array of const
|
27 years ago |
peter
|
3037445491
* released useansistring
|
27 years ago |
pierre
|
6c1766feed
* bug fix for IOCHECK inside a procedure with iocheck modifier
|
27 years ago |
pierre
|
1a77339355
* several memory corruptions due to double freemem solved
|
27 years ago |
pierre
|
bf6369f1b5
* current_module old scanner tagged as invalid if unit is recompiled
|
27 years ago |
peter
|
4f0915d6e1
* fixed 161,165,166,167,168
|
27 years ago |
pierre
|
a12d8c9417
* changed all length(p^.value_str^) into str_length(p)
|
27 years ago |
florian
|
9083713fe4
* type casts pchar<->ansistring fixed
|
27 years ago |
peter
|
0f3b84ca23
* overloading fix for array of const
|
27 years ago |
peter
|
a3fbac27af
* first working array of const things
|
27 years ago |
peter
|
bfc89b2587
+ pchar -> string conversion
|
27 years ago |
pierre
|
d11f7636be
+ added vmt_offset in tobjectdef.write for fututre use
|
27 years ago |
carl
|
086222be7f
* crash bugfix in firstaddr
|
27 years ago |
pierre
|
0998759caf
* some variable fields inside conditionnal were not updated
|
27 years ago |
peter
|
12a80cf3dc
* update smartlinking, uses getdatalabel
|
27 years ago |
peter
|
58c2d999f0
* updated some error messages
|
27 years ago |
peter
|
d66124cb2f
+ internal constant functions
|
27 years ago |
florian
|
8cf2b05bf3
+ ansistring to pchar type cast fixed
|
27 years ago |
peter
|
5c013220a3
* fixed smallset generation from elements, it has never worked before!
|
27 years ago |
pierre
|
b61cd6cd0e
+ TEST_FUNCRET now default (old code removed)
|
27 years ago |
pierre
|
2222aab027
* small warning position bug fixed
|
27 years ago |
peter
|
fb1bcf7724
+ dynamic set contruction
|
27 years ago |
peter
|
1a6ee8d4f3
* fixed procedure<>procedure construct
|
27 years ago |
peter
|
85c8a88cbe
+ localswitches, moduleswitches, globalswitches splitting
|
27 years ago |
peter
|
3a6d38ad23
- Remove InitTree which was empty and obsolete
|
27 years ago |
florian
|
8eb9f6121d
* on o : tobject do should also work now, the exceptsymtable shouldn't be
|
27 years ago |
florian
|
38ec73449d
+ first implementation of try ... except on .. do end;
|
27 years ago |