Jonas Maebe
|
1a23a7cd27
* removed all remaining nounsupported ifdefs (except for the one about
|
14 년 전 |
Jonas Maebe
|
d7cff1cd31
* give an error when trying to typecast a unicodestring into a pwidechar
|
14 년 전 |
Jonas Maebe
|
224aae8993
+ support for typecasting ansistrings into pchars on the JVM platform
|
14 년 전 |
Jonas Maebe
|
27f2edea57
+ pchar -> short/ansi/unicodestring support
|
14 년 전 |
Jonas Maebe
|
1ff004312b
* null-terminate ansistrings like on native platforms (so support
|
14 년 전 |
Jonas Maebe
|
27731e342c
+ support for array-of-const on the JVM target. Even though the
|
14 년 전 |
Jonas Maebe
|
549e51fdfa
* uncommented a bunch of pointer types
|
14 년 전 |
Jonas Maebe
|
d0e8cd1637
+ support for dereferencing any kind of pointer type
|
14 년 전 |
Jonas Maebe
|
1a0913c462
* fixed proc_to_procvar() type conversion in case the target procvar
|
14 년 전 |
Jonas Maebe
|
687e9fb6dc
* fixed fully qualified class names passed to JLClass.forName()
|
14 년 전 |
Jonas Maebe
|
dd32efa9ff
+ cstring_to_pchar type conversion support
|
14 년 전 |
Jonas Maebe
|
4647aa3f15
* don't copy back constref parameter values after the call
|
14 년 전 |
Jonas Maebe
|
6d0dd347ba
* declare procvar constructors as "overload" so that the implicitly added
|
14 년 전 |
Jonas Maebe
|
c648cade1a
* prevent internal errors when calling location_force_mem() for
|
14 년 전 |
Jonas Maebe
|
eb8ba875db
* set the node complexity of stringconstn and setconstn to 1 rather than
|
14 년 전 |
Jonas Maebe
|
76de70e683
* since enums are represented by classes in the JVM, initialize global
|
14 년 전 |
Jonas Maebe
|
48710a5a3f
* print the owning class/record of internally generated methods when
|
14 년 전 |
Jonas Maebe
|
d33f71460f
* don't initialize static arrays of records twice (g_newarray already
|
14 년 전 |
Jonas Maebe
|
0b7b6361fe
* ignore methods that are added for the purpose of the JVM (inherited
|
14 년 전 |
Jonas Maebe
|
a73d5b6da7
* only set the assignmentside flag for typeconversion nodes in
|
14 년 전 |
Jonas Maebe
|
da5bd3b0bd
* use invokespecial for "strict private" (= Java "private") rather than for
|
14 년 전 |
Jonas Maebe
|
7f22a2f223
+ support for range checking calculations with hlcgobj
|
14 년 전 |
Jonas Maebe
|
851cb65021
* activate code to remove unnecessary widenings to 64 bit in case
|
14 년 전 |
Jonas Maebe
|
d48fa1d7e2
* for all managed VM targets, reject ord->ptr typecasts (except for 0),
|
14 년 전 |
Jonas Maebe
|
8a95a04e16
* extracted dynarray helpers from system unit into jdynarr.inc (were
|
14 년 전 |
Jonas Maebe
|
1418faf854
* converted tcginlinenode.second_abs_long() to hlcgobj
|
14 년 전 |
Jonas Maebe
|
f4690f90ad
* keep maximum used evaluation stack size up-to-date when putting a
|
14 년 전 |
Jonas Maebe
|
27c004807f
* typecast the indices generated for array constants in the node-based
|
14 년 전 |
Jonas Maebe
|
fe82e2481b
+ import java.lang.Math in the system unit
|
14 년 전 |
Jonas Maebe
|
af489b99de
* fixed handling of currency in int_to_int conversions
|
14 년 전 |