about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* users/17955: new "disown" style for MIME handlers.Peter Stephenson2013-08-293-3/+18
| | | | Makes handlers put into the background run without job control.
* based on 31641, 31642: completion for more make variantsPeter Stephenson2013-08-292-1/+6
|
* 31672: Add test that was failing and fix zpty set-up racePeter Stephenson2013-08-263-3/+42
|
* Update ChangeLog entry with mailing list reference.Peter Stephenson2013-08-261-2/+2
|
* 31665: zpty should attach terminal on slave.Peter Stephenson2013-08-254-0/+29
| | | | Also add test.
* 31637: be more selective about retry of lchdir() in cd_do_chdir()Barton E. Schaefer2013-08-182-1/+8
| | | | | | Change of directory should not be retried relative to the current directory when it has already failed along some path that does not refer to the current directory.
* 31650: use zlong for mailcheck parameters to ensure rangePeter Stephenson2013-08-112-4/+9
|
* 31648: fix timing errors in mailcheckjoe M2013-08-102-3/+10
|
* 31644: Fix insertion of multibyte characters into editor line.Peter Stephenson2013-08-082-1/+6
| | | | | This was broken for a string that came from outside ZLE in the case where the editing buffer wasn't metafied, i.e. not in completion.
* users/17908: Keep history line in sync between ZLE and shell.Peter Stephenson2013-08-084-1/+25
| | | | Update ZLE version if history is read, pushed or popped with ZLE active
* 31634: run-help compat with alias to noglob/nocorrectPhil Pennock2013-08-072-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 Stephenson2013-08-053-1/+12
| | | | Prefer it to cygwin_conv_to_posix_path.
* suppress stderr when listing java classes to completeYuusuke Yoshimoto2013-08-042-1/+6
|
* 31611: attempt to fix crash completing redirection in do loopPeter Stephenson2013-08-022-2/+29
|
* mplayer supports .ts (transport stream) filesThomas Klausner2013-08-012-1/+6
|
* 17591: fix error message for invalid fd in print -uPeter Stephenson2013-07-292-8/+13
|
* 31592: improve documentary for handling of named directories.Manuel Presnitz2013-07-284-12/+23
| | | | Minor changes of phrasing.
* 31756: further make completion improvements.Jun T2013-07-252-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 Stephenson2013-07-252-8/+21
| | | | Remove dump records more consistently in that case.
* 31572: Completion/Debian/Command/_linda: DeletedRichard Hartmann2013-07-243-27/+3
|
* 31571: Completion/Unix/Command/_vcsh: UpdateRichard Hartmann2013-07-242-16/+137
|
* 31750: fix for HISTREDUCEBLANKS option.Peter Stephenson2013-07-242-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 -> hwendPeter Stephenson2013-07-222-1/+4
|
* 31559: Fix history line problem with aliases and commentsPeter Stephenson2013-07-222-0/+4
|
* 31558: name of qemu executable changed in completion.Eric Cook2013-07-222-3/+8
|
* 31549: Fix third problem with file descriptor management.Peter Stephenson2013-07-213-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 Stephenson2013-07-203-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 packagesPeter Stephenson2013-07-193-2/+7
|
* 31536 with additions: Fix hang in previous process substitution fix.Peter Stephenson2013-07-193-0/+40
| | | | Close applicable file descriptors when waiting for a job.
* 31528: use job table to record file descriptors associated with process substPeter Stephenson2013-07-174-35/+63
|
* 31525: Fix some options in _makeJun T2013-07-172-4/+9
|
* Update make completion with gnu optionsNick Cross2013-07-122-8/+35
|
* users/17856: rewrite _make to use _arguments.Peter Stephenson2013-07-112-10/+39
| | | | No new option handling yet, but this should make it easier to add.
* 31503: zmv improvements for user-specified programs.Peter Stephenson2013-07-033-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 Adams2013-06-282-16/+48
| | | | Sebastian Ramacher.
* 31499: dcut completion from Sebastian Ramacher.Clint Adams2013-06-282-0/+163
|
* mail went throughClint Adams2013-06-281-1/+1
|
* 31xxx: Completion/Debian/Command/_dak: complete files for subcommands that ↵Clint Adams2013-06-282-0/+9
| | | | are not explicitly specified.
* 31483: Call zrefresh() before unqueue()ing signalsMikael Magnusson2013-06-272-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' usersFrank Terbeck2013-06-182-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 earlierPeter Stephenson2013-06-171-0/+8
|
* 31465: fix basic completion and globbing uses of disabled patternsPeter Stephenson2013-06-134-36/+87
|
* 31444: Basic code for enable/disable -pPeter Stephenson2013-06-138-12/+313
|
* 31474: create patchlevel.h correctly when using a separate build treeBarton E. Schaefer2013-06-133-2/+7
|
* move comment to individual line in .editorconfigHong Xu2013-06-101-1/+3
|
* 31459: fix alignment of zsh entry in info menuBruce Stephens2013-06-101-1/+1
|
* 31205: Do not display "(eval)" as a tag contextBarton E. Schaefer2013-06-102-1/+4
|
* 31466: Cause git and cvs to ignore one another, in case anyone wants toBarton E. Schaefer2013-06-093-0/+9
| | | | import this tree into a CVS repository.
* 31441: use array to decide which forms of pattern are enabledPeter Stephenson2013-06-014-91/+182
|
* 31436: document KSH_GLOB doesn't support recursive directoriesPeter Stephenson2013-05-303-2/+21
|