]> Kevux Git Server - fll/shortlog
fll
2025-12-12 Kevin DayFeature: Add FSS Read stand alone programs.
2025-12-11 Kevin DayUpdate: Remove unnecessary level_0/parse.h include.
2025-12-11 Kevin DayFeature: Add Status Code stand alone programs.
2025-12-11 Kevin DayBugfix: Multiple dependencies files, not handling all...
2025-12-11 Kevin DayBugfix: Incorrect destination path for the custom stand...
2025-12-11 Kevin DayUpdate: Bootstrap script, changing the switch to loops...
2025-12-10 Kevin DayUpdate: Setup all defauls and provide version_file...
2025-12-10 Kevin DayRefactor: Build mode gcc_13 to flex_arrays to provide...
2025-12-10 Kevin DayCleanup: Remove unused dependencies in status code...
2025-12-10 Kevin DayBugfix: Remove parse.h as it is not a dependency of...
2025-12-10 Kevin DayCleanup: Build settings, move private sources onto...
2025-12-10 Kevin DayFeature: Support additional specialized stand alone...
2025-12-10 Kevin DayUpdate: Featureless Make build examples to use static...
2025-12-10 Kevin DayUpdate: Make c the default build_language in Featureles...
2025-12-09 Kevin DayUpdate: Make the stand alone build settings more consis...
2025-12-09 Kevin DayFeature: Add FSS Identify stand alone program.
2025-12-09 Kevin DayBugfix: The fss_identify program does not use f_directory.
2025-12-09 Kevin DayUpdate: Remove build settings that are supplied by...
2025-12-08 Kevin DayUpdate: Copyrights in preparation for early 2026 release.
2025-12-08 Kevin DayUpdate: The tags file.
2025-12-08 Kevin DayFeature: Add f_process project.
2025-12-07 Kevin DayUpdate: Use F_device_not rather than F_device for these...
2025-12-07 Kevin DayCleanup: Make F_failure documentation comments more...
2025-12-07 Kevin DayFeature: Additional status codes, F_fresh and F_stale.
2025-12-06 Kevin DayCleanup: Reduce extra blocks in delete and destroy...
2025-12-06 Kevin DayUpdate: Main program structures to follow consistent...
2025-12-06 Kevin DayUpdate: The API version documentation comments to 0.8.
2025-12-06 Kevin DayUpdate: Use call back class structure.
2025-12-06 Kevin DayBugfix: Make sure the bootstrap.sh provide the standard...
2025-12-06 Kevin DayCleanup: Remove stale and invalid f_utf string files.
2025-12-06 Kevin DayCleanup: Remove build settings objects that specify...
2025-12-04 Kevin DayUpdate: Add missing array types for time and date struc...
2025-12-03 Kevin DayBugfix: Bootstrap example script is not returning prope...
2025-12-03 Kevin DayFeature: Add macro_*_t_intialize_3(array_value, length_...
2025-12-03 Kevin DayRefactor: Code to use { .a = b } notation for initializ...
2025-12-01 Kevin DayUpdate: Remove todo regarding delete and destroy functi...
2025-12-01 Kevin DayUpdate: Remove n longer valid *_delete_simple and ...
2025-12-01 Kevin DayUpdate: Avoid the use of bool, keeping it to a bare...
2025-12-01 Kevin DayUpdate: Make *_t_clear() functionality consistent and...
2025-11-30 Kevin DayRefactor: Relocate the order of the size and used prope...
2025-11-30 Kevin DayRefactor: Relocate the order of the size and used prope...
2025-11-30 Kevin DayRefactor: Relocate the order of the size and used prope...
2025-11-29 Kevin DayUpdate: Remove firewall files that were not migrated...
2025-11-29 Kevin DayUpdate: Add the stand alone build defines for fll_progr...
2025-11-29 Kevin DayFeature: Add fll_program_print_error_parameter_too_few...
2025-11-28 Kevin DayUpdate: Remove F_file_type_not_* status codes.
2025-11-28 Kevin DayUpdate: The directory status codes and use F_directory_...
2025-11-27 Kevin DayUpdate: Use F_file_descriptor_not instead of F_file_des...
2025-11-26 Kevin DayUpdate: Make more socket error codes more granular...
2025-11-26 Kevin DayUpdate: Make more socket error codes more granular...
2025-11-26 Kevin DayUpdate: Make some socket error codes more granular...
2025-11-26 Kevin DayUpdate: FLL Error should handle more standard network...
2025-11-25 Kevin DayCleanup: Abstruse documentation comments.
2025-11-24 Kevin DayBugfix: The asctime_r() function appends a new line.
2025-11-23 Kevin DayBugfix: The fss_write is missing the recently added...
2025-11-22 Kevin DayBugfix: Incorrect index usages in f_console_parameter_p...
2025-11-22 Kevin DayCleanup: Add missing documentation on wrap_up_stop.
2025-11-22 Kevin DayCleanup: Add additional comment for f_console_result_fo...
2025-11-21 Kevin DayFeature: Additional status codes, F_case, F_match,...
2025-11-20 Kevin DayBugfix: Add missing f_string_format_sentence_end_basic_...
2025-11-17 Kevin DayUpdate: Remove firewall program.
2025-11-17 Kevin DayUpdate: Next minor and micro version (0.8.0).
2025-11-12 Kevin DayUpdate: The FLL tags file with the latest code. 0.7.3
2025-11-12 Kevin DayUpdate: Utilize the F_status_debug_source_d for handlin...
2025-11-11 Kevin DayUpdate: Utilize the debug mode, changing the error...
2025-11-10 Kevin DayUpdate: Add the debug mode to the build settings.
2025-11-09 Kevin DayFeature: Additional status codes, F_pretty, F_ugly...
2025-11-09 Kevin DayFeature: Support generating debug souce and line as...
2025-11-06 Kevin DayUpdate: Have thread condition wait functions return...
2025-11-02 Kevin DayUpdate: Provide more granular error status codes in...
2025-11-01 Kevin DayFeature: Add additional status codes, F_read_write...
2025-11-01 Kevin DayFeature: Add additional status codes.
2025-10-09 Kevin DayFeature: Add F_lock_critical, F_lock_read_write, F_lock...
2025-09-02 Kevin DayUpdate: Remove f_thread_set_t and related.
2025-09-01 Kevin DayCleanup: Remove redundant mutex defines.
2025-09-01 Kevin DayUpdate: Add f_schedule disables file.
2025-09-01 Kevin DayUpdate: The FLL tags file.
2025-09-01 Kevin DayUpdate: Finish adding functions to f_schedule.
2025-08-31 Kevin DayProgress: Add more functions to f_schedule.
2025-08-29 Kevin DayProgress: Begin adding f_schedule.
2025-08-28 Kevin DayUpdate: Add defines for f_thread and update appropriate...
2025-08-27 Kevin DayUpdate: Add specific source design documentation.
2025-08-27 Kevin DayCleanup: Style spacing in initialize define.
2025-08-21 Kevin DayUpdate: The FLL tags file with the latest code.
2025-08-20 Kevin DayUpdate: Adding missing thread functions and types;...
2025-08-18 Kevin DayUpdate: Settings with latest code changes and address...
2025-08-16 Kevin DayUpdate: Provide "full" thread types and corrects other...
2025-08-16 Kevin DayCleanup: Add missing documentation in certain thread...
2025-08-15 Kevin DayFeature: Add F_pause and F_resume.
2025-08-13 Kevin DayFeature: Add F_future, F_past, and F_present status...
2025-08-13 Kevin DayFeature: Add missing mutex consistent and robust mutex...
2025-08-13 Kevin DayUpdate: Add thread mutex attribute defines, update...
2025-08-12 Kevin DayFeature: Add F_is and F_is_not status codes.
2025-08-12 Kevin DayCleanup: Several old status code locations (second...
2025-08-11 Kevin DayCleanup: Several old status code locations (first pass).
2025-08-10 Kevin DayCleanup: Fix typo of 'exit' in documentation comments.
2025-08-03 Kevin DayFeature: Add F_load, F_refresh, F_reload, F_unload...
2025-08-02 Kevin DayUpdate: The FLL tags file with the latest code.
2025-08-02 Kevin DayUpdate: Add additional documentation notes regarding...
2025-08-02 Kevin DayUpdate: Handle F_implement_not and F_support_not in...
next