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 |
2019-09-20 |
Kevin Day | Update: FSS function documentation, use "location"... |
commit | commitdiff | tree | snapshot |
2019-09-18 |
Kevin Day | Update: finish implementing f_utf_character_is_valid... |
commit | commitdiff | tree | snapshot |
2019-09-17 |
Kevin Day | Progress: use a smaller byte structure for comparison... |
commit | commitdiff | tree | snapshot |
2019-09-17 |
Kevin Day | Progress: finish the main parts of invalid UTF-8 detection |
commit | commitdiff | tree | snapshot |
2019-09-16 |
Kevin Day | Progress: more towards completing UTF-8 valid/invalid... |
commit | commitdiff | tree | snapshot |
2019-09-15 |
Kevin Day | Update: int8_t and uint8_t are always size 1, so avoid... |
commit | commitdiff | tree | snapshot |
2019-09-15 |
Kevin Day | Update: disable init until I can get around to it |
commit | commitdiff | tree | snapshot |
2019-09-14 |
Kevin Day | Progress: continue adding to UTF-8 valid/invalid detection |
commit | commitdiff | tree | snapshot |
2019-09-14 |
Kevin Day | Progress: begin converting byte_dump to using f_utf_cha... |
commit | commitdiff | tree | snapshot |
2019-09-14 |
Kevin Day | Cleanup: fix alignment of help text fo normal, simple... |
commit | commitdiff | tree | snapshot |
2019-09-14 |
Kevin Day | Progress: continue UTF-8 work |
commit | commitdiff | tree | snapshot |
2019-09-14 |
Kevin Day | Update: types where not fully converted into new structure |
commit | commitdiff | tree | snapshot |
2019-09-14 |
Kevin Day | Update: begin improving UTF-8 |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Update: redesign size types |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Update: use int8_t instead of char |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Update: document f_type, switch f_bool fom unsigned... |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Cleanup: document f_status |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Cleanup: document f_socket |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Update: documentation for f_pipe and add additional... |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Cleanup: documentation for f_path |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Cleanup: documentation for f_memory |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Update: documentation and increase f_fss_max_header_len... |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Update: start enum's at 1 where possible |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Kevin Day | Update: document f_file functions and add missing functions |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Kevin Day | Update: f_convesion, add comments and fix problems |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Kevin Day | Update: Add 3 presentation modes to byte_dump: normal... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Kevin Day | Update: add missing help options and fix miscellaneous... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Kevin Day | Bugfix: put '} // extern C' into correct location |
commit | commitdiff | tree | snapshot |
2019-09-09 |
Kevin Day | Update: remove common type wrappers and use typedef... |
commit | commitdiff | tree | snapshot |
2019-09-09 |
Kevin Day | Update: add a space after "combining" characters and... |
commit | commitdiff | tree | snapshot |
2019-09-09 |
Kevin Day | Bugfix: last short parameter argument is not being... |
commit | commitdiff | tree | snapshot |
2019-09-09 |
Kevin Day | Update: use unsigned long for argc |
commit | commitdiff | tree | snapshot |
2019-09-09 |
Kevin Day | Update: Simplifiy digit/decimal and hexidecimal functions |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Cleanup: move private functions into separate files |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Refactor: ename bit_dump to byte_dump |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Feature: implement --decimal display in bit_dump |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Cleanup: Utilize f_console_parameter_ids to simplify... |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Cleanup: provide helper structure f_console_parameters |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Cleanup: make main() programs design more consistent... |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Cleanup: replace argc and argv usage with a single... |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Regression: display "+" and "++" and not "-" and "... |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Update: Simplify console priority checking by providing... |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Feature: bit_dump level 3 program |
commit | commitdiff | tree | snapshot |
2019-09-07 |
Kevin Day | Update: restructure f_file, add f_file_exists(), add... |
commit | commitdiff | tree | snapshot |
2019-09-03 |
Kevin Day | Update: console code and some macros |
commit | commitdiff | tree | snapshot |
2019-09-02 |
Kevin Day | Update: rename fl_program as fll_program, rename f_colo... |
commit | commitdiff | tree | snapshot |
2019-09-02 |
Kevin Day | Bugfix: reduce total parameters for status_code and... |
commit | commitdiff | tree | snapshot |
2019-09-02 |
Kevin Day | Update: enable debug by default via "-g" CFLAG |
commit | commitdiff | tree | snapshot |
2019-09-02 |
Kevin Day | Feature: add 'dependency' generation to package.sh... |
commit | commitdiff | tree | snapshot |
2019-09-01 |
Kevin Day | Cleanup: f_types dependency is now called f_type and... |
commit | commitdiff | tree | snapshot |
2019-09-01 |
Kevin Day | Cleanup: make sure memory functions are prefixed with... |
commit | commitdiff | tree | snapshot |
2019-09-01 |
Kevin Day | Cleanup: rename f_types to f_type |
commit | commitdiff | tree | snapshot |
2019-09-01 |
Kevin Day | Cleanup: rename f_paths to f_path |
commit | commitdiff | tree | snapshot |
2019-09-01 |
Kevin Day | Cleanup: rename f_strings to f_string and fl_strings... |
commit | commitdiff | tree | snapshot |
2019-09-01 |
Kevin Day | Cleanup: rename allocation macros to have f_macro_... |
commit | commitdiff | tree | snapshot |
2019-09-01 |
Kevin Day | Update: implement utf strings, ensure endianess, and... |
commit | commitdiff | tree | snapshot |
2019-08-31 |
Kevin Day | Update: improve status code handling, remove unnecessar... |
commit | commitdiff | tree | snapshot |
2019-08-31 |
Kevin Day | Bugfix: do not include private headers |
commit | commitdiff | tree | snapshot |
2019-08-31 |
Kevin Day | Update: provide f_utf_is() and f_utf_is_character(... |
commit | commitdiff | tree | snapshot |
2019-08-31 |
Kevin Day | Update: handle invalid UTF-8 fragments |
commit | commitdiff | tree | snapshot |
2019-08-30 |
Kevin Day | Update: redesign console processing code |
commit | commitdiff | tree | snapshot |
2019-08-30 |
Kevin Day | Security: safely print f_dynamic_string |
commit | commitdiff | tree | snapshot |
2019-08-30 |
Kevin Day | Cleanup: f_color, fl_color, and related |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Kevin Day | Cleanup: rename f_errors to f_status, fl_errors to... |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Kevin Day | Cleanup: remove error test macros |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Kevin Day | Cleanup: rename return_code to status_code and fss_retu... |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Kevin Day | Update: improve return code error conversion and suppor... |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Kevin Day | Update: readme file and add additional notes on the... |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Kevin Day | Cleanup: only use f_macro_ for defines that structurall... |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Kevin Day | Cleanup: define fl_directory_name_max as 255 to match... |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Kevin Day | Update: add UTF-8 support to fl_console |
commit | commitdiff | tree | snapshot |
2019-08-28 |
Kevin Day | Update: add more support for UTF-8 and improve effected... |
commit | commitdiff | tree | snapshot |
2019-08-27 |
Kevin Day | Update: add missing error code to string conversions |
commit | commitdiff | tree | snapshot |
2019-08-23 |
Kevin Day | Update: implement UTF-8 support in fss processing code... |
commit | commitdiff | tree | snapshot |
2019-08-22 |
Kevin Day | Update: use max_width instead of maxWidth, remove f_utf... |
commit | commitdiff | tree | snapshot |
2019-08-16 |
Kevin Day | Bugfix: f_socket and fl_socket, numerous problems |
commit | commitdiff | tree | snapshot |
next |