summaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Collapse)AuthorFilesLines
2019-12-1645035: be explicit about the need for a # in colours specified as hex tripletsOliver Kiddle1-4/+4
2019-12-1245009: POSIX_CD needs to suppress some forms of option.Peter Stephenson2-1/+4
Otherwise forms of argument allowed by POSIX are interpreted as options instead.
2019-12-0444981: Fix some typos in the documentation.Martijn Dekker7-8/+8
2019-12-0344964: zshmisc(1): Document APPEND_CREATE under the append redirection ↵Daniel Shahaf1-4/+4
operators, >> and >>!.
2019-11-08unposted: _values: Use the formal parameter's name in the docstring.Daniel Shahaf1-1/+1
2019-09-04github #37: Make it easier to understand what "fc -e" does.Ned Batchelder1-2/+2
2019-08-03Copy functions using functions -c old new.Peter Stephenson1-1/+10
Documentation and test.
2019-07-0844495: Mention coproc under $!Bart Schaefer1-1/+1
2019-07-0244480: Don't automatically close externally visible file descroptors.Peter Stephenson3-4/+9
These are descriptors marked FDT_EXTERNAL. Make all sysopen'ed file descriptors FDT_EXTERNAL. Make =(...) call closem() consistent with other substitutions. Document file descriptors are left open.
2019-06-2044435: Handling digita arguments for :h and :t.Peter Stephenson1-6/+23
Pick number of leading or trailing path components to substitute. Active in history, brace parameters, glob qualifiers. Add tests for all three environments.
2019-06-0644387, edited: describe some problems with restricted modeStephane Chazelas1-0/+45
2019-05-2844364: refer to zsh base manual page in zsh allJim1-0/+3
2019-05-0844275: Fix compset -p/-s multibyte inconsistency and documentationdana1-2/+2
2019-05-0744274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle2-26/+49
2019-04-1244198: Add cd_silent option to suppress all cd outputdana1-0/+15
2019-04-1044215: Maintain LASTWIDGET across reset-prompt.Roman Perepelitsa1-1/+4
This avoids side effects of asynchronous notifications.
2019-04-0444202 (tweaked): _normal: Add -P to reset precommandsMatthew Martin1-2/+7
2019-04-0444200 (tweaked): Completion: Append to precommands in _normalMatthew Martin1-4/+11
2019-03-2244156 (tweaked): zsh/system: Add note about potential flock side-effectsClinton Bunch1-2/+5
(Minor adjustments to wording and formatting)
2019-03-2144153: rm: Accept -R as equivalent to -rMatthew Martin1-7/+7
2019-03-19Update doc from previous commit.Peter Stephenson1-3/+3
Make it clear it's commands whose names begin with a / that aren't hashed. Obviously commands whose paths begin with a / are OK, duh.
2019-03-1944132: don't hash commands beginning with /Charles Blake1-0/+4
2019-03-1844135: Add chmod builtinMatthew Martin1-0/+20
2019-03-1244100: zparseopts: Add -F option, completion, tests; improve documentationdana1-12/+40
* Enable zparseopts to perform basic usage validation (aborting on an unrecognised option-like parameter) * Officially document the resolution of ambiguous option specs
2019-01-2344011: Only use fg_start_code for non-truecolorMikael Magnusson1-2/+4
The sequence for truecolor uses a different prefix from palette colors
2019-01-08users/23829: add and coument file-split-chars stylePeter Stephenson1-0/+10
2018-12-3043945 (tweaked to remove test failure, noted in test):Martijn Dekker1-0/+2
Fix exit statuses from wait for POSIX_BUILTINS mode. Also add tests.
2018-12-3043944: apply NO_UNSET consistently to arithmeitcMartijn Dekker1-1/+3
2018-12-1743904 (plus tweak): zshmisc(1): document term being optional if `in word' is ↵Joey Pabalinas1-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.
2018-11-1443620: More care documenting command substitution including $(<...)Peter Stephenson1-3/+10
2018-11-1343800: Add nanosecond support to strftime built-indana1-2/+6
2018-11-0743788: clarify zpty -w -n with no string argumentPeter Stephenson1-1/+2
2018-11-0543760: add documentation for true colour changes and nearcolor moduleOliver Kiddle3-3/+50
2018-10-1743694: More detail on multios.Peter Stephenson1-3/+10
Mention how opening files in multios differs from cat.
2018-10-1643692: Generate man pages in the build dir, rather than the source dir.Daniel Shahaf1-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
2018-10-1543672: Document result of redirecting from a non-existent filedana1-0/+1
2018-10-1043602: Clarify behaviour of `compdef -p`dana1-1/+5
2018-10-0843620 (tweaked): vcs_info git: Reverse the order patches are passed to ↵Daniel Shahaf1-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).
2018-10-08unposted: doc tweak for helpfilesPeter Stephenson1-1/+2
2018-10-0843616: Various parameter setting and display fixes.Peter Stephenson1-10/+20
Mostly to do with typeset -p and tied variables and their interaction. Some general tied variable fixes.
2018-10-02unposted: Fix typoDaniel Shahaf1-1/+1
2018-09-2743563: zshzle: Clarify sentence in introduction.Daniel Shahaf1-3/+3
2018-09-2543528: zshbuiltins(1): Document 'which''s "not found is not an error" behaviour.Daniel Shahaf1-0/+6
2018-09-16unposted: Fix trivial formatting error in docsdana1-1/+1
2018-09-0743404 (after 43392): Fix 'make install' in out-of-tree buildsDaniel Shahaf1-3/+3
2018-09-0643392: dist: Generate doc/help/* and doc/help.txt in builddir rather than ↵Daniel Shahaf1-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.
2018-08-21unposted: docs: Fix duplicated words in _combination.Daniel Shahaf1-2/+2
2018-08-1743294: Add ZLE_RECURSIVE parameter.Peter Stephenson1-0/+7
2018-08-1343275: Add log2 to match funcdana1-3/+3
2018-07-17Remove ftp_sites.yo from Makefile.inPeter Stephenson1-3/+3