]> Kevux Git Server - fll/shortlog
fll
2022-12-09 Kevin DayBugfix: The f_environment_max_length should be f_enviro...
2022-12-08 Kevin DayUpdate: Style guide documentation.
2022-12-08 Kevin DayUpdate: Add stand alone firewall build.
2022-12-08 Kevin DayBugfix: Add missing dependencies and remove incorrect...
2022-12-08 Kevin DayUpdate: Remove unused "test" mode and add "clang" mode...
2022-12-08 Kevin DayUpdate: The disable defines files need to be updated...
2022-12-08 Kevin DayUpdate: The fake stand alone build defines.
2022-12-08 Kevin DayCleanup: Add updated type and add commented out status...
2022-12-08 Kevin DayUpdate: The ifndef wrappers should end in _t_ to repres...
2022-12-07 Kevin DayCleanup: Remove random '_f' in ifndef define.
2022-12-07 Kevin DayCleanup: Update the stand alone utf8 to match how the...
2022-12-07 Kevin DayBugfix: The private is_zero_width function is also...
2022-12-07 Kevin DayCleanup: Remove random '_f' added to ifndef define.
2022-12-07 Kevin DayUpdate: Wrap the conversion digits defines in _di_f_con...
2022-12-07 Kevin DayBugfix: Add missing ifdefs for f_file_stat() and f_file...
2022-12-07 Kevin DayUpdate: Add pre-built define files for stand alone...
2022-12-07 Kevin DayCleanup: The static inline functions are being included...
2022-12-07 Kevin DayCleanup: Update stand alone config.h files and add...
2022-12-07 Kevin DayBugfix: The type_array is probably a dependency for...
2022-12-07 Kevin DayCleanup: The utf8 stand alone program does not need...
2022-12-07 Kevin DayBugfix: Incorrect ifndef defines for some functions...
2022-12-06 Kevin DayCleanup: Rename quoted to quote.
2022-12-06 Kevin DayCleanup: Use file parameter is not in alphabetic ordering.
2022-12-06 Kevin DayUpdate: FSS and IKI specification now supports backtick...
2022-12-06 Kevin DayBugfix: Invalid print of character when a placeholder...
2022-12-05 Kevin DayCleanup: Minor improvement to comments and specifications.
2022-12-02 Kevin DayBugfix: The fss_payload_write should not allow "payload...
2022-11-25 Kevin DayUpdate: Fix and improve FSS unit test regarding zero...
2022-11-23 Kevin DayRegression: The f_console_environment_process() is...
2022-11-23 Kevin DayRegression: Improper execution when no arguments and...
2022-11-23 Kevin DaySecurity: Invalid access when calling fake without...
2022-11-22 Kevin DayUpdate: All projects should have fakefiles.
2022-11-19 Kevin DayBugfix: The level_0 console should use private functions.
2022-11-17 Kevin DayBugfix: The first character never gets printed for...
2022-11-06 Kevin DayBugfix: Add missing f_type_array dependency.
2022-11-06 Kevin DayCleanup: The fake program doesn't depend on fll_iki.
2022-11-06 Kevin DayFeature: Add support for additional dependencies and...
2022-11-05 Kevin DayBugfix: Incomplete UTF-8 zero-width detection, particul...
2022-11-05 Kevin DayCleanup: Add comment about special control code handling.
2022-11-05 Kevin DayCleanup: Add comment about BOM.
2022-11-03 Kevin DayBugfix: Incorect spacing when combining --unicode with...
2022-10-31 Kevin DayUpdate: Next micro version (0.6.2).
2022-10-29 Kevin DayUpdate: Slight improvement in UTF unassigned detection... 0.6.1
2022-10-29 Kevin DayBugfix: Two 0's are printed when --total is used and...
2022-10-28 Kevin DayFeature: Add support for ZSH in addition to BASH.
2022-10-28 Kevin DayCleanup: Rename and relocate private is_unassigned...
2022-10-28 Kevin DayUpdate: Support Unicode 15.0.
2022-10-24 Kevin DayFeature: The iki_read should still support the older...
2022-10-23 Kevin DayBugfix: The iki_read is should apply the "--wrap" when...
2022-09-05 Kevin DayBugfix: The fll_program_standard_signal_received()...
2022-09-05 Kevin DayUpdate: Cygwin documentation.
2022-09-01 Kevin DayUpdate: f_memory_structure_increase_by() shouldn't...
2022-09-01 Kevin DayBugfix: private_f_memory_structure_resize() is not...
2022-08-24 Kevin DayCleanup: The fss_status_code never returns F_false.
2022-08-23 Kevin DayBugfix: The fll_program_standard_signal_received()...
2022-08-22 Kevin DayThe verify option in utf8 returns F_false but the progr...
2022-08-22 Kevin DayCleanup: Fix mistakes in documentation comments.
2022-08-08 Kevin DayUpdate: Implement stand alone build for UTF8 program.
2022-08-08 Kevin DayCleanup: Add missing dependency in UTF8 program.
2022-08-08 Kevin DayUpdate: Stand alone Featureless Make custom config...
2022-08-08 Kevin DayUpdate: The utf8 program should be using the stream...
2022-08-08 Kevin DayCleanup: Use functions directly rather than macros.
2022-08-08 Kevin DayBugfix: Functions private_f_file_flush() and private_f_...
2022-08-08 Kevin DayUpdate: Describe modes being used when performing build...
2022-08-07 Kevin DayBugfix: Stand alone build is pulling headers from system.
2022-08-07 Kevin DayUpdate: The test script not uses stand alone mode for...
2022-08-07 Kevin DayUpdate: Implement stand alone build for Featureless...
2022-08-07 Kevin DayFeature: Add support for 'stand_alone' builds in the...
2022-08-07 Kevin DayBugfix: Mistakes in disable macros and remove redundant...
2022-08-06 Kevin DayBugfix: Featureless Make dependencies are not accuratel...
2022-08-05 Kevin DayUpdate: Add medium logos.
2022-08-05 Kevin DayUpdate: Use resize functions rather than adjust functio...
2022-08-05 Kevin DayUpdate: Change logic to avoid potential negative numbers.
2022-08-03 Kevin DayBugfix: Content is incorrectly attempted to be processe...
2022-08-03 Kevin DayUpdate: Always ensure content size is 0 when content...
2022-08-02 Kevin DayUpdate: Redesign behavior of pipe, allowing it to run...
2022-08-02 Kevin DayUpdate: Next micro version (0.6.1).
2022-08-01 Kevin DayUpdate: Enable gitlab test support.
2022-07-31 Kevin DayBugfix: Block is incorrectly being reset when an else... 0.6.0
2022-07-31 Kevin DayCleanup: The 'individual' mode is meaningless in the...
2022-07-31 Kevin DayUpdate: The example bzip2 now supports running the...
2022-07-31 Kevin DayCleanup: Simplify the bzip2 example fakefile ever so...
2022-07-31 Kevin DayCleanup: Add missing return statements and remove unuse...
2022-07-31 Kevin DayBugfix: Tests for f_color are failing due to missing...
2022-07-30 Kevin DayUpdate: Specifications and documentation, fixing mistak...
2022-07-30 Kevin DayUpdate: The f_color needs to follow latest practices...
2022-07-30 Kevin DayAdd documentation about disabling functions.
2022-07-30 Kevin DayBugfix: private_f_file_open_at() has an incomplete...
2022-07-29 Kevin DayCleanup: Spelling mistakes, styling mistakes, and impro...
2022-07-28 Kevin DayCleanup: Fix problems in the specification files.
2022-07-28 Kevin DayUpdate: Improve specification files.
2022-07-28 Kevin DayUpdate: Clarify IKI standard in regards to delimits...
2022-07-25 Kevin DayCleanup: Capitalization of wods and improve grammar...
2022-07-24 Kevin DayUpdate: Add +E/++error parameter to firewall.
2022-07-24 Kevin DaySecurity: Invalid read in firewall program during resou...
2022-07-24 Kevin DayCleanup: Use hard coded example in help.
2022-07-23 Kevin DayBugfix: Link operation is incorrect, support new link...
2022-07-23 Kevin DayCleanup: Relocate all operation process type operations...
2022-07-23 Kevin DayUpdate: Organize the validate operation into separate...
2022-07-23 Kevin DayUpdate: Call fake_make_operate_process_type_link().
next