about summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2014-03-032-2/+26
|\
| * 32289: Doc: Add zsh version to footer in HTML documentation.Simon Ruderich2014-03-031-2/+8
| |
| * 32441: add completer for file extensionsOliver Kiddle2014-03-031-0/+9
| |
| * 32439: add new show-ambiguity styleOliver Kiddle2014-03-031-0/+9
| |
* | users/18550: matcher-list documentation clarificationsBarton E. Schaefer2014-03-031-5/+7
|/
* 32412 / 32415: New giga- and terabyte units for glob qualifiersManuel Presnitz2014-03-011-4/+6
|
* Fix merge conflictPeter Stephenson2014-02-281-1/+1
|\
| * unposted: fix typo in documentationOliver Kiddle2014-02-251-1/+1
| |
* | users 18531 plus doc etc.: new expand-absolute-path widgetPeter Stephenson2014-02-281-0/+6
|/
* 32427: avoid busy loop on closed descriptors for "zle -F" handlersBarton E. Schaefer2014-02-231-18/+29
| | | | | Also assure the handlers are called on error conditions and document the extra argument that is passed in the error case.
* update zshcontrib for latest helpfilesm0viefreak2014-02-181-14/+13
|
* unposted: document interactions of "fc -R" etc. with "fc -l" and $HISTCMDBarton E. Schaefer2014-02-172-3/+7
|
* 32388: zparseopts -K preserves individual associative array elementsBarton E. Schaefer2014-02-151-4/+6
|
* 32355: document and test vi mode undo changesOliver Kiddle2014-02-051-1/+15
|
* Minor indexing changes to generate more consistent page layoutsBarton E. Schaefer2014-02-023-4/+3
|
* 32338: create empty help.txt so lack of helpfiles does not break the buildBarton E. Schaefer2014-02-021-1/+2
|
* use LPAR() instead of parens in sqrt exampleBart Schaefer2014-01-231-1/+1
|
* 32299: add use of underscores on arithmetic output for spacingPeter Stephenson2014-01-231-0/+21
|
* 32271: fix matcher-list exampleDaniel Hahler2014-01-171-1/+1
|
* 32246: option "shift -p" pops arguments from end of arrayPeter Stephenson2014-01-111-1/+4
|
* users/18298 (tidied up): add {<char>..<char>} expansionPeter Stephenson2014-01-091-0/+10
|
* unposted: update version to 5.0.5 zsh-5.0.5Peter Stephenson2014-01-051-1/+1
| | | | Also correct typo in compsys.yo for texinfo.
* unposted but c.f. 32231: $line from _arguments doesn't include commandPeter Stephenson2014-01-051-5/+5
|
* 32157: fix extra line feed after prompt, and erased character in completion ↵Barton E. Schaefer2013-12-181-1/+1
| | | | listing, when ZLE_RPROMPT_INDENT=0
* 32114: ZLE_PROMPT_INDENT allows you to move rprompt flush rightPatrick Oscity2013-12-161-0/+13
|
* users/18210: document "print -D" betterPeter Stephenson2013-12-091-2/+2
|
* 32045 (adjusted by 32047): use makefile dependencies to determine whether toBarton E. Schaefer2013-11-251-7/+8
| | | | rebuild helpfiles
* 32031 plus missed _run_help: get helpfiles install path corect in functionsPeter Stephenson2013-11-231-1/+0
|
* 32008: complete "." and ":" for run-help, clean Doc/help in makeMartin Vaeth2013-11-181-2/+3
|
* follow up to 31959: I patched the files to the wrong place.Peter Stephenson2013-11-182-0/+0
|
* Martin Vaeth: 31988 (plus missing semicolon): remove LC_CTYPE heuristics, ↵Barton E. Schaefer2013-11-151-1/+1
| | | | assure clean environment, force LANG=C
* 31959: missed filesMartin Vaeth2013-11-132-0/+6
|
* 31959 (plus tweak to .gitignore): make help files during installationMartin Vaeth2013-11-123-5/+34
|
* 31940: zcalc -e uses arguments as inputPeter Stephenson2013-11-081-1/+5
|
* 31937: zle -Fw uses widget semantics for file descriptor handlerPeter Stephenson2013-11-071-2/+9
|
* 31936: Rationalise limits for threadsStefan Neudorf2013-11-031-2/+2
|
* 31935: further updates to limits for BSDStefan Neudorf2013-11-031-10/+8
|
* 31930 / 31934: New limits from BSD.Stefan Neudorf2013-10-311-1/+10
| | | | Avoid clash of uses for ulimit -k.
* 31902: rationalise use of gamma function.Jun T2013-10-271-1/+1
| | | | | Make zsh/mathfunc consistent across systems and use tgamma() where available
* 31873: Document conventions for command options in builtinsPeter Stephenson2013-10-231-1/+35
|
* 31849: document effect of KSH_ZERO_SUBSCRIPT on the argv special arrayBarton E. Schaefer2013-10-191-0/+6
|
* 31823: add HISTORY_IGNORE parameterBarton E. Schaefer2013-10-171-0/+10
| | | | | 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 Stephenson2013-10-171-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.
* Users/18033: Documentation for exit and ERR_EXIT.Peter Stephenson2013-10-163-0/+25
| | | | | Notes about interaction with asynchronous jobs such as process substitution and multios.
* 31872: zshaddhistory hook example needs options.Peter Stephenson2013-10-161-4/+7
| | | | Only works with INCAPPENDHISTORY or SHAREHISTORY set.
* Fix trivial typo in zshaddhistory doc.Peter Stephenson2013-10-151-1/+1
|
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBart Schaefer2013-10-133-67/+110
|\
| * 31818: fix completion for zsh in _sh, and document the _arguments behavior ↵Barton E. Schaefer2013-10-121-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.
| * 31805: Update _enable and _disable for -p, fix related typo in docsMikael Magnusson2013-10-111-1/+1
| |
| * 31805: Add $patchars and $dis_patchars to zsh/parameter moduleMikael Magnusson2013-10-111-0/+8
| |