提交历史

作者 SHA1 备注 提交日期
  sergei e1ddd914ac * Do not implicitly load Variants unit when compiling units. Doing so is mostly waste of time, and introduces unwanted build dependencies. It is enough to set uf_uses_variants flag for units, and examine these flags when compiling program/library. Resolves #24880. 12 年之前
  lacak 4db6a866a1 fcl-db: tests: formatting (comments, grouping tests) 12 年之前
  Jonas Maebe da6d9cf3f3 * give an internalerror when we try to change the type of an asmsymbol from 12 年之前
  Jonas Maebe d8c84706dd * use Tai_symbol.Create_global() when emitting a global symbol for an 12 年之前
  Jonas Maebe 3b9b6a0cd7 * explicitly define the asmsymbols for Darwin call stubs as local 12 年之前
  Jonas Maebe 51f7d0645a * give a different error if the second test fails 12 年之前
  paul 9f023fcfe0 rtl, utils: apply patch of Inoussa which adds dynamic loading of charset binary files (issue #0024862) 12 年之前
  sergei c558991d8f * Implicitly use Variants unit when (ole)Variant type appears as a function/operator result and nowhere else. Mantis #24863. 12 年之前
  sergei 92811d09c1 * Generate stub bodies for abstract methods, so corresponding symbols can be referenced from code. Resolves #24536. 12 年之前
  sergei 3a12e94d21 * TVMTWriter.writeinterfaceids: pass target asmlist as parameter. 12 年之前
  pierre c92eaebf34 Fix option passing for freebsd ans netbsd, add -Xd for linux also 12 年之前
  michael cdc7ee0998 * Fix authorization header 12 年之前
  marco 9f34e4237c * remove forgotten debug feature, (uses dbugintf,which is not part of the 12 年之前
  michael ae4810edd6 * Restore old behaviour for caNone for Action 12 年之前
  michael b1c111b423 * Mark transaction as closed in caNone case of EndTranscation 12 年之前
  michael 75362b0bb8 * Fixed ROLLBACK : all statements must be unprepared 12 年之前
  michael abae19b553 * Reworked pool to a thread list 12 年之前
  michael ae19359a7c * Thread-safe connection pool 12 年之前
  florian d23a5b7c7d * store break/continue usage in a variable 12 年之前
  florian cfcb4cab26 * simplify body of for loop before unrolling 12 年之前
  florian 5d4a094799 * calculate complexity of exit nodes correctly 12 年之前
  florian 0a22199738 * always use the varrec size retrieved from the system unit when advancing to the next element 12 年之前
  nickysn fe4cac96be + added overloads to tai_const.Createname and Create_type_name, which take a Tasmsymtype parameter; to be used for declaring external symbols which reside in the data segment with AT_DATA, which is necessary for i8086 medium and compact memory models (where code and data pointers are of different size) 12 年之前
  nickysn 7ae9c5b668 + added optional Tasmsymtype parameter to TAsmData.RefAsmSymbol and WeakRefAsmSymbol to allow specifying things like AT_DATA for external symbols that reside in the data segment, which is needed for i8086 medium and compact memory models 12 年之前
  florian b29591ffd3 * fix msdos rtl makefile for newer makes 12 年之前
  florian 3d90ac82f8 * disable regable 4 bytes records on 16 bit alu targets, to enable them, location handling should be rewritten else gen_load_cgpara_loc gets even more messy 12 年之前
  florian 11ff8a4ec1 + support register parameters with multiple locations 12 年之前
  florian 86c36995dd * i8086 has no 32 bit rol/ror support so disabled inlined ror/rol for now 12 年之前
  florian 6377c180bf * disable packages which do not build on msdos 12 年之前
  svenbarth ff3bb9322a Fix for Mantis #24848. 12 年之前