]> Kevux Git Server - fll/commit
Bugfix: Fix problems exposed by unit tests.
authorKevin Day <kevin@kevux.org>
Wed, 26 Apr 2023 02:29:25 +0000 (21:29 -0500)
committerKevin Day <kevin@kevux.org>
Wed, 26 Apr 2023 02:29:25 +0000 (21:29 -0500)
commit25da0c6f416d4e93b360b9a51f8650ef0696ccfb
treee8fdec73158df43e71294b7c837c4f6ba12d2a03
parent08741c2ca563876f0b6cb023d5646e4c98440fd8
Bugfix: Fix problems exposed by unit tests.

The f_pipe_debug and f_pipe_warning are no more and there is now an f_pipe_output.

The f_print_to* functions should not use parameter checking and should instead eturn F_file_descriptor_not when the descriptor is -1.

The F_help and F_help_not to string conversion is missing.
build/stand_alone/byte_dump.config.h
build/stand_alone/firewall.config.h
build/stand_alone/utf8.config.h
level_0/f_print/c/print/to.c
level_0/f_print/c/print/to.h
level_0/f_status_string/c/status_string.c