]> Kevux Git Server - kevux-tools/commit
Progress: Further work in TacocaT.
authorKevin Day <thekevinday@gmail.com>
Wed, 30 Aug 2023 02:13:42 +0000 (21:13 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 30 Aug 2023 02:22:04 +0000 (21:22 -0500)
commit263f84dc739e1be0089a4646a1db5358d7672a7c
tree9f698da5b491e960f22ebfce12c692a632375e8c
parent18243e72ddcaceec53bed2947c72b679ff858f13
Progress: Further work in TacocaT.

Get the existing, already implemented, TacocaT behavior working and without error.
This fixes some memory allocation mistakes (such as sending a memory address of a string, which the string is already the memory address that is needed).
Move the allocation logic to a separate function to make the code slightly cleaner.

For records purposes, I am currently compiling with the upcoming 0.6.7 (or a recent 0.7.0 dev release) of Featureless Make and the following command:
- `clear ; fake -U build/tacocat/ clean build -w /tmp/fll-0.7/ && ./install.sh -w /tmp/fll-0.7/`
sources/c/tacocat/main/common.c
sources/c/tacocat/main/common.h
sources/c/tacocat/main/common/print.c
sources/c/tacocat/main/common/print.h
sources/c/tacocat/main/common/type.c
sources/c/tacocat/main/receive.c
sources/c/tacocat/main/signal.c