Age | Commit message (Expand) | Author | Files | Lines |
2024-06-22 | argv.h: argv_show_status(): output keyval pairs where appropriate. | midipix | 1 | -0/+23 |
2024-06-22 | argv.h: argv_scan(): added option for parsing keyval pair and keyval array. | midipix | 1 | -5/+203 |
2024-06-22 | argv.h: argv_show_status(): refactor for better readability. | midipix | 1 | -2/+4 |
2024-06-22 | argv.h: argv_alloc(): refactor for better readability. | midipix | 1 | -7/+11 |
2024-06-22 | argv.h: whitespace meditation. | midipix | 1 | -6/+6 |
2024-05-28 | argv.h: usage screen: avoid extra <stace> when all long options are hybrid-only. | midipix | 1 | -1/+11 |
2024-05-28 | argv.h: usage screen: prettify: <short-option><space><long-option>. | midipix | 1 | -1/+1 |
2024-05-15 | argv.h: argv_usage_impl(): use a sentinel with a non-contant format specifier. | midipix | 1 | -1/+1 |
2024-01-27 | argv.h: argv_scan(): properly handle (fhybrid && ARGV_OPTARG_OPTIONAL). | midipix | 1 | -1/+6 |
2024-01-27 | argv.h: argv_scan(): whitespace meditation. | midipix | 1 | -16/+34 |
2024-01-26 | argv.h: argv_show_error: refactor handling of vendor-specific option string. | midipix | 1 | -10/+19 |
2024-01-26 | argv.h: argv_show_error(): gracefully handle vendor-specific (-W) arguments. | midipix | 1 | -3/+24 |
2022-12-21 | argv.h: argv_show_error(): refine the 'option X requires a value' error msg. | midipix | 1 | -1/+3 |
2021-12-30 | A new home. | midipix | 15 | -15/+15 |
2021-07-06 | Annual chores. | midipix | 15 | -15/+15 |
2021-05-05 | argv.h: tty colors: added argv_usage_plain(). | midipix | 1 | -4/+30 |
2021-04-10 | app: posix make support: acknowledge unused parameter inside of source file. | midipix | 1 | -0/+3 |
2020-01-27 | argv.h: remove stale comment regarding sofort. | midipix | 1 | -1/+0 |
2018-08-17 | driver: amgc_get_driver_ctx(): support stack-based argv. | midipix | 1 | -1/+1 |
2018-08-09 | internals: amgc_output_strerror(): use strerror_r(3) rather than strerror(3). | midipix | 1 | -5/+13 |
2018-08-09 | front-end utility: amgc_main(): remove the redundant argc parameter. | midipix | 2 | -3/+3 |
2018-08-05 | driver, unit context: remove input-mapping interfaces which are not needed. | midipix | 2 | -63/+0 |
2018-08-05 | driver: amgc_stdin_to_tmp(): re-implemented with pure fdio. | midipix | 1 | -48/+44 |
2018-08-05 | amgc_output_error_record(): re-implemented with fdctx and pure fdio. | midipix | 1 | -10/+19 |
2018-08-05 | output interfaces: revised API and implementation to use fdctx and pure fdio. | midipix | 7 | -140/+158 |
2018-08-05 | driver, library interfaces: support alternate fd's for input/output/error/log. | midipix | 4 | -14/+120 |
2018-08-04 | library: removed amgc_create_driver_ctx() [too much of a good thing]. | midipix | 1 | -23/+0 |
2018-07-14 | driver: argv usage and error output: use the signal-resilient amgc_dprintf(). | midipix | 2 | -0/+5 |
2018-07-14 | internals: added amgc_dprintf(), a signal-resilient dprintf implementation. | midipix | 2 | -0/+62 |
2018-07-14 | argv.h: output usage and errors using [argv_]dprintf rather than fprint. | midipix | 2 | -39/+48 |
2018-07-14 | argv.h: argv_get(): be consistent between forward decl. and impl. | midipix | 1 | -1/+1 |
2018-07-14 | argv.h: move definition of struct argv_meta_impl to the implementation block. | midipix | 1 | -6/+6 |
2018-05-22 | argv.h: whitespace meditation. | midipix | 1 | -5/+9 |
2018-05-22 | argv: argv_scan(): properly handle optional argument values of short options. | midipix | 1 | -0/+2 |
2017-11-09 | amgc_error_strings table: removed duplicate const declaration. | midipix | 1 | -1/+1 |
2017-11-04 | amgc_stdin_to_tmp(): call fflush() upon return. | midipix | 1 | -0/+6 |
2017-11-04 | driver: adjust code following changes in libcparser's API. | midipix | 1 | -3/+3 |
2016-12-26 | argv.h: struct argv_ctx: .unitidx and .erridx are set via pointer arithmetic. | midipix | 1 | -2/+2 |
2016-12-25 | argv.h: use an option vector rather than a direct pointer to the option table. | midipix | 3 | -39/+65 |
2016-12-18 | argv.h: error code path: remove unneeded if statement (always true). | midipix | 1 | -5/+2 |
2016-10-26 | internals: struct amgc_unit_ctx_impl: added error trace support. | midipix | 2 | -0/+2 |
2016-10-26 | driver: amgc_main(): skip remaining units once an error has occurred. | midipix | 1 | -1/+1 |
2016-10-26 | driver: status codes: refactor and normalize. | midipix | 1 | -3/+5 |
2016-10-26 | utility: error trace and error information: initial integration. | midipix | 1 | -6/+5 |
2016-10-26 | amgc_get_unit_ctx(): added error trace support. | midipix | 1 | -9/+25 |
2016-10-26 | driver: internals: error trace support: added amgc_driver_set_ectx(). | midipix | 1 | -0/+12 |
2016-10-26 | output: added amgc_output_error_record(), amgc_output_error_vector(). | midipix | 1 | -0/+212 |
2016-10-26 | amgc_map_input(): improved error trace support. | midipix | 1 | -0/+7 |
2016-10-26 | amgc_map_input(): added error trace support. | midipix | 2 | -8/+12 |
2016-10-26 | internals: error trace implementation: added amgc_record_error(). | midipix | 2 | -0/+113 |