Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 44364: refer to zsh base manual page in zsh all | Jim | 2019-05-28 | 1 | -0/+3 |
| | |||||
* | 44275: Fix compset -p/-s multibyte inconsistency and documentation | dana | 2019-05-08 | 1 | -2/+2 |
| | |||||
* | 44274: allow finer control of completion match soring with compadd's -o option | Oliver Kiddle | 2019-05-07 | 2 | -26/+49 |
| | |||||
* | 44198: Add cd_silent option to suppress all cd output | dana | 2019-04-12 | 1 | -0/+15 |
| | |||||
* | 44215: Maintain LASTWIDGET across reset-prompt. | Roman Perepelitsa | 2019-04-10 | 1 | -1/+4 |
| | | | | This avoids side effects of asynchronous notifications. | ||||
* | 44202 (tweaked): _normal: Add -P to reset precommands | Matthew Martin | 2019-04-04 | 1 | -2/+7 |
| | |||||
* | 44200 (tweaked): Completion: Append to precommands in _normal | Matthew Martin | 2019-04-04 | 1 | -4/+11 |
| | |||||
* | 44156 (tweaked): zsh/system: Add note about potential flock side-effects | Clinton Bunch | 2019-03-22 | 1 | -2/+5 |
| | | | | (Minor adjustments to wording and formatting) | ||||
* | 44153: rm: Accept -R as equivalent to -r | Matthew Martin | 2019-03-21 | 1 | -7/+7 |
| | |||||
* | Update doc from previous commit. | Peter Stephenson | 2019-03-19 | 1 | -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. | ||||
* | 44132: don't hash commands beginning with / | Charles Blake | 2019-03-19 | 1 | -0/+4 |
| | |||||
* | 44135: Add chmod builtin | Matthew Martin | 2019-03-18 | 1 | -0/+20 |
| | |||||
* | 44100: zparseopts: Add -F option, completion, tests; improve documentation | dana | 2019-03-12 | 1 | -12/+40 |
| | | | | | | | * Enable zparseopts to perform basic usage validation (aborting on an unrecognised option-like parameter) * Officially document the resolution of ambiguous option specs | ||||
* | 44011: Only use fg_start_code for non-truecolor | Mikael Magnusson | 2019-01-23 | 1 | -2/+4 |
| | | | | The sequence for truecolor uses a different prefix from palette colors | ||||
* | users/23829: add and coument file-split-chars style | Peter Stephenson | 2019-01-08 | 1 | -0/+10 |
| | |||||
* | 43945 (tweaked to remove test failure, noted in test): | Martijn Dekker | 2018-12-30 | 1 | -0/+2 |
| | | | | | Fix exit statuses from wait for POSIX_BUILTINS mode. Also add tests. | ||||
* | 43944: apply NO_UNSET consistently to arithmeitc | Martijn Dekker | 2018-12-30 | 1 | -1/+3 |
| | |||||
* | 43904 (plus tweak): zshmisc(1): document term being optional if `in word' is ↵ | Joey Pabalinas | 2018-12-17 | 1 | -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 Stephenson | 2018-11-14 | 1 | -3/+10 |
| | |||||
* | 43800: Add nanosecond support to strftime built-in | dana | 2018-11-13 | 1 | -2/+6 |
| | |||||
* | 43788: clarify zpty -w -n with no string argument | Peter Stephenson | 2018-11-07 | 1 | -1/+2 |
| | |||||
* | 43760: add documentation for true colour changes and nearcolor module | Oliver Kiddle | 2018-11-05 | 2 | -2/+48 |
| | |||||
* | 43694: More detail on multios. | Peter Stephenson | 2018-10-17 | 1 | -3/+10 |
| | | | | Mention how opening files in multios differs from cat. | ||||
* | 43672: Document result of redirecting from a non-existent file | dana | 2018-10-15 | 1 | -0/+1 |
| | |||||
* | 43602: Clarify behaviour of `compdef -p` | dana | 2018-10-10 | 1 | -1/+5 |
| | |||||
* | 43620 (tweaked): vcs_info git: Reverse the order patches are passed to ↵ | Daniel Shahaf | 2018-10-08 | 1 | -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 helpfiles | Peter Stephenson | 2018-10-08 | 1 | -1/+2 |
| | |||||
* | 43616: Various parameter setting and display fixes. | Peter Stephenson | 2018-10-08 | 1 | -10/+20 |
| | | | | | | Mostly to do with typeset -p and tied variables and their interaction. Some general tied variable fixes. | ||||
* | unposted: Fix typo | Daniel Shahaf | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | 43563: zshzle: Clarify sentence in introduction. | Daniel Shahaf | 2018-09-27 | 1 | -3/+3 |
| | |||||
* | 43528: zshbuiltins(1): Document 'which''s "not found is not an error" behaviour. | Daniel Shahaf | 2018-09-25 | 1 | -0/+6 |
| | |||||
* | unposted: Fix trivial formatting error in docs | dana | 2018-09-16 | 1 | -1/+1 |
| | |||||
* | unposted: docs: Fix duplicated words in _combination. | Daniel Shahaf | 2018-08-21 | 1 | -2/+2 |
| | |||||
* | 43294: Add ZLE_RECURSIVE parameter. | Peter Stephenson | 2018-08-17 | 1 | -0/+7 |
| | |||||
* | 43275: Add log2 to match func | dana | 2018-08-13 | 1 | -3/+3 |
| | |||||
* | Update distro docs to remove dead links | Matthew Martin | 2018-07-17 | 3 | -37/+18 |
| | |||||
* | 43176: Add note on compatibility to start of manual. | Peter Stephenson | 2018-07-17 | 1 | -2/+7 |
| | | | | Default mode is not POSIX. | ||||
* | 43172: document escaping colon in zformat -a | Tim Smith | 2018-07-16 | 1 | -0/+1 |
| | |||||
* | 43084: Variable warning suppression enhancements. | Peter Stephenson | 2018-06-25 | 1 | -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 formatting | dana | 2018-06-20 | 2 | -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/system | Peter Stephenson | 2018-06-15 | 1 | -0/+5 |
| | |||||
* | 42790: make [[:blank:]] match non-ASCII blanks | Stephane Chazelas | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | 42399: document echo and behaviour of - and -- | Peter Stephenson | 2018-02-26 | 1 | -0/+9 |
| | |||||
* | Document REPORTMEMORY is in Kb, not Mb | Peter Stephenson | 2018-02-13 | 1 | -2/+2 |
| | |||||
* | 41924: (wi) subscript flag interaction | dana | 2018-01-19 | 1 | -2/+4 |
| | |||||
* | unposted: Follow-up to previous: Clarify that ${histchars[1]} may be ↵ | Barton E. Schaefer | 2018-01-13 | 1 | -2/+1 |
| | | | | backslash-escaped even when it isn't '!'. | ||||
* | 42261: docs: Expand documentation of $histchars[1]. Joint with Matthew Martin. | Daniel Shahaf | 2018-01-13 | 2 | -5/+9 |
| | |||||
* | 42175 + 42177 + 42178: avoid localized output from external commands | Jun-ichi Takimoto | 2017-12-28 | 1 | -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 groupies | Peter Stephenson | 2017-12-22 | 1 | -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 variable | dana | 2017-12-14 | 1 | -2/+4 |
| |