about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 29682: new _schedtool completerMikael Magnusson2011-08-173-1/+30
|
* 29681: use [] to dereference region_highlightsMikael Magnusson2011-08-172-8/+13
|
* 29650: Don't lose time info after a suspend+restore.Wayne Davison2011-08-162-1/+8
|
* unposted: use pm->node.nam to get names for parameters in errorsPeter Stephenson2011-08-152-5/+12
|
* 29504: note when (#cN,M) can't be used in place of # or ##.Mikael Magnusson2011-08-142-12/+16
|
* 29388, 29680: clarify note about e:string: quoting.Mikael Magnusson2011-08-142-3/+6
|
* 29677: Do not allow external processes in a pipeline to become suspendedBart Schaefer2011-08-144-6/+24
| | | | | 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-142-4/+7
|
* unposted: fix a typo in a comment.Mikael Magnusson2011-08-142-2/+4
|
* 28852: Use syntax that doesn't depend on SHORT_LOOPS being set.Mikael Magnusson2011-08-143-5/+7
|
* 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-142-3/+8
|
* missed ChangeLogPeter Stephenson2011-08-121-1/+3
|
* fix datetime autofeaturesPeter Stephenson2011-08-111-1/+1
|
* fix tests using zsh/datetime that I brokePeter Stephenson2011-08-113-4/+29
|
* 29674: add $epochtime to datetimePeter Stephenson2011-08-111-1/+6
|
* 29674: add $epochtime to datetimePeter Stephenson2011-08-112-2/+61
|
* unposted: fix two typos in 29661Mikael Magnusson2011-08-101-7/+6
|
* 29663: add $EPOCHREALTIME to zsh/datetimePeter Stephenson2011-08-105-3/+56
|
* 29654: "wait" should resume stopped jobs identified by process ID as wellBart Schaefer2011-08-103-8/+26
| | | | | 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-092-26/+39
|
* 29643: set incompfunc to zero when executing hook or trap functionPeter Stephenson2011-08-043-7/+14
|
* 29644: work around _describe bug, plus cosmetic tweaksPeter Stephenson2011-08-034-4/+20
|
* 29633: more care with anonymous and other functionsPeter Stephenson2011-08-034-5/+30
|
* 29635: Improve _complete_debug syntax and handling of fd'sPeter Stephenson2011-08-032-11/+22
|
* Luka Perkov: 29624: _quilt: Improve `push' and `pop' completion.Frank Terbeck2011-07-292-10/+34
|
* 29626: arguments to anonymous functions shouldn't be parsed as command wordsPeter Stephenson2011-07-284-1/+24
|
* 29602 etc. etc.: description of filename extensionPeter Stephenson2011-07-282-4/+17
|
* 29561: missed filePeter Stephenson2011-07-272-1/+9
|
* 29618: Fix some syntax to not depend on SHORT_LOOPS being set.Mikael Magnusson2011-07-273-6/+14
|
* 29561: Allow closing of fd's not recorded by the shellPeter Stephenson2011-07-253-22/+31
|
* 29596: fix syntax to work with ksh_arraysMikael Magnusson2011-07-222-2/+7
|
* * 29582, 29589: Update handling of third-party Git commandsNikolai Weibull2011-07-223-67/+92
|
* unposted: Completion/Unix/Command/_git: Use _files, not _path_files.Nikolai Weibull2011-07-222-2/+6
|
* unposted: Completion/Unix/Command/_git: Adjust some TODO items.Nikolai Weibull2011-07-212-5/+6
|
* unposted: Completion/Unix/Command/_git: Update git-add completion to notNikolai Weibull2011-07-212-8/+15
| | | | | 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-212-2/+5
| | | | prevented -f option from being used correctly.
* unposted: Completion/Unix/Command/_git: Move _gitk and _tig to correctNikolai Weibull2011-07-212-11/+14
| | | | location.
* 29272: Completion/Unix/Command/_git: Use return values correctly accross allNikolai Weibull2011-07-212-161/+241
| | | | completion functions.
* 29555: fix problem using open fd beyond max_zsh_fdPeter Stephenson2011-07-192-6/+17
|
* users/16131: skip reading empty history filePeter Stephenson2011-07-182-4/+10
|
* Matthieu Baerts: 29547: bzr: cdiff subcommand.Peter Stephenson2011-07-182-2/+7
|
* 29542: fix crash in hbegin(), remove bad testPeter Stephenson2011-07-123-39/+124
| | | | 29543: fix backslash-newline within words with histlexwords
* Eric Moors: 29531: Android debugger completionPeter Stephenson2011-07-043-1/+548
|
* 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-032-2/+7
|
* Omitted log entryPeter Stephenson2011-07-011-1/+6
|
* 29530: ${...?...} shouldn't cause an error with NO_EXEC optionPeter Stephenson2011-07-013-14/+25
|
* Daniel Bolton: 29529: _aptitude: Complete format specifiers with the `-F' ↵Frank Terbeck2011-07-012-2/+38
| | | | option.
* 29523: _git-buildpackage: Use "#desc:" line for _git third-party add-on ↵Frank Terbeck2011-07-012-1/+5
| | | | completion description.