]> Kevux Git Server - fll/commit
Progress: Continue working on print changes.
authorKevin Day <thekevinday@gmail.com>
Thu, 29 Jul 2021 03:17:12 +0000 (22:17 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 29 Jul 2021 03:17:12 +0000 (22:17 -0500)
commit8b6a224ba06e92a3e2b38460487f319e9c1d0d6d
tree133ea97b0d0fe8c0c16464d24cbba1a372165344
parent0236e19d89db8d4ce83b3992b10cade8489adc1d
Progress: Continue working on print changes.

This begins replacing f_color code.

The byte_dump is migrated and has exposed bugs in the number processing.
For now, the number processing has been disabled solely for the purposes of this commit.
I will have to review and rethink the logic with the precision/width and number handling in printf.
15 files changed:
level_0/f_color/c/color.c
level_0/f_color/c/color.h
level_0/f_print/c/print-common.h
level_1/fl_print/c/print.c
level_1/fl_print/c/print.h
level_1/fl_print/c/private-print.c
level_1/fl_print/c/private-print.h
level_1/fl_print/data/build/dependencies
level_2/fll_print/c/print.c
level_2/fll_program/c/program.c
level_3/byte_dump/c/byte_dump.c
level_3/byte_dump/c/byte_dump.h
level_3/byte_dump/c/private-byte_dump.c
level_3/byte_dump/data/build/dependencies
level_3/byte_dump/data/build/settings