Historial de Commits

Autor SHA1 Mensaje Fecha
  Jonas Maebe 8234a842e6 * fixed conversion of empty ansistring/widestring constants to pchar on hace 13 años
  Jonas Maebe 0659058e44 * fixed ansistring -> pchar type conversion on JVM target now that empty hace 13 años
  Jonas Maebe af9934cb6c * make sure that integers converted to widechar are always processed by an hace 13 años
  Jonas Maebe bd990d1173 * generate JVM bytecode that passes the stringent requirements of the Dalvik hace 13 años
  Jonas Maebe faaa86238c * enable support for creating loadvmtaddr nodes for Java interfaces, because hace 13 años
  Jonas Maebe bb593346a9 * fixed typecasts between widechars and non-widechars in case an array hace 14 años
  Jonas Maebe 992cc352c6 * generalized handling of pointers to non-implicit pointer types: hace 14 años
  Jonas Maebe 28c20cfc5e * the default string type for the JVM target is no longer automatically hace 14 años
  Jonas Maebe d7cff1cd31 * give an error when trying to typecast a unicodestring into a pwidechar hace 14 años
  Jonas Maebe 224aae8993 + support for typecasting ansistrings into pchars on the JVM platform hace 14 años
  Jonas Maebe 1a0913c462 * fixed proc_to_procvar() type conversion in case the target procvar hace 14 años
  Jonas Maebe 687e9fb6dc * fixed fully qualified class names passed to JLClass.forName() hace 14 años
  Jonas Maebe dd32efa9ff + cstring_to_pchar type conversion support hace 14 años
  Jonas Maebe af489b99de * fixed handling of currency in int_to_int conversions hace 14 años
  Jonas Maebe b3072b3dab * extracted the code to deal with static fields into a routine hace 14 años
  Jonas Maebe cd6b8b9dd1 * correctly create procvars for procdefs that have an import_name set hace 14 años
  Jonas Maebe 249b56d742 * fixed calling non-static class methods via procvars: since we can't known hace 14 años
  Jonas Maebe 4557938e62 - removed no longer needed/used {$ifndef nounsupported} code hace 14 años
  Jonas Maebe 979f55e1db + support for procedural variables for the JVM target hace 14 años
  Jonas Maebe d6966e545b + support for formal var/out parameters on the JVM target: hace 14 años
  Jonas Maebe 7286e3b645 * when determining the type to use for checkcast, first always dereference hace 14 años
  Jonas Maebe 6cced31157 * treat conversions involving arrays of sets also as pointer conversions hace 14 años
  Jonas Maebe 94be1980b4 * fixed type conversions between signed and unsigned ordinals of the same hace 14 años
  Jonas Maebe 37aa2d8443 + full support for sets on the JVM target hace 14 años
  Jonas Maebe 956d63da9e * only treat Java interfaces and classes as equivalent to classdefs rather hace 14 años
  Jonas Maebe 625f52b7e4 * make sure that int->int conversions are handled by the generic code hace 14 años
  Jonas Maebe 67ce687683 * don't keep the original location in case of 2->4 byte ordinal type hace 14 años
  Jonas Maebe 40fdc62e74 + support for automatically converting char/widechar to java.lang.String hace 14 años
  Jonas Maebe 460c7a519b * also handle tc_int_2_int,tc_int_2_bool,tc_bool_2_int in hace 14 años
  Jonas Maebe 6f2b7ca830 * never use the target_specific_explicit_typeconv() code for non-tc_equal hace 14 años