提交歷史

作者 SHA1 備註 提交日期
  nickysn 085fdcf3ab * moved the ZX Spectrum program load address lower, so we could fit more code and data 5 年之前
  svenbarth 04554d7505 * use a more detailed error message if a type is not allowed for a generic constant parameter 5 年之前
  svenbarth 287c298f37 * regenerate msg{txt,idx}.inc 5 年之前
  svenbarth 258331e914 + add an explicit error message if a type is not supported for a generic constant parameter 5 年之前
  svenbarth a467332187 * fix for Mantis #36975: arraydefs are not allowed for generic types (this is only used for type declarations; for specializing constant strings which are char arrays are still allowed) 5 年之前
  svenbarth 7757306c78 * destroying constnone constsyms can occur when parsing a generic with a constant parameter that results in an error (e.g. unsupported type) 5 年之前
  Jonas Maebe f5e89ded35 * fix tc_bool_2_int simplification in case pass typecheck runs again, e.g. 5 年之前
  nickysn a9bf07d1f9 * the system unit now compiles with FULL_RTL, so the ifdefs are removed. Smartlinking is required from 5 年之前
  nickysn 3d81dd0b00 * ReplaceForbiddenAsmSymbolChars renamed ApplyAsmSymbolRestrictions, because now it also applies the 5 年之前
  nickysn 4165e3224a - removed some commented out code that won't be needed 5 年之前
  nickysn 55f12aac03 + added the tf_no_objectfiles_when_smartlinking target flag to z80-zxspectrum and z80-embedded 5 年之前
  nickysn b1f7770845 + enable tf_smartlink_library and support library-based smartlinking on the z80-embedded target 5 年之前
  nickysn f74d7f1059 * switch back to using an unscripted ar for the ZX Spectrum target 5 年之前
  svenbarth 60345366f2 * fix for Mantis #35140: apply patch by Ryan Joseph together with some further changes by me to add support for constant parameters in generics 5 年之前
  nickysn df65884b7e * synchronized with trunk 5 年之前
  nickysn d359787c91 * loop forever in system_exit 5 年之前
  nickysn f6ab9729fb * fixed writing sdcc-sdldz80 library files to the linker script 5 年之前
  florian 951f02d188 * correctly set register size 5 年之前
  nickysn db4581041a * moved $EXTRAOPT before $OBJ 5 年之前
  nickysn fdbf1f4b7f + supported scripted sdcc-sdar 5 年之前
  nickysn 8bd38e0e29 + added new ar - sdcc-sdar 5 年之前
  nickysn 3580c53b05 + enabled library-based smart linking for the ZX Spectrum target (not fully working yet) 5 年之前
  Mattias Gaertner bb4557c5fe fcl-passrc: allow static directive repetition in method implementation 5 年之前
  nickysn 91289fddf4 + emit a label in g_intf_wrapper, even though the entire function is not yet implemented. For now, this 5 年之前
  nickysn 2e55f9f4ab + support ait_realconst in the SDCC-SDASZ80 asm output 5 年之前
  nickysn a8fe46c0f5 + introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSymbolChars that limits the 5 年之前
  nickysn 084b4187f8 * dollar sign changed to dollar in the SDCC-SDASZ80 asm output 5 年之前
  nickysn 2bcd6f4c17 + apply ReplaceForbiddenAsmSymbolChars to all symbols in the SDCC-SDASZ80 assembler output 5 年之前
  nickysn 0b73bfa3ab * the dummy fpc_InitializeUnits and fpc_do_exit procedures are only defined if system unit is compiled 5 年之前
  nickysn b15c66b396 * fixed tcgz80.a_call_reg 5 年之前