summaryrefslogtreecommitdiff
path: root/Doc/Zsh
AgeCommit message (Collapse)AuthorFilesLines
2017-10-17unposted: Document "typeset -p"'s optional argument in the inline synopsis.Daniel Shahaf1-2/+2
2017-10-1041842: aliasing documentation updatePeter Stephenson1-9/+29
2017-10-07unposted: zsh/stat docs: Rephrase to avoid ambiguity due to the ambiguous ↵Daniel Shahaf1-1/+1
relative precedence of the 'other than' and 'and' operators.
2017-10-0241787 (plus minor tweaks): use $FUNCSTACK for function nesting depth.Peter Stephenson1-0/+10
Initialised from existing configuration value.
2017-10-01Add typeset -p1, like typeset -p with newlinesPeter Stephenson1-3/+8
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 Stephenson2-6/+10
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-09-1341679: slight clarification on exec of builtinsPeter Stephenson1-1/+1
2017-09-13unposted: YODL compatibility fix for --emulatePeter Stephenson1-2/+2
2017-09-1141668: New --emulate option on invocation.Peter Stephenson1-0/+14
This sets the shell emulation mode similarly to ARGV0=... which doesn't work from other shells. Note that this gives more comprehensive emulation than running emulate within the shell.
2017-08-2441590 modified as 41595: make ERR_RETURN more logical.Peter Stephenson1-1/+23
It now operates separately at each function depth. To keep ERR_EXIT global, make the noerrexit variable usd bit flags. Extend tests.
2017-08-08Revert "41499 (with one further tweak): POSIX_STRINGS behaviour."Peter Stephenson1-21/+9
This reverts commit 2eacbef91913fe967335812900d43cf2edfa54d9. Conflicts: ChangeLog
2017-08-0841510: update doc for $ZSH_PATCHLEVELPeter Stephenson1-2/+2
2017-08-0741499 (with one further tweak): POSIX_STRINGS behaviour.Peter Stephenson1-9/+21
Ignore a terminating delimiter when splitting as separators despite being called separators are terminators.
2017-08-0741500: document "-" to end zparseopts optionsAnthony Heading1-1/+1
2017-08-0141470: Another note on new effect of POSIX_BUILTINSPeter Stephenson1-1/+4
exec now won't find precommand modifiers after it with the option set. This may need further attention.
2017-07-2941472: introduce cleanup hooks default and restore special themes, and ↵Barton E. Schaefer1-2/+72
update documentation
2017-07-2841467: Correct completion of 'tmux new <TAB>'.Daniel Shahaf1-0/+21
Reference: window_pane_spawn() in tmux 2.5. Also, document _cmdstring and _precommand.
2017-07-2741464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands.Peter Stephenson2-1/+11
Document the default behaviour and add a test.
2017-07-2641461: complete list of zsh manual pages in manual introcutionJim1-0/+6
2017-07-20Further clarification about processing of expansionsPeter Stephenson1-3/+6
2017-07-1741429: Try to improve description of how stages of expansion fit together.Peter Stephenson1-2/+3
2017-07-04Delay processing "disown" for superjob.Peter Stephenson1-0/+6
This is a job forked from the current shell when a job partly running from the current shell was suspended. When all associated processes started from the main shell are finished the job is continued and at this point the disown can complete.
2017-06-1341275: Leave stdin open when executing widgetsStephane Chazelas1-6/+6
2017-06-1241244: Add zmodload -s option.Peter Stephenson1-5/+8
Doesn't complain if module is unavailable, but prints more obscure errors. Use existing low-level silent flag by passing through intermediate module loading hierarchy.
2017-05-28unposted: clarify ZLS_COLORS pattern matching contextsBarton E. Schaefer1-1/+4
2017-05-2241128: typo in compsys documentationJörg Sommer1-1/+1
2017-05-19users/22707: Document extra use of accept-exact-dirsPeter Stephenson1-3/+10
It allows completion after magically appearing directories that dont't show up in the parent directory by supressing searching of the parent directory if the subdirectory is directly found to exist.
2017-04-05users/22653: options.yo: Clarify REMATCH_PCRE semantics.Daniel Shahaf1-1/+2
Presently, if the option is set but the module is unavailable, using '=~' sets errflag.
2017-04-01unposted: minor formatting: var() instead of tt().Barton E. Schaefer1-2/+2
2017-03-2740906: Add note on use of (k) parameter subst flag.Peter Stephenson1-1/+3
KSH_ARRAYS generlly requires [*] or [@] to operate on the whole array and this is true here.
2017-03-2140875: Update REC_EXACT description, suggested by Martin KrafftPeter Stephenson1-2/+3
2017-03-20unposted (after 40859): Fix yodl warning:Daniel Shahaf1-1/+1
makeinfo ./zsh.texi ./zsh.texi:36246: Next field of node `vcs_info Examples' not pointed to (perhaps incorrect sectioning?). ./zsh.texi:36419: This node (Prompt Themes) has the bad Prev. Seen with yodl 3.00.00 but not with 3.04.00.
2017-03-1940859: vcs_info docs: Use proper internal links through texinfo nodes.Daniel Shahaf1-19/+46
Changes: - Add texinode()'s - Replace 'see foo' with 'see noderef(foo)' Drive-by changes: - Fix one reference to a nonexistent "Styles" section - (minor) Fix whitespace around "once"
2017-03-18unposted: vcs_info quilt: Fix documentation markup typo.Daniel Shahaf1-1/+1
2017-03-1440822: vcs_info quilt: Document the '.quilt-foo' zstyle context element. ↵Daniel Shahaf1-5/+16
(Compare users/20807.)
2017-03-1240816: Document interaction of 'print -P' and 'print -f'.Daniel Shahaf1-0/+3
2017-03-0840744: Document the SHORT_LOOPS 'function' syntax.Daniel Shahaf1-0/+3
It's already mentioned in passing in zshoptions(1).
2017-03-0540726: add "zcurses resize" for sane terminal size changeSebastian Gniazdowski1-1/+17
2017-03-0340702: new KEYS_QUEUED_COUNT ZLE variablePeter Stephenson1-1/+8
2017-03-0140622 with typos fixed: functions -Ms.Peter Stephenson1-1/+15
This adds the capability for mathematical functions based on shell functions to have a string argument. Module functions have had this for a long time.
2017-02-2840641: docs: patterns: Add '|' to the overview. Clarify that it short-circuits.Daniel Shahaf2-0/+4
2017-02-2540640: the (A) parameter flag forces array result even if assignment syntax ↵Barton E. Schaefer1-2/+12
is not used
2017-02-23unposted (cf. 40617): clarify description of ${(A)name=value} and ↵Barton E. Schaefer1-5/+5
${(AA)name=value}