提交歷史

作者 SHA1 備註 提交日期
  florian 0d944c8b1d * update of german message files by Karl-Michael Schindler, resolves #27342 10 年之前
  Jonas Maebe 5d4837329b * changed {$modeswitch blocks} to {$modeswitch cblocks} to avoid confusion 10 年之前
  Károly Balogh 460c4acaee m68k: implement taicpu.spilling_get_operation_type_ref, supports predecrement/postincrement addressing 10 年之前
  florian a436dafd68 * better error message if a procedure declaration is closed by a colon, resolves #27388 10 年之前
  sergei adeb8c93e9 * Set pi_do_call flag explicitly when procedure has a parameter or local var that require finalization. Normally it is set by implicit try..finally node, but this node is absent when compiling in {$implicitexceptions off} mode. This may cause internal errors in pass 2 if pi_do_call has not been set by other means. 10 年之前
  florian c1091e1724 * added more asmmode directives to make compilation more robust in case the asmmode is changed by configuration files, resolves #27255 10 年之前
  sergei 9cc0bdd6b9 + Missing part of internal ARM assembler, Mantis #26588. I'm not setting it as default for arm-wince yet, because testing reveals several points in generic code that need adjustments. 10 年之前
  Jonas Maebe 2c3aa7cee0 * give an internal error in second_int_to_bool() if left.expectloc was not 10 年之前
  Jonas Maebe ff25f5c923 * set DYLD_LIBRARY_PATH instead of LD_LIBRARY_PATH on Darwin 10 年之前
  Jonas Maebe 16183bebfe * libc's open() function is a varargs function 10 年之前
  Jonas Maebe eb419b58c5 - disable inlining of routines that contain a call to a C-style varargs 10 年之前
  Jonas Maebe fde6448063 * don't directly add something to ref.index in get_bit_reg_ref_sref, as it 10 年之前
  Jonas Maebe 9f929695cf * fixed tcgshlshrnode.pass_generate_code for 64 bit targets 10 年之前
  sergei 472310d83f * ARM: Fixed interface wrapper generation after r28542 for targets without BX instruction. 10 年之前
  svenbarth ba75fd62f0 Fix for Mantis #27348. Applied patch by Do-wan Kim plus comments for the reason. 10 年之前
  sergei 50639d89e7 * x86_64-linux startup: use ABI tag from abitag.o, cleaned out inlined versions. 10 年之前
  pierre d939a163f7 Fix errors and improve ouput of ppudump 10 年之前
  pierre c5de263637 Set default assembler to elf64 writer for x86_64-solaris target 10 年之前
  pierre c7e939b243 Add x86_64-solaris to the list of supported targetss for as_x86_64_elf64 binary writer 10 年之前
  Tomas Hajny 608b14ab4e * make sure that the stack size passed to emxbind is valid (override the value passed using $M if necessary) 10 年之前
  Tomas Hajny 4cced1186d * use the default locale for current country as the first fallback before using the 'Universal' locale if the locale set in LANG is not recognized/supported by OS/2 10 年之前
  Tomas Hajny 919e58fc99 * try a fallback to 'Universal' locale if the locale set in LANG is not recognized/supported by OS/2 10 年之前
  pierre 56f53176e7 Add freebsd, openbsd and OS2 to the list of i386 targets handling records with only one float as normal float 10 年之前
  florian 69ac7dd7ef * limit initialization to register variables which really need to be initialized 10 年之前
  Tomas Hajny 0f83e24145 * Unicode utilities now built for targets OS/2 and EMX too 10 年之前
  Tomas Hajny 6230131a4d * include OS/2 and EMX in CollationOSes 10 年之前
  Tomas Hajny caa749f6a0 * UTF-8 may not be the system codepage on OS/2 - skipped 10 年之前
  Tomas Hajny 693a239842 * information about GCC version used for compiling the OS/2 object files added 10 年之前
  pierre 84bb209ce8 Add some missing C compiler information found inside C objects 10 年之前
  Tomas Hajny 5a03b52801 * compiled object files for OS/2 10 年之前