]> Kevux Git Server - fll/shortlog
fll
2022-11-19 Kevin DayUpdate: The stand alone settings need to use the update...
2022-11-18 Kevin DayCleanup: Remove unimplemented function.
2022-11-17 Kevin DayRegression: Wrong bitwise operator used.
2022-11-17 Kevin DayProgress: Continue program related work.
2022-11-17 Kevin DayUpdate: Finish program related work for fss_payload_write.
2022-11-17 Kevin DayProgress: Continue program related work.
2022-11-15 Kevin DayProgress: Continue program related work.
2022-11-12 Kevin DayBugfix: The f_color tests are failing due to test desig...
2022-11-11 Kevin DayCleanup: Improve organization in f_utf, using addtional...
2022-11-11 Kevin DayCleanup: Improve organization in f_string, using addtio...
2022-11-09 Kevin DayUpdate: Provide the program name in the main library...
2022-11-08 Kevin DayUpdate: Merge fss_status_code into status_code.
2022-11-08 Kevin DayBugfix: Output stream is not properly unlocked on signal.
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-29 Kevin DayUpdate: Slight improvement in UTF unassigned detection...
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-23 Kevin DayProgress: The iki_read should also support the previous...
2022-10-23 Kevin DayProgress: Fix additional problems in iki_read.
2022-10-23 Kevin DayCleanup: Remove no longer accurate help message in...
2022-10-23 Kevin DayUpdate: Should be using f_file_stream_flush() instead...
2022-10-23 Kevin DayProgress: Fix problems in iki_read.
2022-10-22 Kevin DayRefactor: Change FILE * to f_file_t when printing.
2022-10-21 Kevin DayCleanup: Remove unused/dead code.
2022-10-21 Kevin DayProgress: Continue program related work.
2022-09-13 Kevin DayProgress: Continue program related work.
2022-09-05 Kevin DayUpdate: Add support for stand_alone builds in the examp...
2022-09-05 Kevin DayBugfix: The fll_program_standard_signal_received()...
2022-09-05 Kevin DayUpdate: Cygwin documentation.
2022-09-01 Kevin DayProgress: Continue program related work.
2022-08-24 Kevin DayProgress: Continue program related work.
2022-08-22 Kevin DayProgress: Working on program related changes and fix...
2022-08-11 Kevin DayProgress: Begin breaking out internal parameters to...
2022-08-11 Kevin DayProgress: Changes to fll_program functions.
2022-08-11 Kevin DayUpdate: Major changes regarding file functions.
2022-08-11 Kevin DayCleanup: Fix comment regarding endif.
2022-08-09 Kevin DayRegression: Recent changes in f_account header structur...
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-08 Kevin DayCleanup: Use f_account_accounts rather than f_accounts.
2022-08-08 Kevin DayRegression: Monolithic build lost f_account sources.
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-07 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-05 Kevin DayUpdate: Add functions, macros, and structures files...
2022-08-05 Kevin DayUpdate: Add missing structures to f_account_t and imple...
2022-08-04 Kevin DayUpdate: Next minor version (0.7.0), for missed files.
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-03 Kevin DayUpdate: Redesign behavior of pipe, allowing it to run...
2022-08-02 Kevin DayUpdate: Next minor version (0.7.0).
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().
2022-07-23 Kevin DayCleanup: Move the link operation into its own function...
2022-07-23 Kevin DayCleanup: Update documentation comments to reference...
2022-07-22 Kevin DayCleanup: Style practices.
2022-07-22 Kevin DayBugfix: Apply recent bug fixes for the copy/clone opera...
2022-07-22 Kevin DayCleanup: Consistently return status codes on failure.
2022-07-22 Kevin DayBugfix: Copy should destination should be the base...
2022-07-22 Kevin DayUpdate: Improve user experience by defaulting specified...
next