summary refs log tree commit diff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 44011: Only use fg_start_code for non-truecolorMikael Magnusson2019-01-231-2/+4
| | | | The sequence for truecolor uses a different prefix from palette colors
* users/23829: add and coument file-split-chars stylePeter Stephenson2019-01-081-0/+10
|
* 43945 (tweaked to remove test failure, noted in test):Martijn Dekker2018-12-301-0/+2
| | | | | Fix exit statuses from wait for POSIX_BUILTINS mode. Also add tests.
* 43944: apply NO_UNSET consistently to arithmeitcMartijn Dekker2018-12-301-1/+3
|
* 43904 (plus tweak): zshmisc(1): document term being optional if `in word' is ↵Joey Pabalinas2018-12-171-3/+6
| | | | | | | | | | | | | | | | | | | | omitted In code such as: > hobbes% () { for arg do print -r $arg; done; } 1 2 3 > 1 > 2 > 3 the implicit positional parameters added when the `in word ...' list is omitted also implicitly append the separator term, making the above code valid, albeit seemingly violating the syntax listed in the documentation. This is related to the various forms of alternative syntax and is the intended behavior of the parsing code, so correct the minor contradiction in the for loop documentation.
* 43620: More care documenting command substitution including $(<...)Peter Stephenson2018-11-141-3/+10
|
* 43800: Add nanosecond support to strftime built-indana2018-11-131-2/+6
|
* 43788: clarify zpty -w -n with no string argumentPeter Stephenson2018-11-071-1/+2
|
* 43760: add documentation for true colour changes and nearcolor moduleOliver Kiddle2018-11-053-3/+50
|
* 43694: More detail on multios.Peter Stephenson2018-10-171-3/+10
| | | | Mention how opening files in multios differs from cat.
* 43692: Generate man pages in the build dir, rather than the source dir.Daniel Shahaf2018-10-161-6/+6
| | | | | | | | | | | | | The following files are still generated in the source dir (in out-of-tree builds): Doc/Zsh/manmodmenu.yo Doc/Zsh/modlist.yo Doc/Zsh/modmenu.yo Doc/version.yo Doc/zsh.idx Doc/zsh.texi META-FAQ
* 43672: Document result of redirecting from a non-existent filedana2018-10-151-0/+1
|
* 43602: Clarify behaviour of `compdef -p`dana2018-10-101-1/+5
|
* 43620 (tweaked): vcs_info git: Reverse the order patches are passed to ↵Daniel Shahaf2018-10-081-1/+1
| | | | | | | | gen-unapplied-string in. This is an incompatible change; see README for details. Tweaks (relative to posted version): tweaked README, removed scalpel (debug print).
* unposted: doc tweak for helpfilesPeter Stephenson2018-10-081-1/+2
|
* 43616: Various parameter setting and display fixes.Peter Stephenson2018-10-081-10/+20
| | | | | | Mostly to do with typeset -p and tied variables and their interaction. Some general tied variable fixes.
* unposted: Fix typoDaniel Shahaf2018-10-021-1/+1
|
* 43563: zshzle: Clarify sentence in introduction.Daniel Shahaf2018-09-271-3/+3
|
* 43528: zshbuiltins(1): Document 'which''s "not found is not an error" behaviour.Daniel Shahaf2018-09-251-0/+6
|
* unposted: Fix trivial formatting error in docsdana2018-09-161-1/+1
|
* 43404 (after 43392): Fix 'make install' in out-of-tree buildsDaniel Shahaf2018-09-071-3/+3
|
* 43392: dist: Generate doc/help/* and doc/help.txt in builddir rather than ↵Daniel Shahaf2018-09-061-4/+3
| | | | | | | | | srcdir. Fixes creating tarballs in out-of-tree builds. While here, remove the instruction to build zsh before building a tarball, since that's unneeded.
* unposted: docs: Fix duplicated words in _combination.Daniel Shahaf2018-08-211-2/+2
|
* 43294: Add ZLE_RECURSIVE parameter.Peter Stephenson2018-08-171-0/+7
|
* 43275: Add log2 to match funcdana2018-08-131-3/+3
|
* Remove ftp_sites.yo from Makefile.inPeter Stephenson2018-07-171-3/+3
|
* Update distro docs to remove dead linksMatthew Martin2018-07-173-37/+18
|
* 43176: Add note on compatibility to start of manual.Peter Stephenson2018-07-171-2/+7
| | | | Default mode is not POSIX.
* 43172: document escaping colon in zformat -aTim Smith2018-07-161-0/+1
|
* 43084: Variable warning suppression enhancements.Peter Stephenson2018-06-251-2/+4
| | | | | | Add vared -g option along the lines of typeset -g. Set reply safely in zsh_directory_name_cdr.
* 43075: Support nanosecond-precision time formattingdana2018-06-202-5/+13
| | | | | | | | * Teach ztrftime() %9. and %N for nanoseconds * Update prompt expansion to pass sub-second times for time formatting * Update zsh/stat to pass sub-second times for atime/mtime/ctime Patch heavily based on Oliver's earlier work @ workers/24059
* users/23472: Add $sysparams[procsubstpid] to zsh/systemPeter Stephenson2018-06-151-0/+5
|
* 42790: make [[:blank:]] match non-ASCII blanksStephane Chazelas2018-05-171-1/+1
|
* 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
|