]> Kevux Git Server - fll/shortlog
fll
2022-06-23 Kevin DayBugfix: Entry file not found when --settings is used.
2022-06-23 Kevin DayProgress: Continue on f_utf digits.
2022-06-22 Kevin DayBugfix: The < 0xc2 test is supposed to be against the...
2022-06-22 Kevin DayBugfix: A typo resulting in treating < 0xc3 as invalid...
2022-06-22 Kevin DayProgress: f_utf unit tests and make significant change...
2022-06-21 Kevin DayUpdate: The f_utf project regarding digits and perform...
2022-06-20 Kevin DayUpdate: The f_utf project regarding digits and perform...
2022-06-19 Kevin DayUpdate: Use a regular int instead of uint8_t for counti...
2022-06-19 Kevin DaySecurity: Floating point exception due to incorrect...
2022-06-19 Kevin DayBugfix: Add missing endianness check to f_convesion.
2022-06-18 Kevin DayBugfix: Uppercase 'T' needs to be supported.
2022-06-18 Kevin DayCleanup: Style improvement.
2022-06-18 Kevin DayBugfix: The byte_dump --first and --last are not always...
2022-06-18 Kevin DayRegression: Remove invalid validation block.
2022-06-18 Kevin DayUpdate: Follow up previous Unicode changes.
2022-06-17 Kevin DayUpdate: Unit tests for f_utf and relating changes or...
2022-06-14 Kevin DayUpdate: Add unit tests in f_utf project.
2022-06-14 Kevin DayCleanup: Use correct range.
2022-06-14 Kevin DayUpdate: Add some unit tests for f_utf.
2022-06-13 Kevin DayBugfix: Problems exposed by unit tests for f_utf.
2022-06-12 Kevin DayUpdate: Add unit tests for is_punctuation in f_utf...
2022-06-12 Kevin DayUpdate: Add unit tests for is_private in f_utf project.
2022-06-12 Kevin DayUpdate: Add script for generating Unicode Codepoints...
2022-06-12 Kevin DayCleanup: Incorrect comments in iki headers.
2022-06-12 Kevin DayUpdate: Implement symbol function unit tests and fix...
2022-06-12 Kevin DayUpdate: Generate Unicode script to support generating...
2022-06-12 Kevin DayBugfix: Problems exposed by unit tests in f_utf.
2022-06-11 Kevin DayBugfix: Last character of file after conversion from...
2022-06-11 Kevin DayBugfix: Incorrect 4-width characters are generated.
2022-06-10 Kevin DayCleanup: Remove execute bit from script.
2022-06-10 Kevin DayUpdate: Finish adding Unicode symbol handling code.
2022-06-10 Kevin DayFeature: Provide simple script for assisting in the...
2022-06-08 Kevin DayUpdate: Add unit tests for f_signal project.
2022-06-08 Kevin DayUpdate: Rename f_thread_signal() to f_thread_signal_wri...
2022-06-08 Kevin DayBugfix: Problems exposed by unit tests for f_signal.
2022-06-08 Kevin DayUpdate: Unit tests in several projects.
2022-06-08 Kevin DayBugfix: Problems exposed by unit tests in f_file.
2022-06-07 Kevin DayCleanup: Update unit tests in f_print to follow current...
2022-06-07 Kevin DayCleanup: The f_print project code syntax, adding an...
2022-06-07 Kevin DayUpdate: Get all f_conversion unit tests working.
2022-06-07 Kevin DayBugfix: Problems exposed by unit tests in f_conversion.
2022-06-06 Kevin DayBugfix: When any of -c, -p, or -s is the last parameter...
2022-06-06 Kevin DayUpdate: Next micro version (0.5.10).
2022-06-05 Kevin DayCleanup: Fully remove stale/unused variables.
2022-06-05 Kevin DayBugfix: Package building test failures do not properly...
2022-06-05 Kevin DayUpdate: Add unit tests for f_status.
2022-06-05 Kevin DayBugfix: Fix problems exposed by unit tests in f_status.
2022-06-05 Kevin DayCleanup: Remove stale/unused variables.
2022-06-05 Kevin DayUpdate: Improve the logic in the string comparison...
2022-06-05 Kevin DayCleanup: Syntax.
2022-06-05 Kevin DayBugfix: Incorrect variable used results in F_parameter...
2022-06-05 Kevin DayUpdate: Implement Math Symbol Category.
2022-06-04 Kevin DayUpdate: Handle more cases of combining characters follo...
2022-06-04 Kevin DayBugfix: The print functions are not printing the last...
2022-06-04 Kevin DayCleanup: Capitalize first letter of comments.
2022-06-03 Kevin DayBugfix: Finish addressing trimmed printing is not worki...
2022-06-03 Kevin DayBugfix: Trimmed printing is not working as expected.
2022-06-03 Kevin DayCleanup: Rename "output" to "stream".
2022-06-02 Kevin DayUpdate: Unit tests, fixing minor problems and adding...
2022-06-02 Kevin DayUpdate: Add the status codes.
2022-06-02 Kevin DayUpdate: Add unit tests for f_fss project.
2022-06-02 Kevin DayUpdate: Fixes and changes resulting from f_fss unit...
2022-05-29 Kevin DayUpdate: Add Unicode Symbols for currency and modifiers...
2022-05-29 Kevin DayCleanup: Remove the parameter checking macros around...
2022-05-29 Kevin DayCleanup: Remove stale todo comment.
2022-05-29 Kevin DayBugfix: Unit test for f_serialize has incorrect depende...
2022-05-29 Kevin DayUpdate: Add unit tests for f_print.
2022-05-29 Kevin DayBugfix: Fix problems exposed by unit tests in f_print.
2022-05-28 Kevin DayFeature: Provide rebuild option in package script.
2022-05-28 Kevin DayCleanup: Restructure f_utf project to make it more...
2022-05-28 Kevin DayUpdate: The f_utf punctuation codes.
2022-05-26 Kevin DayBugfix: IKI variable substitution in fake doesn't alway...
2022-05-26 Kevin DayBugfix: The quotes are always being defined even when...
2022-05-25 Kevin DayUpdate: Additional test settings and add initial covera...
2022-05-25 Kevin DayUpdate: The fake "build" fakefile Object needs to suppo...
2022-05-24 Kevin DayCleanup: Existing unit tests, adjust status check behavior.
2022-05-24 Kevin DayUpdate: Add unit tests for f_socket.
2022-05-24 Kevin DayBugfix: Problems exposed by unit tests.
2022-05-23 Kevin DayBugfix: Remove extra zero from hex-digit.
2022-05-23 Kevin DayBugfix: Combining and Width detection for utf8 are...
2022-05-23 Kevin DayCleanup: Incorrect function documented in comment.
2022-05-23 Kevin DayCleanup: Rename bytecode to bytesequence.
2022-05-23 Kevin DayCleanup: Use macro_f_string_static_t_initialize2()...
2022-05-23 Kevin DayUpdate: Tweak endiannes for f_utf_char_t.
2022-05-23 Kevin DayFeature: Add missing functionality allowing the utf8...
2022-05-22 Kevin DayUpdate: Use F_utf_not instead of F_utf and other result...
2022-05-21 Kevin DayUpdate: Project f_utf.
2022-05-21 Kevin DayRegression: The utf8 program is only returning space...
2022-05-21 Kevin DayCleanup: Remove no longer being used 'u' from macros.
2022-05-20 Kevin DayCleanup: Stale code, improve usage, replace macros.
2022-05-20 Kevin DaySecurity: Add missing NULL at the end of string.
2022-05-19 Kevin DayUpdate: Add unit tests for f_serialize.
2022-05-19 Kevin DayUpdate: Rewrite the f_serialize functions.
2022-05-18 Kevin DaySecurity: The realpath() calls malloc() and free()...
2022-05-17 Kevin DayCleanup: Replace the number 0 with the word zero.
2022-05-17 Kevin DayCleanup: Rename pictures that have logo in the name...
2022-05-17 Kevin DayUpdate: Specifications.
2022-05-16 Kevin DayBugfix: The iki_read program is not handling verbosity...
2022-05-16 Kevin DayFeature: The iki_read program should support wrapping...
2022-05-15 Kevin DayBugfix: Previous commit overlooked the counter resultin...
next