]> Kevux Git Server - fll/commit
Update: documentation cleanups, fix observed problems, retun F_data_not without error bit
authorKevin Day <thekevinday@gmail.com>
Mon, 8 Jun 2020 04:34:49 +0000 (23:34 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 8 Jun 2020 04:34:49 +0000 (23:34 -0500)
commit55a50c59efe17722671a654425ad6ca2a129ec02
treeddc71f08299e2fb9e610c4e6ad0d90b46b01f86b
parentfee185d1789485b79a797a261cbfc6b80e2fac57
Update: documentation cleanups, fix observed problems, retun F_data_not without error bit

Organize the return codes.
Fix any probles in the commend documentation that I happened to notice.
This is not complete, there will be follow up commits to address more cleanups.

I noticed that there were some public directory functions incorrectly have 'private_' in their name.

The conversion functions should no longer consider no data an error.
Just report that there was nothing to do.
22 files changed:
level_0/f_conversion/c/conversion.c
level_0/f_conversion/c/conversion.h
level_0/f_directory/c/directory.c
level_0/f_directory/c/directory.h
level_0/f_environment/c/environment.h
level_0/f_environment/c/private-environment.h
level_0/f_file/c/file.h
level_0/f_file/c/private-file.c
level_0/f_file/c/private-file.h
level_0/f_path/c/path.h
level_0/f_path/c/path_fll.h
level_0/f_pipe/c/pipe.h
level_0/f_utf/c/private-utf.h
level_0/f_utf/c/utf.h
level_1/fl_color/c/color.h
level_1/fl_console/c/console.c
level_1/fl_console/c/console.h
level_1/fl_directory/c/directory.h
level_1/fl_directory/c/private-directory.h
level_1/fl_fss/c/fss.c
level_1/fl_fss/c/fss.h
level_3/fake/c/private-build.c