summaryrefslogtreecommitdiff
path: root/Doc/Zsh/params.yo
AgeCommit message (Collapse)AuthorFilesLines
2020-07-1346240: Make the expansion of manref()() in ztexi.yo match its expansion in ↵Daniel Shahaf1-1/+1
zman.yo. The difference was mostly harmless in the common case "(see manref(foo)(42))", which expanded to "(see man page foo(42))" under ztexi.yo, but in other contexts the ztexi.yo expansion was was nonsensical; for example: "the BSD manref(echo)(1) command" "the string returned by the manref(getlogin)(3) system call" "advisory file locking (via the manref(fcntl)(2) system call)" "this is the exact opposite from manref(ls)(1)," While there, copyedit some uses of manref()().
2020-04-1245661: docs: Clarify the effect of KSH_ARRAYS on the (I) subscript.dg17271-0/+4
2020-01-16unposted: docs: Fix a cross-reference.Daniel Shahaf1-1/+1
2019-12-0444981: Fix some typos in the documentation.Martijn Dekker1-1/+1
2019-07-0844495: Mention coproc under $!Bart Schaefer1-1/+1
2018-02-13Document REPORTMEMORY is in Kb, not MbPeter Stephenson1-2/+2
2018-01-1941924: (wi) subscript flag interactiondana1-2/+4
2017-12-14add millisecond and microsecond options to TIMEFMT variabledana1-2/+4
2017-10-0241787 (plus minor tweaks): use $FUNCSTACK for function nesting depth.Peter Stephenson1-0/+10
Initialised from existing configuration value.
2017-09-2741764 (test tweaked): allow [key]+=value when modifying arraysPeter Stephenson1-4/+13
2017-09-2441755: Followup to last: minor clarification to docs.Daniel Shahaf1-1/+1
2017-09-24Updates for ksh array element syntax.Peter Stephenson1-5/+18
Move detection of key/value pairs down into prefork(). Detect normal array assignment and [key]=val array assignemnt separately. Mark key / value pairs with Marker and pass up flag. Deal with marked triads specially later on.
2017-09-2041731: reformat and expand doc for 41698.Barton E. Schaefer1-11/+24
Also add missing x-seq reference for 41705 in ChangeLog.
2017-09-15unposted: nodref -> noderefPeter Stephenson1-1/+1
2017-09-14More [key]=value tweaksPeter Stephenson1-3/+6
Some rephrasings. Update typeset -p for associative arrays to use new syntax.
2017-09-13unposted: typo in doc just committedPeter Stephenson1-1/+1
2017-09-13First go at var=([key]=value) syntax.Peter Stephenson1-1/+26
Works for both normal and typeset case, also var+=... Still to do: allow to be mixed with straight array assignment, improve typeset -p, implement [key]+=value.
2017-08-0841510: update doc for $ZSH_PATCHLEVELPeter Stephenson1-2/+2
2016-11-2039900: Add TERMINFO_DIRS special like TERMINFO.Guillaume Maudoux1-4/+14
Although this is a colon-separated array there is no tied array.
2016-11-2039985: Document the [nyae] answers to the spelling correction prompt, $SPROMPT.Daniel Shahaf1-0/+8
2016-09-2939507: TMPSUFFIX for =(...)Barton E. Schaefer1-0/+9
2016-09-0539167: Make $ENV handling more like POSIXTeubel György1-1/+2
2016-06-16unposted: fix pareentheses in man for getrusage()Peter Stephenson1-2/+2
2016-06-13users/21632: Use of REPORTMEMORY variablePeter Stephenson1-0/+14
If the child's resisdent set size in megabytes exceeds this, print out the resource (TIMEFMT) string. Document you need to add memory usage to this by hand.
2016-03-0638086: shuffle init code to localize a global, add $ZSH_ARGZERO, refine ↵Greg Klanderman1-7/+12
$ZSH_SCRIPT (also a couple of ChangeLog typos corrected -- Bart)
2016-02-0737895: $ZSH_SCRIPT is POSIX $0 but always availblePeter Stephenson1-0/+7
2015-12-0437294: Add ZSH_EXECUTION_STRING.Peter Stephenson1-0/+5
This shows the argument to shell option -c.
2015-11-19unposted: describe separators between values in array assignmentPeter Stephenson1-0/+5
2015-11-1737127: document indexing of $signalsPeter Stephenson1-1/+7
2015-11-13unposted: a few cosmetic format fixes in docsJun-ichi Takimoto1-3/+1
2015-09-05unposted: Minor documentation tweaks.Daniel Shahaf1-1/+1
2015-07-2435896: index zle_highlightBarton E. Schaefer1-0/+6
2015-06-1935474, 35492: support the bracketed paste mode of newer terminal emulatorsOliver Kiddle1-0/+17
2015-05-1435110: don't implicitly initialize restricted integers to zeroPeter Stephenson1-0/+18
2015-05-1235075: improve manual formatJun-ichi Takimoto1-1/+1
also fixed a ChangeLog entry for 35034 (2015-05-06)
2015-05-0635034: improve manual format up to Chapter18Jun-ichi Takimoto1-6/+6
2015-03-2534769: incorrect doc of process time calculationHan Pingtian1-1/+1
2015-03-10users/19985: improve doc of subscripting substrings furtherPeter Stephenson1-1/+11
2015-03-0634657: document the effect of substring subscripting betterPeter Stephenson1-1/+11
2015-02-28users/19934: document %D{...} for WATCHFMTBarton E. Schaefer1-0/+6
2015-02-11users/19850: add pattern support to watch variablePeter Stephenson1-1/+13
2015-02-03users/19800: more help for $HISTORY_IGNOREPeter Stephenson1-4/+19
2014-12-1133876: etc.: Separate errors and keyboards interruptsPeter Stephenson1-0/+11
Combination of 12 commits from interrupt_abort branch. Basic strategy is to introduce bits to errflag and to set and reset them separately. Remove interrupt status on return to main keymap. Turn off ERRFLAG_INT for always block. Restore bit thereafter: we probably need a new variable in order to allow user interrupts to be reset in the always block. Add TRY_BLOCK_INTERRUPT This works the same as TRY_BLOCK_ERROR, but for a SIGINT, too. Ensure propagation of SIGINT from exited job. If received by foreground job, shell uses ERRFLAG_INT, not ERRFLAG_ERROR, to set the new state. Reset errflag before precmd() Add always block in _main_completion to fix ZLS_COLORS Ensures we get the right state of $ZLS_COLORS at the end of _main_complete even if there's an interrupt. However, the "right state" is a bit messy as it depends on styles.
2014-12-0433841: explain array append a bit betterBarton E. Schaefer1-9/+15
2014-12-04Unposted: minor change: "scalar or integer" to "scalar" to include floats.Barton E. Schaefer1-2/+1
2014-11-2733805: rewrite zshparams intro, tweak formattingBarton E. Schaefer1-33/+72
I noticed that there was no explanation of the terms "variable" or "environment" anywhere.
2014-10-03Fix some typos in the documentationMikael Magnusson1-1/+1
2014-07-08Attempt to improve doc for assignmentPeter Stephenson1-2/+8
2014-06-0132634: add POSIX_ARGZERO optionBarton E. Schaefer1-3/+5
2014-04-2932592: add CORRECT_IGNORE_FILE variableTomoki Sekiyama1-0/+8