提交历史

作者 SHA1 备注 提交日期
  marcus f2b60d07d3 MorphOS: added locale library unit 9 年之前
  michael 4e39c254d2 * Remove unused variables 9 年之前
  michael 0af46b90aa * Add null in Array/Object if an element is Nil. 9 年之前
  michael 5be2dfd9c8 * Fix bug ID #30606, identifier not allowed when parsing object 9 年之前
  michael a80e8f41c4 * Report correct position when encountering identifier 9 年之前
  svenbarth 386b7ac154 * fix for Mantis #28753: don't return generic dummys from single_type(); ensures that parameters correctly evaluate to error defs should generic dummies be used 9 年之前
  svenbarth e4f1b15860 * fix declarations; these only worked by accident and will no longer work after the next commit of mine 9 年之前
  svenbarth ce18b10c81 * fix for Mantis #30530: when the global/static symtable is reached defowner is Nil, so respect that in the loop condition 9 年之前
  svenbarth 531829c072 * don't check for hints if we have a specialization with the same name as the to be used generic (though since the typedef would be errordef it wouldn't print anything anyway...) 9 年之前
  svenbarth 50f2aab0ef * fix for Mantis #22192: handle the case that a specialization has the same name as the generic it's based on as in that case the typedef of the symbol is an errordef; therefor we need to use the symbol's real name 9 年之前
  svenbarth fd7daf91df + new overload for generate_specialization_phase1() which allows to pass a specific symbol name without the need to specify a file position 9 年之前
  svenbarth 76f55f2030 * set the realname of the reused generic dummy symbol to the parsed name as the casing might differ from the generic that triggered the creation of said dummy symbol 9 年之前
  svenbarth 2ea587f746 * fix for Mantis #30537: also allow the parasymtable as a parent symtable when generating the mangled name as that is needed for generic functions 9 年之前
  svenbarth 0500c678e5 * fix for Mantis #30534: don't consider all types with generic constraints as equal, but at least ensure that they have the same basetype (Note: this still needs a bit more improvement) 9 年之前
  pierre 458aea707d Fix type on last commits 9 年之前
  pierre c7d79acd61 Allow compilation of compiler with -gc option 9 年之前
  pierre 53af10dbed Makefile regenerated after: 9 年之前
  pierre ca4f7719f3 Change conditions under which IDE executable is generated: 9 年之前
  pierre dcd349abd9 Use DEBUG_LINEINFO instead of DEBUG in exeinfo unit source 9 年之前
  michael a55c176bef * Patch from Mattias Gaertner: Record support, detect duplicate identifiers, bug fixes 9 年之前
  marcus 97a4c7b9f7 AROS: added locale library unit 9 年之前
  michael bc6819aa91 * Attempt to avoid overflow when reallocating stream 9 年之前
  michael be17071b46 * Fix windows compilation 9 年之前
  Jonas Maebe 775f86d216 * made cthreads the first unit, as the initialisation code of sysutils now 9 年之前
  Jonas Maebe 66be068365 * set the correct resultdef after converting a dynamic array to an open array 9 年之前
  Jonas Maebe dfb20f3f6a * fixup the asmbind of aliases (an llvm alias can never refer to an 9 年之前
  Jonas Maebe 702715a518 * generalised llvmgettemprecorddef() so it works for almost all types 9 年之前
  michael c9c1cf73ae * Fix compilation error caused by signature change 9 年之前
  michael b1b312b705 * Fix patch 34481 9 年之前
  michael b08475b5ba * Fix bug ID #30391 (let ReleaseMySQL also return refcount) 9 年之前