about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 36118: _imagemagick: complete all files if image files didn't matchMikael Magnusson2015-08-122-1/+4
|
* 36117: _wget: complete headers for --header and add --no-use-server-timestampsMikael Magnusson2015-08-122-1/+43
|
* 36116: _git: various fixesMikael Magnusson2015-08-122-5/+7
| | | | | | | Add = to git checkout --conflict= completion fix transposed [- git push remote argument is not optional can use shorter syntax for a check
* 36078: vcs_info: Adjust documentation for no longer exportingMikael Magnusson2015-08-122-6/+8
|
* 36077: vcs_info: stop exporting everythingMikael Magnusson2015-08-1213-21/+37
|
* 36108: list of major changes so far since 5.0.8Barton E. Schaefer2015-08-112-0/+35
|
* 36104: change order of child_block() and dont_queue_signals() to resolve yet ↵Barton E. Schaefer2015-08-113-3/+6
| | | | another race condition
* 36092: return the zpty master file descriptor in $REPLY for use with "zle ↵Barton E. Schaefer2015-08-113-0/+14
| | | | -F" etc.
* 36090: keep signals queued for preprompt()Barton E. Schaefer2015-08-112-2/+4
|
* 36096: special . mark in vi modeOliver Kiddle2015-08-112-12/+26
|
* 36044: deactivate-region widget for escape in visual modeOliver Kiddle2015-08-115-0/+22
|
* 35952: bind escape in vi mode so it is a full key sequence and later keys ↵Jun T2015-08-111-1/+1
| | | | aren't dropped
* 36067: fix typo and format in the documentationJun T2015-08-115-15/+20
|
* unposted: replace multi-byte curly-quotes with plain quotes in ChangeLog entryBarton E. Schaefer2015-08-101-1/+1
|
* 36084: use zrealloc() consistentlyBarton E. Schaefer2015-08-103-4/+6
|
* 36079: do not allow update_job() and its helpers to run the signal queue ↵Barton E. Schaefer2015-08-102-0/+13
| | | | while we are processing a job exit.
* 36083: set array value when consistently retying scalar and arrayPeter Stephenson2015-08-103-0/+10
|
* Don't rely on implicit value when saving background process statusPeter Stephenson2015-08-102-2/+13
|
* 36075: Disable ‘local’ keyword in script to make data retrieval workFrank Terbeck2015-08-102-0/+7
|
* 36069: _tmux: Fix \ooo display in completion listFrank Terbeck2015-08-102-1/+4
|
* 36070: _tmux: Update bell-action and prefix optionsFrank Terbeck2015-08-102-3/+6
|
* 36060: _tmux: Update TODOFrank Terbeck2015-08-102-5/+8
|
* 36061: _tmux: Add support for new window optionsFrank Terbeck2015-08-102-0/+39
|
* 36055: _tmux: Add support for new server optionsFrank Terbeck2015-08-102-0/+11
|
* 36059: _tmux: Add new session optionsFrank Terbeck2015-08-102-0/+39
|
* 36051: _tmux: Remove support for old optionsFrank Terbeck2015-08-102-60/+3
|
* 36047: _tmux: Fix options with changed scopeFrank Terbeck2015-08-102-8/+11
|
* 36064: _tmux: Add new command aliasesFrank Terbeck2015-08-102-0/+6
|
* 36052: _tmux: Remove old sub-commands and their aliasesFrank Terbeck2015-08-102-59/+3
|
* 36056: Add helper script to check state of _tmux completionFrank Terbeck2015-08-102-0/+219
|
* 36049: _tmux: options => session_optionsFrank Terbeck2015-08-102-5/+8
|
* 36054: _tmux: "local -x" serves no purposeFrank Terbeck2015-08-102-2/+5
|
* 36057: _tmux: Replay all arguments when dispatching to new _tmux()Frank Terbeck2015-08-102-1/+4
|
* 36058: _tmux: No need to unset local variablesFrank Terbeck2015-08-102-1/+3
|
* 36050: _tmux: Don't unset, set empty in local scopeFrank Terbeck2015-08-102-1/+4
|
* 36063: _tmux: Remove dead codeFrank Terbeck2015-08-102-12/+2
|
* 36062: _tmux: Add support for new sub-commandsFrank Terbeck2015-08-102-12/+91
|
* 36048: _tmux: Update options for supported commandsFrank Terbeck2015-08-102-145/+197
| | | | This also adds a little TODO on top about what is missing.
* 36046: _tmux: Update command line optionsFrank Terbeck2015-08-102-1/+7
| | | | | | New: -C and -V Removed: -q (tmux still excepts it for backward compatibility, but it does nothing)
* 36045: make effect of failures in wait test clearerPeter Stephenson2015-08-102-1/+6
|
* not quite posted: check for error return before EINTRPeter Stephenson2015-08-103-2/+5
|
* 36039: Restart socket commands on EINTRJoshua Krusell2015-08-103-4/+13
|
* 35885: document closing fd's opened with sysopenPeter Stephenson2015-08-102-0/+10
|
* 36033: a few more queue_signals() to protect global state changesBarton E. Schaefer2015-08-093-1/+16
|
* 36026: zero freed pointers in zftp cleanup_() in case the module is ↵Barton E. Schaefer2015-08-092-0/+5
| | | | re-loaded after unloading
* 36022 fix bug that some loop constructs could not be interrupted, revise ↵Barton E. Schaefer2015-08-097-14/+119
| | | | | | | | | | | signal queueing There are two underlying ideas here: (1) Keeping signals queued around anything that's doing memory management (including push/pop of the heap) has become crucial. (2) Anytime the shell is going to run a command, be it buitin or external, it must be both safe and necessary to process any queued signals, so that the apparent order of signal arrival and command execution is preserved.
* unposted: add tests for outputting traps specified via aliasesMikael Magnusson2015-08-092-0/+16
|
* Fix retying variables in opposite order.Peter Stephenson2015-08-093-1/+11
| | | | | Now gives an error. Add test.
* 36025: Fix completion aftoer "foo=bar; setopt ".Peter Stephenson2015-08-092-3/+21
| | | | | Done by catching a case that doesn't seem to be handled otherwise, so there's some hope it doesn't screw up too much.
* 36008: trap: Fix listing of traps created under non-alias non-canonical ↵Daniel Shahaf2015-08-082-1/+12
| | | | signal spelling