]> Kevux Git Server - fll/shortlog
fll
2022-07-01 Kevin DayUpdate: Add additional checks just in case execution...
2022-07-01 Kevin DayCleaup: Spelling mistake in debugging documentation.
2022-07-01 Kevin DayUpdate: Example bootstrap script now supports building...
2022-07-01 Kevin DayUpdate: Add note about ulimit privileges potentially...
2022-07-01 Kevin DayUpdate: Add the last of the unit tests for f_thread.
2022-07-01 Kevin DayBugfix: Problems exposed by f_thread unit tests.
2022-06-30 Kevin DayProgress: Add more unit tests for f_thread.
2022-06-30 Kevin DayBugfix: Problems exposed by f_thread unit tests.
2022-06-29 Kevin DayUpdate: The featureless make should default to 'make...
2022-06-28 Kevin DayProgress: Add more unit tests for f_thread.
2022-06-28 Kevin DayBugfix: Problems exposed by f_thread unit tests.
2022-06-27 Kevin DayProgress: Add unit tests for f_thread.
2022-06-27 Kevin DayBugfix: Problems and clean ups exposed when writing...
2022-06-27 Kevin DayCleanup: Add missing new line.
2022-06-25 Kevin DayUpdate: Add the last of the planned f_utf unit tests.
2022-06-25 Kevin DayUpdate: White space function changes.
2022-06-25 Kevin DayUpdate: Use "decimal" instead of "digit".
2022-06-25 Kevin DayUpdate: Implement more f_utf unit tests.
2022-06-25 Kevin DayBugfix: Problems in f_utf exposed by unit tests.
2022-06-24 Kevin DayUpdate: Finish f_utf unit tests for digits.
2022-06-23 Kevin DayUpdate: The fake program should check file existence...
2022-06-23 Kevin DayBugfix: The fss_identify needs the latest version of...
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.
next