2020-05-09 |
Kevin Day | Progress: pass coloor modes and verbosity to build... |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Update: improve color mode handling |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Update: explode parameter priotization into left &... |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Progress: continue work on fake |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Update: add snatch apart functions and improve logic... |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Revert: f_array_too_large already existed, its just... |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Refactor: f_string_location to f_string_range (and... |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Cleanup: reword location to range |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Update: switch back to lengths from inclusive ranges |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Kevin Day | Update: add missing error handling |
commit | commitdiff | tree | snapshot |
2020-05-08 |
Kevin Day | Progress: continue fake development |
commit | commitdiff | tree | snapshot |
2020-05-08 |
Kevin Day | Update: numerous fixes and additions, mostly string... |
commit | commitdiff | tree | snapshot |
2020-05-06 |
Kevin Day | Progress: begin re-implementing fake program (Featurele... |
commit | commitdiff | tree | snapshot |
2020-05-06 |
Kevin Day | Update: add together snatch functions, update comments |
commit | commitdiff | tree | snapshot |
2020-05-05 |
Kevin Day | Feature: add fss snatch functions for "snatching" conte... |
commit | commitdiff | tree | snapshot |
2020-05-05 |
Kevin Day | Bugfix: start position not being calculated fo fl_strin... |
commit | commitdiff | tree | snapshot |
2020-05-05 |
Kevin Day | Cleanup: remove useless macros for f_string_location... |
commit | commitdiff | tree | snapshot |
2020-05-05 |
Kevin Day | Cleanup: replace variable name 'input' with 'location... |
commit | commitdiff | tree | snapshot |
2020-05-05 |
Kevin Day | Update: add back the dynamic_partial functions, add... |
commit | commitdiff | tree | snapshot |
2020-05-04 |
Kevin Day | Feature: add fl_utf_file project |
commit | commitdiff | tree | snapshot |
2020-05-04 |
Kevin Day | Update: Redesign f_file and fl_file functions, simplify... |
commit | commitdiff | tree | snapshot |
2020-05-04 |
Kevin Day | Update: make fl_file functions more consistent and... |
commit | commitdiff | tree | snapshot |
2020-05-04 |
Kevin Day | Update: ensure f_no_data is returned when applicable... |
commit | commitdiff | tree | snapshot |
2020-05-03 |
Kevin Day | Update: simplify and rework string functions |
commit | commitdiff | tree | snapshot |
2020-05-02 |
Kevin Day | Update: set default allocation step to 4 |
commit | commitdiff | tree | snapshot |
2020-05-02 |
Kevin Day | Update: at f_array_too_large status and don't include... |
commit | commitdiff | tree | snapshot |
2020-05-02 |
Kevin Day | Feature: add word, dash, and plus UTF-8 character checker |
commit | commitdiff | tree | snapshot |
2020-05-02 |
Kevin Day | Update: Fix string length calculation and report when... |
commit | commitdiff | tree | snapshot |
2020-05-02 |
Kevin Day | Bugfix: is_word tests were using the wrong function... |
commit | commitdiff | tree | snapshot |
2020-05-02 |
Kevin Day | Cleanup: fic typo in the word "skip" |
commit | commitdiff | tree | snapshot |
2020-05-02 |
Kevin Day | Cleanup: call clear macros in _new macros |
commit | commitdiff | tree | snapshot |
2020-05-02 |
Kevin Day | Cleanup: remove spurious name in typedef struct declaration |
commit | commitdiff | tree | snapshot |
2020-05-02 |
Kevin Day | Update: use f_string_length instead of uint8_t for... |
commit | commitdiff | tree | snapshot |
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 |
next |