]> Kevux Git Server - fll/commit
Update: fix file stream error return, improve file error messages, add new status...
authorKevin Day <thekevinday@gmail.com>
Sat, 17 Apr 2021 19:44:21 +0000 (14:44 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 17 Apr 2021 20:11:06 +0000 (15:11 -0500)
commit7797f02c9b37432c11ed9f043d5241e7351254f6
treeac71a2acb15554d79060d23e6565bfe2d67f747a
parent7f4f07dd77eeab415af81500c7ba332cc8c0d85d
Update: fix file stream error return, improve file error messages, add new status types and remove status types.

The f_file_stream_close() function is missing some errors.

The file error message printer is missing several error messages.
There is also some cleanup is needed in the file error messages (consistency problems, mostly).

Add F_file_overflow, and F_file_underflow for file specific overflow and underflow.
Add missing F_file_descriptor_not.

Remove F_file_allocation and F_file_deallocation, only the generalized F_memory and F_memory_not are used now.
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_0/f_status/c/status.h
level_1/fl_status/c/status.c
level_1/fl_status/c/status.h
level_2/fll_error/c/error.c
level_2/fll_status/c/status.c