Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 31879 plus misc.: improve $pipestatus handling and add a test for it | Barton E. Schaefer | 2013-10-23 | 3 | -17/+54 |
| | |||||
* | 31873: Document conventions for command options in builtins | Peter Stephenson | 2013-10-23 | 2 | -1/+40 |
| | |||||
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Barton E. Schaefer | 2013-10-21 | 2 | -19/+108 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | 31865: _git: Make --batch(-check) accept an argument | Øystein Walle | 2013-10-21 | 2 | -2/+5 |
| | | | | | | | | | | Also reword the explanation slightly to make it more compact since more explanation is needed. | ||||
| * | 31864: _git: Add two sub-comamnds introduced in v1.8.4 | Øystein Walle | 2013-10-21 | 2 | -0/+22 |
| | | | | | | | | Add _git-check-ignore() and _git-check-mailmap() | ||||
| * | 31866: _git: Reword --heads to match new meaning | Øystein Walle | 2013-10-21 | 2 | -1/+4 |
| | | |||||
| * | 31862: _git: Add status.short and status.branch | Øystein Walle | 2013-10-21 | 2 | -0/+5 |
| | | |||||
| * | 31863: _git: Add new arguments introduced in Git v1.8.4 | Øystein Walle | 2013-10-21 | 2 | -3/+13 |
| | | |||||
| * | 31861: _git: Add git-clean -i/--interactive support | Øystein Walle | 2013-10-21 | 2 | -0/+7 |
| | | | | | | | | | | - Add -i and --interactive to _git-clean() - Add column.clean configuration variable | ||||
| * | 31855: _git: revert: add '-e,--edit' | m0viefreak | 2013-10-21 | 2 | -1/+5 |
| | | |||||
| * | 31856: _git: fix a few "undocumented" options | m0viefreak | 2013-10-21 | 2 | -7/+7 |
| | | | | | | | | | | | | | | commit: '--null' is documented relink: '-h,--help' are never documented for subcommands but always exist verify-tag: '-v,--verbose' are documented with updated description diff: '--cumulative' is deprecated -> remove | ||||
| * | 31858: _git: fix wrong default value | Øystein Walle | 2013-10-21 | 2 | -1/+6 |
| | | |||||
| * | 31857: _git: Remove unsupported -q option from diff options | m0viefreak | 2013-10-21 | 2 | -1/+5 |
| | | |||||
| * | 31859: _git: re-order the last two git-blame arguments | Øystein Walle | 2013-10-21 | 2 | -2/+5 |
| | | | | | | | | The proper syntax is git blame [<commit>] <file> where <commit> is optional. | ||||
| * | 31854: _git: Make git-show accept diff arguments | Øystein Walle | 2013-10-21 | 2 | -1/+5 |
| | | |||||
| * | 31853: _git: Add missing column.* config variables | Øystein Walle | 2013-10-21 | 2 | -0/+19 |
| | | |||||
* | | 31869: reduce WINCH-twaddling in shingetline() | Barton E. Schaefer | 2013-10-21 | 2 | -2/+8 |
|/ | |||||
* | Fix merge conflict | Peter Stephenson | 2013-10-19 | 2 | -0/+11 |
|\ | |||||
| * | 31849: document effect of KSH_ZERO_SUBSCRIPT on the argv special array | Barton E. Schaefer | 2013-10-19 | 2 | -0/+11 |
| | | |||||
* | | Use VERBOSE option in execstring() | Peter Stephenson | 2013-10-19 | 2 | -0/+10 |
|/ | |||||
* | 31846: fix NOEXEC option in execsimple() optimisation | Peter Stephenson | 2013-10-18 | 2 | -0/+7 |
| | |||||
* | 31840: "read" needs IFS unset to avoid stripping whitespace in makefiles | Barton E. Schaefer | 2013-10-18 | 2 | -1/+5 |
| | |||||
* | 31832: make execrestore() more signal-safe. | Bart Schaefer | 2013-10-17 | 2 | -23/+29 |
| | |||||
* | 31823: add HISTORY_IGNORE parameter | Barton E. Schaefer | 2013-10-17 | 3 | -0/+33 |
| | | | | | HISTORY_IGNORE defines a pattern to exclude matching lines in the internal history from the HISTFILE at write time. | ||||
* | 31830: New feature for zshaddhistory hooks. | Peter Stephenson | 2013-10-17 | 5 | -7/+49 |
| | | | | | If the first non-zero return status is 2, save the line on the internal history list, but don't write it out. | ||||
* | Users/18033: Documentation for exit and ERR_EXIT. | Peter Stephenson | 2013-10-16 | 4 | -0/+31 |
| | | | | | Notes about interaction with asynchronous jobs such as process substitution and multios. | ||||
* | 31872: zshaddhistory hook example needs options. | Peter Stephenson | 2013-10-16 | 2 | -4/+12 |
| | | | | Only works with INCAPPENDHISTORY or SHAREHISTORY set. | ||||
* | Fix trivial typo in zshaddhistory doc. | Peter Stephenson | 2013-10-15 | 2 | -1/+5 |
| | |||||
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Bart Schaefer | 2013-10-13 | 12 | -88/+232 |
|\ | |||||
| * | 31818: fix completion for zsh in _sh, and document the _arguments behavior ↵ | Barton E. Schaefer | 2013-10-12 | 3 | -70/+115 |
| | | | | | | | | | | | | | | | | that made the fix necessary To avoid side effects, reposition the _arguments call in _sh for the zsh special case. Document the side effects so avoided, and clean up the _arguments documentation a bit along the way. | ||||
| * | Update ChangeLog with previous commits | Mikael Magnusson | 2013-10-11 | 1 | -6/+21 |
| | | |||||
| * | 31806: _enable _disable: Workaround special characters in alias and function ↵ | Mikael Magnusson | 2013-10-11 | 2 | -6/+18 |
| | | | | | | | | names breaking _arguments syntax | ||||
| * | 31805: Update _enable and _disable for -p, fix related typo in docs | Mikael Magnusson | 2013-10-11 | 3 | -8/+11 |
| | | |||||
| * | 31805: Add $patchars and $dis_patchars to zsh/parameter module | Mikael Magnusson | 2013-10-11 | 5 | -2/+53 |
| | | |||||
| * | 31815: another fix for INCAPPENDHISTORY change. | Peter Stephenson | 2013-10-11 | 2 | -2/+20 |
| | | | | | | | | | | We need to save immediately if something is pushed on the history stack to ensure we use the right file before popping. | ||||
* | | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Bart Schaefer | 2013-10-10 | 5 | -1/+51 |
|\| | |||||
| * | 31810: tests for simple XTRACE output from conditions | Peter Stephenson | 2013-10-10 | 2 | -0/+12 |
| | | |||||
| * | 31809: Make whitespace clear in trace output for patterns. | Peter Stephenson | 2013-10-10 | 2 | -0/+18 |
| | | |||||
| * | 31801: missing local declaration for variables in completion | Eric Cook | 2013-10-08 | 2 | -1/+6 |
| | | |||||
| * | 31797: to match documentation, avoid expanding history when there is neither a | Barton E. Schaefer | 2013-10-08 | 2 | -0/+15 |
| | | | | | | | | | | | | | | | | | | word nor an event designator There are still a few cases where expansion is attempted even though the documentation indicates it will not be, but in most of those cases the expansion will fail. The now-fixed case would fall back to default expansion of the previous command. | ||||
* | | unposted: fix typo | Bart Schaefer | 2013-10-07 | 1 | -1/+1 |
|/ | |||||
* | 31794: further refinement to INCAPPENDHISTORY change. | Peter Stephenson | 2013-10-07 | 2 | -1/+12 |
| | | | | | | With SHAREHISTORY we should make sure the code behaves as it always did, because it takes care about locking a file once for reading and writing. | ||||
* | 31793: Fix problem with non-interactive history. | Peter Stephenson | 2013-10-07 | 2 | -1/+6 |
| | | | | | Modify 31789 so it doesn't try to save history from hbegin() in that case. | ||||
* | Add new options for rsync 3.1.0. | Wayne Davison | 2013-10-06 | 2 | -1/+17 |
| | |||||
* | users:18023: Add PIPEFAIL option | Peter Stephenson | 2013-10-06 | 6 | -3/+46 |
| | |||||
* | 31789: Save history for INCAPPENDHISTORY later. | Han Pingtian | 2013-10-05 | 2 | -1/+12 |
| | | | | This improves the timing recorded in the history. | ||||
* | 31784: better line width calculation for completion listings | Barton E. Schaefer | 2013-10-03 | 2 | -25/+39 |
| | | | | | | | When deciding whether there is enough horizontal space to show completion descriptions for each match in a listing, treat the separator as part of the description rather than as part of the match, and account for lines that have already wrapped due to very long matches. | ||||
* | 31781: "compdescribe -i" clears the completion list column padding width | Barton E. Schaefer | 2013-10-03 | 2 | -0/+7 |
| | |||||
* | 31772: queue_signals() to prevent re-entry into endparamscope(). | Barton E. Schaefer | 2013-09-26 | 2 | -0/+5 |
| | |||||
* | 31770: memmove() instead of memcpy() for overlapping regions. | Barton E. Schaefer | 2013-09-26 | 2 | -1/+6 |
| |