提交歷史

作者 SHA1 備註 提交日期
  Károly Balogh 2f90dbbd44 sinclairql: implemented StackTop, this results in working stacktraces and working stack checking. Implemented a custom 5% stack safety margin and a system specific SysBackTraceStr() 4 年之前
  Károly Balogh 7b9ed5fe46 rtl: make STACK_MARGIN a variable instead of a const. this allows adjusting margin size on system unit init, based on the actual stack length of the executable. useful for small systems running with little stack. allow overwriting SysBackTraceStr with a platform-specific implementation 4 年之前
  florian 695665c393 + optimized multiplication for "symmetric" bit patterns on arm 4 年之前
  pierre 86c036d9ed Explicitly disable range and overflow checking to avoid troubles with pointer arithmetics 4 年之前
  michael 66646b8630 * Fix for double error 4 年之前
  Károly Balogh da252e2f4b sinclairql: turn the anyKey string const into a pchar, this reduces the final binary size by 200-odd bytes 4 年之前
  pierre f90324a02a Add strings unit to buildrtl meta-unit, and update Makefile.fpc accordingly 4 年之前
  pierre 8ac821613f Disable sinclairql target OS for most utils packages 4 年之前
  Károly Balogh a6d475b9b3 qlunits: updates, new API and utility functions, improved README 4 年之前
  Károly Balogh 9e7a8f44aa sinclairql: add right spelling for iof_mkdr, add the QDOS equivalent alias 4 年之前
  Károly Balogh 8128736233 sinclairql: also have a function which returns a pointer directly to the QLstring job name 4 年之前
  Károly Balogh 3280ec3220 sinclairql: have a max. 48 char buffer for job name. set the job name to the program name by default on system unit init 4 年之前
  Károly Balogh b5216a1990 m68k: on the Sinclair QL insert the main program's name into the object, so the RTL later can set it as default job name 4 年之前
  lacak 5d81c6c43b fcl-db: Introduce TObjectField and TArrayField. Only essential interface parts (added new objects, new properties and methods according to Delphi documentation). 4 年之前
  Károly Balogh c8e712f400 m68k: cleaned up some ancient mess from cpunode.pas, no significant functional change, apart from unit inclusion order 4 年之前
  pierre 75a9c5b500 Also avoid invalid typecast for RegLoadedWithNewValue method for mips, sparcgen and xtensa 4 年之前
  florian 726ac5a5a6 - forgotten file, obsolete define removed, belongs to last commit 4 年之前
  florian 0188a558d1 - obsolete defines removed 4 年之前
  florian f1e748512b * fix test for case sensitive and case preserving file systems 4 年之前
  florian 0a99028128 * newer linux distros might have powerpc64 libraries in /usr/lib or /lib 4 年之前
  florian 1bd9d4173e * never ignore BINUTILSPREFIX environment variable in fpmake 4 年之前
  florian f5bd3d81e7 + common assembler optimizer base class for powerpc and powerpc64 4 年之前
  nickysn 340a71d2bc * always keep the WebAssembly stack frame aligned on 16 bytes 4 年之前
  nickysn c7f3469a3f * use up to 16 bytes alignment for the WASI target 4 年之前
  Károly Balogh 6ec6d2043b sinclairql: enable commandargs and exitcode features 4 年之前
  nickysn 81bd473439 * fixed win32 testsuite regressions after r49084 4 年之前
  Károly Balogh ad05434401 sinclairql: add the used includes to the system unit deps 4 年之前
  Károly Balogh 9432aa4b69 sinclairql: do_mkdir implemented, patch by Norman Dunbar 4 年之前
  Károly Balogh 3d4e677db0 sinclairql: new files to contain SMS only functions, iof_rename implemented, based on a patch by Norman Dunbar 4 年之前
  Károly Balogh 541c65feb7 sinclairql: implemented do_rename(), based on the patch of Norman Dunbar 4 年之前