提交历史

作者 SHA1 备注 提交日期
  negelef dec4397193 Fixed segmentation fault in stack traces (typenames can currently not be determined in cooperative mode due to the simplified structure of type descriptors in BaseTypes.Descriptor) 7 年之前
  negelef 8660177350 Replaced LONGINT by WORD 7 年之前
  negelef aa8277863d Renamed Runtime module to built-ins as it mainly contains built-in functions for operations which the compiler or back-end do not support natively 7 年之前
  felixf a5b527e77c Only untraced variables in reflection (otherwise assignment in unsafe memory regions can trap) 7 年之前
  negelef 582455f41c Use WORD instead of LONGINT as result type 7 年之前
  eth.negelef 0547d919d0 Renamed FoxCompiler.Mod and FoxTextCompiler.Mod to match their actual module names 7 年之前
  negelef 2e484d2f6e Added proper reflection of procedure variables 7 年之前
  felixf 9f4660486b 7 年之前
  eth.guenter c5c561ba67 avoid possible recursive trap in case of CONST parameters 8 年之前
  felixf 48ed2a8fcf Moved trace processes to Reflection module (import order!) 8 年之前
  felixf 9f5e853b6c Added stack low for variables in stack traces: references are now tested on stack or heap: trace of strings works again 9 年之前
  eth.tmartiel a8ed445049 Better report for traps on ARM. 9 年之前
  felixf 90a6fa8342 improved reflection: can deal with global vars again 9 年之前
  eth.guenter 40228e1372 display set elements > 31 in case of 64-bit binaries 9 年之前
  eth.guenter 403f513100 made GetNum() working in 64-bit mode 9 年之前
  felixf ebf23873a9 Patched some issues for 64-bit kernel (EFI, EFI-modules not yet submitted) 9 年之前
  eth.tmartiel 807dda4cc9 Fixed linking problem with constant MathArray values defined in other modules: applied same handling as for string values. 10 年之前