]> Kevux Git Server - fll/shortlog
fll
2021-12-24 Kevin DayProgress: Add more unassigned UTF-8 characters. 0.5.7
2021-12-24 Kevin DayCleanup: Append "_e" to all enums, update status types...
2021-12-23 Kevin DayCleanup: Move the process and validate functions into...
2021-12-23 Kevin DayUpdate: Use 'shell' rather than 'run' in testfile.
2021-12-23 Kevin DayUpdate: Add tests for f_type_array.
2021-12-23 Kevin DayCleanup: Remove extra line.
2021-12-23 Kevin DayUpdate: Test file.
2021-12-23 Kevin DayUpdate: Move main data into the data make structure.
2021-12-23 Kevin DayUpdate: Add "and" and "or" operations, operation if...
2021-12-23 Kevin DayUpdate: make the interrupt handler pointer variables...
2021-12-23 Kevin DaySecurity: Invalid memory access in interrupt handlers.
2021-12-23 Kevin DayCleanup: Fix spelling.
2021-12-23 Kevin DayBugfix: Signal id should be -1 the id should be passed...
2021-12-23 Kevin DayUpdate: Make the state parameter a constant.
2021-12-20 Kevin DayCleanup: Move remaining operation type processors into...
2021-12-20 Kevin DayUpdate: Add support for if "not", add support for ...
2021-12-20 Kevin DaySecurity: Buffer overflow.
2021-12-20 Kevin DayBugfix: The character 'o' is not properly detected...
2021-12-19 Kevin DayCleanup: Move several operation type processors into...
2021-12-19 Kevin DayUpdate: Relocate fake_main_t position in function argum...
2021-12-19 Kevin DayBugfix: The "if defined parameter .." is not supporting...
2021-12-19 Kevin DaySecurity: Segfault when "load_build yes" and "build...
2021-12-19 Kevin DayUpdate: Ensure terminating NULLs, remove unnecessary...
2021-12-19 Kevin DayBugfix: Incorrect return values in some print functions.
2021-12-18 Kevin DayCleanup: Remove stale code.
2021-12-18 Kevin DayCleanup: Decompose fakefile setting loading into multip...
2021-12-18 Kevin DayCleanup: Explode sources into separate files.
2021-12-18 Kevin DayUpdate: Improve IKI support, various cleanups, and...
2021-12-18 Kevin DayUpdate: IKI improvements, cleanups, and bugfixes.
2021-12-16 Kevin DayCleanup: Remove '_string' from the FSS write functions.
2021-12-15 Kevin DayCleanup: Remove unused parameters in testfile.
2021-12-15 Kevin DayUpdate: Add testfile for executing test.
2021-12-15 Kevin DayUpdate: Switch to simple string and cleanup syntax...
2021-12-15 Kevin DayUpdate: Don't bother checking, just always update pointer.
2021-12-15 Kevin DayUpdate: Reset fakefile buffer and only call resize...
2021-12-15 Kevin DaySecurity: Fix memory leak.
2021-12-13 Kevin DayCleanup: If/else nesting when previous if calls return.
2021-12-13 Kevin DayUpdate: Add cmocka tests for f_memory project.
2021-12-13 Kevin DayBugfix: Individual build should be building with "versi...
2021-12-12 Kevin DayFeature: Add support for tests in the packager.
2021-12-12 Kevin DayUpdate: Handle more error messages for file types and...
2021-12-12 Kevin DayUpdate: Restructure fake settings, moving examples...
2021-12-12 Kevin DayUpdate: Improve performance by removing redundant memset().
2021-12-12 Kevin DayUpdate: Use C11's aligned_alloc() by default, but keep...
2021-12-12 Kevin DayCleanup: Utilize 'void' inside of function declarations.
2021-12-11 Kevin DayCleanup: Fix mistake in comment.
2021-12-11 Kevin DayUpdate: Add documentation.
2021-12-11 Kevin DayFeature: Support outputting width or combining state...
2021-12-11 Kevin DayBugfix: Failed to produce identical binary when passing...
2021-12-11 Kevin DayUpdate: Cygwin documentation notes are slightly out...
2021-12-11 Kevin DayUpdate: Remove unecessary conflicts in to/from parameters.
2021-12-11 Kevin DayUpdate: Keep original value when printing error while...
2021-12-11 Kevin DayBugfix: Do not use 4 digits when should be printing...
2021-12-11 Kevin DayBugfix: f_utf_unicode_string_to() not treating numbers...
2021-12-11 Kevin DayBugfix: Error handling should not exit for certain...
2021-12-11 Kevin DayUpdate: Support printing errors for F_signal and F_inte...
2021-12-11 Kevin DayBugfix: Raw formatted print sometimes prints trailing...
2021-12-10 Kevin DayUpdate: Improve error handling and add F_utf_fragment...
2021-12-10 Kevin DayBugfix: Do not print leading zero's in large Unicode...
2021-12-10 Kevin DayBugfix: Codepoint to Binary is not working.
2021-12-09 Kevin DayBugfix: Performance is slow due to process signal check...
2021-12-09 Kevin DayProgress: Continue adding to the is_unassigned Unicode...
2021-12-09 Kevin DayBugfix: Performance is slow due to process signal checks.
2021-12-07 Kevin DayUpdate: Add missing function in f_utf needed for comple...
2021-12-04 Kevin DayUpdate: Wrap up utf8 program.
2021-12-04 Kevin DayProgress: Continue updating unassigned detection.
2021-12-04 Kevin DayCleanup: Add newline.
2021-12-04 Kevin DayCleanup: Better clarify that the Software License is...
2021-12-04 Kevin DayProgress: Continue populating unassigned UTF-8 characte...
2021-12-04 Kevin DayUpdate: Complete incomplete unicode processing code.
2021-12-03 Kevin DayBugfix: f_utf_unicode_string_from() is not functioning...
2021-11-30 Kevin DayUpdate: More unicode improvements, byte_dump improvements.
2021-11-30 Kevin DayUpdate: Finish implementing combining character detection.
2021-11-27 Kevin DayProgress: More UTF-8 improvements, adding more combinin...
2021-11-27 Kevin DayUpdate: Make wide text display the default.
2021-11-27 Kevin DayProgress: Major UTF-8 changes and optimization.
2021-11-20 Kevin DayProgress: Major UTF-8 changes and optimization, begin...
2021-11-15 Kevin DayRegression: Previous byte_dump cleanup resulted in...
2021-11-14 Kevin DayCleanup: Byte Dump UTF-8 handling.
2021-11-14 Kevin DayUpdate: Improve UTF-8 Control detecting, expanding...
2021-11-13 Kevin DayUpdate: Implement double support in print functions...
2021-11-13 Kevin DayBugfix: Base 10 was used in hexdigit for comparison...
2021-11-13 Kevin DayBugfix: The print safely functions are not fully UTF...
2021-11-13 Kevin DayUpdate: Remove old color print functions.
2021-11-13 Kevin DayBugfix: Wrong characters being printed, switch to newer...
2021-11-12 Kevin DayUpdate: Signal related updates, consistency improvement...
2021-11-12 Kevin DayUpdate: The color set context should also have the...
2021-11-10 Kevin DayRegression: NULL is being printed and fix inline function.
2021-11-09 Kevin DayCleanup: Improve standard verbosity help message.
2021-11-09 Kevin DayUpdate: Experimentall cast characters to uint8_t in...
2021-11-09 Kevin DayUpdate: Fix print function bugs and add missing functions.
2021-11-05 Kevin DayBugfix: UTF-8 functions fail to properly handle ASCII.
2021-11-05 Kevin DayCleanup: Fix styling practice where a newline should...
2021-11-04 Kevin DayUpdate: Add "success" color context and initialize...
2021-11-02 Kevin DayCleanup: Break apart controller sources.
2021-10-31 Kevin DayRegression: Script and Utility are no longer working...
2021-10-31 Kevin DayUpdate: Add two example entries for testing delay so...
2021-10-31 Kevin DayBugfix: Use BLOCK after UNBLOCK rather than UNBLOCK...
2021-10-31 Kevin DayCleanup: Remove stale comment regarding sleep interrupts.
2021-10-31 Kevin DayUpdate: Improve sleeping logic, also replacing sleep...
next