Commit History

Author SHA1 Message Date
  lacak eef6e65730 fcl-db: memds: for ftLargeInt fields use AsLargeInt when copying 8 years ago
  lacak 555528d145 fcl-db: memds: when copying data from source dataset to destination honor NULL values. Bug #32537 8 years ago
  lacak 5c98c93500 fcl-db: tests: memds: check if null values are copied correctly. Bug #32537 8 years ago
  nickysn 8a0d8f025b * fixed another i8086 inline asm 32-bit constant bug (e.g. in 'or eax, 80000001h') 8 years ago
  nickysn 07eab50afe + added a test for 32-bit inline asm const operand on i8086, using at&t syntax as well 8 years ago
  nickysn 325e66287c * fix for inline asm of instructions with 32-bit constant operands on i8086 8 years ago
  nickysn 2af5c9d508 * changed type used for section alignment from byte/shortint to longint, so the 8 years ago
  nickysn 8cc230ef1a - don't switch index into base in the gas assembly writer. This optimization 8 years ago
  nickysn d7e4b50068 + also optimize x86_64 references by switching [rbp+reg64] to [reg64+rbp], 8 years ago
  nickysn 5ae32a0ec5 + always do the x86_64 reference optimizations as if SS=DS, because the CPU 8 years ago
  nickysn e58bad8eef + check for the 'pop cs' instruction in the x86 inline assembler and print a 8 years ago
  marco fb57fd7324 * patch from Mattias fixing save/restore ancestorpos in twriter. Mantis #32607 8 years ago
  nickysn 0d1f7910d7 + also apply optimize_ref() on references of inline asm instructions 8 years ago
  nickysn 875339993f * strip segment overrides, for segments, which should be equal in the current 8 years ago
  nickysn d220d6f2c6 * use get_default_segment_of_ref() in the seg() handling on i8086 8 years ago
  michael ad1ebe0667 * Fix compilation 8 years ago
  michael 7b12811f52 * Some more fixes from Pascal Riekenberg to simplify AfterPrintBand 8 years ago
  michael 2547643cbb * HandleOverflowedBands can use a single enumerated, does not need a set 8 years ago
  michael 46da90ce8e * Patch from Pascal Riekenberg with some fixes 8 years ago
  michael e4976dd314 ShowBandWithChildren: further simplification, single loop 8 years ago
  michael 89db233a0e * Remove use of continue 8 years ago
  michael a171ad319e * Patch from Pascal Riekenberg to avoid try/finally in block 8 years ago
  michael fc638ed7ba * Patch from Pascal Riekenberg: better naming for TOverFLowAction 8 years ago
  michael 9e08dd108b * Fix data fetching optimization 8 years ago
  michael 42ac9457a2 * Original patch of Pascal Riekenberg to replace previous one 8 years ago
  michael 0796eefe50 * Refactoring 8 years ago
  michael 427792aa29 * Some refactoring of ShowBandWithChildren 8 years ago
  michael 3f09294aab * Functions to see whether a published property is readable or writeable 8 years ago
  michael a3bcefd78c * Use pointer get/set methods 8 years ago
  michael 3d3bbcfa9c * Raise error if property cannot be written (Enhanced patch from Ondrej Pokorny, bug ID #32586) 8 years ago