Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-02 | scripts/completion.pl: also generate fish completion file | Simon Legner | |
This is the renamed script formerly known as zsh.pl Closes #3545 | |||
2018-07-08 | scripts: include _curl as part of CLEANFILES | Dave Reisner | |
Closes #2718 | |||
2016-04-18 | scripts/make: use $(EXEEXT) for executables | Daniel Stenberg | |
Reported-by: bodop Fixes #771 | |||
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. | |||
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 |