]> Kevux Git Server - fll/shortlog
fll
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
2019-11-15 Kevin DayCleanup: minor cleanups
2019-11-15 Kevin DayBugfix: f_overflow should be returned with error bit set
2019-11-14 Kevin DayBugfix: string to number conversions should handle...
2019-11-14 Kevin DayFeature: add support for including empty content in...
2019-11-14 Kevin DayUpdate: finish implementing fss_basic_read
2019-11-13 Kevin DayProgress: continue implementing fss_basic_read, also...
2019-11-12 Kevin DayBugfix: "true" is now a reserved type, so replace varia...
2019-11-10 Kevin DayCleanup: add space to --help for duodecimal parameter
2019-11-10 Kevin DayFeature: add support for duodecimal (base-12)
2019-11-10 Kevin DayUpdate: implement f_number_signed and f_number_unsigned...
2019-11-09 Kevin DayProgress: f_conversion and fl_console changes
2019-11-09 Kevin DayProgress: rewriting fss_* programs and all dependencies
2019-11-02 Kevin DayProgress: do not include closing brace when determining...
2019-11-02 Kevin DayProgress: use the content_nests equivalents in place...
2019-11-01 Kevin DayProgress: continue working on fss-003 Extended List
2019-10-11 Kevin DayProgress: begin implementing fss-003 Extended List
2019-09-20 Kevin DayUpdate: FSS function documentation, use "location"...
2019-09-18 Kevin DayUpdate: finish implementing f_utf_character_is_valid...
2019-09-17 Kevin DayProgress: use a smaller byte structure for comparison...
2019-09-17 Kevin DayProgress: finish the main parts of invalid UTF-8 detection
2019-09-16 Kevin DayProgress: more towards completing UTF-8 valid/invalid...
2019-09-15 Kevin DayUpdate: int8_t and uint8_t are always size 1, so avoid...
2019-09-15 Kevin DayUpdate: disable init until I can get around to it
2019-09-14 Kevin DayProgress: continue adding to UTF-8 valid/invalid detection
2019-09-14 Kevin DayProgress: begin converting byte_dump to using f_utf_cha...
2019-09-14 Kevin DayCleanup: fix alignment of help text fo normal, simple...
2019-09-14 Kevin DayProgress: continue UTF-8 work
2019-09-14 Kevin DayUpdate: types where not fully converted into new structure
2019-09-14 Kevin DayUpdate: begin improving UTF-8
2019-09-12 Kevin DayUpdate: redesign size types
2019-09-12 Kevin DayUpdate: use int8_t instead of char
2019-09-12 Kevin DayUpdate: document f_type, switch f_bool fom unsigned...
2019-09-12 Kevin DayCleanup: document f_status
2019-09-12 Kevin DayCleanup: document f_socket
2019-09-12 Kevin DayUpdate: documentation for f_pipe and add additional...
2019-09-12 Kevin DayCleanup: documentation for f_path
2019-09-12 Kevin DayCleanup: documentation for f_memory
2019-09-12 Kevin DayUpdate: documentation and increase f_fss_max_header_len...
2019-09-12 Kevin DayUpdate: start enum's at 1 where possible
2019-09-11 Kevin DayUpdate: document f_file functions and add missing functions
2019-09-10 Kevin DayUpdate: f_convesion, add comments and fix problems
2019-09-10 Kevin DayUpdate: Add 3 presentation modes to byte_dump: normal...
2019-09-10 Kevin DayUpdate: add missing help options and fix miscellaneous...
2019-09-10 Kevin DayBugfix: put '} // extern C' into correct location
2019-09-09 Kevin DayUpdate: remove common type wrappers and use typedef...
2019-09-09 Kevin DayUpdate: add a space after "combining" characters and...
2019-09-09 Kevin DayBugfix: last short parameter argument is not being...
2019-09-09 Kevin DayUpdate: use unsigned long for argc
2019-09-09 Kevin DayUpdate: Simplifiy digit/decimal and hexidecimal functions
2019-09-08 Kevin DayCleanup: move private functions into separate files
2019-09-08 Kevin DayRefactor: ename bit_dump to byte_dump
2019-09-08 Kevin DayFeature: implement --decimal display in bit_dump
2019-09-08 Kevin DayCleanup: Utilize f_console_parameter_ids to simplify...
2019-09-08 Kevin DayCleanup: provide helper structure f_console_parameters
next