Commit History

Autor SHA1 Mensaxe Data
  Tomas Hajny 9f9ab082da * fix typo (space instead of underscore resulting in broken help display) %!s(int64=10) %!d(string=hai) anos
  Tomas Hajny 2be0cc8aae * avoid crashes when displaying help with an unsupported system codepage %!s(int64=10) %!d(string=hai) anos
  Tomas Hajny dbbce18f56 * fix determination of help line length with codepage set to UTF-8 (the string conversion routine in widestr.pas doesn't work for UTF-8 :-((( ) %!s(int64=10) %!d(string=hai) anos
  florian f0cf88533e * applying const_align when generating structures accessed by the rtl is not a good idea because their %!s(int64=10) %!d(string=hai) anos
  florian 99635658ec * corrects change flags for VSQRTSD %!s(int64=10) %!d(string=hai) anos
  Jonas Maebe dd2aa17de1 * also allow 64 bit platforms have have a 32x32->64 bit multiplication to %!s(int64=10) %!d(string=hai) anos
  Jonas Maebe b821e31442 * force constants into a registers in the 32x32->64 optimized case %!s(int64=10) %!d(string=hai) anos
  Jonas Maebe 86bde57b0f * do not switch around node subtrees if they have different resultdefs, e.g. %!s(int64=10) %!d(string=hai) anos
  Jonas Maebe ada5060a34 * set pi_do_call for AArch64 mod/div nodes, as they call FPC_DIVBYZERO %!s(int64=10) %!d(string=hai) anos
  Jonas Maebe 33b1732ca2 * avoid unnecessary sign/zero-extensions in genlinearlist() when generating %!s(int64=10) %!d(string=hai) anos
  florian 1d2d1364c9 * fix test now that it is actually executed %!s(int64=10) %!d(string=hai) anos
  nickysn d8fe799798 * don't hang in TGDBInterface.WaitForProgramStop if gdb returns an error in %!s(int64=10) %!d(string=hai) anos
  marco 8aba24ecdf * fix for mantis #27555 %!s(int64=10) %!d(string=hai) anos
  Jonas Maebe b2427d04ed * ensure that data pools are not inserted right after add/tbb/tbh-based %!s(int64=10) %!d(string=hai) anos
  Tomas Hajny 1ecf8dcfa1 * improved paging of help pages so that lines are not missed with 80x25 windows due to lines overflowing the window width %!s(int64=10) %!d(string=hai) anos
  Tomas Hajny db7a9950d1 * unit name changed to System (starting with uppercase 'S') for improved compatibility to Delphi - see test tobject5.pp %!s(int64=10) %!d(string=hai) anos
  Tomas Hajny b2475353f4 * test programs previously having extension .pas renamed to .pp so that they are found during testsuite runs %!s(int64=10) %!d(string=hai) anos
  Károly Balogh 7940806fc2 fixed ifneq vs. ifndef %!s(int64=10) %!d(string=hai) anos
  pierre 4fba54788b set last_breakpoint_address field type to CORE_ADDR %!s(int64=10) %!d(string=hai) anos
  nickysn 3fe10bfd6c * handle properly debugger errors returned by an exec command in RunExecCommand %!s(int64=10) %!d(string=hai) anos
  nickysn c62f3ec271 * handle failure in GetFPCBreakErrorParameters and continue execution silently %!s(int64=10) %!d(string=hai) anos
  Tomas Hajny b64c4d9acd * fixed handling of FPU exceptions, extended output with -dSYSTEMEXCEPTIONDEBUG, added possibility of debug tracking of OS/2 API error codes in RTL %!s(int64=10) %!d(string=hai) anos
  Jonas Maebe 37c2d0e60d * use Object_getClass(obj) instead of obj._class to get the class of an %!s(int64=10) %!d(string=hai) anos
  florian b7422716b2 * turn off compiler and utils building for nds %!s(int64=10) %!d(string=hai) anos
  Tomas Hajny f71007d95c * corrected initialization of cached information about 'MS Windows-compatible' codepage number information (if different from the OS/2 codepage number), removed warnings about implicit string conversions %!s(int64=10) %!d(string=hai) anos
  Károly Balogh 56eeabd01b fixed a warning with DFA %!s(int64=10) %!d(string=hai) anos
  marco afa4f0be8e * regen nds makefile. Trying to be helpful for mantis #26847 %!s(int64=10) %!d(string=hai) anos
  marco 86f91f50f5 * avltree rearrangements with new oncompare system. Mantis #27542, patch by Mattias %!s(int64=10) %!d(string=hai) anos
  lacak 36a8a903f1 fcl-db: dbase: fix probably copy-paste error in translation units %!s(int64=10) %!d(string=hai) anos
  sergei 657ac78304 * Improved handling of registers used in assembler blocks. Assembler nodes no longer have lists of used registers attached to them. Instead, each specified register creates an allocation/deallocation pair and an additional tai_regalloc.markused item directly in the asmlist. This way, register lists are no longer limited to integer registers, and parsing no longer depends on paramanager to know which registers are volatile. %!s(int64=10) %!d(string=hai) anos