]> Kevux Git Server - fll/shortlog
fll
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...
2021-10-31 Kevin DayCleanup: Fix spelling of "interruptible" and "uninterru...
2021-10-31 Kevin DayBugfix: Functions like nanosleep() are not receiving...
2021-10-31 Kevin DayCleanup: extra line.
2021-10-31 Kevin DayRegression: controller_time_micro() is waiting too...
2021-10-24 Kevin DayUpdate: Next micro version (0.5.7).
2021-10-24 Kevin DayBugfix: config.h shouldn't be installed. 0.5.6
2021-10-24 Kevin DayBugfix: Require is not properly triggering failure...
2021-10-23 Kevin DayUpdate: Implement "session new" and "session same"...
2021-10-23 Kevin DayUpdate: Improve terminal support in execute functions.
2021-10-23 Kevin DayUpdate: Bootstrap build script should understand static...
2021-10-22 Kevin DayFeature: Add support for F_terminal status codes.
2021-10-22 Kevin DayCleanup: Remove resolved or no longer relevant notes...
2021-10-21 Kevin DayRegression: Example bzip fakefile fails.
2021-10-21 Kevin DayUpdate: Add support for indexer_arguments, update docum...
2021-10-20 Kevin DayUpdate: add additional fake settings, simplify defines_...
2021-10-18 Kevin DayRefactor: Use the newer _s and _d define strategy.
2021-10-17 Kevin DayRefactor: Convert old f_file_t output strategy to the...
2021-10-16 Kevin DayRefactor: fll_error_print_t is now fl_print_t.
2021-10-15 Kevin DayUpdate: Controller devices rule should no longer attemp...
2021-10-15 Kevin DayUpdate: Execute changes and controller program changes.
2021-10-14 Kevin DayBugfix: The rule for devices is "devices" and not ...
2021-10-13 Kevin DayUpdate: Implement "rerun" and properly get failed execu...
2021-10-11 Kevin DayProgress: Begin implementing re-run, fixing related...
2021-10-08 Kevin DayUpdate: Implement timeout setting support, fix number...
2021-10-08 Kevin DayUpdate: Add F_read_only and F_write_only errors to...
2021-10-07 Kevin DayCleanup: The fl_conversion re-used functions should...
2021-10-07 Kevin DayBugfix: The decimal '.' (0x2e) should not be considered...
2021-10-06 Kevin DayBugfix: Formatted prints are pulling additional var_arg...
2021-10-03 Kevin DayUpdate: Support "pid" and "show" entry settings, and...
2021-10-02 Kevin DayUpdate: Configuration settings changes.
next