about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge overlapping ChangeLog entriesBarton E. Schaefer2013-10-265-2/+22
|\
| * 31902: rationalise use of gamma function.Jun T2013-10-275-2/+22
* | 31906: fix race-condition interaction of $pipestatus with job controlBarton E. Schaefer2013-10-263-5/+29
|/
* 31890 + 31891: Add NEWS for new features since 5.0.2Peter Stephenson2013-10-252-0/+20
* 31885: fix PIPEFAIL when the last command executes in the current shellBarton E. Schaefer2013-10-242-19/+30
* 31889: tests for disable -pPeter Stephenson2013-10-242-0/+60
* 31877: fix behaviour of disable -p with parenthesesPeter Stephenson2013-10-242-18/+31
* 31888: Add another test for pipestatus.Peter Stephenson2013-10-242-0/+10
* 31882: Insulate completion widget against environment.Peter Stephenson2013-10-242-4/+4
* 31884: Make new pipestatus test implementation proof.Peter Stephenson2013-10-242-2/+7
* 31879 plus misc.: improve $pipestatus handling and add a test for itBarton E. Schaefer2013-10-233-17/+54
* 31873: Document conventions for command options in builtinsPeter Stephenson2013-10-232-1/+40
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2013-10-212-19/+108
|\
| * 31865: _git: Make --batch(-check) accept an argumentØystein Walle2013-10-212-2/+5
| * 31864: _git: Add two sub-comamnds introduced in v1.8.4Øystein Walle2013-10-212-0/+22
| * 31866: _git: Reword --heads to match new meaningØystein Walle2013-10-212-1/+4
| * 31862: _git: Add status.short and status.branchØystein Walle2013-10-212-0/+5
| * 31863: _git: Add new arguments introduced in Git v1.8.4Øystein Walle2013-10-212-3/+13
| * 31861: _git: Add git-clean -i/--interactive supportØystein Walle2013-10-212-0/+7
| * 31855: _git: revert: add '-e,--edit'm0viefreak2013-10-212-1/+5
| * 31856: _git: fix a few "undocumented" optionsm0viefreak2013-10-212-7/+7
| * 31858: _git: fix wrong default valueØystein Walle2013-10-212-1/+6
| * 31857: _git: Remove unsupported -q option from diff optionsm0viefreak2013-10-212-1/+5
| * 31859: _git: re-order the last two git-blame argumentsØystein Walle2013-10-212-2/+5
| * 31854: _git: Make git-show accept diff argumentsØystein Walle2013-10-212-1/+5
| * 31853: _git: Add missing column.* config variablesØystein Walle2013-10-212-0/+19
* | 31869: reduce WINCH-twaddling in shingetline()Barton E. Schaefer2013-10-212-2/+8
|/
* Fix merge conflictPeter Stephenson2013-10-192-0/+11
|\
| * 31849: document effect of KSH_ZERO_SUBSCRIPT on the argv special arrayBarton E. Schaefer2013-10-192-0/+11
* | Use VERBOSE option in execstring()Peter Stephenson2013-10-192-0/+10
|/
* 31846: fix NOEXEC option in execsimple() optimisationPeter Stephenson2013-10-182-0/+7
* 31840: "read" needs IFS unset to avoid stripping whitespace in makefilesBarton E. Schaefer2013-10-182-1/+5
* 31832: make execrestore() more signal-safe.Bart Schaefer2013-10-172-23/+29
* 31823: add HISTORY_IGNORE parameterBarton E. Schaefer2013-10-173-0/+33
* 31830: New feature for zshaddhistory hooks.Peter Stephenson2013-10-175-7/+49
* Users/18033: Documentation for exit and ERR_EXIT.Peter Stephenson2013-10-164-0/+31
* 31872: zshaddhistory hook example needs options.Peter Stephenson2013-10-162-4/+12
* Fix trivial typo in zshaddhistory doc.Peter Stephenson2013-10-152-1/+5
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBart Schaefer2013-10-1312-88/+232
|\
| * 31818: fix completion for zsh in _sh, and document the _arguments behavior th...Barton E. Schaefer2013-10-123-70/+115
| * Update ChangeLog with previous commitsMikael Magnusson2013-10-111-6/+21
| * 31806: _enable _disable: Workaround special characters in alias and function ...Mikael Magnusson2013-10-112-6/+18
| * 31805: Update _enable and _disable for -p, fix related typo in docsMikael Magnusson2013-10-113-8/+11
| * 31805: Add $patchars and $dis_patchars to zsh/parameter moduleMikael Magnusson2013-10-115-2/+53
| * 31815: another fix for INCAPPENDHISTORY change.Peter Stephenson2013-10-112-2/+20
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBart Schaefer2013-10-105-1/+51
|\|
| * 31810: tests for simple XTRACE output from conditionsPeter Stephenson2013-10-102-0/+12
| * 31809: Make whitespace clear in trace output for patterns.Peter Stephenson2013-10-102-0/+18
| * 31801: missing local declaration for variables in completionEric Cook2013-10-082-1/+6
| * 31797: to match documentation, avoid expanding history when there is neither aBarton E. Schaefer2013-10-082-0/+15