about summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 51354: Fix markup in man page versionDaniel Shahaf2023-02-021-1/+1
|
* 51306: error message in ${unset?error} should be expandedPeter Stephenson2023-02-021-1/+3
|
* 51337: parameter attributes cross-reference typeset equivalents (or lack ↵Bart Schaefer2023-01-312-16/+18
| | | | thereof)
* 51291: support for highlighting ellipses in the line editorOliver Kiddle2023-01-101-0/+3
|
* 51280: add support for italic and faint fonts in the line editorOliver Kiddle2023-01-101-1/+9
|
* 51263: fix typo - `an path` -> `a path`Max Coplan2022-12-311-1/+1
|
* 51214: handle read -d and a delimiter that can't be decoded into a characterOliver Kiddle2022-12-171-1/+2
| | | | | | Terminate input at the raw byte value of the delimiter. Also document and test the use of an empty string as a way to specify NUL as the delimiter.
* 51198: Clarify and expand ERR_EXIT and ERR_RETURN documentationPhilippe Altherr2022-12-131-38/+46
|
* 51134: document interactive behaviour with ERR_EXIT and ERR_RETURNPeter Stephenson2022-12-121-1/+7
|
* 50934: use OSC 52 escape sequence when copying to "* or "+ vi buffersOliver Kiddle2022-11-171-3/+8
|
* 50851: restore typtab when necessaryJun-ichi Takimoto2022-11-021-6/+10
| | | | | | | | | inittyptab() must be called when returning from a function with "setopt localoptions MULTIBYTE|BANGHIST|SHSTDIN", and also in function dosetopt() when setting these options (via $options, for example). We intentionally did not take account of the options EMACS/VI because these options are obsolete and their use is not recommended.
* 50855: Clarify how commands are hashed, and searched-for by "whence".Bart Schaefer2022-10-312-7/+15
|
* 50840: Doc/Zsh/grammar.yo: Correct NO_MATCH to NOMATCHAxel Beckert2022-10-251-1/+1
|
* users/28243: update "typeset +" documentationBart Schaefer2022-10-231-3/+5
|
* 50648: Use $ZCALC_HISTORY where appropriateJulian Prein2022-09-251-2/+5
|
* 50355: documentation and return status consistency in zsh/system moduleBart Schaefer2022-06-111-3/+13
|
* Tweaks to MULTI_FUNC_DEFPeter Stephenson2022-06-071-0/+5
| | | | | | Output multiple function definitions using "function" form. Note exceptions to errors with NO_MULTI_FUNC_DEF
* 50220: Documentation: Fix typos found by Debian's Lintian toolAxel Beckert2022-05-152-2/+2
|
* unposted: cross-reference "typeset -f" for "functions -[Tt]"Bart Schaefer2022-05-071-1/+2
|
* unposted: Add details about ${(*)...} expansionBart Schaefer2022-04-301-1/+2
|
* 50138: Note ERRNO must be set before use.Bart Schaefer2022-04-281-0/+3
|
* 49960: Sort lists in zshcompsysMatthew Martin2022-04-061-40/+40
|
* github #88: Fix typoelig0n2022-03-311-1/+1
|
* 49933: Add nonblock to sysopenMatthew Martin2022-03-311-0/+3
|
* 27639: clarify that ${(#)...} deals with character codes.Peter Stephenson2022-03-311-3/+4
|
* 49906 (Bart), 49911: Fixes to querying jobs in subshell.Peter Stephenson2022-03-302-0/+24
| | | | | | | | Don't attempt to query invalid job off end of table, resulting in crashes from $jobtstates. If background task started in subshell, look at tatsks within subshell instead of main shell. Document and add test.
* 49813: <<<: Document newline behavior and fix optimizationMikael Magnusson2022-03-301-1/+2
| | | | | The =(<<<foo) optimization forgot to add a newline, but =(cat<<<foo) always did, make the behavior consistent, and document it.
* 49917: change sense of "Ignore insecure ..." answer and use "autoload -r"Bart Schaefer2022-03-291-1/+1
|
* 49845: man page clarification on option scopePeter Stephenson2022-03-241-0/+3
|
* 49844: Fix node reference errors from 49446 and 49448.Bart Schaefer2022-03-132-2/+9
|
* users/27536: Improved history list documentationPeter Stephenson2022-03-011-3/+4
| | | | Clarify interaction of matching and numbers.
* unposted: Fix some typos and markup.Daniel Shahaf2022-02-221-2/+2
|
* 49672: document "tied" in output from ${(t)...}Peter Stephenson2022-02-221-0/+5
|
* 49769: Mention how to show nanosecond precisionMikael Magnusson2022-02-221-0/+2
|
* 49727 (+ comment): vcs_info quilt: Pass the patches dir path to the ↵Daniel Shahaf2022-02-201-0/+15
| | | | | | gen-applied-string, gen-unapplied-string, and set-patch-format hooks I use that in my gen-applied-string hook.
* 49694 + doc: Allow using empty STTY= to freeze tty for a single commandMikael Magnusson2022-01-302-1/+7
| | | | | Previously, doing this would just run stty with no arguments, which normally causes it to print some terminal settings to stdout.
* unposted: vcs_info quilt docs: Fix misspelled style nameDaniel Shahaf2022-01-271-1/+1
|
* 49646: allow colors in WATCHFMT with %F/%KOliver Kiddle2021-12-131-0/+6
|
* unposted: Add whitespace and comments. No functional change.Daniel Shahaf2021-12-012-0/+4
|
* 49621: Fix the info Doc build, broken in 49448.Daniel Shahaf2021-12-012-0/+4
|
* 49448: docs: Fix pointers to the `Widgets', `User-defined Widgets', and ↵Daniel Shahaf2021-11-262-10/+14
| | | | | | | | | | | | `Standard Widgets' sections. The latter two didn't have their own texinode()s. Various places, both those sections' subsections and elsewhere in the manual, linked to the first section rather than to the third. For instance, zshcontrib(1) pointed to "noderef(Miscellaneous) in noderef(Zle Widgets)", even though the former (currently §18.6.6) is not under the latter (currently §18.4). Add texinode()s and fix those pointers.
* 49447: docs: _wanted: Clarify the example and point to another one.Daniel Shahaf2021-11-261-1/+5
|
* 49446: docs: Add texinode()s, so the next commit can link directly to a ↵Daniel Shahaf2021-11-261-0/+4
| | | | subsection.
* 49445: docs: Clean up some subsection references.Daniel Shahaf2021-11-2610-13/+13
|
* 49597: add a helper for completing numbers with unit suffixes and separate ↵Oliver Kiddle2021-11-241-2/+79
| | | | out defaults, ranges and units in completion descriptions
* 49575: clarify _alternative's action syntaxArseny Maslennikov2021-11-191-2/+12
|
* 49566: document the _default functionOliver Kiddle2021-11-121-0/+9
|
* 49564: always use descriptions included in the file-patterns style and allow ↵Oliver Kiddle2021-11-121-6/+17
| | | | the recursive-files style to also work in those cases
* 49562: remove old documentation for other-files tag that was removed in 36165Oliver Kiddle2021-11-121-8/+1
|
* 49561: add zformat -F option, similar to -f but ternary expressions check ↵Oliver Kiddle2021-11-121-2/+9
| | | | for existence instead of doing math evaluation