Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-06 | cmdline-opts: Fixed build and test in out of source tree builds | Dan Fandrich | |
2017-01-23 | cmdline-opts/gen.pl: Open input files in CRLF mode | Jay Satiro | |
On Windows it's possible to have input files with CRLF line endings and a perl that defaults to LF line endings (eg msysgit). Currently that results in generator output of mixed line endings of CR, LF and CRLF. This change fixes that issue in the most succinct way by opening the files in :crlf text mode even when the perl being used does not default to that mode. (On operating systems that don't have a separate text mode it's essentially a no-op.) The output continues to be in the perl's native line ending. | |||
2016-12-17 | cmdline-opts/gen.pl: trim off trailing spaces | Daniel Stenberg | |
2016-11-28 | cmdline-docs: more options converted and fixed | Daniel Stenberg | |
Now all options are in the new system. | |||
2016-11-28 | gen: include footer in mainpage output | Daniel Stenberg | |
2016-11-16 | gen: support 'protos' | Daniel Stenberg | |
and warn on unrecognized lines | |||
2016-11-16 | gen: support 'single' to make an individual page man page | Daniel Stenberg | |
2016-11-16 | gen: support 'redirect' | Daniel Stenberg | |
... and warn for too long --help lines | |||
2016-11-16 | cmdline/gen: replace options in texts better | Daniel Stenberg | |
2016-11-15 | cmdline-opts: support generating the --help output | Daniel Stenberg | |
2016-11-13 | cmdline-opts: first test version of a new man page generator kit | Daniel Stenberg | |
See MANPAGE.md for the description of how this works. Each command line option is now described in a separate .d file. |