]> Kevux Git Server - fll/log
fll
4 years agoUpdate: allow multiple modes to be specified in the package.sh script
Kevin Day [Mon, 8 Jun 2020 04:41:05 +0000 (23:41 -0500)]
Update: allow multiple modes to be specified in the package.sh script

4 years agoUpdate: documentation cleanups, fix observed problems, retun F_data_not without error bit
Kevin Day [Mon, 8 Jun 2020 04:34:49 +0000 (23:34 -0500)]
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.

4 years agoUpdate: documentation, also use fss-0002
Kevin Day [Mon, 8 Jun 2020 02:16:51 +0000 (21:16 -0500)]
Update: documentation, also use fss-0002

Fix the documentation to clarify that the --work paramter is, in fact, more different than --prefix parameter.
Update the tree examples to show both the build directory tree and work directory tree.

Switch to using the fss-0002 format for all of the documentation files and specification files.

4 years agoUpdate: main readme documentation.
Kevin Day [Mon, 8 Jun 2020 01:15:51 +0000 (20:15 -0500)]
Update: main readme documentation.

This documentation is in an FSS format.
The other documentation files will likely be converted to the same FSS format in the near future.

4 years agoBugfix: build directory should be created if needed and not pre-required in all cases
Kevin Day [Sun, 7 Jun 2020 22:04:09 +0000 (17:04 -0500)]
Bugfix: build directory should be created if needed and not pre-required in all cases

Don't optionally required the build directory.
Always create it when needed, so do not require it.

4 years agoUpdate: implement --process parameter
Kevin Day [Sun, 7 Jun 2020 21:40:24 +0000 (16:40 -0500)]
Update: implement --process parameter

Looks like I forgot to implement this.
The --process parameter is a process name that is prepended to stage file names for the purpose of granting the caller additional flexibility.

4 years agoUpdate: add Featureless Make documentation and specifications
Kevin Day [Sun, 7 Jun 2020 21:11:50 +0000 (16:11 -0500)]
Update: add Featureless Make documentation and specifications

This is a good starting point for the documentation.
I may or may not add more at a later time.

4 years agoCleanup: fix ordering of path_language
Kevin Day [Sun, 7 Jun 2020 21:11:28 +0000 (16:11 -0500)]
Cleanup: fix ordering of path_language

4 years agoCleanup: remove project_level setting
Kevin Day [Sun, 7 Jun 2020 19:59:08 +0000 (14:59 -0500)]
Cleanup: remove project_level setting

Remove this stale code.
This was mostly removed already in previous commits from the settings.
This was replaced by the path_headers setting.

4 years agoBugfix: mispelling in search_exclusive
Kevin Day [Sun, 7 Jun 2020 19:41:14 +0000 (14:41 -0500)]
Bugfix: mispelling in search_exclusive

4 years agoUpdate: bootstrap dependency functionality, fix missing dependencies, also ensure...
Kevin Day [Sun, 7 Jun 2020 19:05:29 +0000 (14:05 -0500)]
Update: bootstrap dependency functionality, fix missing dependencies, also ensure level and monolithic

It seems I wrote a dependency generator to make my life easier and then I went and forgot about it.
Update this to work with the more recent changes to the build settings structure.

While I am at it, generate all of the dependencies and save the generated dependencies.

This exposed a typoe in the dependencies file, now fixed.

Might as well make sure the level and monolithic dependencies are generated as well.

4 years agoUpdate: add documentation note about the bootstrap-example.sh script
Kevin Day [Sun, 7 Jun 2020 15:31:36 +0000 (10:31 -0500)]
Update: add documentation note about the bootstrap-example.sh script

4 years agoCleanup: rename generate.sh to bootstrap.sh
Kevin Day [Sun, 7 Jun 2020 15:27:27 +0000 (10:27 -0500)]
Cleanup: rename generate.sh to bootstrap.sh

The generate.sh is a bootstrap for each individual project.
Officially calling it the bootstrap just makes sense.

4 years agoCleanup: rename bootstrap.sh to boostrap-example.sh
Kevin Day [Sun, 7 Jun 2020 15:27:02 +0000 (10:27 -0500)]
Cleanup: rename bootstrap.sh to boostrap-example.sh

4 years agoCleanup: rename generate to bootstrap
Kevin Day [Sun, 7 Jun 2020 15:24:48 +0000 (10:24 -0500)]
Cleanup: rename generate to bootstrap

The generate script is now officially a bootstrap script.

4 years agoUpdate: add new documentation, improve existing documentation
Kevin Day [Sun, 7 Jun 2020 15:19:36 +0000 (10:19 -0500)]
Update: add new documentation, improve existing documentation

4 years agoCleanup: rename work_directory to work
Kevin Day [Sun, 7 Jun 2020 14:35:57 +0000 (09:35 -0500)]
Cleanup: rename work_directory to work

This makes the parameter consistent with the generate.sh script.

4 years agoUpdate: rename readme to readme.bootstrap
Kevin Day [Sun, 7 Jun 2020 14:35:23 +0000 (09:35 -0500)]
Update: rename readme to readme.bootstrap

4 years agoCleanup: ordering of function names and add spaces before function instantiation...
Kevin Day [Sun, 7 Jun 2020 14:11:55 +0000 (09:11 -0500)]
Cleanup: ordering of function names and add spaces before function instantiation open brace

4 years agoUpdate: support copying documents, licenses, and specifications per project and do...
Kevin Day [Sun, 7 Jun 2020 14:07:06 +0000 (09:07 -0500)]
Update: support copying documents, licenses, and specifications per project and do some cleanups

Individual projects, specifically programs (level_3), may have custom documentation, licenses, and specifications.
(With custom licenses being least likely because this project in its entirety is under lgpl.)

Add support to all projects just for good practice.

Cleanup ordering of function names and add spaces before function instantiation open brace.

4 years agoUpdate: Featureless Make needs to handle the -d/--define parameter
Kevin Day [Sun, 7 Jun 2020 03:30:17 +0000 (22:30 -0500)]
Update: Featureless Make needs to handle the -d/--define parameter

Rename the parameter from defines to define, because it acts on only a single parameter at a time.
The -d must be specified multiple times to get multiple defines.

When -d/--define is specified, the defines provided by the settings file get ignored.

Continue to pass the defines from the console parameters to the process scripts.

4 years agoUpdate: add missing handling of defines_all, defines_shared, and defines_static
Kevin Day [Sun, 7 Jun 2020 02:45:35 +0000 (21:45 -0500)]
Update: add missing handling of defines_all, defines_shared, and defines_static

4 years agoBugfix: shared library link names are incorrect
Kevin Day [Sun, 7 Jun 2020 02:32:27 +0000 (21:32 -0500)]
Bugfix: shared library link names are incorrect

The standard link names are:
  libfake.so -> libfake.so.0
  libfake.so.0 -> libfake.so.0.5.0

Instead, I had:
  libfake.so.0 -> libfake.so.0.5
  libfake.so.0.5 -> libfake.so.0.5.0

While I am at it, make these links reflect the version_target setting.
If target is major, then standard link names above are followed.
If target is minor, then:
  libfake.so -> libfake.so.0.5
  libfake.so.0.5 -> libfake.so.0.5.0
If target is micro, then:
  libfake.so -> libfake.so.0.5.0

4 years agoCleanup: add build_language setting
Kevin Day [Sun, 7 Jun 2020 01:58:27 +0000 (20:58 -0500)]
Cleanup: add build_language setting

This defaults to C, so there is no issue if it is not defined.
Still, it should be provided as the default in the FLL project.

4 years agoCleanup: remove unnecessary S from function names
Kevin Day [Sun, 7 Jun 2020 01:28:16 +0000 (20:28 -0500)]
Cleanup: remove unnecessary S from function names

The building only builds a single program and a single library.
The building of objects builds multiple objects, so the S remains for that function.

4 years agoFeature: add version_target setting to Featureless Make and FLL generate script
Kevin Day [Sun, 7 Jun 2020 01:21:26 +0000 (20:21 -0500)]
Feature: add version_target setting to Featureless Make and FLL generate script

I noticed that I had a different linker version string between Featureless Make and the FLL generate script.
After reviewing and fixing, I decided to make this a customizable option now called version_target.
The default, traditional behavior, is to use only the major version.

A major version target would link like "-Wl,-soname,libfake.so.0".
A minor version target would link like "-Wl,-soname,libfake.so.0.5".
A micro version target would link like "-Wl,-soname,libfake.so.0.5.0".

4 years agoUpdate: change settings structure to follow the Featureless Make structure
Kevin Day [Sun, 7 Jun 2020 00:41:06 +0000 (19:41 -0500)]
Update: change settings structure to follow the Featureless Make structure

The existing design is based on the bootstrap scripts.
The bootstrap script is now updated to the new design so these scripts can now be updated to the new design.

4 years agoUpdate: readme
Kevin Day [Sun, 7 Jun 2020 00:40:36 +0000 (19:40 -0500)]
Update: readme

4 years agoUpdate: redesign to follow the Featureless Make design
Kevin Day [Sun, 7 Jun 2020 00:38:06 +0000 (19:38 -0500)]
Update: redesign to follow the Featureless Make design

Use the setting names specified by Featureless Make, which are a bit more generalized than the current generate.sh design.

This does not fully follow all of the Featureless Make functions.
Only what is necessary (or already implemented) to bootstrap the entire FLL project is done.

4 years agoCleanup: remove redundant adding of library_flags setting
Kevin Day [Sun, 7 Jun 2020 00:35:27 +0000 (19:35 -0500)]
Cleanup: remove redundant adding of library_flags setting

This should have been removed when I moved the code into fake_build_arguments_standard_add().

4 years agoUpdate: implement the bootstrap.sh
Kevin Day [Sun, 7 Jun 2020 00:32:18 +0000 (19:32 -0500)]
Update: implement the bootstrap.sh

4 years agoBugfix: incorrect is_library boolean during build process
Kevin Day [Sun, 7 Jun 2020 00:31:14 +0000 (19:31 -0500)]
Bugfix: incorrect is_library boolean during build process

These are set incorrectly, resulting in using program_flags for library and library_flags for program.

4 years agoBugfix: don't produce extra errors on certain build errors
Kevin Day [Sun, 7 Jun 2020 00:01:26 +0000 (19:01 -0500)]
Bugfix: don't produce extra errors on certain build errors

4 years agoCleanup: switch to simpler color context strategy
Kevin Day [Sat, 6 Jun 2020 22:10:07 +0000 (17:10 -0500)]
Cleanup: switch to simpler color context strategy

Use a simpler color context strategy.
This helps avoid the need to alter the recursive function output.

4 years agoCleanup: typo in directory
Kevin Day [Sat, 6 Jun 2020 21:58:51 +0000 (16:58 -0500)]
Cleanup: typo in directory

4 years agoBugfix: do not consider a non-existent build directory an error during clean operation
Kevin Day [Sat, 6 Jun 2020 21:46:26 +0000 (16:46 -0500)]
Bugfix: do not consider a non-existent build directory an error during clean operation

The clean only cares about deleting all of the files in the build directory.
If that directory does not exist, then there is no issue.
When in verbose mode, print a message about the directory not existing.

4 years agoBugfix: filename without extension not terminated and compiled objects need subdirect...
Kevin Day [Sat, 6 Jun 2020 19:46:02 +0000 (14:46 -0500)]
Bugfix: filename without extension not terminated and compiled objects need subdirectories

When generating the filename without the file extension, terminate the string.

When library sources are specified using subdirectory paths, object files should have the same subdirectory structure.
This only applies to object files because they are compiled using the same naming structure as the sources.
The rest of the compiled code is compiled into a new structure, which is generally a single library or program.

4 years agoBugfix: invalid memory access and only process if not empty
Kevin Day [Sat, 6 Jun 2020 16:43:39 +0000 (11:43 -0500)]
Bugfix: invalid memory access and only process if not empty

If the path_headers is not defined, an invalid memory read was triggered.
This happens because I was only assigning path_headers variable when path_heades setting was defined but I was still attempting to copy that path regardless.

Make sure to not bother attempting any copy or compile build operations if that setting has not properties (such as build_sources_program being empty).

4 years agoCleanup: remove no longer used scripts
Kevin Day [Sat, 6 Jun 2020 16:42:53 +0000 (11:42 -0500)]
Cleanup: remove no longer used scripts

4 years agoProgress: featureless make
Kevin Day [Fri, 5 Jun 2020 05:27:26 +0000 (00:27 -0500)]
Progress: featureless make

Finish writing static compiling.

Simplify some of the code, moving repeated code into functions.

Get rid of process build path, it is no longer to be used.

4 years agoCleanup: remove unnecessary -lfake in flags_program
Kevin Day [Fri, 5 Jun 2020 00:31:14 +0000 (19:31 -0500)]
Cleanup: remove unnecessary -lfake in flags_program

The recent fixes made this unnecessary.

4 years agoProgress: featureless make
Kevin Day [Fri, 5 Jun 2020 00:21:30 +0000 (19:21 -0500)]
Progress: featureless make

This gets the shared library and shared program compiling working.
The fake program can compile the fake binary and that fake binary can do the same.
This is great progress.

4 years agoBugfix: do not embed libraries into program
Kevin Day [Fri, 5 Jun 2020 00:18:50 +0000 (19:18 -0500)]
Bugfix: do not embed libraries into program

The generate.sh script design seems to be adding the library sources into the program.
This effectively makes the linked library.
This is a bad compiling and linking design and a waste of space.

Instead, add a link option to the project name so that the library gets linked to by the program.

4 years agoProgress: Featureless Make
Kevin Day [Thu, 4 Jun 2020 03:33:15 +0000 (22:33 -0500)]
Progress: Featureless Make

Remove no-longer used or planned to be used defines.

Switch to fl_string_dynamic_terminate_after().

Add color context to certain verbose messages.
(The recursive remove needs to replaced due to nftw() being too limited.)

Complete the compile shared library function.

4 years agoBugfix: correctly calculate terminating null for fl_string_dynamic_terminate_after()
Kevin Day [Thu, 4 Jun 2020 03:32:20 +0000 (22:32 -0500)]
Bugfix: correctly calculate terminating null for fl_string_dynamic_terminate_after()

4 years agoBugfix: memory leak in f_execute_*_environment() functions, handle no-slash case...
Kevin Day [Wed, 3 Jun 2020 05:01:16 +0000 (00:01 -0500)]
Bugfix: memory leak in f_execute_*_environment() functions, handle no-slash case, fix memcpy()

I failed to clear memory on some return on error cases.

Using "sizeof(f_string_length) *" in memcpy is nonsense here, its a char, which is size 1!

When there is no '/' in the path, strrchr() return 0.
In this situation, just consider the entire path the file name.

4 years agoUpdate: add f_path_extension_separator
Kevin Day [Wed, 3 Jun 2020 05:00:54 +0000 (00:00 -0500)]
Update: add f_path_extension_separator

4 years agoProgress: featureless make
Kevin Day [Tue, 2 Jun 2020 04:43:08 +0000 (23:43 -0500)]
Progress: featureless make

Handle the script sources differently than the bash sources.
The bash sources, a scrript, is for generated/processed (and the how is yet to be defined).
The more general scripts are meant for already prepared scripts not modified by this program (unless modified by some pre-process or post-process script).
The more general scripts does not care what the file is, it just gets copied over into the build scripts program path.

Add build_script yes/no setting to conditional include the general scripts when building.

Slightly rework the logic when processing the build operation functions.
Add the planned functions as stubs, to be completed in a future commit.

4 years agoProgress: featureless make
Kevin Day [Mon, 1 Jun 2020 04:02:50 +0000 (23:02 -0500)]
Progress: featureless make

Add stage files where stages are recorded to allow very basic build resuming.

Prepare the code for doing the build.

4 years agoUpdate: f_file, add f_file_touch() and f_file_touch_at(), F_search error
Kevin Day [Mon, 1 Jun 2020 04:00:59 +0000 (23:00 -0500)]
Update: f_file, add f_file_touch() and f_file_touch_at(), F_search error

Minor updates to f_file project.

Add the f_file_touch() and f_file_touch_at() functions.

Add the status code F_search (used by f_file_touch() and f_file_touch_at()).

4 years agoProgress: featureless make
Kevin Day [Sun, 31 May 2020 04:41:33 +0000 (23:41 -0500)]
Progress: featureless make

Fix a mistake in the naming conflict for with the language enum and language defines.

Implement a more generic build copy function.
Improve file copying support.
Add verbose copy messages.
Copy the C and C++ header files.
Rename fake_build_settings to fake_build_setting to properly follow this projects naming convention.
Add missing dependency for fl_directory.

Language-specific support setting "build_language" is implemented and provides a way to specific which language to use.
This will default to C.

4 years agoUpdate: ensure string parameter tests exist and add f_file_name_base() and f_file_nam...
Kevin Day [Sun, 31 May 2020 04:37:30 +0000 (23:37 -0500)]
Update: ensure string parameter tests exist and add f_file_name_base() and f_file_name_directory() functions

I seem to have forgotten that f_string is a char * and should be checked to not be NULL.
I think I removed these during a cleanup process, so add them back.

The basename() and dirname() functions need to be suppoted.
They require extra effort because as per the POSIX standard, parameters are modified.
This is undesirable so protect the parameters when calling.

4 years agoCleanup: make f_string_eol and f_string_placeholder a string instead of a char
Kevin Day [Sat, 30 May 2020 22:42:26 +0000 (17:42 -0500)]
Cleanup: make f_string_eol and f_string_placeholder a string instead of a char

In the back of my mind I keep reading f_string_eol as a string.
It is not.
Instead, it is a character.

To prevent this potential confusion, just make it a string and require the use of f_string_eol[0].
Make the same kind of change to f_string_placeholder as well.

4 years agoProgress: featureless make
Kevin Day [Sat, 30 May 2020 22:36:40 +0000 (17:36 -0500)]
Progress: featureless make

Move the print functions to their own private files (private-print.c and private-print.h).

Have the build operation create the build directory skeleton.
Have the build operation copy the settings files over, if specified in the build settings.

Update the code to be in sync with recent FLL changes.

4 years agoUpdate: pipe and fifo, replace f_directory_mode with f_mode, f_file_copy()
Kevin Day [Sat, 30 May 2020 22:33:09 +0000 (17:33 -0500)]
Update: pipe and fifo, replace f_directory_mode with f_mode, f_file_copy()

Stick to only using fifo terminology in file types.

Replace f_directory_mode with f_mode, a global type to be shared between f_file, f_directory, and anything else.

Update f_file_copy() to use f_mode instead of mode_t.
This allows the caller to just send the mode.
The copy function already stats the file and processes it per file type, so it can make the decision on which mode to use.
This alleviates the need for the caller to also perform a file type stat check.

4 years agoUpdate: todo documentation, directory copy and clone functions, update comment docume...
Kevin Day [Sat, 30 May 2020 01:00:41 +0000 (20:00 -0500)]
Update: todo documentation, directory copy and clone functions, update comment documentation

Update the todo.txt documentation.

There needs to be directory copy and clone functions for copy the contents of a source directory and not the directory itself.
To that end, add new *_contents() copy functions.

The comment documentation for clone was never updated and is incorrect.

4 years agoProgress: add more directory and file related functions, other changes
Kevin Day [Fri, 29 May 2020 00:23:59 +0000 (19:23 -0500)]
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.

4 years agoProgress: featureless make
Kevin Day [Wed, 27 May 2020 04:52:02 +0000 (23:52 -0500)]
Progress: featureless make

Get umask at start (done at start to limit the non-atomic nature of the poorly defined POSIX umask()).

Begin setting up for directory copy operations.

f_file_create() no longer accepts de-reference parameter.

4 years agoUpdate: file and directory improvements, finish writing directory copy
Kevin Day [Wed, 27 May 2020 04:45:31 +0000 (23:45 -0500)]
Update: file and directory improvements, finish writing directory copy

Organize directory header structure, adding directory_type.h.
Add additional directory structures.
Directory copy needs to report what fails, so provide a structure for reporting each failure.
(There needs to be a verbose function for printing success/failure.)

Remove de-reference from numerous file functions.
POSIX denies certain operations of symlinks.
During copy operations, do not apply mode to symlink as it would now apply mode changes to the de-referenced link.
Allow block size to use default block size if set to 0 (convenience).
Add missing return statement to file copy (without it socket file types would incorrectly report F_unsupported).
Add link read functions so that symlink information may be obtained so that it can then be copied.
Add comments about poorly written umask() as per POSIX standard (at least according to manpages).

Other minor fixes and cleanups.

4 years agoFeature: add push and pop directory functions
Kevin Day [Mon, 25 May 2020 04:02:22 +0000 (23:02 -0500)]
Feature: add push and pop directory functions

These functions should help make appending interactive or user-data for directory path building easier.

4 years agoCleanup: remove unused header
Kevin Day [Mon, 25 May 2020 04:01:53 +0000 (23:01 -0500)]
Cleanup: remove unused header

4 years agoUpdate: minor improvements, finish f_file_copy(), add fifo file type
Kevin Day [Sun, 24 May 2020 03:54:53 +0000 (22:54 -0500)]
Update: minor improvements, finish f_file_copy(), add fifo file type

Finish implementing the f_file_copy(), adding support for all file types (except unknown).

The documentation for block, character, and FIFO is unclear to me at this time and my attempts to copy using mknod(2) is an educated guess.
Attempt to prevent file type from being passed via the mode_t when doing a copy (currently untested).

Add the appropriate file create functions to implement the copy operations.
Have the copy file copy only the directory itself and not the contents (to copy contents, the fl_directory_copy() function should be used).

The added fifo type is pretty much the same as pipe.
Mixing fifo with pipe terminology ended up being confusing so I opted to create redundant FIFO types to simplify the readability.

Use the word "regular" for a regular file instead of "file".
Using "regular" is a less confusing than using "file" (i.e. Regular File Type vs File File Type).

4 years agoCleanup: Replace F_file_open_not with F_file_closed, add additional status codes...
Kevin Day [Sat, 23 May 2020 20:46:19 +0000 (15:46 -0500)]
Cleanup: Replace F_file_open_not with F_file_closed, add additional status codes for consistencies

Socket was not fully converted into basic status codes (not having connect).
I can see future work in sockets whee I may actually add connect codes back, but I won't know until I spend dedicate time on it.

Add additional status codes that should probably exist for consistency purposes.

With F_file_open_not removed, split behavior into two checks:
- F_file for file descriptor errors.
- F_file_closed for file not open errors.

4 years agoCleanup: update all status codes in line with recent refactor and fix issues
Kevin Day [Sat, 23 May 2020 20:13:59 +0000 (15:13 -0500)]
Cleanup: update all status codes in line with recent refactor and fix issues

This primarily puts all of the status code handling in alphabetic order.
The length sizes are updated accordingly.
Be consistent with S at the end of things, whereas S is not the traditional grammatical use but instead implies a set of.
Use the base F_* disable defines instead of using new ones for each level when they are specific to the F_* status codes.
Add additional comment documentation.

Any issues observed resulting from the refactor were also fixed during this change.

4 years agoRefactor: use capital F, FL, and FLL for status codes to avoid potential conflicts
Kevin Day [Sat, 23 May 2020 15:36:05 +0000 (10:36 -0500)]
Refactor: use capital F, FL, and FLL for status codes to avoid potential conflicts

By only using the first part, the annoyance of all uppercase can be avoided.
This then allows shortening the names and removing words like "_error".
Also restructure where the "_not" are placed (placing them immediately after what they apply to).

This will be followed up by a restructuring commit.

4 years agoUpdate: get the level_3 / programs working after major file / directory changes
Kevin Day [Sat, 23 May 2020 05:35:03 +0000 (00:35 -0500)]
Update: get the level_3 / programs working after major file / directory changes

This required making some fixes in the files related code.
This puts the UTF-8 file (utf_file) project notably behind an additional work is necessary to get that working correctly as well as having it be consistent with f_file.

I've decided that when written pointer is 0, then the caller is requesting to not get back the written size.
I am very likely going to do similar behavior with null pointers in other uses, which will help further simplify the design.

Other minor changes.
Of particular note is moving flags into the f_file structure.
This was effectively how the pre-file redesign worked, but it uses flags now instead of the "r", "rw", "a", etc.. string modes used by fopen.
Make sure an append flag is available.

4 years agoProgress: continue redesign of file and directoy structure
Kevin Day [Fri, 22 May 2020 02:42:18 +0000 (21:42 -0500)]
Progress: continue redesign of file and directoy structure

This gets the code in a state where I can focus on updating all of the programs (level_3 files).
The UTF-8 related types have @todo and @fixme as I intend to come back later and finish them.

4 years agoProgress: major redesigns with file and directory handling, this changeset is incomplete
Kevin Day [Thu, 21 May 2020 05:08:09 +0000 (00:08 -0500)]
Progress: major redesigns with file and directory handling, this changeset is incomplete

In the process of writing the directory copy, I realized I needed to improve the file and directory management.
This triggered me to rethink how I was handling files and directories to some extend.

If memory serves me correctly, the POSIX 2008 was either too new or non-existent when I first wrote some of this.
Updating to use the newer POSIX functionality and changes seems worth this major change.

Add additional file functionality.
Lots of re-organization and redesign.

I still haven't finished this and would rather commit now, with incomplete code randomly throughout, than risk losing any changes.
In particular, the fl_utf_file is where I need to resume.
I need to then update all of the level 3 programs to use the new file/directory handling code.
After that I need to finish writing the directory copy, which should include investigating and implementing file copy operations for more than regular files and symbolic links.
I also need to remember to investigate copying hard links as a hard link instead of as a duplicate file.

4 years agoUpdate: add additional file functions, fix bug with file stat in f_directory
Kevin Day [Mon, 18 May 2020 02:49:01 +0000 (21:49 -0500)]
Update: add additional file functions, fix bug with file stat in f_directory

Add additional f_file functions, move commonly shared code into private f_file files.

The f_directory functions were incorrectly using sizeof().

4 years agoProgress: featureless make
Kevin Day [Sun, 17 May 2020 23:05:50 +0000 (18:05 -0500)]
Progress: featureless make

Add and validate modes from the build settings files.
This provides some data integrity support.
If a mode is not defined in the modes property of the build settings, then that mode is not valid and the build process is stopped.

4 years agoBugfix: incorrect return status resulted in mistaken status handling
Kevin Day [Sun, 17 May 2020 23:04:52 +0000 (18:04 -0500)]
Bugfix: incorrect return status resulted in mistaken status handling

4 years agoProgress: featureless make
Kevin Day [Sun, 17 May 2020 17:05:59 +0000 (12:05 -0500)]
Progress: featureless make

Snatch apart the settings strings instead of mashing them together.
Process the environment build setting to enable selecting additional environment variable to expose to the process scripts.

4 years agoCleanup: fix build issues relating to build settings
Kevin Day [Sun, 17 May 2020 07:57:24 +0000 (02:57 -0500)]
Cleanup: fix build issues relating to build settings

Get the individual builds back in working order in regards to build configuration.

4 years agoUpdate: add path expode using normal order
Kevin Day [Sun, 17 May 2020 03:42:49 +0000 (22:42 -0500)]
Update: add path expode using normal order

Oops.

For reasons unknown to me, I seem to have written the path explode in reverse order.
The path is intended to be processed from left to right.

Rename the old functions appending _reverse to their name.

4 years agoProgress: featureless make
Kevin Day [Sun, 17 May 2020 03:06:16 +0000 (22:06 -0500)]
Progress: featureless make

4 years agoUpdate: numerous changes, most notably path and vfork to fork changes
Kevin Day [Sun, 17 May 2020 02:56:52 +0000 (21:56 -0500)]
Update: numerous changes, most notably path and vfork to fork changes

Replace vfork() calls with fork().
- I have determined that vfork() is not safe.
- When calling clearenv() inside a vfork() child process, the parent process' environment ends up getting cleared as well!
- The child can alter the parents memory according to manpages, so stop using vfork() entirely.

Add path processing functions and related defines.

Enable path processing to allow for execvpe()-like behavior can be implemented.
- The execvpe() function is not used because it is not POSIX.
- Manually process the PATH environment to determine what to execute, even when PATH enviornment gets cleared.

Some consistency improvements in defines, such as f_console_max_size to f_console_length_size.

Fix mistake in memcpy usage, dynamic strings use char * for their string so passing & is incorrect.

The f_file_exists() is using access().
- This is misleading and incorect.
- Use stat() to determine if file exists because it doesn't require access to the file (aside from directory access) to check existence.
- Add a new function f_file_access() as the old implementation of f_file_exists().

The fll_execute programs now support additional functions for clearing environment variables.
- This effectively sandboxes the environment variables before calling the program.

4 years agoProgress: featureless make
Kevin Day [Fri, 15 May 2020 02:54:59 +0000 (21:54 -0500)]
Progress: featureless make

In particular, defines file to skeleton build.

4 years agoCleanup: remove f_string_eos, use 0 instead
Kevin Day [Fri, 15 May 2020 02:52:28 +0000 (21:52 -0500)]
Cleanup: remove f_string_eos, use 0 instead

I originally created f_string_eos, so that it could be potentially changed.
In the case of basic strings, using 0 is simpler, more consistent, and safer.

4 years agoUpdate: add environment functions, add static strings, and other changes
Kevin Day [Fri, 15 May 2020 02:42:01 +0000 (21:42 -0500)]
Update: add environment functions, add static strings, and other changes

Add environment project and associated functions for managing environment variables.
Add execute functions for setting environment variables.
- More work is needed to search the PATH to perform fll_execute_program_environment when PATH is not to be defined.

Provide stub define build settings files for each project.

Miscellaneous minor fixes/tweaks.

4 years agoProgress: Featureless Make
Kevin Day [Thu, 14 May 2020 04:24:19 +0000 (23:24 -0500)]
Progress: Featureless Make

Implement skeleton operation.
Simplify parameters and enforce a more standard structure on 'build'.
The "make" operation with its "fakefile"s can be used for more flexible project structures (at least once it is written).

4 years agoUpdate: additional file functions, relocate function locations, add path separator...
Kevin Day [Thu, 14 May 2020 01:30:37 +0000 (20:30 -0500)]
Update: additional file functions, relocate function locations, add path separator length define

4 years agoProgress: Featureless Make
Kevin Day [Tue, 12 May 2020 03:16:44 +0000 (22:16 -0500)]
Progress: Featureless Make

4 years agoUpdate: add directory functions, file functions, and status codes
Kevin Day [Tue, 12 May 2020 03:15:02 +0000 (22:15 -0500)]
Update: add directory functions, file functions, and status codes

4 years agoUpdate: add path.h headerr
Kevin Day [Tue, 12 May 2020 03:14:20 +0000 (22:14 -0500)]
Update: add path.h headerr

4 years agoUpdate: finish the @todo in errno handling of recent directory additions
Kevin Day [Mon, 11 May 2020 01:58:19 +0000 (20:58 -0500)]
Update: finish the @todo in errno handling of recent directory additions

4 years agoProgress: further work in Featureless Make, implement cleanup operation
Kevin Day [Mon, 11 May 2020 01:16:59 +0000 (20:16 -0500)]
Progress: further work in Featureless Make, implement cleanup operation

4 years agoUpdate: new directory related functions, file function updates, status code updates...
Kevin Day [Mon, 11 May 2020 01:08:36 +0000 (20:08 -0500)]
Update: new directory related functions, file function updates, status code updates, directory level restructuring

Numerous updates to get the directory functionality better hashed out.
Some of the directory functionality is experimentally added.

4 years agoProgress: continue work on fake (Featureless Make)
Kevin Day [Sun, 10 May 2020 05:50:56 +0000 (00:50 -0500)]
Progress: continue work on fake (Featureless Make)

4 years agoUpdate: add boostrap.sh stub and add readme.txt document
Kevin Day [Sun, 10 May 2020 05:48:49 +0000 (00:48 -0500)]
Update: add boostrap.sh stub and add readme.txt document

4 years agoFeature: add f_utf_string_static as a non-allocated alternative to f_utf_string_dynamic
Kevin Day [Sun, 10 May 2020 05:47:04 +0000 (00:47 -0500)]
Feature: add f_utf_string_static as a non-allocated alternative to f_utf_string_dynamic

The is the UTF-8 string equivalent of the f_string_static type.

4 years agoFeature: Add string assure functions to assure a given string exists at the beginning...
Kevin Day [Sun, 10 May 2020 05:45:03 +0000 (00:45 -0500)]
Feature: Add string assure functions to assure a given string exists at the beginning or the end

This is particularly useful for assuring that a "/" exists and the end of generated path strings.

4 years agoRevert "Refactor: f_print_string_dynamic to f_print_string_static"
Kevin Day [Sun, 10 May 2020 03:12:10 +0000 (22:12 -0500)]
Revert "Refactor: f_print_string_dynamic to f_print_string_static"

This reverts commit f225f4059d0e082a7bfae29e042a2120ac4bda33.

It occurred to me that this would make the function names more inconsistent.
This could get very confusing so just stick with "dynamic" in all the names.
"dynamic" is the original term and "static" in isolation is a reserved word.

The type names will remain as both f_string_static and f_string_dynamic.
That inconsistency is desirable due to the explicit meaning communicated by their names.

4 years agoRefactor: f_print_string_dynamic to f_print_string_static
Kevin Day [Sat, 9 May 2020 23:17:54 +0000 (18:17 -0500)]
Refactor: f_print_string_dynamic to f_print_string_static

4 years agoRefactor: all constant dynamic strings can be safely changed to static string
Kevin Day [Sat, 9 May 2020 23:12:11 +0000 (18:12 -0500)]
Refactor: all constant dynamic strings can be safely changed to static string

This is just a mass regex change.
There may need to be function renaming and re-ordering at a later time.

4 years agoFeature: add f_string_static as a non-allocated alternative to f_string_dynamic
Kevin Day [Sat, 9 May 2020 22:26:41 +0000 (17:26 -0500)]
Feature: add f_string_static as a non-allocated alternative to f_string_dynamic

That is not to say that a dynamically allocated buffer cannot be placed in its string part.
Instead, it communicates that this is not never be allocated or deallocated directly.

This is implemented in such a way that f_string_dynamic is a sub-type of f_string_static.
This should allow for easy type conversions.

4 years agoProgress: pass coloor modes and verbosity to build pre-process and build post-process...
Kevin Day [Sat, 9 May 2020 21:47:40 +0000 (16:47 -0500)]
Progress: pass coloor modes and verbosity to build pre-process and build post-process scripts

4 years agoUpdate: improve color mode handling
Kevin Day [Sat, 9 May 2020 21:47:12 +0000 (16:47 -0500)]
Update: improve color mode handling

Improve handling of color mode so that applications can consistently react to the established color code.
In the fake program, this is useful for passing the color mode to the build pre-process and build post-process scripts.

4 years agoUpdate: explode parameter priotization into left & right, add quiet and verbose optio...
Kevin Day [Sat, 9 May 2020 19:22:04 +0000 (14:22 -0500)]
Update: explode parameter priotization into left & right, add quiet and verbose options, and minor code cleanup

The (right) parameter prioritization function should be expanded into a left-prioritization and a right-prioritaztion.

Make +q/++quiet and +V/++verbose standard options for verbose.

Add length defines for console standard defines.

Make sure the status return is handled.
There were a few cases where it was not being handled.

Minor code structure cleanups for structural issues I happened to observe.

4 years agoProgress: continue work on fake
Kevin Day [Sat, 9 May 2020 04:31:22 +0000 (23:31 -0500)]
Progress: continue work on fake

4 years agoUpdate: add snatch apart functions and improve logic of fss snatch functions
Kevin Day [Sat, 9 May 2020 04:28:31 +0000 (23:28 -0500)]
Update: add snatch apart functions and improve logic of fss snatch functions

The snatch apart is to create separate sets of strings instead of merging them.
The snatch mash apart will mash all dynamic strings for all content for a single object but use separate strings for each separate object.

I accidentally, or perhaps habitually, used break when return is better when handling errors.
Make sure to document f_string_max_size as a possible return result.