lp://staging/gengetopt
- Get this branch:
- bzr branch lp://staging/gengetopt
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.sv.gnu.org/gengetopt.git.
Last successful import was .
Recent revisions
- 126. By Wolf <email address hidden>
-
Fix parallel build
Implement various changes in order to get parallel build working. Was
tested with -j32 for both build and check and seems to work fine now. - 125. By Wolf <email address hidden>
-
Check that programs are found before use
Currently help2man and valgrind are not checks to be present before
being used. That leads to some cryptic error messages (especially for
the help2man). Check if they exist before use and print sensible error
message. - 124. By Wolf <email address hidden>
-
Rename --unamed to --unnamed
Current option `--unamed` has wrong spelling, correct by renaming to
`--unnamed`. Still provide the old one to keep backwards
compatibility.Fixes #34392
- 123. By Wolf <email address hidden>
-
Use singular instead of plural for options
Change `[OPTIONS]...` to `[OPTION]...`, since the `...` do provide the
plural on their own. Same thing for FILES.Fixes #34394
- 122. By Wolf <email address hidden>
-
Display purpose after usage
In order to mimic how coreutils display things, switch order of purpose
and usage messages.Fixes #34402
- 121. By Wolf <email address hidden>
-
Don't print version string as part of --help
For example coreutils do not print version string as part of an help
message. This commit changes the default help function to behave the
same way.Fixes #34400
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)