summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 42399: document echo and behaviour of - and --Peter Stephenson2018-02-261-0/+9
|
* Document REPORTMEMORY is in Kb, not MbPeter Stephenson2018-02-131-2/+2
|
* 41924: (wi) subscript flag interactiondana2018-01-191-2/+4
|
* unposted: Follow-up to previous: Clarify that ${histchars[1]} may be ↵Barton E. Schaefer2018-01-131-2/+1
| | | | backslash-escaped even when it isn't '!'.
* 42261: docs: Expand documentation of $histchars[1]. Joint with Matthew Martin.Daniel Shahaf2018-01-132-5/+9
|
* 42175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto2017-12-281-2/+26
| | | | | | _call_program and '_arguments --' will call _comp_locale before calling external command for easier analysis of the output. This is disabled by passing an option '-l'.
* 42156: new CHECK_RUNNING_JOBS option demanded by bash groupiesPeter Stephenson2017-12-221-2/+15
| | | | | | | Also new job options. Also suppress debug error if rows or columns are reported as zero as this is normal without a physical terminal.
* add millisecond and microsecond options to TIMEFMT variabledana2017-12-141-2/+4
|
* 42031 + 42048: Make [[ -o invalidoption ]] a normal(ish) false value, rather ↵Daniel Shahaf2017-11-242-0/+7
| | | | than a syntax error.
* github #19: Fix minor typo in INC_APPEND_HISTORY documentationChris Bracken2017-11-131-1/+1
|
* 42004: fix parentheses in documentationMartijn Dekker2017-11-111-1/+1
|
* 41939: docs: Move aliases corner case to the dangerous bends section. (after ↵Daniel Shahaf2017-10-301-3/+4
| | | | 41482)
* unposted: Document "typeset -p"'s optional argument in the inline synopsis.Daniel Shahaf2017-10-171-2/+2
|
* 41842: aliasing documentation updatePeter Stephenson2017-10-101-9/+29
|
* unposted: zsh/stat docs: Rephrase to avoid ambiguity due to the ambiguous ↵Daniel Shahaf2017-10-071-1/+1
| | | | relative precedence of the 'other than' and 'and' operators.
* 41787 (plus minor tweaks): use $FUNCSTACK for function nesting depth.Peter Stephenson2017-10-021-0/+10
| | | | Initialised from existing configuration value.
* Add typeset -p1, like typeset -p with newlinesPeter Stephenson2017-10-011-3/+8
|
* 41764 (test tweaked): allow [key]+=value when modifying arraysPeter Stephenson2017-09-271-4/+13
|
* 41755: Followup to last: minor clarification to docs.Daniel Shahaf2017-09-241-1/+1
|
* Updates for ksh array element syntax.Peter Stephenson2017-09-241-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.
* 41731: reformat and expand doc for 41698.Barton E. Schaefer2017-09-201-11/+24
| | | | Also add missing x-seq reference for 41705 in ChangeLog.
* unposted: nodref -> noderefPeter Stephenson2017-09-151-1/+1
|
* More [key]=value tweaksPeter Stephenson2017-09-142-6/+10
| | | | | | Some rephrasings. Update typeset -p for associative arrays to use new syntax.
* unposted: typo in doc just committedPeter Stephenson2017-09-131-1/+1
|
* First go at var=([key]=value) syntax.Peter Stephenson2017-09-131-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.
* 41679: slight clarification on exec of builtinsPeter Stephenson2017-09-131-1/+1
|
* unposted: YODL compatibility fix for --emulatePeter Stephenson2017-09-131-2/+2
|
* 41668: New --emulate option on invocation.Peter Stephenson2017-09-111-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.
* 41590 modified as 41595: make ERR_RETURN more logical.Peter Stephenson2017-08-241-1/+23
| | | | | | | | It now operates separately at each function depth. To keep ERR_EXIT global, make the noerrexit variable usd bit flags. Extend tests.
* Revert "41499 (with one further tweak): POSIX_STRINGS behaviour."Peter Stephenson2017-08-081-21/+9
| | | | | | | This reverts commit 2eacbef91913fe967335812900d43cf2edfa54d9. Conflicts: ChangeLog
* 41510: update doc for $ZSH_PATCHLEVELPeter Stephenson2017-08-081-2/+2
|
* 41499 (with one further tweak): POSIX_STRINGS behaviour.Peter Stephenson2017-08-071-9/+21
| | | | | Ignore a terminating delimiter when splitting as separators despite being called separators are terminators.
* 41500: document "-" to end zparseopts optionsAnthony Heading2017-08-071-1/+1
|
* 41470: Another note on new effect of POSIX_BUILTINSPeter Stephenson2017-08-011-1/+4
| | | | | exec now won't find precommand modifiers after it with the option set. This may need further attention.
* 41472: introduce cleanup hooks default and restore special themes, and ↵Barton E. Schaefer2017-07-291-2/+72
| | | | update documentation
* 41467: Correct completion of 'tmux new <TAB>'.Daniel Shahaf2017-07-281-0/+21
| | | | | | Reference: window_pane_spawn() in tmux 2.5. Also, document _cmdstring and _precommand.
* 41464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands.Peter Stephenson2017-07-272-1/+11
| | | | Document the default behaviour and add a test.
* 41461: complete list of zsh manual pages in manual introcutionJim2017-07-261-0/+6
|
* Further clarification about processing of expansionsPeter Stephenson2017-07-201-3/+6
|
* 41429: Try to improve description of how stages of expansion fit together.Peter Stephenson2017-07-171-2/+3
|
* Delay processing "disown" for superjob.Peter Stephenson2017-07-041-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.
* 41275: Leave stdin open when executing widgetsStephane Chazelas2017-06-131-6/+6
|
* 41244: Add zmodload -s option.Peter Stephenson2017-06-121-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.
* unposted: clarify ZLS_COLORS pattern matching contextsBarton E. Schaefer2017-05-281-1/+4
|
* 41128: typo in compsys documentationJörg Sommer2017-05-221-1/+1
|
* users/22707: Document extra use of accept-exact-dirsPeter Stephenson2017-05-191-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.
* users/22653: options.yo: Clarify REMATCH_PCRE semantics.Daniel Shahaf2017-04-051-1/+2
| | | | | Presently, if the option is set but the module is unavailable, using '=~' sets errflag.
* unposted: minor formatting: var() instead of tt().Barton E. Schaefer2017-04-011-2/+2
|
* 40906: Add note on use of (k) parameter subst flag.Peter Stephenson2017-03-271-1/+3
| | | | | KSH_ARRAYS generlly requires [*] or [@] to operate on the whole array and this is true here.
* 40875: Update REC_EXACT description, suggested by Martin KrafftPeter Stephenson2017-03-211-2/+3
|