]> Kevux Git Server - fll/shortlog
fll
2022-05-13 Kevin DaySecurity: Wrong variable passed resulting in invalid...
2022-05-12 Kevin DayBugfix: Environment variables in fake are not being...
2022-05-12 Kevin DayBugfix: The fake program should not require the data...
2022-05-12 Kevin DayUpdate: Add missing function f_path_is_absolute() and...
2022-05-11 Kevin DayUpdate: Utilize the state.flag to allow for fss read...
2022-05-11 Kevin DayUpdate: Utilize the state.flag to allow for iki read...
2022-05-11 Kevin DayUpdate: The f_utf_is_* functions should be more specifi...
2022-05-11 Kevin DayBugfix: Invalid read in f_file_stream_read_until().
2022-05-10 Kevin DayCleanup: Add -Wno-missing-braces due to false positives.
2022-05-10 Kevin DayUpdate: Add flags to the f_state_t.
2022-05-10 Kevin DayCleanup: Add -Wall when running tests and fix problems...
2022-05-10 Kevin DayUpdate: Add pictures of the Kohlrabi that I have decide...
2022-05-10 Kevin DayBugfix: NULL is a valid character, causing utf8 not...
2022-05-10 Kevin DayUpdate: Remove unused code, cast (char) to (unsigned...
2022-05-07 Kevin DayCleanup: Remove extra space in Featureless Make help.
2022-05-07 Kevin DayCleanup: Add additional spaces to controller program...
2022-05-06 Kevin DayCleanup: Rename 'Available Commands' to 'Commands'...
2022-05-06 Kevin DayCleanup: Expand newline into two words and expand EOL...
2022-05-05 Kevin DayCleanup: Handle a coiple of additional words that now...
2022-05-05 Kevin DayCleanup: Fix typo in the word 'whitespace' and break...
2022-05-05 Kevin DayCleanup: More confusing messages due to a bad refactor.
2022-05-05 Kevin DayCleanup: The help is displaying a confusing message...
2022-05-05 Kevin DayCleanup: The help is displaying a confusing message.
2022-05-05 Kevin DayCleanup: Use upper case Object and Content.
2022-05-05 Kevin DayUpdate: Have iki_write use form-feed rather than end...
2022-05-05 Kevin DayRegression: The iki_read is not processing anything.
2022-05-04 Kevin DayCleanup: Fix +n/++no_color help message.
2022-05-04 Kevin DayCleanup: Rename 'binary' to 'bytecode' in UTF8 program.
2022-05-02 Kevin DayUpdate: Add licenses to text files and clarify OSL...
2022-04-28 Kevin DayCleanup: Controller program return codes should be...
2022-04-28 Kevin DayBugfix: Incorrect rule name for controller boot setting...
2022-04-27 Kevin DayBugfix: When compiled as "init" the controller program...
2022-04-25 Kevin DayBugfix: The FILE type may not have a known storage...
2022-04-25 Kevin DayBugfix: Should include <stdio.h> when using printf...
2022-04-23 Kevin DayUpdate: Update the "github" test system in the testing...
2022-04-23 Kevin DayCleanup: Remove spurious 'individual' from cmocka build...
2022-04-23 Kevin DayUpdate: Implement "github" test system in the testing...
2022-04-23 Kevin DayUpdate: Add f_execute unit tests.
2022-04-23 Kevin DayCleanup: Remove non-existent header file in f_environme...
2022-04-22 Kevin DayUpdate: Add unit tests for f_environment, make changes...
2022-04-22 Kevin DayCleanup: Bad data and incorrect include in f_file.
2022-04-21 Kevin DayUpdate: Finish writing unit tests for f_file.
2022-04-21 Kevin DayBugfix: Fixes for f_file exposed by unit tests.
2022-04-21 Kevin DayProgress: Continue witing f_file unit tests.
2022-04-21 Kevin DayBugfix: Fixes for f_file exposed by unit tests.
2022-04-20 Kevin DayProgress: Continue witing f_file unit tests.
2022-04-20 Kevin DayBugfix: Fixes for f_file exposed by unit tests.
2022-04-19 Kevin DayProgress: Continue implementing f_file unit tests.
2022-04-19 Kevin DayBugfix: Fix problems in f_file exposed by unit tests.
2022-04-18 Kevin DayProgress: Continue witing f_file unit tests.
2022-04-18 Kevin DayBugfix: Problems in f_file functions exposed by unit...
2022-04-17 Kevin DayProgress: Continue implementing f_file unit tests.
2022-04-17 Kevin DayUpdate: Redesign f_file functions to not need struct...
2022-04-17 Kevin DayProgress: Add f_file_mode_from_string() unit tests.
2022-04-17 Kevin DayBugfix: Problems in f_file regarding file mode exposed...
2022-04-16 Kevin DayProgress: Continue implementing f_file unit tests.
2022-04-16 Kevin DayUpdate: Improve the logic for the read link f_file...
2022-04-16 Kevin DayUpdate: Add missing checks to f_file_link_hard_at(...
2022-04-16 Kevin DayBugfix: The f_file_is_at() function is not properly...
2022-04-15 Kevin DayRegression: The trailing Unicode sequences don't always...
2022-04-15 Kevin DayUpdate: Directory tests following recent changes.
2022-04-15 Kevin DayCleanup: Remove unnecessary condition block.
2022-04-15 Kevin DayBugfix: Trailing Unicode sequences that get cut off...
2022-04-15 Kevin DayBugfix: Three-width UTF-8 characters are improperly...
2022-04-15 Kevin DayCleanup: Use macro to add program name to print string...
2022-04-15 Kevin DayBugfix: Unicode characters are not printing correctly.
2022-04-15 Kevin DayCleanup: Remove the 'u' at the end of the numbers.
2022-04-14 Kevin DaySecurity: Incorrect pointers result in incomplete memor...
2022-04-14 Kevin DayUpdate: Implement file statistics flag enumeration...
2022-04-11 Kevin DayProgress: Begin adding tests for f_file project and...
2022-04-11 Kevin DayBugfix: Fix problems exposed by f_file project tests.
2022-04-09 Kevin DayBugfix: Memory handling related to or exposed by f_dire...
2022-04-09 Kevin DayUpdate: Fix the f_directory unit tests and finish writi...
2022-04-09 Kevin DayBugfix: Invalid memory deletion.
2022-04-09 Kevin DayUpdate: Settings, mock settings, and test settings.
2022-04-08 Kevin DayUpdate: Use off_t instead of f_array_length_t to match...
2022-04-08 Kevin DayUpdate: Simplify build settings files.
2022-04-08 Kevin DayCleanup: Add missing closing quote.
2022-04-08 Kevin DayUpdate: The fake program should show the fakefile or...
2022-04-08 Kevin DayCleanup: Code structure for fake.
2022-04-07 Kevin DayUpdate: Add new return status codes: F_debug, F_error...
2022-04-07 Kevin DayUpdate: Add new return status codes: F_debug, F_error...
2022-04-07 Kevin DayCleanup: Use proper sentence casing in comment.
2022-04-07 Kevin DayUpdate: Improve read program logic to allow for catchin...
2022-04-07 Kevin DayBugfix: For f_file, use off_t, pre-test for EOF or...
2022-04-07 Kevin DayUpdate: Remove extra error print in fss_embedded_list_read.
2022-04-06 Kevin DayUpdate: The example project build settings and fakefiles.
2022-04-06 Kevin DayBugfix: Defaults should not be applied when an empty...
2022-04-06 Kevin DayCleanup: Remove old todo comment.
2022-04-05 Kevin DayBugfix: The f_capability should accept f_string_constan...
2022-04-05 Kevin DayCleanup: Remove extra line.
2022-04-03 Kevin DayUpdate: Add f_directory tests then fix problems discove... 0.5.9
2022-04-03 Kevin DayBugfix: UTF-8 endianess tests fail and improve seek...
2022-04-02 Kevin DayUpdate: Get the controller program in a better state...
2022-04-02 Kevin DayUpdate: Get the control program in a better state and...
2022-04-02 Kevin DayRegression: Invalid code added to controller.
2022-04-02 Kevin DayBugfix: Incorrectly checking byte width when already...
2022-04-02 Kevin DayUpdate: Do not use sizeof(char_t) for explicitly handli...
2022-04-02 Kevin DayBugfix: The byte_dump program should respect the +q...
2022-04-02 Kevin DayRegression: Accidentally reversed the big vs little...
next