]> Kevux Git Server - fll/commit
Progress: Continue program related work, focusing on Featureless Make printing.
authorKevin Day <kevin@kevux.org>
Sat, 18 Feb 2023 04:41:19 +0000 (22:41 -0600)
committerKevin Day <kevin@kevux.org>
Sat, 18 Feb 2023 04:44:27 +0000 (22:44 -0600)
commit4065c73e32a8466bfda639064f575c3a0cbe3584
treefa47fc172a99d247533595f79eafe64f5f0cb380
parent24d613c5294f4d022976a23ef819c3ca7bea5a5f
Progress: Continue program related work, focusing on Featureless Make printing.

The console program has a bug where the found bit is not being properly preserved for value matches.
This is happening due to an incomplete refactor from value assignment to bitwise assignment.

Allocate extra space for the terminating NULL.

Print message rather than an error when termination signal is received.

More print related changes.
16 files changed:
level_0/f_console/c/console.c
level_3/fake/c/main/common.c
level_3/fake/c/main/fake.c
level_3/fake/c/main/make/load_fakefile.c
level_3/fake/c/main/make/load_parameters.c
level_3/fake/c/main/make/operate.c
level_3/fake/c/main/make/operate_process.c
level_3/fake/c/main/make/operate_process_type.c
level_3/fake/c/main/make/print-error.c
level_3/fake/c/main/make/print-error.h
level_3/fake/c/main/make/print-warning.c
level_3/fake/c/main/make/print-warning.h
level_3/fake/c/main/make/print.c
level_3/fake/c/main/make/print.h
level_3/fake/c/main/print.c
level_3/fake/c/main/print.h