Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-10 | contributors.sh: make 79 the max column width (from 80) | Daniel Stenberg | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2016-01-11 | scripts: don't generate and install zsh completion when cross-compiling | Alessandro Ghedini | |
2016-01-11 | scripts: fix zsh completion generation | Alessandro Ghedini | |
The script should use the just-built curl, not the system one. This fixes zsh completion generation when no system curl is installed. | |||
2016-01-11 | zsh.pl: fail if no curl is found | Alessandro Ghedini | |
Instead of generation a broken completion file. | |||
2015-12-16 | scripts/Makefile: build zsh script even in an out-of-tree build | Dan Fandrich | |
2015-12-09 | scripts/makefile: add standard header | Daniel Stenberg | |
2015-12-09 | scripts/Makefile: fix GNUism and survive no perl | Daniel Stenberg | |
Closes #555 Reported-by: Thomas Klausner | |||
2015-11-27 | zsh install: fix DESTDIR support | Daniel Stenberg | |
Reported-by: Mohammad AlSaleh | |||
2015-11-24 | build: Install zsh completion | Daniel Shahaf | |
Fixes #534 Closes #537 | |||
2015-11-19 | zsh completion: Preserve single quotes in output | danielsh@apache.org | |
When an option's help string contains literal single quotes, those single quotes would be stripped from the option's description in the completion output (unless the zsh RC_QUOTES option were set while the completion function was being sourced, which is not the default). This patch makes the completion output contain single quotes where the --help output does. Closes #532 | |||
2015-05-27 | scripts: moved contributors.sh and contrithanks.sh into subdir | Daniel Stenberg | |
2015-05-24 | log2changes.pl: moved to scripts/ | Daniel Stenberg | |
2015-05-24 | scripts: add zsh.pl for generating zsh completion | Alessandro Ghedini | |