]> Kevux Git Server - fll/shortlog
fll
2021-03-29 Kevin DayBugfix: fix thread initializers and add documentation...
2021-03-24 Kevin DayProgress: controller program.
2021-03-20 Kevin DayProgress: controller program and related.
2021-03-18 Kevin DayCleanup: document _di_pthread_support_.
2021-03-18 Kevin DayBugfix: recently added capability functions are from...
2021-03-18 Kevin DayUpdate: capability.
2021-03-18 Kevin DayFeature: support f_string_constant_t as a way to pass...
2021-03-17 Kevin DayUpdate: f_capability improvements and cleanups, and...
2021-03-17 Kevin DayUpdate: add documentation about return codes.
2021-03-15 Kevin DayProgress: controller program.
2021-03-15 Kevin DayUpdate: update utf string with string changes and fix...
2021-03-14 Kevin DayUpdate: add "eoa", add append functions, relocate f_str...
2021-03-12 Kevin DayBugfix: should be using level 0 parameter checker macro...
2021-03-12 Kevin DayUpdate: implement append functions for array types...
2021-03-12 Kevin DayCleanup: use 'print' instead of 'error' for variable...
2021-03-12 Kevin DayUpdate: add done, empty, and full status codes.
2021-03-12 Kevin DayBugfix: more thread macros aren't correct.
2021-03-06 Kevin DayProgress: controller program.
2021-03-06 Kevin DayUpdate: replace f_string_length_t (and related) and...
2021-02-14 Kevin DayProgress: controller program, address issues with inval...
2021-02-12 Kevin DayProgress: controller program.
2021-02-12 Kevin DayUpdate: memory function tweaks, update thread code...
2021-02-10 Kevin DayCleanup: don't re-use 'result' variable name, and fix...
2021-02-09 Kevin DayUpdate: remaining thread functions and add f_recover...
2021-01-27 Kevin DayProgress: controller program and f_thread.
2021-01-26 Kevin DayProgress: controller program and related.
2021-01-23 Kevin DayUpdate: add missing thread functionality and fix an...
2021-01-22 Kevin DayProgress: controller program.
2021-01-22 Kevin DayCleanup: macro functions should have 'macro' in their...
2021-01-22 Kevin DayBugfix: thread delete functions and related.
2021-01-22 Kevin DayBugfix: incorrect data type being used.
2021-01-21 Kevin DayProgress: controller program thread support.
2021-01-21 Kevin DayBugfix: missing semicolon, missing macros, add todo...
2021-01-21 Kevin DayCleanup: comment for memory function.
2021-01-19 Kevin DayUpdate: f_thread_create() fixes.
2021-01-17 Kevin DayUpdate: add missing property to control program data...
2021-01-17 Kevin DayUpdate: synchronize f_utf (and fl_utf) with f_string...
2021-01-16 Kevin DayUpdate: fix regressions due to recent mass structural...
2021-01-15 Kevin DayBugfix: regression in how an optional variable is handled.
2021-01-15 Kevin DayCleanup: update f_memory function structure to follow...
2021-01-14 Kevin DayBugfix: recent changes in macro structures broke iki_read.
2021-01-14 Kevin DayBugfix: f_type_array has different headers.
2021-01-14 Kevin DayUpdate: more FLL cleanup and consistency.
2021-01-10 Kevin DayProgess: FLL cleanup and consistency.
2021-01-10 Kevin DayBugfix: f_fss_set_quotes_t incorrectly has f_fss_set_t...
2021-01-09 Kevin DayUpdate: Remove *_decrease() and *_decimate() macros...
2021-01-09 Kevin DayUpdate: collapse projects using fl_string as necessary...
2021-01-08 Kevin DayProgress: restructure string project and eventially...
2021-01-06 Kevin DayUpdate: consistency issues in code design, better utili...
2021-01-06 Kevin DayBugfix: conversion scale maximums are too short and...
2021-01-05 Kevin DayUpdate: memory changes, macro changes, and return type...
2021-01-05 Kevin DayCleanup: fix typo.
2021-01-04 Kevin DayCleanup: use the structure macros for memory operations.
2021-01-04 Kevin DayProgress: controller program and other minor tweaks.
2021-01-03 Kevin DayCleanup: remove redundant memset() calls.
2021-01-03 Kevin DayUpdate: thread support.
2021-01-02 Kevin DayCleanup: provide empty static strings and use the stati...
2021-01-02 Kevin DayFeature: add F_time and F_time_not.
2021-01-02 Kevin DayUpdate: fix length calculation (cannot be 0), add f_mem...
2021-01-01 Kevin DayCleanup: use correct parameter checking levels.
2021-01-01 Kevin DayUpdate: next micro version (0.5.3).
2021-01-01 Kevin DayProgress: begin writing thread support and fix a proble... 0.5.2
2020-12-31 Kevin DayProgress: controller program, restructure some of f...
2020-12-30 Kevin DayProgress: control program, adding numerous FLL projects...
2020-12-26 Kevin DayProgress: scheduler support in contol program.
2020-12-26 Kevin DayProgress: controller program and other changes.
2020-12-21 Kevin DayProgress: controller program and execute "as" additions.
2020-12-20 Kevin DayProgress: controller program and execute function impro...
2020-12-20 Kevin DaySecurity: free the memory of the environment variables...
2020-12-20 Kevin DayProgress: controller program and related changes, such...
2020-12-19 Kevin DayUpdate: rewrite the execute functions to accept a param...
2020-12-18 Kevin DayProgress: controller program, working on execute script...
2020-12-17 Kevin DayProgress: controller program, featureless make tweaks...
2020-12-16 Kevin DayProgress: controller program.
2020-12-16 Kevin DayFeature: add F_optional, F_optional_not, F_require...
2020-12-15 Kevin DayUpdate: wrap some macros in functions and minor cleanups.
2020-12-14 Kevin DayProgress: controller program.
2020-12-14 Kevin DayUpdate: f_memory tweaks, always call memset() on new...
2020-12-14 Kevin DayBugfix: closing the before at the end of the program...
2020-12-13 Kevin DayFeature: the execute functions now support custom pipes.
2020-12-13 Kevin DayUpdate: always ensure standard file descriptors are...
2020-12-13 Kevin DaySecurity: A child process of an execv() family of funct...
2020-12-13 Kevin DayCleanup: further utilize static stringss and correct...
2020-12-13 Kevin DayProgress: contoller program.
2020-12-12 Kevin DayCleanup: use "triple" instead of "tuple".
2020-12-11 Kevin DayFeature: Provide a tuple of string structure.
2020-12-11 Kevin DayProgress: controller program.
2020-12-11 Kevin DayBugfix: fl_string_dynamic_rip() and fl_string_dynamic_r...
2020-12-10 Kevin DayProgress: controller program.
2020-12-10 Kevin DayUpdate: Add missing header and add/update static variab...
2020-12-10 Kevin DayCleanup: use const more, but in a way that works with...
2020-12-09 Kevin DayProgress: controller program.
2020-12-09 Kevin DayFeature: add F_ready, F_ready_not, F_wait, and F_wait_n...
2020-12-08 Kevin DayProgress: controller program.
2020-12-08 Kevin DayFeature: add date and time related types.
2020-12-08 Kevin DayCleanup: remove spurious space.
2020-12-07 Kevin DayCleanup: replace 'file' with replacement character...
2020-12-07 Kevin DayProgress: controller program.
2020-12-06 Kevin DayUpdate: provide F_minor and F_moderate to complement...
2020-12-06 Kevin DayProgress: controller program.
next