tap: import some changes
[argpar.git] / argpar / argpar.c
2024-03-18  Philippe ProulxIncrease REUSE compliance
2024-03-18  Simon Marchiargpar.{c,h}: fix clang-tidy issues
2024-03-18  Simon MarchiAdd clang-format config file and re-format with clang...
2024-03-18  Simon Marchiargpar.{c,h}: remove `ARGPAR_HIDDEN` from header file
2024-03-18  Simon Marchiargpar.c: remove stdarg.h include
2024-03-15  Philippe Proulxargpar.c: keep comments within 72 columns
2024-03-15  Philippe ProulxAdd and use type definitions for structures and enumera...
2021-08-31  Francis DeslauriersForce usage of ARGPAR_ASSERT() condition when NDEBUG...
2021-08-25  Simon MarchiEncode error type in argpar_error
2021-08-20  Simon MarchiRemove unused ARGPAR_PRINTF_FORMAT macro
2021-08-05  Simon MarchiFix unknown option name length computation in set_error
2021-06-04  Philippe Proulxargpar.c: add comments describing static functions
2021-06-04  Philippe Proulxstruct argpar_iter: put user data under nested structure
2021-06-04  Philippe ProulxAdd parsing error API
2021-06-04  Philippe Proulxargpar.c: use the "short option group" terminology...
2021-06-04  Philippe ProulxRemove the argpar_parse() API
2021-06-04  Philippe ProulxRemove "invalid argument" statuses
2021-06-04  Philippe ProulxParse `-` and `--` as non-option arguments
2021-06-04  Philippe ProulxRename argpar_iter_get_ingested_orig_args() -> argpar_i...
2021-06-04  Philippe ProulxRename argpar_iter_parse_next() -> argpar_iter_next()
2021-06-04  Philippe ProulxAdd error enumerators to `enum argpar_iter_parse_next_s...
2021-06-03  Philippe Proulxargpar.c: add error enumerators to `enum parse_orig_arg...
2021-06-03  Philippe Proulxargpar_iter_parse_next(): make the `error` parameter...
2021-06-03  Philippe ProulxMake `struct argpar_item` opaque
2021-05-31  Philippe Proulxargpar/argpar.{c,h}: fix coding style
2021-05-31  Simon MarchiAdd iterator-style API
2021-04-10  Simon MarchiUse SPDX-style license header
2021-04-10  Simon MarchiFix: Error out when passing an argument to long option...
2020-03-15  Simon MarchiAdd format attributes to functions with format strings
2019-12-06  Simon MarchiAdd missing va_end in argpar_vasprintf
2019-12-05  Simon MarchiRemove bt_/BT_ prefixes throughout
2019-12-04  Simon MarchiStrip trailing spaces
2019-12-04  Simon MarchiAdd build system, remove dependency on glib, add TAP...
2019-12-04  Simon MarchiInitial commit
This page took 0.029147 seconds and 6 git commands to generate.