]> Kevux Git Server - fll/commit
Progress: add more directory and file related functions, other changes
authorKevin Day <thekevinday@gmail.com>
Fri, 29 May 2020 00:23:59 +0000 (19:23 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 29 May 2020 00:27:51 +0000 (19:27 -0500)
commit12a51ff696b3aa6e42bdeea6c808d94c494ed5ad
tree224936bbb797bd34134ddc17afec07add1206fe0
parent71b8a738d287cd7fbee4a781c949e09d1eea7524
Progress: add more directory and file related functions, other changes

This was started with the intention of providing all of the *_at() functions.
However, the POSIX spec seems to fall short in many areas making this more difficult than this should be.
I partially rolled back some of the planned changes and this changeset is the result.

I have observed that the function return documentation needs to be updated, but this will be done at a later time.
There will need to be some intensive testing later on but for now I am committing and moving forward.
17 files changed:
level_0/f_directory/c/directory.c
level_0/f_directory/c/directory.h
level_0/f_file/c/file.c
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_status/c/status.h
level_1/fl_directory/c/directory.c
level_1/fl_directory/c/directory.h
level_1/fl_directory/c/private-directory.c
level_1/fl_directory/c/private-directory.h
level_1/fl_status/c/status.c
level_1/fl_status/c/status.h
level_2/fll_status/c/status.c
level_3/fss_basic_list_write/c/fss_basic_list_write.c
level_3/fss_basic_write/c/fss_basic_write.c
level_3/fss_extended_write/c/fss_extended_write.c