summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* scripts: don't generate and install zsh completion when cross-compilingAlessandro Ghedini2016-01-111-0/+8
|
* scripts: fix zsh completion generationAlessandro Ghedini2016-01-111-1/+1
| | | | | The script should use the just-built curl, not the system one. This fixes zsh completion generation when no system curl is installed.
* zsh.pl: fail if no curl is foundAlessandro Ghedini2016-01-111-2/+13
| | | | Instead of generation a broken completion file.
* scripts/Makefile: build zsh script even in an out-of-tree buildDan Fandrich2015-12-161-1/+1
|
* scripts/makefile: add standard headerDaniel Stenberg2015-12-091-0/+21
|
* scripts/Makefile: fix GNUism and survive no perlDaniel Stenberg2015-12-091-1/+2
| | | | | | Closes #555 Reported-by: Thomas Klausner
* zsh install: fix DESTDIR supportDaniel Stenberg2015-11-271-2/+2
| | | | Reported-by: Mohammad AlSaleh
* build: Install zsh completionDaniel Shahaf2015-11-241-0/+13
| | | | | Fixes #534 Closes #537
* zsh completion: Preserve single quotes in outputdanielsh@apache.org2015-11-191-1/+1
| | | | | | | | | | | 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
* scripts: moved contributors.sh and contrithanks.sh into subdirDaniel Stenberg2015-05-272-0/+145
|
* log2changes.pl: moved to scripts/Daniel Stenberg2015-05-241-0/+81
|
* scripts: add zsh.pl for generating zsh completionAlessandro Ghedini2015-05-241-0/+77