Jonas Maebe
|
28c20cfc5e
* the default string type for the JVM target is no longer automatically
|
14 年之前 |
Jonas Maebe
|
c4ffef0a40
* fixed initializing arrays of ansi/unicodestring and of open arrays
|
14 年之前 |
Jonas Maebe
|
67c2c7c166
* renamed cchartype to cansichartype
|
14 年之前 |
Jonas Maebe
|
26ee54b1a2
* fixed compilation with 2.4.4
|
14 年之前 |
Jonas Maebe
|
740e7ca6b5
+ a bunch of jvm-specific tests: partly new, partly derived from existing
|
14 年之前 |
Jonas Maebe
|
f6ddabde85
+ "raw" resource support for the JVM target. The "raw" means that no
|
14 年之前 |
Jonas Maebe
|
c22394a9f4
* converted second_array_to_pointer() to thlcg
|
14 年之前 |
Jonas Maebe
|
2428ea65c1
* replaced the old hack for non-formal var/out/constref support with
|
14 年之前 |
Jonas Maebe
|
d1f424561e
+ getsingletonarraydef() function to get a (reused if possible) def for
|
14 年之前 |
Jonas Maebe
|
ee77d5a6f2
* some changes to handleformalcopyoutpara() so that in the future it can
|
14 年之前 |
Jonas Maebe
|
144ba2a2ad
* enabled (generic) fpc_pchar_length() and fpc_pwidechar_length()
|
14 年之前 |
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 年之前 |