2021-01-02 |
Kevin Day | Cleanup: provide empty static strings and use the stati... |
commit | commitdiff | tree | snapshot |
2021-01-02 |
Kevin Day | Feature: add F_time and F_time_not. |
commit | commitdiff | tree | snapshot |
2021-01-02 |
Kevin Day | Update: fix length calculation (cannot be 0), add f_mem... |
commit | commitdiff | tree | snapshot |
2021-01-01 |
Kevin Day | Cleanup: use correct parameter checking levels. |
commit | commitdiff | tree | snapshot |
2021-01-01 |
Kevin Day | Update: next micro version (0.5.3). |
commit | commitdiff | tree | snapshot |
2021-01-01 |
Kevin Day | Progress: begin writing thread support and fix a proble... 0.5.2 |
commit | commitdiff | tree | snapshot |
2020-12-31 |
Kevin Day | Progress: controller program, restructure some of f... |
commit | commitdiff | tree | snapshot |
2020-12-30 |
Kevin Day | Progress: control program, adding numerous FLL projects... |
commit | commitdiff | tree | snapshot |
2020-12-26 |
Kevin Day | Progress: scheduler support in contol program. |
commit | commitdiff | tree | snapshot |
2020-12-26 |
Kevin Day | Progress: controller program and other changes. |
commit | commitdiff | tree | snapshot |
2020-12-21 |
Kevin Day | Progress: controller program and execute "as" additions. |
commit | commitdiff | tree | snapshot |
2020-12-20 |
Kevin Day | Progress: controller program and execute function impro... |
commit | commitdiff | tree | snapshot |
2020-12-20 |
Kevin Day | Security: free the memory of the environment variables... |
commit | commitdiff | tree | snapshot |
2020-12-20 |
Kevin Day | Progress: controller program and related changes, such... |
commit | commitdiff | tree | snapshot |
2020-12-19 |
Kevin Day | Update: rewrite the execute functions to accept a param... |
commit | commitdiff | tree | snapshot |
2020-12-18 |
Kevin Day | Progress: controller program, working on execute script... |
commit | commitdiff | tree | snapshot |
2020-12-17 |
Kevin Day | Progress: controller program, featureless make tweaks... |
commit | commitdiff | tree | snapshot |
2020-12-16 |
Kevin Day | Progress: controller program. |
commit | commitdiff | tree | snapshot |
2020-12-16 |
Kevin Day | Feature: add F_optional, F_optional_not, F_require... |
commit | commitdiff | tree | snapshot |
2020-12-15 |
Kevin Day | Update: wrap some macros in functions and minor cleanups. |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Kevin Day | Progress: controller program. |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Kevin Day | Update: f_memory tweaks, always call memset() on new... |
commit | commitdiff | tree | snapshot |
2020-12-14 |
Kevin Day | Bugfix: closing the before at the end of the program... |
commit | commitdiff | tree | snapshot |
2020-12-13 |
Kevin Day | Feature: the execute functions now support custom pipes. |
commit | commitdiff | tree | snapshot |
2020-12-13 |
Kevin Day | Update: always ensure standard file descriptors are... |
commit | commitdiff | tree | snapshot |
2020-12-13 |
Kevin Day | Security: A child process of an execv() family of funct... |
commit | commitdiff | tree | snapshot |
2020-12-13 |
Kevin Day | Cleanup: further utilize static stringss and correct... |
commit | commitdiff | tree | snapshot |
2020-12-13 |
Kevin Day | Progress: contoller program. |
commit | commitdiff | tree | snapshot |
2020-12-12 |
Kevin Day | Cleanup: use "triple" instead of "tuple". |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Kevin Day | Feature: Provide a tuple of string structure. |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Kevin Day | Progress: controller program. |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Kevin Day | Bugfix: fl_string_dynamic_rip() and fl_string_dynamic_r... |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Kevin Day | Progress: controller program. |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Kevin Day | Update: Add missing header and add/update static variab... |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Kevin Day | Cleanup: use const more, but in a way that works with... |
commit | commitdiff | tree | snapshot |
2020-12-09 |
Kevin Day | Progress: controller program. |
commit | commitdiff | tree | snapshot |
2020-12-09 |
Kevin Day | Feature: add F_ready, F_ready_not, F_wait, and F_wait_n... |
commit | commitdiff | tree | snapshot |
2020-12-08 |
Kevin Day | Progress: controller program. |
commit | commitdiff | tree | snapshot |
2020-12-08 |
Kevin Day | Feature: add date and time related types. |
commit | commitdiff | tree | snapshot |
2020-12-08 |
Kevin Day | Cleanup: remove spurious space. |
commit | commitdiff | tree | snapshot |
2020-12-07 |
Kevin Day | Cleanup: replace 'file' with replacement character... |
commit | commitdiff | tree | snapshot |
2020-12-07 |
Kevin Day | Progress: controller program. |
commit | commitdiff | tree | snapshot |
2020-12-06 |
Kevin Day | Update: provide F_minor and F_moderate to complement... |
commit | commitdiff | tree | snapshot |
2020-12-06 |
Kevin Day | Progress: controller program. |
commit | commitdiff | tree | snapshot |
2020-12-04 |
Kevin Day | Cleanup: the fl_type functions should have "_type". |
commit | commitdiff | tree | snapshot |
2020-12-04 |
Kevin Day | Cleanup: _F_types_h should be _F_type_h and some macros... |
commit | commitdiff | tree | snapshot |
2020-12-04 |
Kevin Day | Feature: add fl_type project to provide increase()... |
commit | commitdiff | tree | snapshot |
2020-12-04 |
Kevin Day | Bugfix: use f_array_length_t and not f_string_length_t. |
commit | commitdiff | tree | snapshot |
2020-12-03 |
Kevin Day | Progress: controller program. |
commit | commitdiff | tree | snapshot |
2020-12-03 |
Kevin Day | Update: controller program should better handle code... |
commit | commitdiff | tree | snapshot |
2020-12-03 |
Kevin Day | Cleanup: move "macro_" prefix to after program name. |
commit | commitdiff | tree | snapshot |
2020-12-03 |
Kevin Day | Update: memory changes, memory bugfixes, and minor... |
commit | commitdiff | tree | snapshot |
2020-12-01 |
Kevin Day | Progress: controller program. |
commit | commitdiff | tree | snapshot |
2020-12-01 |
Kevin Day | Update: provide file mode macros in f_file. |
commit | commitdiff | tree | snapshot |
2020-12-01 |
Kevin Day | Cleanup: f_account should use "account" and not "pipe". |
commit | commitdiff | tree | snapshot |
2020-12-01 |
Kevin Day | Update: status code changes, adding "_not" in more... |
commit | commitdiff | tree | snapshot |
2020-11-30 |
Kevin Day | Progress: controller program. |
commit | commitdiff | tree | snapshot |
2020-11-30 |
Kevin Day | Update: add support for file error F_file_type_not_dire... |
commit | commitdiff | tree | snapshot |
2020-11-30 |
Kevin Day | Bugfix: provide static variable "fll_error_string_null_s". |
commit | commitdiff | tree | snapshot |
2020-11-29 |
Kevin Day | Bugfix: featureless make is not copying settings directory. |
commit | commitdiff | tree | snapshot |
2020-11-29 |
Kevin Day | Progress: controller program and add F_encoding and... |
commit | commitdiff | tree | snapshot |
2020-11-28 |
Kevin Day | Progress: controller program. |
commit | commitdiff | tree | snapshot |
2020-11-23 |
Kevin Day | Progress: controller program. |
commit | commitdiff | tree | snapshot |
2020-11-23 |
Kevin Day | Cleanup: fix comment in featureless make program. |
commit | commitdiff | tree | snapshot |
2020-11-23 |
Kevin Day | Update: handle F_incomplete_utf status. |
commit | commitdiff | tree | snapshot |
2020-11-22 |
Kevin Day | Progress: controller. |
commit | commitdiff | tree | snapshot |
2020-11-22 |
Kevin Day | Update: add f_string_maps_t increase and decrease funct... |
commit | commitdiff | tree | snapshot |
2020-11-21 |
Kevin Day | Progress: controller. |
commit | commitdiff | tree | snapshot |
2020-11-21 |
Kevin Day | Cleanup: add F_memory, F_resource, and F_resource_not... |
commit | commitdiff | tree | snapshot |
2020-11-20 |
Kevin Day | Progress: controller program. |
commit | commitdiff | tree | snapshot |
2020-11-20 |
Kevin Day | Update: add F_file_not and F_link_not status codes. |
commit | commitdiff | tree | snapshot |
2020-11-19 |
Kevin Day | Bugfix: f_type_warn does not exist, instead use f_type_... |
commit | commitdiff | tree | snapshot |
2020-11-19 |
Kevin Day | Progress: controller program. |
commit | commitdiff | tree | snapshot |
2020-11-19 |
Kevin Day | Cleanup: the FSS read functions no longer need the... |
commit | commitdiff | tree | snapshot |
2020-11-18 |
Kevin Day | Cleanup: parameters should be objects_quoted instead... |
commit | commitdiff | tree | snapshot |
2020-11-17 |
Kevin Day | Progress: controller. |
commit | commitdiff | tree | snapshot |
2020-11-17 |
Kevin Day | Update: add "DEBUG: " support to the common errors. |
commit | commitdiff | tree | snapshot |
2020-11-15 |
Kevin Day | Bugfix: Embedded List is not properly handling delimits... |
commit | commitdiff | tree | snapshot |
2020-11-15 |
Kevin Day | Update: FSS Extended List should be non-recursive. |
commit | commitdiff | tree | snapshot |
2020-11-14 |
Kevin Day | Update: create FSS Embedded List and other minor fixes. |
commit | commitdiff | tree | snapshot |
2020-11-14 |
Kevin Day | Progress: controller. |
commit | commitdiff | tree | snapshot |
2020-11-14 |
Kevin Day | Cleanup: add F_array and similar status codes. |
commit | commitdiff | tree | snapshot |
2020-11-13 |
Kevin Day | Update: add missing 'const'. |
commit | commitdiff | tree | snapshot |
2020-11-13 |
Kevin Day | Update: next micro version (0.5.2). |
commit | commitdiff | tree | snapshot |
2020-11-12 |
Kevin Day | Progress: begin adding the controller program, starting... |
commit | commitdiff | tree | snapshot |
2020-11-11 |
Kevin Day | Update: make fl_fss _increase() and _increase_by()... |
commit | commitdiff | tree | snapshot |
2020-11-11 |
Kevin Day | Update: add fl_string based _increase, _increase_by... |
commit | commitdiff | tree | snapshot |
2020-11-10 |
Kevin Day | Progress: init. |
commit | commitdiff | tree | snapshot |
2020-11-10 |
Kevin Day | Cleanup: remove unnecessary tabbing and move newline. |
commit | commitdiff | tree | snapshot |
2020-11-10 |
Kevin Day | Update: relax parameter restrictions in f_iki_read(). |
commit | commitdiff | tree | snapshot |
2020-11-06 |
Kevin Day | Cleanup: remove extra parameter in printf(). |
commit | commitdiff | tree | snapshot |
2020-11-05 |
Kevin Day | Feature: Stub out the Control program. |
commit | commitdiff | tree | snapshot |
2020-11-05 |
Kevin Day | Feature: Stub out the Controller program. |
commit | commitdiff | tree | snapshot |
2020-11-05 |
Kevin Day | Update: Re-create Init program with barebones source... |
commit | commitdiff | tree | snapshot |
2020-11-05 |
Kevin Day | Bugfix: color print is bleeding into GCC messages. |
commit | commitdiff | tree | snapshot |
2020-11-04 |
Kevin Day | Bugfix: Fake building monolithic FLL is not compiling... |
commit | commitdiff | tree | snapshot |
2020-11-04 |
Kevin Day | Cleanup: Fake should handle file specific errors for... |
commit | commitdiff | tree | snapshot |
2020-11-04 |
Kevin Day | Bugfix: Fake incorrectly builds header file names. |
commit | commitdiff | tree | snapshot |
2020-11-04 |
Kevin Day | Cleanup: default to monolithic build. |
commit | commitdiff | tree | snapshot |
2020-11-03 |
Kevin Day | Bugfix: contents_delimits is supposed to be optional. |
commit | commitdiff | tree | snapshot |
next |