Tridora-CPU/progs
slederer 14d6de059d implement newOrNil, changes to stdlib
- newOrNil works like new, but sets the variable to nil
  if the heap allocation failed
- change stdlib to use newOrNil in openfile and openvolumeid
- changes to programs that use openvolumeid
2025-08-31 23:30:40 +02:00
..
changemem.pas changemem: program to change heap/stack size in program files 2025-07-05 00:05:44 +02:00
dumpdir.pas implement newOrNil, changes to stdlib 2025-08-31 23:30:40 +02:00
editor.pas editor: abort in buildNRun if save fails 2025-01-13 01:49:48 +01:00
partmgr.pas initial commit 2024-09-19 14:12:22 +02:00
reclaim.pas implement newOrNil, changes to stdlib 2025-08-31 23:30:40 +02:00
recover.pas implement newOrNil, changes to stdlib 2025-08-31 23:30:40 +02:00
shell.pas implement newOrNil, changes to stdlib 2025-08-31 23:30:40 +02:00
xfer.pas implement newOrNil, changes to stdlib 2025-08-31 23:30:40 +02:00