2022-12-07 |
Kevin Day | Cleanup: Update the stand alone utf8 to match how the... |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Kevin Day | Bugfix: The private is_zero_width function is also... |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Kevin Day | Cleanup: Remove random '_f' added to ifndef define. |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Kevin Day | Update: Wrap the conversion digits defines in _di_f_con... |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Kevin Day | Bugfix: Add missing ifdefs for f_file_stat() and f_file... |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Kevin Day | Update: Add pre-built define files for stand alone... |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Kevin Day | Cleanup: The static inline functions are being included... |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Kevin Day | Cleanup: Update stand alone config.h files and add... |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Kevin Day | Bugfix: The type_array is probably a dependency for... |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Kevin Day | Cleanup: The utf8 stand alone program does not need... |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Kevin Day | Bugfix: Incorrect ifndef defines for some functions... |
commit | commitdiff | tree | snapshot |
2022-12-06 |
Kevin Day | Update: Add support for backtick quoting for IKI. |
commit | commitdiff | tree | snapshot |
2022-12-06 |
Kevin Day | Bugfix: Incorrect parameter passed to iki_read_print_he... |
commit | commitdiff | tree | snapshot |
2022-12-06 |
Kevin Day | Update: Add support for backtick quoting for IKI. |
commit | commitdiff | tree | snapshot |
2022-12-06 |
Kevin Day | Update: FSS and IKI specification now supports backtick... |
commit | commitdiff | tree | snapshot |
2022-12-06 |
Kevin Day | Bugfix: Invalid print of character when a placeholder... |
commit | commitdiff | tree | snapshot |
2022-12-05 |
Kevin Day | Progress: Continue program related work, updating fss_w... |
commit | commitdiff | tree | snapshot |
2022-12-04 |
Kevin Day | Progress: Continue program related work, updating fss_w... |
commit | commitdiff | tree | snapshot |
2022-12-03 |
Kevin Day | Cleanup: Remove fss_payload_write. |
commit | commitdiff | tree | snapshot |
2022-12-02 |
Kevin Day | Progress: Continue program related work, updating fss_w... |
commit | commitdiff | tree | snapshot |
2022-11-30 |
Kevin Day | Progress: Continue program related work, updating fss_w... |
commit | commitdiff | tree | snapshot |
2022-11-29 |
Kevin Day | Progress: Continue program related work, updating fss_w... |
commit | commitdiff | tree | snapshot |
2022-11-25 |
Kevin Day | Update: Fix and improve FSS unit test regarding zero... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Kevin Day | Progress: Stub out the fss_write program. |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Kevin Day | Regression: Improper execution when no arguments and... |
commit | commitdiff | tree | snapshot |
2022-11-23 |
Kevin Day | Security: Invalid access when calling fake without... |
commit | commitdiff | tree | snapshot |
2022-11-22 |
Kevin Day | Update: All projects should have fakefiles. |
commit | commitdiff | tree | snapshot |
2022-11-19 |
Kevin Day | Update: Change the console structure to use bits and... |
commit | commitdiff | tree | snapshot |
2022-11-19 |
Kevin Day | Update: The stand alone settings need to use the update... |
commit | commitdiff | tree | snapshot |
2022-11-18 |
Kevin Day | Cleanup: Remove unimplemented function. |
commit | commitdiff | tree | snapshot |
2022-11-17 |
Kevin Day | Regression: Wrong bitwise operator used. |
commit | commitdiff | tree | snapshot |
2022-11-17 |
Kevin Day | Progress: Continue program related work. |
commit | commitdiff | tree | snapshot |
2022-11-17 |
Kevin Day | Update: Finish program related work for fss_payload_write. |
commit | commitdiff | tree | snapshot |
2022-11-17 |
Kevin Day | Progress: Continue program related work. |
commit | commitdiff | tree | snapshot |
2022-11-15 |
Kevin Day | Progress: Continue program related work. |
commit | commitdiff | tree | snapshot |
2022-11-12 |
Kevin Day | Bugfix: The f_color tests are failing due to test desig... |
commit | commitdiff | tree | snapshot |
2022-11-11 |
Kevin Day | Cleanup: Improve organization in f_utf, using addtional... |
commit | commitdiff | tree | snapshot |
2022-11-11 |
Kevin Day | Cleanup: Improve organization in f_string, using addtio... |
commit | commitdiff | tree | snapshot |
2022-11-09 |
Kevin Day | Update: Provide the program name in the main library... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Kevin Day | Update: Merge fss_status_code into status_code. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Kevin Day | Bugfix: Output stream is not properly unlocked on signal. |
commit | commitdiff | tree | snapshot |
2022-11-06 |
Kevin Day | Bugfix: Add missing f_type_array dependency. |
commit | commitdiff | tree | snapshot |
2022-11-06 |
Kevin Day | Cleanup: The fake program doesn't depend on fll_iki. |
commit | commitdiff | tree | snapshot |
2022-11-06 |
Kevin Day | Feature: Add support for additional dependencies and... |
commit | commitdiff | tree | snapshot |
2022-11-05 |
Kevin Day | Bugfix: Incomplete UTF-8 zero-width detection, particul... |
commit | commitdiff | tree | snapshot |
2022-11-05 |
Kevin Day | Cleanup: Add comment about special control code handling. |
commit | commitdiff | tree | snapshot |
2022-11-05 |
Kevin Day | Cleanup: Add comment about BOM. |
commit | commitdiff | tree | snapshot |
2022-11-03 |
Kevin Day | Bugfix: Incorect spacing when combining --unicode with... |
commit | commitdiff | tree | snapshot |
2022-10-29 |
Kevin Day | Update: Slight improvement in UTF unassigned detection... |
commit | commitdiff | tree | snapshot |
2022-10-29 |
Kevin Day | Bugfix: Two 0's are printed when --total is used and... |
commit | commitdiff | tree | snapshot |
2022-10-28 |
Kevin Day | Feature: Add support for ZSH in addition to BASH. |
commit | commitdiff | tree | snapshot |
2022-10-28 |
Kevin Day | Cleanup: Rename and relocate private is_unassigned... |
commit | commitdiff | tree | snapshot |
2022-10-28 |
Kevin Day | Update: Support Unicode 15.0. |
commit | commitdiff | tree | snapshot |
2022-10-23 |
Kevin Day | Progress: The iki_read should also support the previous... |
commit | commitdiff | tree | snapshot |
2022-10-23 |
Kevin Day | Progress: Fix additional problems in iki_read. |
commit | commitdiff | tree | snapshot |
2022-10-23 |
Kevin Day | Cleanup: Remove no longer accurate help message in... |
commit | commitdiff | tree | snapshot |
2022-10-23 |
Kevin Day | Update: Should be using f_file_stream_flush() instead... |
commit | commitdiff | tree | snapshot |
2022-10-23 |
Kevin Day | Progress: Fix problems in iki_read. |
commit | commitdiff | tree | snapshot |
2022-10-22 |
Kevin Day | Refactor: Change FILE * to f_file_t when printing. |
commit | commitdiff | tree | snapshot |
2022-10-21 |
Kevin Day | Cleanup: Remove unused/dead code. |
commit | commitdiff | tree | snapshot |
2022-10-21 |
Kevin Day | Progress: Continue program related work. |
commit | commitdiff | tree | snapshot |
2022-09-13 |
Kevin Day | Progress: Continue program related work. |
commit | commitdiff | tree | snapshot |
2022-09-05 |
Kevin Day | Update: Add support for stand_alone builds in the examp... |
commit | commitdiff | tree | snapshot |
2022-09-05 |
Kevin Day | Bugfix: The fll_program_standard_signal_received()... |
commit | commitdiff | tree | snapshot |
2022-09-05 |
Kevin Day | Update: Cygwin documentation. |
commit | commitdiff | tree | snapshot |
2022-09-01 |
Kevin Day | Progress: Continue program related work. |
commit | commitdiff | tree | snapshot |
2022-08-24 |
Kevin Day | Progress: Continue program related work. |
commit | commitdiff | tree | snapshot |
2022-08-22 |
Kevin Day | Progress: Working on program related changes and fix... |
commit | commitdiff | tree | snapshot |
2022-08-11 |
Kevin Day | Progress: Begin breaking out internal parameters to... |
commit | commitdiff | tree | snapshot |
2022-08-11 |
Kevin Day | Progress: Changes to fll_program functions. |
commit | commitdiff | tree | snapshot |
2022-08-11 |
Kevin Day | Update: Major changes regarding file functions. |
commit | commitdiff | tree | snapshot |
2022-08-11 |
Kevin Day | Cleanup: Fix comment regarding endif. |
commit | commitdiff | tree | snapshot |
2022-08-09 |
Kevin Day | Regression: Recent changes in f_account header structur... |
commit | commitdiff | tree | snapshot |
2022-08-08 |
Kevin Day | Update: Implement stand alone build for UTF8 program. |
commit | commitdiff | tree | snapshot |
2022-08-08 |
Kevin Day | Cleanup: Add missing dependency in UTF8 program. |
commit | commitdiff | tree | snapshot |
2022-08-08 |
Kevin Day | Update: Stand alone Featureless Make custom config... |
commit | commitdiff | tree | snapshot |
2022-08-08 |
Kevin Day | Update: The utf8 program should be using the stream... |
commit | commitdiff | tree | snapshot |
2022-08-08 |
Kevin Day | Cleanup: Use functions directly rather than macros. |
commit | commitdiff | tree | snapshot |
2022-08-08 |
Kevin Day | Bugfix: Functions private_f_file_flush() and private_f_... |
commit | commitdiff | tree | snapshot |
2022-08-08 |
Kevin Day | Update: Describe modes being used when performing build... |
commit | commitdiff | tree | snapshot |
2022-08-08 |
Kevin Day | Cleanup: Use f_account_accounts rather than f_accounts. |
commit | commitdiff | tree | snapshot |
2022-08-08 |
Kevin Day | Regression: Monolithic build lost f_account sources. |
commit | commitdiff | tree | snapshot |
2022-08-07 |
Kevin Day | Bugfix: Stand alone build is pulling headers from system. |
commit | commitdiff | tree | snapshot |
2022-08-07 |
Kevin Day | Update: The test script not uses stand alone mode for... |
commit | commitdiff | tree | snapshot |
2022-08-07 |
Kevin Day | Update: Implement stand alone build for Featureless... |
commit | commitdiff | tree | snapshot |
2022-08-07 |
Kevin Day | Feature: Add support for 'stand_alone' builds in the... |
commit | commitdiff | tree | snapshot |
2022-08-07 |
Kevin Day | Bugfix: Mistakes in disable macros and remove redundant... |
commit | commitdiff | tree | snapshot |
2022-08-07 |
Kevin Day | Bugfix: Featureless Make dependencies are not accuratel... |
commit | commitdiff | tree | snapshot |
2022-08-05 |
Kevin Day | Update: Add medium logos. |
commit | commitdiff | tree | snapshot |
2022-08-05 |
Kevin Day | Update: Use resize functions rather than adjust functio... |
commit | commitdiff | tree | snapshot |
2022-08-05 |
Kevin Day | Update: Change logic to avoid potential negative numbers. |
commit | commitdiff | tree | snapshot |
2022-08-05 |
Kevin Day | Update: Add functions, macros, and structures files... |
commit | commitdiff | tree | snapshot |
2022-08-05 |
Kevin Day | Update: Add missing structures to f_account_t and imple... |
commit | commitdiff | tree | snapshot |
2022-08-04 |
Kevin Day | Update: Next minor version (0.7.0), for missed files. |
commit | commitdiff | tree | snapshot |
2022-08-03 |
Kevin Day | Bugfix: Content is incorrectly attempted to be processe... |
commit | commitdiff | tree | snapshot |
2022-08-03 |
Kevin Day | Update: Always ensure content size is 0 when content... |
commit | commitdiff | tree | snapshot |
2022-08-03 |
Kevin Day | Update: Redesign behavior of pipe, allowing it to run... |
commit | commitdiff | tree | snapshot |
2022-08-02 |
Kevin Day | Update: Next minor version (0.7.0). |
commit | commitdiff | tree | snapshot |
2022-08-01 |
Kevin Day | Update: Enable gitlab test support. |
commit | commitdiff | tree | snapshot |
2022-07-31 |
Kevin Day | Bugfix: Block is incorrectly being reset when an else... 0.6.0 |
commit | commitdiff | tree | snapshot |
next |