]> Kevux Git Server - fll/shortlog
fll
2024-09-04 Kevin DayBugfix: The delimited FSS lists are not properly settin...
2024-09-04 Kevin DayUpdate: Recent changes to the FSS implementations did...
2024-09-04 Kevin DayFeature: Add support for building under Android.
2024-09-04 Kevin DayBugfix: Incorrect disabled defines and missing disable...
2024-09-04 Kevin DayBugfix: Replace index() with strchr().
2024-09-04 Kevin DayUpdate: Simplify and centralize reporting for FSS read...
2024-09-03 Kevin DayUpdate: Improve error reporting resulting from unsuppor...
2024-09-03 Kevin DayUpdate: Implement Object alignment and trim expanding...
2024-09-01 Kevin DayUpdate: The FSS Lists (FSS-0002, FSS-0003, FSS-0008...
2024-08-31 Kevin DayCleanup: Fix bad grammar in function documentation...
2024-08-31 Kevin DayCleanup: The testfile for the FSS Read programs.
2024-08-31 Kevin DayUpdate: The FSS Basic List (FSS-0002) to match recent...
2024-08-30 Kevin DayUpdate: The FSS-0002 and FSS-0003 standards, modifying...
2024-08-29 Kevin DayUpdate: Clarify the FSS-0002 and FSS-0003 standards...
2024-08-28 Kevin DayProgress: Continue working on getting FSS Embedded...
2024-08-27 Kevin DayProgress: Continue working on getting FSS Embedded...
2024-08-25 Kevin DayProgress: Continue working on getting FSS Embedded...
2024-08-24 Kevin DayProgress: Continue working on getting FSS Embedded...
2024-08-22 Kevin DayProgress: Begin working on getting FSS Embedded Read...
2024-08-21 Kevin DayUpdate: The runtime test files for FSS Embedded Read.
2024-08-21 Kevin DayBugfix: The FSS Embedded Read is incorrectly handling...
2024-08-20 Kevin DayBugfix: Mistake in verify.sh script for variable declar...
2024-08-20 Kevin DayUpdate: FSS Read unit tests to handle trailing space...
2024-08-19 Kevin DayCleanup: Relocate depth increment to inline of the...
2024-08-19 Kevin DayCleanup: Use consistent ordering in fss_read_cache_t.
2024-08-19 Kevin DayUpdate: Unit tests for FSS Embedded Read.
2024-08-19 Kevin DayUpdate: FSS Embedded Read memory allocation logic.
2024-08-19 Kevin DayUpdate: Function documentation for f_memory_array_incre...
2024-08-18 Kevin DayUpdate: Add additional runtime tests for FSS Read progr...
2024-08-18 Kevin DayUpdate: Add additional signal checks in loops.
2024-08-18 Kevin DayUpdate: Improve FSS Read function correctness based...
2024-08-14 Kevin DayRegression: The UTF-8 program should be printing a...
2024-08-12 Kevin DayBugfix: FSS Read functions are not handling the --colum...
2024-08-11 Kevin DayBugfix: Incorrect runtime tests for FSS Read programs.
2024-08-10 Kevin DayUpdate: Add comments in some of the fss_read runtime...
2024-08-06 Kevin DaySecurity: Missing range checks on comment processing.
2024-08-06 Kevin DayCleanup: Remove unused and commented out callback in...
2024-08-06 Kevin DayBugfix: FSS Payload Read is not counting the Content...
2024-08-06 Kevin DayUpdate: Apply the not operator logic to avoid needing...
2024-08-06 Kevin DayRegression: IPv6 detection is failing after isdigit...
2024-08-05 Kevin DayBugfix: Incorrect settings in the fss_read runtime...
2024-08-04 Kevin DayUpdate: Greatly reduce memory consumption by implementi...
2024-08-04 Kevin DayUpdate: Reduce memory usage by fl_fss_basic_content_rea...
2024-08-04 Kevin DayUpdate: Optimize away the isdigit(), isalpha(), isalnum...
2024-08-03 Kevin DayFeature: Add clock get, set, and precision functions...
2024-08-03 Kevin DayBugfix: The private_f_abstruses_delete_switch() and...
2024-08-02 Kevin DayCleanup: Build settings and fakefile mode related setti...
2024-08-02 Kevin DayBugfix: Incorrect wrapping defines around private_fl_fs...
2024-08-02 Kevin DayBugfix: _di_f_file_write_range must instead be _di_f_fi...
2024-08-02 Kevin DayBugfix: Missing define wrapper for private_f_rip_find_r...
2024-08-01 Kevin DayCleanup: Build settings and fakefile mode related setti...
2024-08-01 Kevin DayBugfix: The stand alone utf8 program should not be...
2024-08-01 Kevin DayCleanup: Use a pointer to make the code more readable...
2024-08-01 Kevin DayBugfix: The build_name and version numbers should not...
2024-08-01 Kevin DayBugfix: Add stage setting to standards to prevent build...
2024-07-31 Kevin DayRefactor: Change bit-wise enumerations into defines.
2024-07-31 Kevin DayUpdate: Remove the control program.
2024-07-30 Kevin DayUpdate: Refresh the stand alone build files.
2024-07-30 Kevin DayUpdate: Add missing ifndef wrapping define for the...
2024-07-29 Kevin DayCleanup: Improve fakefile help using the bracketed...
2024-07-28 Kevin DayUpdate: The format sentence end strings, making their...
2024-07-26 Kevin DayCleanup: Remove extra line.
2024-07-25 Kevin DayUpdate: Yet another file with a copyright year that...
2024-07-14 Kevin DayCleanup: Fix grammar mistake in the standard.
2024-07-13 Kevin DayUpdate: Add F_lock_spin and F_lock_spin_not to status...
2024-07-13 Kevin DayUpdate: Add initialize macros for time.h structures...
2024-07-12 Kevin DayUpdate: Add additional F_enter and F_enter_not status...
2024-07-11 Kevin DayUpdate: Documentation and specifications and add additi...
2024-07-09 Kevin DayUpdate: Remove Controller program as it is now migrated...
2024-07-08 Kevin DayCleanup: Documentation comments regarding optional...
2024-07-08 Kevin DayCleanup: Minor style improvements and make pointers...
2024-07-08 Kevin DayCleanup: Use _1 and _2 consistently in fl_print_t macro...
2024-07-07 Kevin DayUpdate: Use memmove() instead of memcpy() for memory...
2024-07-07 Kevin DayBugfix: The f_memory array append and append all need...
2024-07-06 Kevin DayCleanup: Fix incorrect documentation regarding the...
2024-07-03 Kevin DayCleanup: Add time based version in each of the document...
2024-06-17 Kevin DayUpdate: Add F_file_empty_not to status codes.
2024-06-15 Kevin DayUpdate: Change f_memory_array_increase() and f_memory_a...
2024-06-14 Kevin DayBugfix: Incorrect condition checks for wrap and replace...
2024-06-14 Kevin DayBugfix: Incorrect flag bits for combined flag hexidecim...
2024-06-14 Kevin DaySecurity: Console parameter single short values array...
2024-06-13 Kevin DayCleanup: Fix section name of Magic Block structure.
2024-06-11 Kevin DayUpdate: f_iki unit test to include changes from 0.6.
2024-06-11 Kevin DayUpdate: Specifications to use 'grave' as the common...
2024-06-11 Kevin DayBugfix: The fl_directory_create() needs to also handle...
2024-06-10 Kevin DayUpdate: Add all of the fl_print_format() replacement...
2024-06-08 Kevin DayUpdate: The f_capability styles and use constant pointe...
2024-06-06 Kevin DayFeature: Add "Magic Bit" to the FSS-000F (Simple Packet...
2024-06-02 Kevin DayCleanup: Remove ++first and ++last parameters that...
2024-06-02 Kevin DayUpdate: Add F_instance status codes.
2024-06-02 Kevin DayCleanup: Add newline before NULL comment and add dash...
2024-06-02 Kevin DayBugfix: f_date_simple_t_initialize is using wrong initi...
2024-05-23 Kevin DayUpdate: Remove the ++first and ++last parameters and...
2024-05-23 Kevin DayCleanup: Fix grammar in comment.
2024-05-22 Kevin DayCleanup: Warning in unit f_utf tests under GCC 14 regar...
2024-05-09 Kevin DayUpdate: Build files to have the correct build modes.
2024-04-27 Kevin DayUpdate: Add "const" to the pointer in some signal funct...
2024-04-26 Kevin DayFeature: Add f_time_sleep_spec() for providing nanosleep().
2024-04-26 Kevin DayCleanup: Add missing new line.
2024-04-26 Kevin DayUpdate: Add "const" to the pointer in numerous thread...
next