about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* ChangeLog typos.Peter Stephenson2018-02-131-2/+2
|
* Document REPORTMEMORY is in Kb, not MbPeter Stephenson2018-02-131-0/+5
|
* 42355: Fix use of backslashes on here doc input.Peter Stephenson2018-02-121-0/+6
| | | | | Handling of white space in particular was confusing and inconsistent with other shells.
* 42324: _git: handle mutually exclusive optionsDaniel Hahler2018-02-121-0/+5
| | | | | | | | | | | Currently `git show --stat -p` is not considered a valid completion and prevents further completions like `--no-abbrev`. It is a valid use case however to use `--stat` with `-p` (and there is a synonym `--patch-with-stat` for it even). This patch changes `__git_setup_diff_options` to only handle mutually exclusive arguments reported by Git (as a fatal error) in a special way.
* 42327: _make: complete _filesDaniel Hahler2018-02-111-0/+4
| | | | | | | | The use case is completing files that are actual targets, generated using $(wildcard …). Q: Could this be made to only complete files if make targets and vars are empty?
* unposted: _subversion: Support subcommands with hyphens in their names, such ↵Daniel Shahaf2018-02-081-0/+6
| | | | as 'shelf-list (shelves)' from upstream 1.10 development versions.
* 42333: git 2.16.0 no longer accepts an empty string as a pathspec element so ↵Christian Hesse2018-02-081-0/+4
| | | | replace empty strings with a dot
* 42330: ln -L and -P are POSIX, but not supported by Darwin or NetBSDMatthew Martin2018-02-081-0/+3
|
* 42336: force single column output when getting filenames with adb ls commandWGH2018-02-071-0/+3
|
* 42343: complete --config-option to svn more than onceOliver Kiddle2018-02-071-0/+5
|
* Fix confusing change log entry for foregoing commit.Peter Stephenson2018-01-311-1/+1
|
* 42332: Special case unsigned printf formats.Peter Stephenson2018-01-311-0/+6
| | | | | For constants we can avoid a conversion to signed by examining the expression before passing to math eval.
* Add ChangeLog entry for previous commitDaniel Hahler2018-01-241-0/+5
|
* 42322 (tweaked): Fix interactive_comments history with just a coment.Peter Stephenson2018-01-241-0/+7
| | | | | Don't discard the line from the history merely because it produced no synactic words.
* 42313: avoid null-pointer deref when using ${(PA)...} on an empty array resultJoey Pabalinas2018-01-231-0/+5
|
* 42317: completion option updates for commands that have had recent updatesOliver Kiddle2018-01-231-0/+9
|
* 42299: correct optional argumentOliver Kiddle2018-01-231-0/+2
|
* 42309: A few small updates for OpenBSDMatthew Martin2018-01-231-0/+6
|
* 42305: CVS should be gitDaniel Tameling2018-01-221-0/+4
|
* Fix overlapping commitsBarton E. Schaefer2018-01-211-0/+5
|\
| * 42243: Free stuff properly in zsh/pcre moduleMikael Magnusson2018-01-201-0/+5
| |
* | 41924: (wi) subscript flag interactiondana2018-01-191-0/+2
| |
* | ChangeLog for abd00402 / 41839Barton E. Schaefer2018-01-191-0/+5
|/
* 42294: disable REPORTTIME in completionPeter Stephenson2018-01-181-0/+4
|
* 42285: off by one fix in multiple promptsWarepire2018-01-161-0/+4
|
* 42136: empty string check in %~ / %C prompt expansionsBarton E. Schaefer2018-01-141-0/+2
|
* 42043: ZSH_DEBUG_CMD should not WARN_CREATE_GLOBALBarton E. Schaefer2018-01-141-0/+4
|
* Fix last commit's ChangeLog.Daniel Shahaf2018-01-131-1/+1
|
* unposted: Follow-up to previous: Clarify that ${histchars[1]} may be ↵Barton E. Schaefer2018-01-131-0/+5
| | | | backslash-escaped even when it isn't '!'.
* 42261: docs: Expand documentation of $histchars[1]. Joint with Matthew Martin.Daniel Shahaf2018-01-131-0/+5
|
* 42242: add [DFNO]BSD to the mix in ldconfig completionMatthew Martin2018-01-101-0/+5
|
* 42245: Abort last word on interactve comment.Peter Stephenson2018-01-081-0/+5
| | | | Last recorded word should be the previous one.
* 42231: new completion functions for simple utilities belonging to the ↵dana2018-01-061-0/+18
| | | | 'Darwin' and 'Linux' groups.
* 42230: update screen completion to 4.06.01Oliver Kiddle2018-01-051-0/+2
|
* 42229: update completion of GNU programs for coreutils 8.29 / gawk 4.2.0Oliver Kiddle2018-01-051-0/+5
|
* 42223: new completions for sublime text and some basic Unix utilitiesdana2018-01-051-0/+5
|
* 42221: update enscript completion for GNU enscript 1.6.6Oliver Kiddle2018-01-051-1/+6
|
* 42222: _object_files: recognize .dylib (macOS)dana2018-01-051-0/+5
|
* 42164: fix digits in format escapes in completion listingsdana2018-01-041-0/+3
|
* Avoid crash copying empty hash table.Stephane Chazelas2018-01-041-0/+2
| | | | Visible with typeset -p.
* 42188: Close flock descriptor in failure casesSebastian Gniazdowski2018-01-041-0/+5
|
* 42214: use less general names on new functions for completing file flags and ↵dana2018-01-041-0/+6
| | | | modes
* github #21: update nmcli completions to be compatible with recent version 1.8.4Maciek Makowski2018-01-041-0/+6
|
* 42210: factor out completion of file modes and flags and handle ↵dana2018-01-041-0/+6
| | | | _comp_priv_prefix for chflags
* 42209: take account of numeric options such as -4 instead of -t4dana2018-01-041-0/+3
|
* 42209: fix option descriptions for non-GNU variants of trdana2018-01-041-0/+3
|
* 42208: fix use of cache variables in yp completionOliver Kiddle2018-01-031-0/+2
|
* 42207: support g prefixes for GNU variants on systems like macOS+Homebrewdana2018-01-031-0/+10
|
* 42117: use anonymous function rather than define one in user namespaceMatthew Martin2018-01-031-2/+7
|
* 42171: prevent parameters of various parameters from becoming globalEric Cook2018-01-021-0/+22
|