Age | Commit message (Expand) | Author | Files | Lines |
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-04-28 | struct pe_raw_coff_strtbl: coff string tables may contain no data. | midipix | 1 | -1/+1 |
2024-04-27 | mdso_create_implib_objects(): eliminate the use of sprintf(). | midipix | 2 | -0/+49 |
2024-04-27 | mdso_objgen_symentry(): eliminate the use of sprintf(). | midipix | 1 | -0/+14 |
2024-04-27 | annual chores. | midipix | 3 | -3/+3 |
2024-02-22 | internals: perk_structs.h: updated to latest version from libperk. | 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 | 2 | -4/+25 |
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 | 4 | -4/+4 |
2021-07-06 | Annual chores. | midipix | 4 | -4/+4 |
2021-05-13 | driver: stdin input: unlink temporary file upon freeing of driver context. | midipix | 1 | -0/+1 |
2021-05-05 | argv.h: tty colors: added argv_usage_plain(). | midipix | 1 | -4/+30 |
2020-01-27 | argv.h: remove stale comment regarding sofort. | midipix | 1 | -1/+0 |
2019-08-21 | internals: perk_structs.h: updated to latest version from libperk. | midipix | 1 | -2/+5 |
2019-02-20 | driver: added --crc support: output computed crc32|64 of exported symbols. | midipix | 1 | -0/+1 |
2019-02-04 | Remove all bits pertaining to the obsolete distinction between code and data. | midipix | 1 | -1/+0 |
2018-08-03 | driver, library interfaces: support alternate fd's for input/output/error/log. | midipix | 1 | -0/+43 |
2018-07-14 | driver: argv usage and error output: use the signal-resilient mdso_dprintf(). | midipix | 2 | -0/+5 |
2018-07-14 | internals: added mdso_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 | 1 | -36/+42 |
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-23 | argv.h: whitespace meditation. | midipix | 1 | -5/+9 |
2018-05-23 | argv: argv_scan(): properly handle optional argument values of short options. | midipix | 1 | -0/+2 |
2017-11-18 | driver: MDSO_DRIVER_PE_HOST macro definition: fixed typo. | midipix | 1 | -1/+1 |
2017-10-25 | driver: if --machine is unspecified, match the PE host or cross-target bits. | midipix | 1 | -0/+12 |
2017-02-13 | unit context: added symbol characteristics and DATA support. | midipix | 1 | -0/+1 |
2017-02-11 | driver: utility api: added mdso_create_implib_archive(). | midipix | 1 | -0/+2 |
2017-02-08 | PE defs.: added struct pe_raw_archive_common_hdr. | midipix | 1 | -0/+11 |
2017-02-08 | PE defs: renamed struct pe_aux_rec_section --> struct pe_raw_aux_rec_section. | midipix | 1 | -1/+1 |
2017-02-08 | driver: utility api: added mdso_create_implib_objects(). | midipix | 1 | -0/+1 |
2017-02-08 | driver: added --asm support. | midipix | 1 | -0/+1 |
2017-02-05 | internals: added little endian object generation helper functions. | midipix | 1 | -0/+33 |
2017-02-05 | internals: added coff symbol record, string table, and auxiliary record defs. | midipix | 1 | -0/+23 |
2017-02-04 | annual chores. | midipix | 3 | -3/+3 |
2017-02-04 | internals: added PE constants and raw struct definitions. | midipix | 2 | -0/+705 |
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 | 2 | -31/+54 |
2016-11-26 | argv.h: error code path: remove unneeded if statement (always true). | midipix | 1 | -5/+2 |
2016-11-11 | whitespace meditation. | midipix | 1 | -11/+11 |
2016-11-11 | internals: mdso_record_error(): set unit information in error record. | midipix | 1 | -0/+3 |
2016-11-11 | driver: internals: error trace support: added unit context marks. | midipix | 1 | -0/+14 |
2016-11-11 | driver: struct mdso_error_info: extend and refactor. | midipix | 2 | -20/+21 |
2016-11-11 | argv.h: argv_usage(): use correct format for short option name in short mode. | midipix | 1 | -1/+1 |
2016-11-11 | internals: error trace implementation: added mdso_record_error(). | midipix | 2 | -0/+121 |