Commit History

作者 SHA1 備註 提交日期
  Jonas Maebe 30d9fdb0af + is_class_or_interface_or_objc_or_java() function 14 年之前
  Jonas Maebe 0700e2d7ef + support for {$namespace x.y.z} directive to specify the namespace 14 年之前
  Jonas Maebe 1aac04a639 * mark classes that represent units, and classes declared in the interface 14 年之前
  Jonas Maebe 20e55cd54e * mark unit-level routines as "final", since they can't be overridden 14 年之前
  Jonas Maebe 3f436deb16 * set the visibility of a newly create staticsymtable to vis_private 14 年之前
  Jonas Maebe d47f26bbca * for now only auto-generate a parameterless constructor in case no 14 年之前
  Jonas Maebe c05bc8a931 * let procdef typename-related routines return ansistrings instead of 14 年之前
  Jonas Maebe 0d9948a61b + tprocsym.find_procdef_bypara_no_rettype() that looks for a procdef 14 年之前
  Jonas Maebe fa49ddac11 * constructors are not inherited in Java 14 年之前
  Jonas Maebe 42798fd26b * fixed saving/restoring scanner state 14 年之前
  Jonas Maebe 019ca93a04 * symcreat functionality to use the parser from inside the compiler for 14 年之前
  Jonas Maebe 96b0ee0827 * added more options to format the result of tprocdef.fullprocname() via 14 年之前
  Jonas Maebe b6bae1e2e7 * do not automatically resolve constructor calls to constructors of parent 14 年之前
  Jonas Maebe e58d783211 * dynamic arrays and open arrays need no conversion helper for JVM 14 年之前
  Jonas Maebe b4ffcaf88e * redirect the ttypeconvnode.typecheck* methods just like the firstpass 14 年之前
  Jonas Maebe 60e0347bd9 * replaced partial manual declarations of some Java classes with 14 年之前
  Jonas Maebe 5abf6d0aa4 + thlcgobj support of the managed open array initialization fixes of 14 年之前
  Jonas Maebe 254636ab84 * don't create (useless) temporary array/record/... for the result 14 年之前
  Jonas Maebe a82831b2e9 + support for compilerproc and "external name 'xxx'" (for normal procedures) 14 年之前
  Jonas Maebe 4adb9a7ceb - removed (non-working) implicit try/finally support for the JVM, and 14 年之前
  Jonas Maebe 761ff19c7f * initialise local dynamic array variables to empty arrays rather than 14 年之前
  Jonas Maebe f58de91f0c + support for JVM string constants 14 年之前
  Jonas Maebe 7200245337 + cs_unicodestrings global switch to indicate that the default string type 14 年之前
  Jonas Maebe b42731ff84 * disable SSA for the JVM target 14 年之前
  Jonas Maebe b5f2b463b8 * mention that Java classes also have anonymous/formal external definitions 14 年之前
  Jonas Maebe 14e4f3459c + systems_garbage_collected_managed_types set in systems.pas 14 年之前
  Jonas Maebe 87048f0cc8 * fixed range errors in case asizeint<>aint 14 年之前
  Jonas Maebe bf0b8503c9 * don't internalerror in decstack() if the evaluation stack becomes corrupted 14 年之前
  Jonas Maebe 2a64e411ce + generate external names for methods imported under a different name 14 年之前
  Jonas Maebe 94ff4508c7 + support for "external name 'xxx';" for methods in external Java classes to 14 年之前