]> Kevux Git Server - fll/commit
Progress: featureless make.
authorKevin Day <thekevinday@gmail.com>
Mon, 7 Sep 2020 05:20:55 +0000 (00:20 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 7 Sep 2020 05:45:13 +0000 (00:45 -0500)
commit063543feaa0c40dbeeaed9fbaf4ad05651468483
tree6b1423fc6d4e2dc2a6344b55eadaf65c74ad1963
parente3a8751d87844d1f636f75f4accf1cb451471fea
Progress: featureless make.

Implement recursive change owner, change groups, and change modes functions.
These are implemented in the fll_file project.

Then utilize these for the recursive owners, groups, and modes section operations.

Fix specification where I forgot to rename "archiver" to "indexer".
In documentation it is "indexer" and not "index" for the indexer program whereas "index" is a section operation name.
Fix documentation where I forgot to rename "archive" to "index".

A bug in fl_directory_list() was discovered where the parameter check for path is incorrect.
19 files changed:
build/level_2/settings
build/monolithic/settings
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_0/f_file/c/private-file.h
level_1/fl_directory/c/directory.c
level_2/fll_file/c/file.c
level_2/fll_file/c/file.h
level_2/fll_file/c/private-file.c [new file with mode: 0644]
level_2/fll_file/c/private-file.h [new file with mode: 0644]
level_2/fll_file/data/build/dependencies
level_2/fll_file/data/build/settings
level_3/fake/c/fake.h
level_3/fake/c/private-make.c
level_3/fake/c/private-make.h
level_3/fake/c/private-print.c
level_3/fake/c/private-skeleton.c
level_3/fake/documents/fakefile.txt
level_3/fake/specifications/fakefile.txt