summaryrefslogtreecommitdiffhomepage
path: root/src/internal
AgeCommit message (Expand)AuthorFilesLines
2024-01-27argv.h: argv_scan(): properly handle (fhybrid && ARGV_OPTARG_OPTIONAL).midipix1-1/+6
2024-01-27argv.h: argv_scan(): whitespace meditation.midipix1-16/+34
2024-01-26argv.h: argv_show_error: refactor handling of vendor-specific option string.midipix1-10/+19
2024-01-26argv.h: argv_show_error(): gracefully handle vendor-specific (-W) arguments.midipix1-3/+24
2022-12-21argv.h: argv_show_error(): refine the 'option X requires a value' error msg.midipix1-1/+3
2022-11-07driver: chmod: renamed option --refmode to --refobj.midipix1-1/+1
2022-10-30ntux_cmd_bridge(): initial implementation and integration.midipix1-0/+14
2022-10-30ntux_strcpy(): null-terminate the destination string.midipix1-3/+7
2022-09-26ntux_cmd_fspath(): initial implementation and driver integration.midipix1-0/+6
2022-09-11ntux_cmd_aceit(): initial implementation and driver integration.midipix1-0/+2
2021-12-30A new home.midipix11-11/+11
2021-07-06Annual chores.midipix11-11/+11
2021-05-05argv.h: tty colors: added argv_usage_plain().midipix1-4/+30
2020-05-14driver: chmod: added --owner and --group support.midipix1-0/+2
2020-01-27argv.h: remove stale comment regarding sofort.midipix1-1/+0
2019-05-27framework: code against the newly added __xfi_xxx interfaces.midipix6-67/+35
2018-10-12driver: added 'chmod' command support.midipix1-0/+9
2018-08-05driver, library interfaces: support alternate fd's for input/output/error/log.midipix1-0/+43
2018-07-15internals: removed the surrogate streams layer, as it is no longer needed.midipix2-78/+0
2018-07-14argv.h: output usage and errors using [argv_]dprintf rather than fprint.midipix1-36/+42
2018-07-14driver: argv usage and error output: use the signal-resilient ntux_dprintf().midipix2-0/+5
2018-07-14internals: added ntux_dprintf(), a signal-resilient dprintf implementation.midipix2-0/+69
2018-07-14argv.h: argv_get(): be consistent between forward decl. and impl.midipix1-1/+1
2018-07-14argv.h: move definition of struct argv_meta_impl to the implementation block.midipix1-6/+6
2018-06-08driver: added initial strace-specific support.midipix1-0/+2
2018-05-22argv.h: whitespace meditation.midipix1-5/+9
2018-05-22argv: argv_scan(): properly handle optional argument values of short options.midipix1-0/+2
2018-05-22driver: added --cmd={spawn|strace} support, support multiple option sets.midipix1-2/+4
2018-05-21annual chores.midipix7-7/+7
2018-05-21internals: nolibc: stddef.h: use the __offsetof macro from psxtypes.midipix1-1/+1
2018-05-21driver & output: error info vector, error strings: initial implementation.midipix7-0/+368
2018-05-21driver: added --cmd support, added 'stat' as an available command.midipix1-0/+1
2016-12-27argv.h: use an option vector rather than a direct pointer to the option table.midipix2-33/+56
2016-12-27create free-standing, libpsxscl-based project skeleton.midipix19-0/+1444