]> Kevux Git Server - fll/shortlog
fll
2020-05-05 Kevin DayCleanup: replace variable name 'input' with 'location...
2020-05-05 Kevin DayUpdate: add back the dynamic_partial functions, add...
2020-05-04 Kevin DayFeature: add fl_utf_file project
2020-05-04 Kevin DayUpdate: Redesign f_file and fl_file functions, simplify...
2020-05-04 Kevin DayUpdate: make fl_file functions more consistent and...
2020-05-04 Kevin DayUpdate: ensure f_no_data is returned when applicable...
2020-05-03 Kevin DayUpdate: simplify and rework string functions
2020-05-02 Kevin DayUpdate: set default allocation step to 4
2020-05-02 Kevin DayUpdate: at f_array_too_large status and don't include...
2020-05-02 Kevin DayFeature: add word, dash, and plus UTF-8 character checker
2020-05-02 Kevin DayUpdate: Fix string length calculation and report when...
2020-05-02 Kevin DayBugfix: is_word tests were using the wrong function...
2020-05-02 Kevin DayCleanup: fic typo in the word "skip"
2020-05-02 Kevin DayCleanup: call clear macros in _new macros
2020-05-02 Kevin DayCleanup: remove spurious name in typedef struct declaration
2020-05-02 Kevin DayUpdate: use f_string_length instead of uint8_t for...
2020-05-01 Kevin DayCleanup: restructure bash script cleanup process
2020-05-01 Kevin DayCleanup: whitespace tweaks and use define for printing...
2020-05-01 Kevin DayUpdate: implement missing serialized functions and...
2020-04-30 Kevin DayFeature: implement UTF-8 special character check types...
2020-04-30 Kevin DayFeature: add parameter rip functions for ripping consol...
2020-04-30 Kevin DayCleanup: add missing parameter documentation and swap...
2020-04-30 Kevin DayBugfix: The address has to exist to use, all references...
2020-04-29 Kevin DayFeature: add functions for combining the additional...
2020-04-29 Kevin DayRefactor: fll_program_process_parameters to fll_program...
2020-04-29 Kevin DayUpdate: add missing dependency to f_color
2020-04-29 Kevin DayCleanup: move comment into correct position
2020-04-29 Kevin DayFeature: implement append and prepend string functions
2020-04-29 Kevin DayFeature: implement string mash support
2020-04-28 Kevin DayUpdate: only resize if necessary when processing string
2020-04-27 Kevin DayUpdate: short variable name, reorganize function, fix...
2020-04-26 Kevin DayFeature: add fl_console_parameter_to_string_dynamic_dir...
2020-04-26 Kevin DayCleanup: fix include ordering
2020-04-26 Kevin DayBugfix: f_file_not_found should be considered an error
2020-04-26 Kevin DayBugfix: remove null pointer check from file stat
2020-04-26 Kevin DayUpdate: Ensure internal visibility is used in private...
2020-04-26 Kevin DayCleanup: fix wording in help in regards to special...
2020-04-26 Kevin DayCleanup: ensure help sentences end in period and use...
2020-04-26 Kevin DayCleanup: the standard print help functions only need...
2020-04-26 Kevin DayCleanup: use correct wording in invalid parameter message
2020-04-26 Kevin DayFeature: add "other" parameter support in program print
2020-04-25 Kevin DayUpdate: implement private f_utf functions, add missing...
2020-04-25 Kevin DayFeature: enable support default, protected, and hidden...
2020-04-25 Kevin DayUpdate: redesign byte_dump --last to be inclusive
2020-04-25 Kevin DayBugfix: --last does not count correctly when 2-byte...
2020-04-25 Kevin DayCleanup: refactor max_width to width_max
2020-04-25 Kevin DayBugfix: conversion of char to utf character is not...
2020-04-25 Kevin DayUpdate: add initial handling of zero-width space in...
2020-04-25 Kevin DayFeature: add f_string_length_size max of (uint64_t...
2020-04-24 Kevin DayUpdate: rename whitespace functions to space functions...
2020-04-24 Kevin DayUpdate: add missing zero-width UTF-8 functions
2020-04-24 Kevin DayUpdate: Make classic mode more like hexdump
2020-04-24 Kevin DayUpdate: byte_dump should utilize color2 functions and...
2020-04-24 Kevin DayUpdate: further clarify fss specification rules in...
2020-04-24 Kevin DayFeature: add color print2 functions
2020-04-24 Kevin DayCleanup: remove extra newline
2020-04-24 Kevin DayBugfix: fix UTF-8 whitespace detection and provide...
2020-04-23 Kevin DayFeature: implement support for the -T/--trim parameter
2020-04-22 Kevin DayUpdate: add simple documentation about private functions
2020-04-22 Kevin DayBugfix: correctly calculate end-- with UTF-8 and use...
2020-04-22 Kevin DayFeature: expand string functions and utf-8 string functions
2020-04-20 Kevin DayUpdate: the print functions should increment by utf...
2020-04-20 Kevin DayCleanup: ensure macro_ is pefixed in string macros
2020-04-20 Kevin DayUpdate: experimentally switch to uint8_t to UTF-8 chara...
2020-04-20 Kevin DayUpdate: memory simple delete and simple destroy loop...
2020-03-08 Kevin DayFeature: allow trimmed output
2020-02-28 Kevin DaySecurity: fix memory leaks in FSS read programs
2020-02-28 Kevin DayCleanup: minor changes in f_print
2020-02-28 Kevin DayCleanup: FLL errors is now FLL status
2020-02-26 Kevin DayCleanup: add missing parameter documentation for f_prin...
2020-02-25 Kevin DayProgress: continue development of FSS Extended List
2020-02-19 Kevin DayUpdate: add f_unterminated* status codes and fix f_unte...
2020-01-09 Kevin DayCleanup: enable debugging by default for level and...
2020-01-08 Kevin DayProgress: continue working on fss_extended_list
2020-01-08 Kevin DayCleanup: add period at end of sentences
2019-11-23 Kevin DayUpdate: build level and monolithic fixes and improvements
2019-11-22 Kevin DayUpdate: implement *_delete_simple() and *_destroy_simpl...
2019-11-20 Kevin DayCleanup: fix spelling of occurred.
2019-11-20 Kevin DayFeature: add new project fll_file
2019-11-20 Kevin DayRefactor: make status codes more consistent
2019-11-20 Kevin DayUpdate: rewrite status code functions and related changes
2019-11-18 Kevin DayCleanup: comments in f_utf
2019-11-18 Kevin DayFeature: enable custom filter and sort in fl_directory_...
2019-11-18 Kevin DayUpdate: Document fl_directory_list() and finish impleme...
2019-11-17 Kevin DayFeature: implement pipe support in byte_dump
2019-11-17 Kevin DayBugfix: incorrect operators used in comparison
2019-11-17 Kevin DayBugfix: When --last is set to 0, entire file is dumped
2019-11-17 Kevin DayBugfix: only present error when --first and --last...
2019-11-17 Kevin DayUpdate: byte_dump should take into consideration the...
2019-11-17 Kevin DayUpdate: use fl_console_parameter_to_number_unsigned...
2019-11-16 Kevin DayUpdate: only print newline when --empty is used and...
2019-11-16 Kevin DayUpdate: --name and --at in combination should process...
2019-11-16 Kevin DayCleanup: display correct standard in help for fss_basic...
2019-11-16 Kevin DayUpdate: status code tweaks, including setting fl_fss_st...
2019-11-16 Kevin DayCleanup: minor tweaks to comments
2019-11-16 Kevin DayUpdate: finish implementing fss_basic_list_read
2019-11-15 Kevin DayUpdate: finish implementing fss_extended_read
2019-11-15 Kevin DayUpdate: print newline for empty content even when ...
2019-11-15 Kevin DayRegression: the --at parameter should be processed...
2019-11-15 Kevin DayUpdate: ensure error output has appropriate highlighting
next