提交歷史

作者 SHA1 備註 提交日期
  Jonas Maebe 017c895c37 * fixed missing function result initialisation in 11 年之前
  Jonas Maebe 4a8d7f8ce9 * allow 2.6.4 as starting version 11 年之前
  lacak e55332ab6f fcl-db: tests: 11 年之前
  sergei e16e19b170 * MIPS: removed specific handling of 32-bit shifts, generic code does the job just well. 11 年之前
  michael a2c561ebbe * Fixed typo (by Tomasz Wieckowsky, bug ID #25379) 11 年之前
  Jonas Maebe 5e0589f0a5 * fixed debug information for strings (index starts from 1, not from 0) 11 年之前
  sergei 2a112ad01b * MIPS: don't optimize reference twice for 64-bit loads and stores. Now loading/storing 64-bit value to global variable takes typically 3 instructions. 11 年之前
  sergei be45b411b2 * Disable PIC for tests that contain non-PIC assembler code. 11 年之前
  sergei 97a706c672 + Add definitions for ELF header flags. 11 年之前
  sergei 06735eaefc + MIPS peephole optimizer: eliminate redundant moves of floating point registers. 11 年之前
  sergei 0bef197c84 * MIPS unary minus node: override the entire second_float method, not just emit_float_sign_change. Makes use of two-address neg.d/neg.s instructions, eliminating extra register moves. 11 年之前
  Jonas Maebe 9736ed59be + add bin2obj as required tool (should have been part of r26132) 11 年之前
  Jonas Maebe 1be319868c * fixed wrong invocations of (possibly cross-compiled) bin2obj 11 年之前
  nickysn bb0a3a7374 + i8086 asm implementation of fpc_frac_real, based on the i386 version 11 年之前
  Károly Balogh 1bf55d3086 removed the no longer necessary special case for Amiga and MorphOS 11 年之前
  Károly Balogh 835dd97628 added Amiga and MorphOS to SmartLinkLibraryOSes 11 年之前
  Jonas Maebe 7be4e20307 * also don't put a value in registers if it is converted from a type that can 11 年之前
  Károly Balogh 34702dbfc5 fixed staticlibprefix for Amiga and MorphOS 11 年之前
  Károly Balogh 3d07b35d77 do not append directory separator when it is already there, as // equals /../ on Amiga, fixes smartlinked RTL build 11 年之前
  nickysn 6cd62437f9 + i8086 asm implementation of fpc_trunc_real, based on the i386 version. Fixes 11 年之前
  Károly Balogh ba89914471 use the new HASAMIGA instead of the non-existing AmigaShell 11 年之前
  Károly Balogh da3603e663 introduce HASAMIGA define to easily identify various Amiga flavors (similarly to HASUNIX) 11 年之前
  sergei 472b82c09a * Removed 'absolute'-style aliasing records to floating-point variables, because it causes internal compiler error on some targets. 11 年之前
  sergei 43c96cd898 * TBits.ORBits and TBits.XORBits: properly handle case when other TBits object has smaller Size. Mantis #25289. 11 年之前
  reiniero 494d79bd7e * fcl-db: TSQLScript: support explicit COMMIT/COMMIT WORK and COMMIT RETAIN script commands (with UseCommit) to use commit, respectively commit retaining. 11 年之前
  Jonas Maebe 951727f453 * fixed crash when concatenating more than 2 ansistrings that are all empty 11 年之前
  reiniero 15152a2045 * fcl-db: TSQLScript tests for issue #25334, probably issue #17829 11 年之前
  lacak 9d1662d977 fcl-db: ibconnection: adjust TTm structure to match definition in glibc on 64bit architectures (btw: this structure is not used by default). Bug #21656 11 年之前
  sergei b48ac658fb + Payne/Hanek argument reduction routine, improves accuracy of generic sin/cos functions over larger argument range. Tested on x86_64-win64 and mipsel-linux. 11 年之前
  paul f6e1c76aa8 rtl: apply patch of Inoussa which describes the unicode collation algorithm data layout (mantis #0025240) 11 年之前