Age | Commit message (Expand) | Author | Files | Lines |
2024-08-19 | daemon: utilize the framework's ipc object directories. | midipix | 1 | -0/+2 |
2024-08-19 | internals: struct ptyc_daemon_ctx: added a pointer to the driver context. | midipix | 1 | -0/+2 |
2024-06-30 | internals: nolibc: added ptyc_isblank(). | midipix | 2 | -0/+9 |
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 | 9 | -9/+9 |
2021-07-06 | Annual chores. | midipix | 1 | -1/+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 |
2018-08-13 | ptyc_write(): apply correct return value logic. | midipix | 1 | -4/+11 |
2018-07-15 | internals: removed the surrogate streams layer, as it is no longer needed. | midipix | 2 | -122/+0 |
2018-07-15 | argv.h: output usage and errors using [argv_]dprintf rather than fprint. | midipix | 1 | -36/+42 |
2018-07-15 | driver: argv usage and error output: use the signal-resilient ptyc_dprintf(). | midipix | 2 | -0/+5 |
2018-07-15 | internals: added ptyc_dprintf(), a signal-resilient dprintf implementation. | midipix | 2 | -0/+68 |
2018-07-15 | internals: added ptyc_write(). | midipix | 2 | -0/+70 |
2018-07-15 | argv.h: argv_get(): be consistent between forward decl. and impl. | midipix | 1 | -1/+1 |
2018-07-15 | 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-02-09 | annual chores: normalize date range in internal header. | midipix | 1 | -1/+1 |
2017-02-04 | annual chores. | midipix | 9 | -9/+9 |
2016-12-26 | argv.h: use an option vector rather than a direct pointer to the option table. | midipix | 2 | -31/+54 |
2016-12-26 | ptyc_pty_own(): properly convert the message's uintptr_t members to pid_t size. | midipix | 1 | -4/+4 |
2016-12-26 | ptyc_fputs(): properly invoke the i/o function (uint32_t bytes). | midipix | 1 | -1/+1 |
2016-12-26 | argv.h: struct argv_ctx: .unitidx and .erridx are set via pointer arithmetic. | midipix | 1 | -2/+2 |
2016-12-26 | struct ptyc_vkcode: fix const definitions. | midipix | 1 | -2/+2 |
2016-12-26 | foreign compiler support: nt32/nt64: added ptyc_compiler.asm. | midipix | 2 | -0/+39 |
2016-12-09 | ptyc_open_volume(): update code following libntapi's pre-alpha API update. | midipix | 1 | -1/+1 |
2016-11-26 | argv.h: error code path: remove unneeded if statement (always true). | midipix | 1 | -5/+2 |
2016-11-19 | ptycon_api.h: fix export/import inconsistency. | midipix | 1 | -1/+1 |
2016-10-25 | argv.h: argv_usage(): use correct format for short option name in short mode. | midipix | 1 | -1/+1 |
2016-08-18 | console: ptyc_init_console(): obtain cursor info. | midipix | 1 | -0/+1 |
2016-08-14 | console bridge: added --bell support. | midipix | 1 | -0/+1 |
2016-08-14 | driver: added --bell support. | midipix | 1 | -0/+1 |
2016-08-10 | argv.h: error message formatting: handle lonely long options. | midipix | 1 | -12/+17 |
2016-08-10 | driver: --sysroot: support dos drive notation. | midipix | 1 | -2/+32 |
2016-08-10 | bridge: added initial virtual key-code translation table. | midipix | 1 | -0/+5 |
2016-07-27 | gdi.c: fix initialization of gdi32_base_name and user32_base_name. | midipix | 1 | -2/+2 |
2016-07-24 | ptyc_spawn(): support '/??/...' executable path arguments. | midipix | 1 | -1/+1 |