Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 49961: _adb: handle exec-out like shell | Mikael Magnusson | 2022-04-03 | 2 | -1/+5 |
| | |||||
* | 49957: Brown paper bag for 49915 | Mikael Magnusson | 2022-04-03 | 2 | -2/+4 |
| | | | | | | The code would crash when n == 0. There's not really any point doing any of this when n is 0 so just skip everything. It also tried to NULL terminate a list a little to eagerly. | ||||
* | 49959: _brace_parameter: add (-) | Mikael Magnusson | 2022-04-03 | 2 | -1/+7 |
| | |||||
* | unposted (see 48073): _fc: Complete new -s option | dana | 2022-04-02 | 2 | -1/+5 |
| | |||||
* | unposted: creating-a-release: Normalise white space, clarify some steps | dana | 2022-04-02 | 2 | -13/+26 |
| | | | | | (The need for these changes was discovered during the release of 5.8.1. Daniel suggested one. They were hinted at in security/107) | ||||
* | 49943: offer only timezone files starting with uppercase | Jun-ichi Takimoto | 2022-04-01 | 2 | -1/+6 |
| | |||||
* | unposted: Fix typo | Matthew Martin | 2022-04-01 | 2 | -1/+3 |
| | |||||
* | github #88: Fix typo | elig0n | 2022-03-31 | 2 | -1/+3 |
| | |||||
* | 49933: Add nonblock to sysopen | Matthew Martin | 2022-03-31 | 3 | -1/+10 |
| | |||||
* | 49932: Update _brace_parameter # description | Matthew Martin | 2022-03-31 | 2 | -1/+4 |
| | |||||
* | 49931: Update _bsd_pkg | Matthew Martin | 2022-03-31 | 2 | -21/+28 |
| | |||||
* | 49907: Mention _numbers in completion guide | Matthew Martin | 2022-03-31 | 2 | -0/+7 |
| | |||||
* | 27639: clarify that ${(#)...} deals with character codes. | Peter Stephenson | 2022-03-31 | 2 | -3/+9 |
| | |||||
* | 49926: remove unused variable from 49915 | Mikael Magnusson | 2022-03-30 | 1 | -1/+1 |
| | |||||
* | 49906 (Bart), 49911: Fixes to querying jobs in subshell. | Peter Stephenson | 2022-03-30 | 6 | -0/+81 |
| | | | | | | | | 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: Add missing test | Mikael Magnusson | 2022-03-30 | 1 | -1/+1 |
| | |||||
* | 49820: Fix a crash when completing with combination of -Q and braces | Mikael Magnusson | 2022-03-30 | 2 | -10/+14 |
| | | | | | | | | | minimal reproducer .zshrc: zstyle ':completion:*' completer _oldlist _complete setopt nolistambiguous autoload compinit; compinit compdef _foo foo;_foo() { compadd -Q -- stash@{{0,1}} } | ||||
* | 49813: <<<: Document newline behavior and fix optimization | Mikael Magnusson | 2022-03-30 | 3 | -2/+8 |
| | | | | | The =(<<<foo) optimization forgot to add a newline, but =(cat<<<foo) always did, make the behavior consistent, and document it. | ||||
* | 49870: Fix NULL reference in match code more | Mikael Magnusson | 2022-03-30 | 2 | -2/+8 |
| | | | | | | | | | | | This reverts "49658: Fix NULL reference in match code." and adds a check inside the block, as well as a failsafe check at the end. The above commit (49658) causes a crash due to ll being calculated as 0 which leads to rr being an invalid pointer. Only adding a check for when ll is 0 just leads to bck-i-search pattern not working at all (the final hunk). Restoring the condition and adding an explicit NULL check for replstr seems to make matters work as intended. | ||||
* | 49915: Efficient dedup for unsorted completions | Mikael Magnusson | 2022-03-30 | 3 | -20/+38 |
| | |||||
* | 49893: Fix comments for UNIQCON/ALL | Mikael Magnusson | 2022-03-30 | 3 | -4/+15 |
| | |||||
* | 49910: move multibyte-related f-flagged test from E03 to D07 | Jun-ichi Takimoto | 2022-03-30 | 3 | -5/+15 |
| | | | | | POSIX requires printf should calculate width/precision in %s conversion in bytes (not in characters) even in multibyte locale | ||||
* | 49908: reset LC_CTYPE to C during tests | Jun-ichi Takimoto | 2022-03-30 | 2 | -2/+5 |
| | | | | and do not export MODULE_PATH since child zsh will not import it | ||||
* | 49918: Update for 49917 and 49911. | Bart Schaefer | 2022-03-29 | 3 | -0/+17 |
| | |||||
* | 49917: change sense of "Ignore insecure ..." answer and use "autoload -r" | Bart Schaefer | 2022-03-29 | 3 | -11/+15 |
| | |||||
* | Add entry for 49897. | Bart Schaefer | 2022-03-28 | 1 | -0/+5 |
| | |||||
* | 49897: Eliminate reliance on $jobstates parameter, fix -P exit status check. | Bart Schaefer | 2022-03-28 | 1 | -17/+20 |
| | |||||
* | 49853 + 49882/49883: make "${arr[*]:off}" compatible with ksh/bash | Jun-ichi Takimoto | 2022-03-29 | 3 | -3/+55 |
| | |||||
* | 49890: Avoid scanning unallocated memory in saved command line. | Peter Stephenson | 2022-03-28 | 2 | -1/+6 |
| | |||||
* | 49875: completion for info -f. | Peter Stephenson | 2022-03-24 | 2 | -2/+11 |
| | | | | Use local files if there's a slash in the argument. | ||||
* | 49845: man page clarification on option scope | Peter Stephenson | 2022-03-24 | 2 | -0/+8 |
| | |||||
* | 49852: Add _routing_domains and _routing_tables types | Matthew Martin | 2022-03-18 | 10 | -8/+27 |
| | |||||
* | 49851: _login_class: Complete login.conf.d classes | Matthew Martin | 2022-03-18 | 2 | -1/+13 |
| | |||||
* | 49844: Fix node reference errors from 49446 and 49448. | Bart Schaefer | 2022-03-13 | 3 | -2/+14 |
| | |||||
* | promptinit: only exclude current theme from preview if no arguments are given | Mikael Magnusson | 2022-03-08 | 2 | -3/+7 |
| | |||||
* | 49802 (+49804): pass MODULE_PATH to zsh started in test W03 | Jun-ichi Takimoto | 2022-03-06 | 2 | -0/+6 |
| | |||||
* | 49792: Non-interative shell input is line buffered. | Peter Stephenson | 2022-03-03 | 3 | -7/+26 |
| | |||||
* | 49787: test for jobs fix in 49783 | Peter Stephenson | 2022-03-03 | 3 | -0/+56 |
| | |||||
* | unposted: Fix typo in the previous commit's ChangeLog entry | Daniel Shahaf | 2022-03-02 | 1 | -1/+1 |
| | | | | Found-by: Mehtab Singh Mann <https://github.com/mehtabsinghmann> | ||||
* | 49783: Consistently use old job table in parameter module | Peter Stephenson | 2022-03-01 | 3 | -48/+85 |
| | |||||
* | users/27536: Improved history list documentation | Peter Stephenson | 2022-03-01 | 2 | -3/+9 |
| | | | | Clarify interaction of matching and numbers. | ||||
* | 49766: _less: add quotes to -" and -# | Jun-ichi Takimoto | 2022-02-23 | 2 | -2/+4 |
| | |||||
* | 49765: _less: add option --color as synonym for -D | Jun-ichi Takimoto | 2022-02-23 | 2 | -2/+7 |
| | |||||
* | unposted: Fix some typos and markup. | Daniel Shahaf | 2022-02-22 | 5 | -5/+13 |
| | |||||
* | 49672: document "tied" in output from ${(t)...} | Peter Stephenson | 2022-02-22 | 2 | -0/+10 |
| | |||||
* | 49769: Mention how to show nanosecond precision | Mikael Magnusson | 2022-02-22 | 2 | -0/+7 |
| | |||||
* | 49728: vcs_info hg mq: Don't include applied patches in the unapplied patches | Daniel Shahaf | 2022-02-20 | 2 | -0/+7 |
| | | | | | | For instance, with 4 applied patches, 5 unapplied patches, and no guards involved, the patch-format style would indicate 9 (= 4+5) unapplied patches and 4 applied patches. | ||||
* | 49727 (+ comment): vcs_info quilt: Pass the patches dir path to the ↵ | Daniel Shahaf | 2022-02-20 | 6 | -4/+38 |
| | | | | | | gen-applied-string, gen-unapplied-string, and set-patch-format hooks I use that in my gen-applied-string hook. | ||||
* | unposted: vcs_info hg mg (with get-unapplied set): Stop leaking a variable ↵ | Daniel Shahaf | 2022-02-20 | 2 | -1/+7 |
| | | | | to global scope | ||||
* | 49757 (sourceforge #1): offer *.dtx as TeX input files | samcarter | 2022-02-16 | 2 | -1/+6 |
| |