Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 31536 with additions: Fix hang in previous process substitution fix. | Peter Stephenson | 2013-07-19 | 1 | -0/+7 |
| | | | | Close applicable file descriptors when waiting for a job. | ||||
* | 31528: use job table to record file descriptors associated with process subst | Peter Stephenson | 2013-07-17 | 1 | -0/+4 |
| | |||||
* | 31525: Fix some options in _make | Jun T | 2013-07-17 | 1 | -0/+5 |
| | |||||
* | Update make completion with gnu options | Nick Cross | 2013-07-12 | 1 | -0/+5 |
| | |||||
* | users/17856: rewrite _make to use _arguments. | Peter Stephenson | 2013-07-11 | 1 | -0/+5 |
| | | | | No new option handling yet, but this should make it easier to add. | ||||
* | 31503: zmv improvements for user-specified programs. | Peter Stephenson | 2013-07-03 | 1 | -0/+6 |
| | | | | | -p splits words of commands passed to it. -P is like -p for when the program doesn't understand the -- convention | ||||
* | 31500: Completion/Debian/Command/_dput: dput-ng completion support from ↵ | Clint Adams | 2013-06-28 | 1 | -0/+3 |
| | | | | Sebastian Ramacher. | ||||
* | 31499: dcut completion from Sebastian Ramacher. | Clint Adams | 2013-06-28 | 1 | -0/+3 |
| | |||||
* | mail went through | Clint Adams | 2013-06-28 | 1 | -1/+1 |
| | |||||
* | 31xxx: Completion/Debian/Command/_dak: complete files for subcommands that ↵ | Clint Adams | 2013-06-28 | 1 | -0/+5 |
| | | | | are not explicitly specified. | ||||
* | 31483: Call zrefresh() before unqueue()ing signals | Mikael Magnusson | 2013-06-27 | 1 | -0/+5 |
| | | | | | | | | | Not doing so causes problems for example with this .zshrc zle -N zle-line-init foo zle -N set-local-history bar foo() { zle set-local-history -n 1 } bar() { zle reset-prompt } | ||||
* | 31485: vcs_info, git: Avoid error messages for `guilt' users | Frank Terbeck | 2013-06-18 | 1 | -0/+5 |
| | | | | | | | | | | Guilt uses the same internal directory for keeping state as stgit, but it doesn't use the same files (not surprisingly). This caused error messages due to missing files. This fixes that by making the "stgit-active?" test stricter. Reported-by: Axel Beckert <abe@debian.org> | ||||
* | Orphaned ChangeLog notes that should have been committed earlier | Peter Stephenson | 2013-06-17 | 1 | -0/+8 |
| | |||||
* | 31465: fix basic completion and globbing uses of disabled patterns | Peter Stephenson | 2013-06-13 | 1 | -0/+10 |
| | |||||
* | 31474: create patchlevel.h correctly when using a separate build tree | Barton E. Schaefer | 2013-06-13 | 1 | -0/+5 |
| | |||||
* | 31205: Do not display "(eval)" as a tag context | Barton E. Schaefer | 2013-06-10 | 1 | -0/+3 |
| | |||||
* | 31466: Cause git and cvs to ignore one another, in case anyone wants to | Barton E. Schaefer | 2013-06-09 | 1 | -0/+5 |
| | | | | import this tree into a CVS repository. | ||||
* | 31441: use array to decide which forms of pattern are enabled | Peter Stephenson | 2013-06-01 | 1 | -0/+5 |
| | |||||
* | 31436: document KSH_GLOB doesn't support recursive directories | Peter Stephenson | 2013-05-30 | 1 | -0/+5 |
| | |||||
* | 31433: zcat -f doesn't need suffix .gz | Peter Stephenson | 2013-05-29 | 1 | -0/+3 |
| | |||||
* | 31422: better heuristic for timestamps in age function | Peter Stephenson | 2013-05-29 | 1 | -0/+5 |
| | |||||
* | 31405: weasel words about PRINT_EXIT_STATUS option. | Peter Stephenson | 2013-05-22 | 1 | -0/+5 |
| | |||||
* | 31419: Add time zone and year to string formatted time output from zstat | Peter Stephenson | 2013-05-21 | 1 | -0/+3 |
| | |||||
* | 31418: improve documentation for "age" function | Peter Stephenson | 2013-05-21 | 1 | -0/+4 |
| | |||||
* | Omitted ChangeLog entry for previous commit | Peter Stephenson | 2013-05-21 | 1 | -0/+5 |
| | |||||
* | upon "read" of a short line, assign all variables passed as arguments. | Barton Schaefer | 2013-05-20 | 1 | -0/+5 |
| | | | | | It was noted that (print 1 2 | read one two three four) assigned values only to $one and $two except in the case where EOF was reached. | ||||
* | Improve Perforce jobs completion to limit | Peter Stephenson | 2013-05-14 | 1 | -0/+7 |
| | | | | | potentially huge output using jobview by default; fix quoting of arguments passed on to eval within _call_program. | ||||
* | Add .ogv to mplayer completion | Richard Hartmann | 2013-05-10 | 1 | -0/+3 |
| | |||||
* | Unused function attribute fix for clang compilation | Mihai Moldovan | 2013-05-10 | 1 | -0/+5 |
| | |||||
* | 31376: Make sure every execve() is prefixed by winch_unblock() | Frank Terbeck | 2013-05-05 | 1 | -0/+3 |
| | | | | This was suggested by Bart Schaefer in 31375. | ||||
* | Revert "31372: Do not block SIGWINCH for child processes" | Frank Terbeck | 2013-05-05 | 1 | -0/+5 |
| | | | | | | This reverts commit f8ab02ad5f4226e46ab54e681a3e0404fdc1a9a6. As Bart suggested in 31375. | ||||
* | 31372: Do not block SIGWINCH for child processes | Bart Schaefer | 2013-05-05 | 1 | -0/+4 |
| | | | | Something similar may also be needed in the zpty and clone modules. | ||||
* | 31371: _brctl: update brctl subcommands | Kenyon Ralph | 2013-05-05 | 1 | -0/+5 |
| | | | | | Add hairpin and showstp. These are available since at least bridge-utils 1.5. | ||||
* | 31369: set locale for completion if locale command is not usable | Peter Stephenson | 2013-05-04 | 1 | -0/+5 |
| | |||||
* | 31361: handle negative optno ("no" prefix used) | Bart Schaefer | 2013-04-30 | 1 | -1/+4 |
| | | | | when storing options with parseopts_insert() for sticky contexts | ||||
* | 31353: fix handling of floating point in ternary | Bart Schaefer | 2013-04-30 | 1 | -0/+2 |
| | |||||
* | 31350: block SIGWINCH nearly all the time, except | Bart Schaefer | 2013-04-30 | 1 | -0/+7 |
| | | | | | when about to calculate prompts or do synchronous read, so syscalls are not interrupted by window size changes. | ||||
* | 31357: _cp: add support for Mac OS X | Jun T | 2013-04-29 | 1 | -0/+4 |
| | | | | If not GNU nor darwin, assume POSIX. | ||||
* | 31356: typo in new _comp_locale noted by Bart | Peter Stephenson | 2013-04-29 | 1 | -0/+2 |
| | |||||
* | 31355: _comp_locale tries to sanitise locales but keep CTYPE; | Peter Stephenson | 2013-04-29 | 1 | -0/+7 |
| | | | | use this for subversion completion. | ||||
* | 31288: _git: fix shortlog completer | Ramkumar Ramachandra | 2013-04-25 | 1 | -0/+5 |
| | | | | | | | | | | Currently, __git-shortlog () says that 'git shortlog' can only accept commits as arguments (probably because the official documentation says this). This is entirely untrue: shortlog can accept commit-range-or-file, just like log can. Fix the completer by copying out segments from the __git-log () function. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> | ||||
* | 31289: _git: branch.*.pushremote, remote.pushdefault | Ramkumar Ramachandra | 2013-04-21 | 1 | -0/+3 |
| | | | | | | | The configuration variables branch.*.pushremote and remote.pushdefault are relatively new, and are currently not completed by ZSH. Fix this. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> | ||||
* | 31286: _git: add a couple of browsers | Ramkumar Ramachandra | 2013-04-21 | 1 | -0/+5 |
| | | | | | | | Add google-chrome/chromium to the list of builtinbrowsers in __git_browsers (). Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> | ||||
* | 31159: git: Pass prefix filter to ls-files even if it matches no files | Torstein Hegge | 2013-04-20 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a branch or tag name is completed with zsh in a large git repo, the completion is slow if the given prefix doesn't match a file or directory in the current working directory. Testing with linux.git, which contains release tags like v3.9 and a directory virt/: git log v<tab> takes about 0.5 seconds, while git log v3<tab> takes about 25 seconds. (Timed using zsh 4.3.17, on a fairly slow cpu. zsh from git appears to be quite a bit faster, but the difference between completing v and v3 is still large.) The difference between the two is that v<tab> passes the result of v* to git ls-files while v3<tab> determines that v3* matches no files, and passes an empty prefix to git ls-files. So git ls-files lists all files in the repo and passes that on to _multi_parts. Making git do the expansion of the * after the prefix lets git ls-files v3* return an empty list, making _multi_parts job easier. This does not affect the behavior of git log <tab>, but improves the performance of partial tag and branch tab-completion in the common case where file names and tag/branch names don't overlap. | ||||
* | 31272: Avoid double free, get_compctl should not free its arguments. | Bart Schaefer | 2013-04-20 | 1 | -0/+4 |
| | |||||
* | 31281: _du: add support for Mac OS X | Jun T | 2013-04-20 | 1 | -0/+5 |
| | |||||
* | Daniel Friesel: 31265: improved option handling for devtodo. | Peter Stephenson | 2013-04-16 | 1 | -0/+5 |
| | |||||
* | unposted: make git ignore PDF and PS versions of intro file | Peter Stephenson | 2013-04-13 | 1 | -0/+4 |
| | |||||
* | 31263 (but changed * to - for consitency): | Peter Stephenson | 2013-04-12 | 1 | -0/+4 |
| | | | | suppress texinfo warning by giving item an argument | ||||
* | 31261: updates needed with latest texinfo | Peter Stephenson | 2013-04-12 | 1 | -0/+5 |
| |