Rev. | Time | Author |
---|---|---|
r510 | 2021-11-23 07:08:49 | ![]() |
TODO.TXT is included in the binary distribution package |
||
r509 | 2021-11-23 06:58:24 | ![]() |
rmod core file renamed to bin to avoid that someone executes it by mistake |
||
r508 | 2021-11-23 06:42:12 | ![]() |
implemented %0 %1 %2 etc in batch files |
||
r507 | 2021-11-23 05:49:10 | ![]() |
%variables% substitution in BAT files |
||
r506 | 2021-11-23 04:34:16 | ![]() |
fixed lookup_cmd() so it always returns the full path/name (truename) of the command that was found |
||
r505 | 2021-11-23 01:46:18 | ![]() |
getbatcmd() prints out a DOS error on failure |
||
r504 | 2021-11-23 00:16:31 | ![]() |
licensing additional explanations |
||
r503 | 2021-11-22 23:26:52 | ![]() |
fixed src-fname overwriting by copy buffer |
||
r502 | 2021-11-22 23:09:39 | ![]() |
fail when file could not be opened |
||
r501 | 2021-11-22 23:02:40 | ![]() |
improved BUFFER memory tracking |
||
r500 | 2021-11-22 23:01:25 | ![]() |
cmdline buffer is no longer inside BUFFER, for better code clarity |
||
r499 | 2021-11-21 02:08:32 | ![]() |
pkg target builds also a source archive |
||
r498 | 2021-11-21 02:08:08 | ![]() |
improved doc and build process |
||
r497 | 2021-11-21 01:53:54 | ![]() |
doc update |
||
r496 | 2021-11-21 01:41:04 | ![]() |
ver /dbg is controlled by a compile-time define |
||
r495 | 2021-11-21 01:31:28 | ![]() |
doc update |
||
r494 | 2021-11-21 01:19:21 | ![]() |
implemented /D (skip autoexec.bat) |
||
r493 | 2021-11-21 00:59:41 | ![]() |
remove obvious documentation from code |
||
r492 | 2021-11-21 00:53:59 | ![]() |
doc update |
||
r491 | 2021-11-21 00:44:11 | ![]() |
simplified parse_argv() |
||
r490 | 2021-11-21 00:06:09 | ![]() |
memguard implementation to detect some common cases of buffer overflows |
||
r489 | 2021-11-20 23:59:58 | ![]() |
rmodcore.h removal - it is autogenerated anyway |
||
r488 | 2021-11-20 23:56:50 | ![]() |
added an rmpd memory dump to dbg output |
||
r487 | 2021-11-20 23:56:07 | ![]() |
enforce cmd.obj recompilation when an internal command definition changes |
||
r486 | 2021-11-20 08:07:36 | ![]() |
todo update |
||
r485 | 2021-11-20 08:07:20 | ![]() |
fixed /E:value loading |
||
r484 | 2021-11-20 07:46:19 | ![]() |
fixed buffer overflow when loading bat lines |
||
r483 | 2021-11-20 07:02:44 | ![]() |
run autoexec (if exists) on /P |
||
r482 | 2021-11-20 05:15:09 | ![]() |
improved documentation |
||
r481 | 2021-11-20 05:06:27 | ![]() |
improved documentation |