Commit Verlauf

Autor SHA1 Nachricht Datum
  nickysn 43dabca8ab * moved the handling of the @Code and @Data inline assembler symbols to new methods Tx86operand.SetupCode and .SetupData vor 9 Jahren
  michael aa7058e82d * Patch from Ondrej Pokorny to fix broken compilation after 32275 vor 9 Jahren
  michael e838317177 * Fix bug #0028980 vor 9 Jahren
  nickysn 7d41d19150 + added an error message when trying to compile a tiny model DOS .COM file with vor 9 Jahren
  Jonas Maebe 21a4a9034d * commented out all untested (and on non-Win32: unimplemened) TCompareOption vor 9 Jahren
  joost 37c1c88f89 * Re-generated src/fpmkunitsrc.inc vor 10 Jahren
  michael dd87c4f34f * Fix for bug ID #0028976 vor 10 Jahren
  Tomas Hajny 2c566ffcb9 * fix compilation failure after r32262 vor 10 Jahren
  svenbarth 0ff87336aa Convert the Boolean parameters accept_equal, typeonly and hadspecialize of comp_expr(), sub_expr() and factor() to a set parameter and adjust all calls. vor 10 Jahren
  nickysn 4edbd27774 * support writing omf libraries with size greater than 251 blocks vor 10 Jahren
  nickysn e498bfc1ba * changed an internal error number to ensure it's unique vor 10 Jahren
  michael 745c1499df * Mark forgotten implementations with runerror 219 vor 10 Jahren
  michael 6955106a13 * Fix TStringSplitOptions vor 10 Jahren
  michael b86ef67a54 * Resolved conflict with none in TStringSplitoptions vor 10 Jahren
  michael 4a32135563 * no type helpers in version 2.6.* vor 10 Jahren
  michael fde42ca8ef * Type helpers, compatible to Delphi XE 8 vor 10 Jahren
  florian 094a3c4350 * fixes masm code generation for rep mov* vor 10 Jahren
  marco a9ac2abc77 * fixed #28908 (add alias for ADDRINUSE to sockets) for win,os2,unix vor 10 Jahren
  marco d95b95e648 * fix for #28940 also add PSizeUint vor 10 Jahren
  nickysn ca24b006ef + support 'dw SEG symbol' in the inline assembler on i8086 vor 10 Jahren
  marco 266ebc351b * remove some deprecated functions. Most have alternatives since at least 2.4, and more often 2.2 vor 10 Jahren
  marco 4484f793e7 * avoid deprecated warning. vor 10 Jahren
  marco a441becb11 * enable mysql 5.7 vor 10 Jahren
  nickysn bb47eb4a2a + support aitconst_seg in the i8086 internal assembler as well vor 10 Jahren
  nickysn ac97d20249 + added support for typed word/smallint constants, initialized with Seg(symbol) on the i8086 vor 10 Jahren
  nickysn 44b04e250e + implemented support for aitconst_seg (emits a 'DW SEG symbol') in the nasm assembler writer for i8086 vor 10 Jahren
  nickysn 8c81e93a96 * replaced setintvec(x,@proc) in i8086 tests with the memory model independent version setintvec(x,ptr(seg(proc),ofs(proc))) vor 10 Jahren
  Jonas Maebe 4f54f8b3bd * fixed expectloc for llvm bool_2_int typeconversions where the location vor 10 Jahren
  Jonas Maebe 69b832c1d0 * added in_sqr_x support for llvm vor 10 Jahren
  Jonas Maebe 98c08dee1a * fixed indentation vor 10 Jahren