2020-05-01 |
Kevin Day | Cleanup: restructure bash script cleanup process |
commit | commitdiff | tree | snapshot |
2020-05-01 |
Kevin Day | Cleanup: whitespace tweaks and use define for printing... |
commit | commitdiff | tree | snapshot |
2020-05-01 |
Kevin Day | Update: implement missing serialized functions and... |
commit | commitdiff | tree | snapshot |
2020-04-30 |
Kevin Day | Feature: implement UTF-8 special character check types... |
commit | commitdiff | tree | snapshot |
2020-04-30 |
Kevin Day | Feature: add parameter rip functions for ripping consol... |
commit | commitdiff | tree | snapshot |
2020-04-30 |
Kevin Day | Cleanup: add missing parameter documentation and swap... |
commit | commitdiff | tree | snapshot |
2020-04-30 |
Kevin Day | Bugfix: The address has to exist to use, all references... |
commit | commitdiff | tree | snapshot |
2020-04-29 |
Kevin Day | Feature: add functions for combining the additional... |
commit | commitdiff | tree | snapshot |
2020-04-29 |
Kevin Day | Refactor: fll_program_process_parameters to fll_program... |
commit | commitdiff | tree | snapshot |
2020-04-29 |
Kevin Day | Update: add missing dependency to f_color |
commit | commitdiff | tree | snapshot |
2020-04-29 |
Kevin Day | Cleanup: move comment into correct position |
commit | commitdiff | tree | snapshot |
2020-04-29 |
Kevin Day | Feature: implement append and prepend string functions |
commit | commitdiff | tree | snapshot |
2020-04-29 |
Kevin Day | Feature: implement string mash support |
commit | commitdiff | tree | snapshot |
2020-04-28 |
Kevin Day | Update: only resize if necessary when processing string |
commit | commitdiff | tree | snapshot |
2020-04-27 |
Kevin Day | Update: short variable name, reorganize function, fix... |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Kevin Day | Feature: add fl_console_parameter_to_string_dynamic_dir... |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Kevin Day | Cleanup: fix include ordering |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Kevin Day | Bugfix: f_file_not_found should be considered an error |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Kevin Day | Bugfix: remove null pointer check from file stat |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Kevin Day | Update: Ensure internal visibility is used in private... |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Kevin Day | Cleanup: fix wording in help in regards to special... |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Kevin Day | Cleanup: ensure help sentences end in period and use... |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Kevin Day | Cleanup: the standard print help functions only need... |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Kevin Day | Cleanup: use correct wording in invalid parameter message |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Kevin Day | Feature: add "other" parameter support in program print |
commit | commitdiff | tree | snapshot |
2020-04-25 |
Kevin Day | Update: implement private f_utf functions, add missing... |
commit | commitdiff | tree | snapshot |
2020-04-25 |
Kevin Day | Feature: enable support default, protected, and hidden... |
commit | commitdiff | tree | snapshot |
2020-04-25 |
Kevin Day | Update: redesign byte_dump --last to be inclusive |
commit | commitdiff | tree | snapshot |
2020-04-25 |
Kevin Day | Bugfix: --last does not count correctly when 2-byte... |
commit | commitdiff | tree | snapshot |
2020-04-25 |
Kevin Day | Cleanup: refactor max_width to width_max |
commit | commitdiff | tree | snapshot |
2020-04-25 |
Kevin Day | Bugfix: conversion of char to utf character is not... |
commit | commitdiff | tree | snapshot |
2020-04-25 |
Kevin Day | Update: add initial handling of zero-width space in... |
commit | commitdiff | tree | snapshot |
2020-04-25 |
Kevin Day | Feature: add f_string_length_size max of (uint64_t... |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Kevin Day | Update: rename whitespace functions to space functions... |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Kevin Day | Update: add missing zero-width UTF-8 functions |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Kevin Day | Update: Make classic mode more like hexdump |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Kevin Day | Update: byte_dump should utilize color2 functions and... |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Kevin Day | Update: further clarify fss specification rules in... |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Kevin Day | Feature: add color print2 functions |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Kevin Day | Cleanup: remove extra newline |
commit | commitdiff | tree | snapshot |
2020-04-24 |
Kevin Day | Bugfix: fix UTF-8 whitespace detection and provide... |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Kevin Day | Feature: implement support for the -T/--trim parameter |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Kevin Day | Update: add simple documentation about private functions |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Kevin Day | Bugfix: correctly calculate end-- with UTF-8 and use... |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Kevin Day | Feature: expand string functions and utf-8 string functions |
commit | commitdiff | tree | snapshot |
2020-04-20 |
Kevin Day | Update: the print functions should increment by utf... |
commit | commitdiff | tree | snapshot |
2020-04-20 |
Kevin Day | Cleanup: ensure macro_ is pefixed in string macros |
commit | commitdiff | tree | snapshot |
2020-04-20 |
Kevin Day | Update: experimentally switch to uint8_t to UTF-8 chara... |
commit | commitdiff | tree | snapshot |
2020-04-20 |
Kevin Day | Update: memory simple delete and simple destroy loop... |
commit | commitdiff | tree | snapshot |
2020-03-08 |
Kevin Day | Feature: allow trimmed output |
commit | commitdiff | tree | snapshot |
2020-02-28 |
Kevin Day | Security: fix memory leaks in FSS read programs |
commit | commitdiff | tree | snapshot |
2020-02-28 |
Kevin Day | Cleanup: minor changes in f_print |
commit | commitdiff | tree | snapshot |
2020-02-28 |
Kevin Day | Cleanup: FLL errors is now FLL status |
commit | commitdiff | tree | snapshot |
2020-02-26 |
Kevin Day | Cleanup: add missing parameter documentation for f_prin... |
commit | commitdiff | tree | snapshot |
2020-02-25 |
Kevin Day | Progress: continue development of FSS Extended List |
commit | commitdiff | tree | snapshot |
2020-02-19 |
Kevin Day | Update: add f_unterminated* status codes and fix f_unte... |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Kevin Day | Cleanup: enable debugging by default for level and... |
commit | commitdiff | tree | snapshot |
2020-01-08 |
Kevin Day | Progress: continue working on fss_extended_list |
commit | commitdiff | tree | snapshot |
2020-01-08 |
Kevin Day | Cleanup: add period at end of sentences |
commit | commitdiff | tree | snapshot |
2019-11-23 |
Kevin Day | Update: build level and monolithic fixes and improvements |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kevin Day | Update: implement *_delete_simple() and *_destroy_simpl... |
commit | commitdiff | tree | snapshot |
2019-11-20 |
Kevin Day | Cleanup: fix spelling of occurred. |
commit | commitdiff | tree | snapshot |
2019-11-20 |
Kevin Day | Feature: add new project fll_file |
commit | commitdiff | tree | snapshot |
2019-11-20 |
Kevin Day | Refactor: make status codes more consistent |
commit | commitdiff | tree | snapshot |
2019-11-20 |
Kevin Day | Update: rewrite status code functions and related changes |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Kevin Day | Cleanup: comments in f_utf |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Kevin Day | Feature: enable custom filter and sort in fl_directory_... |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Kevin Day | Update: Document fl_directory_list() and finish impleme... |
commit | commitdiff | tree | snapshot |
2019-11-17 |
Kevin Day | Feature: implement pipe support in byte_dump |
commit | commitdiff | tree | snapshot |
2019-11-17 |
Kevin Day | Bugfix: incorrect operators used in comparison |
commit | commitdiff | tree | snapshot |
2019-11-17 |
Kevin Day | Bugfix: When --last is set to 0, entire file is dumped |
commit | commitdiff | tree | snapshot |
2019-11-17 |
Kevin Day | Bugfix: only present error when --first and --last... |
commit | commitdiff | tree | snapshot |
2019-11-17 |
Kevin Day | Update: byte_dump should take into consideration the... |
commit | commitdiff | tree | snapshot |
2019-11-17 |
Kevin Day | Update: use fl_console_parameter_to_number_unsigned... |
commit | commitdiff | tree | snapshot |
2019-11-16 |
Kevin Day | Update: only print newline when --empty is used and... |
commit | commitdiff | tree | snapshot |
2019-11-16 |
Kevin Day | Update: --name and --at in combination should process... |
commit | commitdiff | tree | snapshot |
2019-11-16 |
Kevin Day | Cleanup: display correct standard in help for fss_basic... |
commit | commitdiff | tree | snapshot |
2019-11-16 |
Kevin Day | Update: status code tweaks, including setting fl_fss_st... |
commit | commitdiff | tree | snapshot |
2019-11-16 |
Kevin Day | Cleanup: minor tweaks to comments |
commit | commitdiff | tree | snapshot |
2019-11-16 |
Kevin Day | Update: finish implementing fss_basic_list_read |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Kevin Day | Update: finish implementing fss_extended_read |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Kevin Day | Update: print newline for empty content even when ... |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Kevin Day | Regression: the --at parameter should be processed... |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Kevin Day | Update: ensure error output has appropriate highlighting |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Kevin Day | Cleanup: minor cleanups |
commit | commitdiff | tree | snapshot |
2019-11-15 |
Kevin Day | Bugfix: f_overflow should be returned with error bit set |
commit | commitdiff | tree | snapshot |
2019-11-14 |
Kevin Day | Bugfix: string to number conversions should handle... |
commit | commitdiff | tree | snapshot |
2019-11-14 |
Kevin Day | Feature: add support for including empty content in... |
commit | commitdiff | tree | snapshot |
2019-11-14 |
Kevin Day | Update: finish implementing fss_basic_read |
commit | commitdiff | tree | snapshot |
2019-11-13 |
Kevin Day | Progress: continue implementing fss_basic_read, also... |
commit | commitdiff | tree | snapshot |
2019-11-12 |
Kevin Day | Bugfix: "true" is now a reserved type, so replace varia... |
commit | commitdiff | tree | snapshot |
2019-11-10 |
Kevin Day | Cleanup: add space to --help for duodecimal parameter |
commit | commitdiff | tree | snapshot |
2019-11-10 |
Kevin Day | Feature: add support for duodecimal (base-12) |
commit | commitdiff | tree | snapshot |
2019-11-10 |
Kevin Day | Update: implement f_number_signed and f_number_unsigned... |
commit | commitdiff | tree | snapshot |
2019-11-09 |
Kevin Day | Progress: f_conversion and fl_console changes |
commit | commitdiff | tree | snapshot |
2019-11-09 |
Kevin Day | Progress: rewriting fss_* programs and all dependencies |
commit | commitdiff | tree | snapshot |
2019-11-02 |
Kevin Day | Progress: do not include closing brace when determining... |
commit | commitdiff | tree | snapshot |
2019-11-02 |
Kevin Day | Progress: use the content_nests equivalents in place... |
commit | commitdiff | tree | snapshot |
2019-11-01 |
Kevin Day | Progress: continue working on fss-003 Extended List |
commit | commitdiff | tree | snapshot |
2019-10-11 |
Kevin Day | Progress: begin implementing fss-003 Extended List |
commit | commitdiff | tree | snapshot |
next |