summaryrefslogtreecommitdiff
path: root/Doc/Zsh
AgeCommit message (Collapse)AuthorFilesLines
2015-06-1135442: document MULTIBYTE is always on by default when availablePeter Stephenson1-5/+3
2015-06-0935418: fix usage synopsis for _describe to be clear that a singleOliver Kiddle1-1/+1
description is used
2015-06-0635350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer1-31/+31
2015-06-0535386: expand tabs where useful in builtins outputing function.Peter Stephenson2-8/+26
Also add to zed -f. Option is -x <numm>.
2015-06-02unposted: Typo fixDaniel Shahaf1-1/+1
2015-06-0235353: print -x and print -X expand tabsPeter Stephenson1-1/+22
2015-05-3135343: Avoid $#name length handling for POSIX_IDENTIFIERSPeter Stephenson2-0/+14
2015-05-30users/20238: add "fc -L" to operate only on the local shell historyBarton E. Schaefer1-6/+10
Also avoid invoking the editor on empty results.
2015-05-3035311: typo in zfuput behaviourHan Pingtian1-1/+1
2015-05-2835318: POSIX_BUILTINS behaviour for getopts.Peter Stephenson2-1/+6
It needs to keep OPTIND, as well as the index within the string pointed to by OPTIND, global in this case.
2015-05-2635289: fix typos in the description of emulateJun-ichi Takimoto1-2/+2
based on 34981 by Han Pingtian
2015-05-2135250: Fix case documentation (SH_GLOB)Peter Stephenson1-5/+11
2015-05-1835193: Add "unalias -a".Peter Stephenson1-1/+8
2015-05-1435110: don't implicitly initialize restricted integers to zeroPeter Stephenson1-0/+18
2015-05-12unposted: include doc tweek to expn.yo from 35071Jun T1-6/+6
expn.yo is now essentially the same as commit 6269db8
2015-05-1235086: reapply a hunk from 35067 for expn.yoJun T1-0/+19
the hunk has been mistakenly reverted by 35075
2015-05-1235075: improve manual formatJun-ichi Takimoto24-374/+401
also fixed a ChangeLog entry for 35034 (2015-05-06)
2015-05-1035067: Add (b) parameter flag for pattern char backslashing.Peter Stephenson1-0/+19
Doc tweak from Daniel in 35071. Includes test.
2015-05-0835059: fix, document, test readonly -p.Peter Stephenson1-0/+5
Don't output specials as can't be reconstructed. Output arrays in a useful order.
2015-05-06c.f. 35041: typo in zle.yoPeter Stephenson1-1/+1
2015-05-0635034: improve manual format up to Chapter18Jun-ichi Takimoto9-254/+265
2015-05-0135008: clarify description of 'exec' and 'return'Jun-ichi Takimoto1-6/+12
2015-05-0135007: Note in doc about scope of ZLE parametersPeter Stephenson1-0/+15
2015-04-2934992: POSIX fix for readonly variables.Peter Stephenson1-0/+7
With POSIXBUILTINS, variables can be marked readonly if unset. Also, variables can't have the readonly flag removed.
2015-04-2534961: minor wording clarificationBarton E. Schaefer1-1/+1
2015-04-2534961: sysparams[pid] and sysparams[ppid] added to variables indexBarton E. Schaefer1-0/+2
2015-04-1634902: Doc: Explain the numeric argument and be consistent about what we call itMikael Magnusson3-20/+31
2015-04-1334880: POSIX_TRAPS docHan Pingtian1-1/+1
2015-04-1334875: CSH_JUNKIE_HISTORY docHan Pingtian1-2/+2
2015-04-13users/20078: HIST_BEEP docHan Pingtian1-1/+1
2015-04-0734850: make URLs in html/pdf docs clickableJun-ichi Takimoto5-32/+32
2015-04-0334840: minor format fixes in prompt.yoJun-ichi Takimoto1-3/+3
2015-04-0334836: fix description of '%-0<<' in prompt.yoJun-ichi Takimoto1-1/+2
2015-04-0134822: correction to GLOB_SUBST docHan Pingtian1-1/+1
2015-03-2734785: fix typo in SHINSTDIN docHan Pingtian1-1/+1
2015-03-2534769: incorrect doc of process time calculationHan Pingtian1-1/+1
2015-03-1834734: further aliasing adjustments and docBarton E. Schaefer1-10/+19
restrict token aliasing (34641) to global aliases; tighten up POSIX_ALIASES to better match spec; update Aliasing doc to cover this and clarify older behavior 2015-03-18 Peter Stephenson <p.stephenson@samsung.com> * 34723: configure.ac: turn off fixed site function directory if
2015-03-1634721: new glob qualifier functions before, afterPeter Stephenson1-8/+27
2015-03-1634671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git ↵Daniel Shahaf1-1/+4
--fixup' hash completions
2015-03-1534712: clarify words that may be aliasedBarton E. Schaefer1-2/+18
2015-03-10users/19985: improve doc of subscripting substrings furtherPeter Stephenson1-1/+11
2015-03-0634643: clarify documentation for print and bindkeyJun-ichi Takimoto2-3/+8
2015-03-0634653: move aborted vared lines to ZLE_VARED_ABORTEDPeter Stephenson1-1/+2
2015-03-0634657: document the effect of substring subscripting betterPeter Stephenson1-1/+11
2015-03-0434640: clarify documentation for _guard functionDaniel Shahaf1-6/+6
2015-02-28users/19934: document %D{...} for WATCHFMTBarton E. Schaefer1-0/+6
2015-02-2134597: Revise strftime description to correctly explain timezone handling ↵Barton E. Schaefer1-17/+38
and note signed int rollover
2015-02-1634558: preexec doc fix.Peter Stephenson1-4/+4
It was wrongly claming the first parameter was empty if the line was removed from the history.
2015-02-14Fix typo from 28487Mikael Magnusson1-1/+1
2015-02-11users/19850: add pattern support to watch variablePeter Stephenson1-1/+13