提交历史

作者 SHA1 备注 提交日期
  sergei d7c863185f * Added plain calls for semaphore-related functionality, this removes need to maintain a second copy of thread manager in unis/tthread.inc. 11 年之前
  nickysn 9758a53fa6 - rm the ifdef cpu16bitalu and cpu64bitalu from thlcgobj.a_load_ref_cgpara, 11 年之前
  sergei 471ffb017c - Removed call to FlushThread, it is redundant since r17798. SysFlushStdio is called from DoneThreads, which is in turn called after exiting from ThreadFunc. 11 年之前
  nickysn d8d35a32c9 - rm bogus ifdef cpu16bitalu from tparamanager.allocparaloc and .freecgpara 11 年之前
  reiniero af2bc84a9a fcl-db: cosmetic: layout 11 年之前
  nickysn 1d4de72aa7 + 8-bit ALU support in tcgcasenode.genlinearcmplist 11 年之前
  reiniero 87f7cf715e * fcl-db: cosmetic: improve documentation for TFieldType array members 11 年之前
  reiniero 2e3e1d37b5 * fcl-db: tests: cosmetic: convert Dutch test text 11 年之前
  nickysn ca2d1a4667 * extracted the common mode initialization from QueryAdapterInfo to nested procedures 11 年之前
  sergei b16c6f8ced * i386 and x86_64 changes for Delphi compatibility: 11 年之前
  lacak 7ba0b03cd0 fcl-db: tests: not all FmtBCD (exact numeric) values have precise floating point representation. So use "delta" when comparing floating point values. 11 年之前
  nickysn 3e308e0ad7 * 16/8-bit alu fix in thlcg2ll.location_force_reg for the 32->64 conversion of LOC_CONSTANT sources 11 年之前
  nickysn 88df284423 * fixed overflow checking for the 64-bit unary minus on 16 and 8-bit platforms 11 年之前
  nickysn c5badc8a7c * fixed test cg/tvec.pp for small CPUs 11 年之前
  reiniero 300dc15405 dbcoll.pp: TFieldMap: replace Dutch error message with English text. 11 年之前
  nickysn ec75c5dfa0 + added an asm implementation of FillDWord for i8086 11 年之前
  nickysn 2de6edc44e * skip the large mem move test (which requires 4MB of memory) in tmem.pp on 16 11 年之前
  reiniero 0ce9623ed8 * fcl-db: tests: test blobtype for blob fields; tests for mantis issue #26064 11 年之前
  reiniero b1435f7756 fcl-db: tests: cosmetic 11 年之前
  reiniero bb205da801 * fcl-db: tests: cosmetic: remove some Dutch text etc. 11 年之前
  reiniero 7702488182 * fcl-db: set blob field type for blob fields in SetDataType; fixes mantis issue #26064 11 年之前
  michael 9191f44c6e * Memory leak fixed (bug 26063) 11 年之前
  lacak ec1d9d497b fcl-db: tests: reduce testCurrencyValues to fit into DECIMAL(18,4) and also reduce decimal digits to 2 because PostgreSQL uses for money data type only 2 decimal places. 11 年之前
  nickysn a47ab44ec8 * unified the 8-bit and 16-bit alu handling in tshlshrnode.pass_typecheck 11 年之前
  nickysn 7d8fb1833f * 16-bit alu handling in tshlshrnode.pass_typecheck simplified via the use of 11 年之前
  lacak 2be706dbb0 fcl-db: tests: as MS SQL Server does not support for datetime times beyond 23:59:59.997 use this value instead of 23:59:59.999 introduced in rev.27522 11 年之前
  sergei f767d9017c * Fixed sin(-0.0) to return -0.0 (was returning 0.0) 11 年之前
  nickysn a17797f3ca * tshlshrnode.simplify: in the case of 16-bit or 8-bit shl/shr, AND the right 11 年之前
  pierre 0d3bccaa1b Do not consider ansi/wide/unicode strings as taggable for stabs 11 年之前
  nickysn aa3f450832 * 8/16-bit alu fixes in tnotnode.simplify 11 年之前