summaryrefslogtreecommitdiff
path: root/Doc/Zsh
AgeCommit message (Collapse)AuthorFilesLines
2014-03-14unposted: document effect of 32479 on POSIX_TRAPSPeter Stephenson1-1/+4
2014-03-03Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer1-0/+18
2014-03-03users/18550: matcher-list documentation clarificationsBarton E. Schaefer1-5/+7
2014-03-0332441: add completer for file extensionsOliver Kiddle1-0/+9
2014-03-0332439: add new show-ambiguity styleOliver Kiddle1-0/+9
2014-03-0132412 / 32415: New giga- and terabyte units for glob qualifiersManuel Presnitz1-4/+6
2014-02-28Fix merge conflictPeter Stephenson1-1/+1
2014-02-28users 18531 plus doc etc.: new expand-absolute-path widgetPeter Stephenson1-0/+6
2014-02-25unposted: fix typo in documentationOliver Kiddle1-1/+1
2014-02-2332427: avoid busy loop on closed descriptors for "zle -F" handlersBarton E. Schaefer1-18/+29
Also assure the handlers are called on error conditions and document the extra argument that is passed in the error case.
2014-02-18update zshcontrib for latest helpfilesm0viefreak1-14/+13
2014-02-17unposted: document interactions of "fc -R" etc. with "fc -l" and $HISTCMDBarton E. Schaefer2-3/+7
2014-02-1532388: zparseopts -K preserves individual associative array elementsBarton E. Schaefer1-4/+6
2014-02-0532355: document and test vi mode undo changesOliver Kiddle1-1/+15
2014-02-02Minor indexing changes to generate more consistent page layoutsBarton E. Schaefer3-4/+3
2014-01-23use LPAR() instead of parens in sqrt exampleBart Schaefer1-1/+1
2014-01-2332299: add use of underscores on arithmetic output for spacingPeter Stephenson1-0/+21
2014-01-1732271: fix matcher-list exampleDaniel Hahler1-1/+1
2014-01-1132246: option "shift -p" pops arguments from end of arrayPeter Stephenson1-1/+4
2014-01-09users/18298 (tidied up): add {<char>..<char>} expansionPeter Stephenson1-0/+10
2014-01-05unposted: update version to 5.0.5Peter Stephenson1-1/+1
Also correct typo in compsys.yo for texinfo.
2014-01-05unposted but c.f. 32231: $line from _arguments doesn't include commandPeter Stephenson1-5/+5
2013-12-1832157: fix extra line feed after prompt, and erased character in completion ↵Barton E. Schaefer1-1/+1
listing, when ZLE_RPROMPT_INDENT=0
2013-12-1632114: ZLE_PROMPT_INDENT allows you to move rprompt flush rightPatrick Oscity1-0/+13
2013-12-09users/18210: document "print -D" betterPeter Stephenson1-2/+2
2013-11-0831940: zcalc -e uses arguments as inputPeter Stephenson1-1/+5
2013-11-0731937: zle -Fw uses widget semantics for file descriptor handlerPeter Stephenson1-2/+9
2013-11-0331936: Rationalise limits for threadsStefan Neudorf1-2/+2
2013-11-0331935: further updates to limits for BSDStefan Neudorf1-10/+8
2013-10-3131930 / 31934: New limits from BSD.Stefan Neudorf1-1/+10
Avoid clash of uses for ulimit -k.
2013-10-2731902: rationalise use of gamma function.Jun T1-1/+1
Make zsh/mathfunc consistent across systems and use tgamma() where available
2013-10-2331873: Document conventions for command options in builtinsPeter Stephenson1-1/+35
2013-10-1931849: document effect of KSH_ZERO_SUBSCRIPT on the argv special arrayBarton E. Schaefer1-0/+6
2013-10-1731823: add HISTORY_IGNORE parameterBarton E. Schaefer1-0/+10
HISTORY_IGNORE defines a pattern to exclude matching lines in the internal history from the HISTFILE at write time.
2013-10-1731830: New feature for zshaddhistory hooks.Peter Stephenson1-3/+10
If the first non-zero return status is 2, save the line on the internal history list, but don't write it out.
2013-10-16Users/18033: Documentation for exit and ERR_EXIT.Peter Stephenson3-0/+25
Notes about interaction with asynchronous jobs such as process substitution and multios.
2013-10-1631872: zshaddhistory hook example needs options.Peter Stephenson1-4/+7
Only works with INCAPPENDHISTORY or SHAREHISTORY set.
2013-10-15Fix trivial typo in zshaddhistory doc.Peter Stephenson1-1/+1
2013-10-13Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBart Schaefer3-67/+110
2013-10-1231818: fix completion for zsh in _sh, and document the _arguments behavior ↵Barton E. Schaefer1-66/+101
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.
2013-10-1131805: Update _enable and _disable for -p, fix related typo in docsMikael Magnusson1-1/+1
2013-10-1131805: Add $patchars and $dis_patchars to zsh/parameter moduleMikael Magnusson1-0/+8
2013-10-07unposted: fix typoBart Schaefer1-1/+1
2013-10-06users:18023: Add PIPEFAIL optionPeter Stephenson1-0/+14
2013-09-0831711: add execute-never style for MIME function system.Peter Stephenson1-0/+22
Allows alien file systems to be marked as not having executable fiels
2013-09-0631658: fix manual entry about getting lines from mapfilePeter Stephenson1-3/+6
2013-08-29users/17955: new "disown" style for MIME handlers.Peter Stephenson1-0/+8
Makes handlers put into the background run without job control.
2013-07-2831592: improve documentary for handling of named directories.Manuel Presnitz3-12/+17
Minor changes of phrasing.
2013-07-0331503: zmv improvements for user-specified programs.Peter Stephenson1-2/+8
-p splits words of commands passed to it. -P is like -p for when the program doesn't understand the -- convention
2013-06-1331444: Basic code for enable/disable -pPeter Stephenson2-8/+107