openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
D
docopt.c
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 1 hour
ago. based on code collected
1 day
ago.
Aug 30, 2025 — Aug 30, 2026
Showing page 1 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #43 from offscale/master
Vladimir Keleshev
More...
about 5 years ago
[docopt_c.py] Fix macOS support; [test/docopt.h] Regenerate
Samuel Marks
More...
about 5 years ago
[docopt_c.py] Improve bool; [test/docopt{.h,.c}] Regenerate
Samuel Marks
More...
about 5 years ago
[docopt_c.py] Escape escapes; [setup.py] Remove unused imports
Samuel Marks
More...
about 5 years ago
[*] Switch to single file as per original author's request; [setup.py] Repurpose for single file
Samuel Marks
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
Samuel Marks
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`
Samuel Marks
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
Samuel Marks
More...
about 5 years ago
Restructure into proper Python packager with CD to boot
Samuel Marks
More...
about 5 years ago
[template.c] Use `int` over `size_t` for `return_code` as that's what `exit` requires (resolves C4267)
Samuel Marks
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
Samuel Marks
More...
about 6 years ago
Move to `const char` and use `ARG_MAX` as bound for `const char *array`
Samuel Marks
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)
Samuel Marks
More...
over 6 years ago
PEP8 cleanup; move from `%` and `+` to `.format`; typo fix; `strcmp` compare specifically against 0
Samuel Marks
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
Samuel Marks
More...
over 6 years ago
[docopt_c.py,template.c] C89/C90 (ANSI/ISO) C compatibility
Samuel Marks
More...
over 6 years ago
[template.h,template.c] On second thought, `struct DocoptArgs` and `struct DocoptArgs docopt` should be the only public
Samuel Marks
More...
over 6 years ago
[docopt_c.py] MSVC support; remove unused parameters for `safe_substitute`
Samuel Marks
More...
over 6 years ago
Continue separation into .h and .c
Samuel Marks
More...
over 6 years ago
Break C++ support; remove typedef; separate into .h and .c
Samuel Marks
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
Samuel Marks
More...
over 6 years ago
[docopt.py] Upgrade
Samuel Marks
More...
over 6 years ago
Merge pull request #35 from gertoe/master
Kim Blomqvist
More...
almost 10 years ago
Merged rkda's compiler-warning-fix
Gerrit Toehgiono
More...
almost 10 years ago
Python 3-Fix for docopt_c
Gerrit Toehgiono
More...
almost 10 years ago
merged Angel Ezquerra's shortcut-fix
Gerrit Toehgiono
More...
almost 10 years ago
Merge pull request #31 from fxkr/make-docopt_c.py-executable
Vladimir Keleshev
More...
over 11 years ago
Makes docopt_c.py executable
Felix Kaiser
More...
over 11 years ago
Merge pull request #25 from tjeezy/fix_readme_example
Vladimir Keleshev
More...
over 12 years ago
Merge pull request #27 from tjeezy/fix_default_options
Vladimir Keleshev
More...
over 12 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree