Historial de Commits

Autor SHA1 Mensaje Fecha
  nickysn 9c435a0bcb + added is_8/16bit and is_oversizedint/is_oversizedord helper functions in defutil.pas hace 12 años
  nickysn 7b8e18ba40 * updated aint to tcgint in jvm/hlcgcpu.pas as well (needed after r23761) hace 12 años
  nickysn 8cf0f5db89 + a very quick and dirty script for running tests in dosbox and passing the exit code back hace 12 años
  nickysn 91038d6d0a * prevent compilation warning due to function result not being set in tinlinenode.first_seg hace 12 años
  nickysn be761ba232 * sequences that check for cpu64bitaddr made to also check for cpu32bitaddr instead of cpu32bitalu. this fixes ppcjvm compilation hace 12 años
  nickysn c44f760015 * i8086 near heap renamed 'tiny heap', moved to the inc/ directory hace 12 años
  nickysn 599d5d74ca + implemented Randomize for msdos hace 12 años
  nickysn efa90dd1f3 * fixed potential buffer overflow in GetDir() hace 12 años
  nickysn af751145b7 + msdos directory functions implemented, based on go32v2 hace 12 años
  nickysn bca3cd6160 + implemented all the remaining msdos file functions hace 12 años
  nickysn 620dc8cb64 * close all open files on exit hace 12 años
  nickysn a463c1f558 + implemented file routines do_open and do_close for msdos, based on the go32v2 code hace 12 años
  nickysn bbcd3506b3 + call initvariantmanager on msdos system unit startup hace 12 años
  nickysn 28545f2fad + implemented near heap for i8086-msdos, based on the embedded target heap hace 12 años
  nickysn aab6df13ba * use Seg() instead of DSeg in the msdos rtl hace 12 años
  nickysn 4d8adbf5ff + implemented Seg() for i8086 (small/tiny memory model) hace 12 años
  nickysn 917a1eb0f2 * the default Seg() handling moved to virtual methods, so that they can be overriden in the i8086 code generator hace 12 años
  nickysn 27559aa5f8 * use Ofs() instead of typecasting to word for getting the offset of a pointer hace 12 años
  nickysn 2fd729cb4d + added CheckLFN to the msdos rtl hace 12 años
  nickysn f270263d3d * default stack size for msdos changed to 4096 bytes hace 12 años
  nickysn 8f71f3b5fd + initialize more stuff in the msdos system unit startup hace 12 años
  nickysn 324b4a8a0a * declare the .bss sections with class=bss, so wlink treats them as bss sections and leaves them out of the executable hace 12 años
  nickysn 47342630e0 + allocate space for stack and heap dynamically on program startup for i8086-msdos hace 12 años
  florian 9edacdc9b4 + mem declarations hace 12 años
  florian 5ab9742c22 + start of dos unit (derived from go32v2) hace 12 años
  nickysn 102f929e99 - do not initialize the flags register on entry to the interrupt in the Intr/MsDos procedure (which is the TP-compatible behavior) hace 12 años
  nickysn b61a9ba6a6 + implemented GetProcessID for i8086-msdos (returns the PSP) hace 12 años
  florian 1ab42714c3 + fix compilation by adding a Int32 type, no sure why it is needed hace 12 años
  florian fef7832790 * enable absolute for i8086-msdos hace 12 años
  florian 40af7b2817 + add msdos target to ppudump hace 12 años