Commit Verlauf

Autor SHA1 Nachricht Datum
  florian 3b50d0b64e * patch by Bernd to fix interrupt handling for the ATtiny1634 and ATtiny167 controllers (use jmp instead of rjmp to jump to the handlers), resolves issue #29122 vor 9 Jahren
  florian 7b9a257549 * complain no matching SUBARCH value is passed, issue #29177 vor 9 Jahren
  Károly Balogh 5cfdd8fbf5 removed a redundant zero extension from location_force_reg, which occured if the source location was a smaller than 32bit subreg, and the destination was 64bit. hregister is always overwritten in the codepath below anyway. vor 9 Jahren
  florian bd20c5a66b * set a proper sram base for the avrsim controller type vor 9 Jahren
  florian faec3936d7 * take care of SUBARCH when running tests vor 9 Jahren
  florian 91c59cb512 * fix Fill* code for CPUs with 8 Bit ALU vor 9 Jahren
  marcus b80d4a9a6c Amiga, AROS, MorphOS: renamed functions/types which also exist in system vor 9 Jahren
  marcus 3c4e3bf9a9 MorphOS, Amiga: Corrected TWindow.WScreen type to PScreen vor 9 Jahren
  marcus 3622b2165c Amiga, MorphOS: Missing varargs version and type unification vor 9 Jahren
  marcus 9346746c67 MorphOS: Added GadTools Library unit vor 9 Jahren
  svenbarth 8bd79f95be Fix a few typos discovered by Blaise vor 9 Jahren
  Jonas Maebe 092a0af0ec * removed special-purpose code for constant chars while parsing typed string vor 9 Jahren
  Jonas Maebe e43f767cbf * fixed setting the paraloc shift value for data whose size is not a power vor 9 Jahren
  Jonas Maebe 1320d6bdba * correctly handle negative paraloc shift values for non power-of-2 sized vor 9 Jahren
  Jonas Maebe a1db947e9e * missing part of r32617: also load the def for constnil symbols vor 9 Jahren
  marco 5dcf5a95c5 * move beginupdate before try 3x , Mantis #29164 vor 9 Jahren
  marco aa33a9509f * added try..finally to beginupdate/endupdate, mantis #29165 vor 9 Jahren
  nickysn 1d015b9620 * fixed dosbox_wrapper compilation under windows vor 9 Jahren
  Jonas Maebe db2a02fb63 * clarified missing unicodestring manager error message vor 9 Jahren
  pierre d3d78e6367 Regenerate after: Add dosbox/dosbox_wrapper to list of programs if EMULATOR variable contains dosbox_wrapper string pattern vor 9 Jahren
  pierre f6133d4417 Add dosbox/dosbox_wrapper to list of programs if EMULATOR variable contains dosbox_wrapper string pattern vor 9 Jahren
  pierre 0bf3b2201d Change 'exit' to '' to allow to avoid exit at the end of test run vor 9 Jahren
  pierre 1e38631cbe + (OutputFileName variable): Add possibility to use output duplicated to a file by a modified dosbox vor 9 Jahren
  nickysn 9f79eeff0e * on Windows, run dosbox with the swoHIDE option to prevent the annoying focus vor 9 Jahren
  yury 6bd2b2d41b * pas2jni: Fixed handling of pointers. vor 9 Jahren
  Jonas Maebe ed03286be5 * simplify "div -1" to unaryminusn, not just for performance reasons but vor 9 Jahren
  Jonas Maebe 0b4f3f01b3 * fixed another case of endless recursion in vor 9 Jahren
  Jonas Maebe 01d93b61c3 * save/restore the type (and hence code page) of ansistring constsyms in/from vor 9 Jahren
  yury f6b99c5d6a * pas2jni: Typecast interface to pointer. vor 9 Jahren
  yury 2206a54b28 * pas2jni: Fixed exclusion. vor 9 Jahren