about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 29682: new _schedtool completerMikael Magnusson2011-08-171-1/+4
|
* 29681: use [] to dereference region_highlightsMikael Magnusson2011-08-171-1/+6
|
* 29650: Don't lose time info after a suspend+restore.Wayne Davison2011-08-161-1/+6
|
* unposted: use pm->node.nam to get names for parameters in errorsPeter Stephenson2011-08-151-1/+6
|
* 29504: note when (#cN,M) can't be used in place of # or ##.Mikael Magnusson2011-08-141-3/+6
|
* 29388, 29680: clarify note about e:string: quoting.Mikael Magnusson2011-08-141-1/+4
|
* 29677: Do not allow external processes in a pipeline to become suspendedBart Schaefer2011-08-141-1/+8
| | | | | when the end of the pipe is controlled by a builtin in the current shell which cannot itself become suspended.
* unposted: fix capitalized word in the middle of a sentenceMikael Magnusson2011-08-141-3/+6
|
* unposted: fix a typo in a comment.Mikael Magnusson2011-08-141-1/+3
|
* 28852: Use syntax that doesn't depend on SHORT_LOOPS being set.Mikael Magnusson2011-08-141-1/+4
|
* unposted: ChangeLog: put two spaces between name and email, remove ↵Mikael Magnusson2011-08-141-56/+56
| | | | non-initial tabs
* 29673: Clarify what 'other' in the ignore-line style doesMikael Magnusson2011-08-141-1/+6
|
* missed ChangeLogPeter Stephenson2011-08-121-1/+3
|
* fix tests using zsh/datetime that I brokePeter Stephenson2011-08-111-1/+4
|
* 29674: add $epochtime to datetimePeter Stephenson2011-08-111-1/+6
|
* 29663: add $EPOCHREALTIME to zsh/datetimePeter Stephenson2011-08-101-1/+12
|
* 29654: "wait" should resume stopped jobs identified by process ID as wellBart Schaefer2011-08-101-1/+10
| | | | | as by job number; temporary (?) workaround for pipelines getting lost if TSTP is delivered when a shell builtin is the tail of the pipe.
* 29661: Improved documentation for {var}>... redirectionsPeter Stephenson2011-08-091-1/+6
|
* 29644: work around _describe bug, plus cosmetic tweaksPeter Stephenson2011-08-031-1/+5
|
* 29633: more care with anonymous and other functionsPeter Stephenson2011-08-031-1/+7
|
* 29635: Improve _complete_debug syntax and handling of fd'sPeter Stephenson2011-08-031-1/+6
|
* Luka Perkov: 29624: _quilt: Improve `push' and `pop' completion.Frank Terbeck2011-07-291-1/+6
|
* 29626: arguments to anonymous functions shouldn't be parsed as command wordsPeter Stephenson2011-07-281-1/+4
|
* 29602 etc. etc.: description of filename extensionPeter Stephenson2011-07-281-1/+7
|
* 29561: missed filePeter Stephenson2011-07-271-1/+6
|
* 29618: Fix some syntax to not depend on SHORT_LOOPS being set.Mikael Magnusson2011-07-271-1/+7
|
* 29561: Allow closing of fd's not recorded by the shellPeter Stephenson2011-07-251-1/+6
|
* 29596: fix syntax to work with ksh_arraysMikael Magnusson2011-07-221-1/+6
|
* * 29582, 29589: Update handling of third-party Git commandsNikolai Weibull2011-07-221-1/+9
|
* unposted: Completion/Unix/Command/_git: Use _files, not _path_files.Nikolai Weibull2011-07-221-1/+5
|
* unposted: Completion/Unix/Command/_git: Adjust some TODO items.Nikolai Weibull2011-07-211-1/+3
|
* unposted: Completion/Unix/Command/_git: Update git-add completion to notNikolai Weibull2011-07-211-1/+5
| | | | | complete already given file arguments and also to not list file completions if an option is being completed.
* unposted: Completion/Unix/Command/_git: Fix bug in git-add completion thatNikolai Weibull2011-07-211-1/+4
| | | | prevented -f option from being used correctly.
* unposted: Completion/Unix/Command/_git: Move _gitk and _tig to correctNikolai Weibull2011-07-211-1/+4
| | | | location.
* 29272: Completion/Unix/Command/_git: Use return values correctly accross allNikolai Weibull2011-07-211-1/+6
| | | | completion functions.
* 29555: fix problem using open fd beyond max_zsh_fdPeter Stephenson2011-07-191-1/+6
|
* users/16131: skip reading empty history filePeter Stephenson2011-07-181-1/+5
|
* Matthieu Baerts: 29547: bzr: cdiff subcommand.Peter Stephenson2011-07-181-1/+6
|
* 29542: fix crash in hbegin(), remove bad testPeter Stephenson2011-07-121-1/+10
| | | | 29543: fix backslash-newline within words with histlexwords
* Eric Moors: 29531: Android debugger completionPeter Stephenson2011-07-041-1/+6
|
* Removing superfluous word from ChangeLog entryFrank Terbeck2011-07-031-2/+2
|
* unposted: contrib.yo: Fix typo "paramter" to. Caught by debian's lintian.Frank Terbeck2011-07-031-1/+6
|
* Omitted log entryPeter Stephenson2011-07-011-1/+6
|
* 29530: ${...?...} shouldn't cause an error with NO_EXEC optionPeter Stephenson2011-07-011-1/+6
|
* Daniel Bolton: 29529: _aptitude: Complete format specifiers with the `-F' ↵Frank Terbeck2011-07-011-1/+4
| | | | option.
* 29523: _git-buildpackage: Use "#desc:" line for _git third-party add-on ↵Frank Terbeck2011-07-011-1/+4
| | | | completion description.
* 29521: _git: Add `user-commands' support again.Frank Terbeck2011-07-011-1/+4
|
* 29519: _git: Pick up addon completions from $fpath.Frank Terbeck2011-07-011-1/+4
|
* 29527: _git: Make file-completion fallback optional.Frank Terbeck2011-07-011-1/+4
|
* 29518: _git: Fall back to file completion for unknown sub-commands.Frank Terbeck2011-07-011-1/+6
|