0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected 1 day ago.
Aug 30, 2025 — Aug 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #43 from offscale/master More... about 5 years ago
[docopt_c.py] Fix macOS support; [test/docopt.h] Regenerate More... about 5 years ago
[docopt_c.py] Improve bool; [test/docopt{.h,.c}] Regenerate More... about 5 years ago
[docopt_c.py] Escape escapes; [setup.py] Remove unused imports More... about 5 years ago
[*] Switch to single file as per original author's request; [setup.py] Repurpose for single file More... about 5 years ago
[docopt_c/_data/docopt{.h,.c}] Regenerate; [docopt_c/_data/example.c] Simplify example (slightly); [docopt_c/_data/test_docopt.c] `size_t` -> `int`; `EXIT_SUCCESS` and `EXIT_FAILURE` ; [README.md] Use latest example; [docopt_c/__init__.py] Match version to one in example More... about 5 years ago
[docopt_c/__main__.py] Fix output name handling; [docopt_c/_data/template{.c,.h}] `size_t` -> `int`; [docopt_c/_data/template.h] inline stdbool implementation; [docopt_c/_data/template.c] Use `EXIT_FAILURE` and `EXIT_SUCCESS` over `0` and `1` More... about 5 years ago
[docopt_c/__main__.py] stdout when empty file;[docopt_c/{docopt_c,__main__}.py] support for installed location of template files; [docopt_c/__init__.py] Bump version; [README.md] Fix GitHub Actions shield More... about 5 years ago
Restructure into proper Python packager with CD to boot More... about 5 years ago
[template.c] Use `int` over `size_t` for `return_code` as that's what `exit` requires (resolves C4267) More... almost 6 years ago
[docopt_c.py] Fix indentation for template; [template.c] Fix indentation; handle no args as `--help` with `EXIT_FAILURE` [template{.h,.c}] stdbool isn't in C89, so `#include` it in your own code with `"stdbool.h"` not `<stdbool.h>`; [.gitignore] Ignore IDEA More... about 6 years ago
Move to `const char` and use `ARG_MAX` as bound for `const char *array` More... over 6 years ago
[docopt.py] print_function; fixed `super`-related errors; [docopt_c.py] Remove globals, cleanup indentation, remove extraneous parentheses and unneeded lists, replace spaces with '{indent}' formatted string, fix existing string formatting (escapes) More... over 6 years ago
PEP8 cleanup; move from `%` and `+` to `.format`; typo fix; `strcmp` compare specifically against 0 More... over 6 years ago
[docopt_c.py,template.c] C89/C90 (ANSI/ISO) C compatibility - ‘509’ ISO C90 compilers are required to support, so let's just arrayify the help message per line More... over 6 years ago
[docopt_c.py,template.c] C89/C90 (ANSI/ISO) C compatibility More... over 6 years ago
[template.h,template.c] On second thought, `struct DocoptArgs` and `struct DocoptArgs docopt` should be the only public More... over 6 years ago
[docopt_c.py] MSVC support; remove unused parameters for `safe_substitute` More... over 6 years ago
Continue separation into .h and .c More... over 6 years ago
Break C++ support; remove typedef; separate into .h and .c More... over 6 years ago
[*.c,*.h] Replace `int` with `size_t`, a consistent unsigned integer type; [docopt.py] Minor improvements; [example.docopt,README.md] Remove .py extension More... over 6 years ago
[docopt.py] Upgrade More... over 6 years ago
Merge pull request #35 from gertoe/master More... almost 10 years ago
Merged rkda's compiler-warning-fix More... almost 10 years ago
Python 3-Fix for docopt_c More... almost 10 years ago
merged Angel Ezquerra's shortcut-fix More... almost 10 years ago
Merge pull request #31 from fxkr/make-docopt_c.py-executable More... over 11 years ago
Makes docopt_c.py executable More... over 11 years ago
Merge pull request #25 from tjeezy/fix_readme_example More... over 12 years ago
Merge pull request #27 from tjeezy/fix_default_options More... over 12 years ago