Jonas Maebe
|
a729201e37
* map normal sets to R_ADDRESSREGISTER
|
14 years ago |
Jonas Maebe
|
99177a75fb
* tprocdef -> tabstractprocdef typecasts so the code will also work
|
14 years ago |
Jonas Maebe
|
fab08ca975
* allow classrefdef declarations for java classes (not yet properly
|
14 years ago |
Jonas Maebe
|
f2374ce24d
* save block_type before creating a temporary scanner and restore afterwards,
|
14 years ago |
Jonas Maebe
|
be92f47cc7
* don't simply replace the resultdef of typeconverted nodes if the new
|
14 years ago |
Jonas Maebe
|
df7100ff80
+ support for anonymous record types for the JVM targets: automatically
|
14 years ago |
Jonas Maebe
|
4c0849a592
* fixed fpc_unicodestr_compare_equal (has to return 0 in case of
|
14 years ago |
Jonas Maebe
|
1daff40e8e
* fixed subscripting records containing unicodestrings and other
|
14 years ago |
Jonas Maebe
|
f27ebf8b6d
+ explicitly add constructors of parent class that do not appear in the
|
14 years ago |
Jonas Maebe
|
8649788b7f
* typecast the argument and result type of the setlength() helper to
|
14 years ago |
Jonas Maebe
|
11fbd8d9a4
+ support properties in Java classes & interfaces
|
14 years ago |
Jonas Maebe
|
ee9cfc8916
* handle constsyms without an associated type by generating a default type
|
14 years ago |
Jonas Maebe
|
41624e8102
* pd.owner.defowner -> pd.struct
|
14 years ago |
Jonas Maebe
|
1b401399a4
* pd.owner.defowner -> pd.struct
|
14 years ago |
Jonas Maebe
|
834ea45be8
* (class_)constructor/destructor_head() now also parses hints,
|
14 years ago |
Jonas Maebe
|
474b7446ad
* set isclassmethod also for class constructors/destructors in
|
14 years ago |
Jonas Maebe
|
33bd3d7aa9
* set isclassmethod also for class constructors/destructors in
|
14 years ago |
Jonas Maebe
|
990a4ccb64
- disabled genmultistringadd() for the JVM target for now
|
14 years ago |
Jonas Maebe
|
2964ea3e9b
* don't generate typed constant initializers for interfaces (since they
|
14 years ago |
Jonas Maebe
|
5b915178fa
+ support for deep copy of array of strings
|
14 years ago |
Jonas Maebe
|
23539dcfaf
* only call add_synthetic_method_implementations() for the localst after
|
14 years ago |
Jonas Maebe
|
43c5ed20c2
+ support for initialising typed constants via compiler-generated
|
14 years ago |
Jonas Maebe
|
91e06f7139
* also process nested records/objects when generating implementations
|
14 years ago |
Jonas Maebe
|
1c54d3a758
* fixed handling of static varsyms used for typed constants
|
14 years ago |
Jonas Maebe
|
fa841f8011
* migrated most typed constant parsing code to separate methods so
|
14 years ago |
Jonas Maebe
|
d248b5992e
* moved most code from ptconst to ngtcon; it will be generalised so
|
14 years ago |
Jonas Maebe
|
91855becfe
+ unicodestring support for the JVM target (except for multiple adds
|
14 years ago |
Jonas Maebe
|
d759598c70
* set the namespace of the system unit to org.freepascal.rtl
|
14 years ago |
Jonas Maebe
|
bf21cd7a15
+ support for (non-variant) arrayconstructornodes for the JVM target
|
14 years ago |
Jonas Maebe
|
d13769204e
* check for a tclassrefdef as the target conversion type in
|
14 years ago |