florian
|
a3f17a9e74
* fixed a couple of array related bugs:
|
26 years ago |
florian
|
1316bbd21f
* tdef.typename: returns a now a proper type name for the most types
|
26 years ago |
florian
|
ba314dab05
* two bugs reported by Romio (bugs 13) are fixed:
|
26 years ago |
peter
|
e8bf496ae8
* containsself fixes
|
26 years ago |
peter
|
d4659125d9
* procedure of object and addrn fixes
|
26 years ago |
pierre
|
0136ebb82b
+ ungettempoftype(pdef) boolean function
|
26 years ago |
peter
|
cc9df8d478
* first things to store the symbol/def number in the ppu
|
26 years ago |
peter
|
d0cb5a147a
* fixed bugs 212,222,225,227,229,231,233
|
26 years ago |
pierre
|
f2f749a888
* small arrays and records (size <=4) are copied directly
|
26 years ago |
peter
|
034eab82f3
* fixed char array, which can start with all possible values
|
26 years ago |
peter
|
c8f444b65f
* ag386bin updates
|
26 years ago |
florian
|
b8bd0af1b8
* wrong warning fixed, if a non-virtual method was hidden by a virtual
|
26 years ago |
florian
|
204c81bd98
+ message directive for integers added
|
26 years ago |
florian
|
3c576cce7d
+ first implementation of message keyword
|
26 years ago |
peter
|
5c3f708222
* fixed crashes by forgotten strpnew() for init_symbol
|
26 years ago |
florian
|
b876c29e62
* check for duplicate field names in inherited classes/objects
|
26 years ago |
florian
|
ccd94e19cc
* "procedure of object"-stuff fixed
|
26 years ago |
peter
|
4517f917fd
* fixed array of const
|
26 years ago |
peter
|
10aa438409
* fixed typed file read/write
|
26 years ago |
pierre
|
3f6f33cd60
* bug in mmx code removed
|
26 years ago |
peter
|
000336a586
* released valuepara
|
26 years ago |
peter
|
1b369bb4bb
+ globtype,tokens,version unit splitted from globals
|
27 years ago |
florian
|
4244dda54b
+ basic operations with int64/qord (compiler with -dint64)
|
27 years ago |
florian
|
df1edc9bc0
* some stuff for procedures of object added
|
27 years ago |
peter
|
a41f61713d
+ open strings, $P switch support
|
27 years ago |
peter
|
0cadc4f3c3
* VALUEPARA for tp7 compatible value parameters
|
27 years ago |
peter
|
5e21e1981a
* fixed ptr() with constants
|
27 years ago |
peter
|
0353e61e9b
* va_list -> array of const
|
27 years ago |
pierre
|
a5f0168fbb
* wrong stabs info corrected once again !!
|
27 years ago |
florian
|
e05ec93224
+ support of <procedure var type>:=<pointer> in delphi mode added
|
27 years ago |