]> Kevux Git Server - fll/commit
Progress: featureless make.
authorKevin Day <thekevinday@gmail.com>
Fri, 21 Aug 2020 03:36:23 +0000 (22:36 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 21 Aug 2020 03:46:25 +0000 (22:46 -0500)
commit5dc9e5a936de172c590217aeb77bd42169a60596
tree53c5b432b8d418fd393328340f7d7652594e0716
parent18fe3f95e7538365b4ba8b703b404117ed9507d4
Progress: featureless make.

Process environment variable names, enabling support for the "define" section operation.
The function isascii() is incorrectly used when isalpha() should be used for identifying a valid first character for an environment variable name.
When calling execution section operations like "run" and "shell" make sure environment variables are passed to the environment.

Fix mistake where "group" is used when "groups" and similar mistakes with other words.

Add more output when in verbose mode on completion of certain operations.
For now, just avoid color output in these cases.

Fix minor mistakes in status variable when calling error handlers.

Actually set the fail type when the fail section operation is specified.
Fix the relating error message when the fail type is invalid.
level_3/fake/c/private-build.c
level_3/fake/c/private-make.c
level_3/fake/c/private-make.h
level_3/fake/data/build/fakefile
level_3/fake/documents/fakefile.txt
level_3/fake/specifications/fakefile.txt