Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | users/17908: Keep history line in sync between ZLE and shell. | Peter Stephenson | 2013-08-08 | 4 | -1/+25 |
| | | | | Update ZLE version if history is read, pushed or popped with ZLE active | ||||
* | 31634: run-help compat with alias to noglob/nocorrect | Phil Pennock | 2013-08-07 | 2 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Given `alias fetch='noglob fetch'`, without this change `run-help fetch` recurses to invoke itself on the noglob command, bringing up the help for noglob. Similarly for nocorrect. Thus the user would have to quit out of the pager, then avoid quitting out of the loop, so that they can go into the second iteration and see the help for the second instance found by `whence -a`, which happens to be the target of the alias. With common pagers, that's thus 'q', 'not-q'. Somewhat frustrating. Without this change, `alias foo='noglob bar'` where `foo` is not otherwise a command would _never_ show the help for `bar`, since it only showed the help for `noglob` and there was no second line of whence output to trigger the second pass. With this change, aliases to `noglob|nocorrect` of a command somewhat ignore the presence of that precommand modifier; if a command is aliased to `noglob $itself`, then the result is that the first line of whence output is shown, no pager is used, the user can immediately see a prompt to continue and press something other-than-q to see the help for the command. If given `alias foo='noglob bar'` then `run-help foo` will immediately show the help for bar. This behaviour was chosen to be consistent with the existing alias support, but just working better with the precommand modifier. | ||||
* | 31631: Use cygwin_conv_path if available. | Peter Stephenson | 2013-08-05 | 3 | -1/+12 |
| | | | | Prefer it to cygwin_conv_to_posix_path. | ||||
* | suppress stderr when listing java classes to complete | Yuusuke Yoshimoto | 2013-08-04 | 2 | -1/+6 |
| | |||||
* | 31611: attempt to fix crash completing redirection in do loop | Peter Stephenson | 2013-08-02 | 2 | -2/+29 |
| | |||||
* | mplayer supports .ts (transport stream) files | Thomas Klausner | 2013-08-01 | 2 | -1/+6 |
| | |||||
* | 17591: fix error message for invalid fd in print -u | Peter Stephenson | 2013-07-29 | 2 | -8/+13 |
| | |||||
* | 31592: improve documentary for handling of named directories. | Manuel Presnitz | 2013-07-28 | 4 | -12/+23 |
| | | | | Minor changes of phrasing. | ||||
* | 31756: further make completion improvements. | Jun T | 2013-07-25 | 2 | -32/+49 |
| | | | | | | | ake care of mutually exclusive options. Add _description using $state_descr. Add completions for --debug=flag. Fix typo (pointed out by Daniel Shahaf). | ||||
* | 31574: alternative fix for bad fd if no FD_CLOEXEC. | Peter Stephenson | 2013-07-25 | 2 | -8/+21 |
| | | | | Remove dump records more consistently in that case. | ||||
* | 31572: Completion/Debian/Command/_linda: Deleted | Richard Hartmann | 2013-07-24 | 3 | -27/+3 |
| | |||||
* | 31571: Completion/Unix/Command/_vcsh: Update | Richard Hartmann | 2013-07-24 | 2 | -16/+137 |
| | |||||
* | 31750: fix for HISTREDUCEBLANKS option. | Peter Stephenson | 2013-07-24 | 2 | -2/+33 |
| | | | | | Don't truncate line after marked words if there's more non-white-space text, which is probably comments. | ||||
* | unposted: fix previous commit: ihwend -> hwend | Peter Stephenson | 2013-07-22 | 2 | -1/+4 |
| | |||||
* | 31559: Fix history line problem with aliases and comments | Peter Stephenson | 2013-07-22 | 2 | -0/+4 |
| | |||||
* | 31558: name of qemu executable changed in completion. | Eric Cook | 2013-07-22 | 2 | -3/+8 |
| | |||||
* | 31549: Fix third problem with file descriptor management. | Peter Stephenson | 2013-07-21 | 3 | -18/+6 |
| | | | | | Replace ad-hoc subsh_close file descriptor for pipe management with the new job-based addfilelist() mechanism. | ||||
* | 31545: Use of FD_CLOEXEC to remove possibility of fd reuse. | Peter Stephenson | 2013-07-20 | 3 | -0/+15 |
| | | | | | File descriptors of mmap'd dump files are closed if and only if an exec is performed. | ||||
* | c.f. 31531: complete xcf files for image manipulation packages | Peter Stephenson | 2013-07-19 | 3 | -2/+7 |
| | |||||
* | 31536 with additions: Fix hang in previous process substitution fix. | Peter Stephenson | 2013-07-19 | 3 | -0/+40 |
| | | | | 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 | 4 | -35/+63 |
| | |||||
* | 31525: Fix some options in _make | Jun T | 2013-07-17 | 2 | -4/+9 |
| | |||||
* | Update make completion with gnu options | Nick Cross | 2013-07-12 | 2 | -8/+35 |
| | |||||
* | users/17856: rewrite _make to use _arguments. | Peter Stephenson | 2013-07-11 | 2 | -10/+39 |
| | | | | 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 | 3 | -6/+25 |
| | | | | | -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 | 2 | -16/+48 |
| | | | | Sebastian Ramacher. | ||||
* | 31499: dcut completion from Sebastian Ramacher. | Clint Adams | 2013-06-28 | 2 | -0/+163 |
| | |||||
* | 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 | 2 | -0/+9 |
| | | | | are not explicitly specified. | ||||
* | 31483: Call zrefresh() before unqueue()ing signals | Mikael Magnusson | 2013-06-27 | 2 | -0/+7 |
| | | | | | | | | | 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 | 2 | -1/+8 |
| | | | | | | | | | | 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 | 4 | -36/+87 |
| | |||||
* | 31444: Basic code for enable/disable -p | Peter Stephenson | 2013-06-13 | 8 | -12/+313 |
| | |||||
* | 31474: create patchlevel.h correctly when using a separate build tree | Barton E. Schaefer | 2013-06-13 | 3 | -2/+7 |
| | |||||
* | move comment to individual line in .editorconfig | Hong Xu | 2013-06-10 | 1 | -1/+3 |
| | |||||
* | 31459: fix alignment of zsh entry in info menu | Bruce Stephens | 2013-06-10 | 1 | -1/+1 |
| | |||||
* | 31205: Do not display "(eval)" as a tag context | Barton E. Schaefer | 2013-06-10 | 2 | -1/+4 |
| | |||||
* | 31466: Cause git and cvs to ignore one another, in case anyone wants to | Barton E. Schaefer | 2013-06-09 | 3 | -0/+9 |
| | | | | import this tree into a CVS repository. | ||||
* | 31441: use array to decide which forms of pattern are enabled | Peter Stephenson | 2013-06-01 | 4 | -91/+182 |
| | |||||
* | 31436: document KSH_GLOB doesn't support recursive directories | Peter Stephenson | 2013-05-30 | 3 | -2/+21 |
| | |||||
* | 31433: zcat -f doesn't need suffix .gz | Peter Stephenson | 2013-05-29 | 2 | -1/+8 |
| | |||||
* | 31422: better heuristic for timestamps in age function | Peter Stephenson | 2013-05-29 | 3 | -4/+20 |
| | |||||
* | 31405: weasel words about PRINT_EXIT_STATUS option. | Peter Stephenson | 2013-05-22 | 2 | -0/+6 |
| | |||||
* | 31419: Add time zone and year to string formatted time output from zstat | Peter Stephenson | 2013-05-21 | 2 | -2/+5 |
| | |||||
* | 31418: improve documentation for "age" function | Peter Stephenson | 2013-05-21 | 3 | -3/+15 |
| | |||||
* | Omitted ChangeLog entry for previous commit | Peter Stephenson | 2013-05-21 | 1 | -0/+5 |
| | |||||
* | Fix merge | Peter Stephenson | 2013-05-21 | 2 | -4/+4 |
|\ | |||||
| * | upon "read" of a short line, assign all variables passed as arguments. | Barton Schaefer | 2013-05-20 | 2 | -1/+6 |
| | | | | | | | | | | 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. | ||||
* | | 31417: age function needs protection against file names starting "-" | Stephane Chazelas | 2013-05-21 | 2 | -3/+8 |
|/ |