Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-11 | 49464: _basenc: new completion | Jun-ichi Takimoto | 2 | -0/+34 | |
2021-10-05 | 49433: Don't assume EPROG references are bounded by function depth. | Peter Stephenson | 2 | -4/+5 | |
We use references for efficient function copy, so there is no useful limit any more. | |||||
2021-10-04 | 49456: clean up detection of private params in nested scopes, update doc | Bart Schaefer | 6 | -10/+36 | |
2021-09-29 | 49440: Make double-flag parameter expansion syntax more discoverable in docs | ivan tkachenko | 2 | -3/+9 | |
2021-09-29 | 49435: Remove trailing whitespaces in expn.yo | ivan tkachenko | 2 | -13/+15 | |
2021-09-28 | 49444: libarchive tar can actually extract much more formats | Alex Xu (Hello71) | 2 | -1/+4 | |
2021-09-28 | Add support for multi-project builds to _gradle | Marlon Richert | 2 | -8/+33 | |
2021-09-28 | 49454: open dump file once only instead of reopening it for appends | Oliver Kiddle | 2 | -28/+33 | |
2021-09-28 | 49450: don't display explanation with compadd -x if any of -D, -A or -O are ↵ | Oliver Kiddle | 2 | -1/+6 | |
also used | |||||
2021-09-26 | unposted: Fix typos | Daniel Shahaf | 6 | -5/+11 | |
2021-09-22 | 49422: improve support of --disable-dynamic-nss | Jun-ichi Takimoto | 6 | -14/+34 | |
see also 49392 (Vincent) and 49412 (Axel) | |||||
2021-09-17 | Upload to unstable as 5.8-10 | Axel Beckert | 2 | -1/+9 | |
Also update description of make-zsh-static-really-static-#993843.patch to no more mention "try to". :-) | |||||
2021-09-17 | Extend patch for #993843 by Jun T's version from https://zsh.org/workers/49422 | Axel Beckert | 1 | -98/+82 | |
2021-09-16 | Incomplete patch for #993843 (zsh-static segfaults on updated libc) | Axel Beckert | 2 | -0/+195 | |
2021-09-16 | Upload to unstable as 5.8-9 | Axel Beckert | 1 | -0/+10 | |
2021-09-16 | Revert "Explicitly declare B-D-I on cm-super-minimal as arch:all to fix ↵ | Axel Beckert | 1 | -1/+1 | |
crossbuild issues" While it fixes crossbuild issues on Salsa's CI and builds fine there in all steps and even passes test-build-all, it causes the arch:all build on the build daemons to not start due to "buid dependency uninstallable". *sigh* This reverts commit 801f5e105ad6d1f767d28c8311edd263790f419f. Gbp-Dch: Full | |||||
2021-09-15 | Upload to unstable as 5.8-8 | Axel Beckert | 1 | -2/+7 | |
2021-09-15 | Also let autopkgtest check zsh-static in a separate test run | Axel Beckert | 2 | -0/+71 | |
Skip V07pcre.ztst there as --enable-pcre does require dynamic loading. Triggered by the discussion in #993843. Gbp-Dch: Full | |||||
2021-09-15 | Explicitly declare B-D-I on cm-super-minimal as arch:all to fix crossbuild ↵ | Axel Beckert | 1 | -1/+1 | |
issues | |||||
2021-09-15 | Add debian/changelog entry for previous commit | Axel Beckert | 1 | -1/+5 | |
Gbp-Dch: Ignore | |||||
2021-09-15 | debian/zshrc: Don't use grep to check if we're in Ubuntu | Marco Trevisan (Treviño) | 1 | -1/+2 | |
ZSH provides already everything to grep a file without having to use external programs, that can only cause a slowdown in the ZSH initialization. This can save some milliseconds at each zsh initialization, as we avoid a fork. Merges MR!2. | |||||
2021-09-15 | Add non-gbp-dch-able debian/changelog entry for previous commit | Axel Beckert | 1 | -0/+2 | |
Gbp-Dch: Ignore | |||||
2021-09-15 | Retroactively mention Salsa MR!1 in 5.7.1-test-3-1 debian/changelog entry | Axel Beckert | 1 | -0/+2 | |
2021-09-15 | Update debian/changelog with "gbp dch" for being able to edit older entries | Axel Beckert | 1 | -0/+21 | |
2021-09-15 | Replace all occurrences of transitional package libncursesw5-dev with ↵ | Vincent Lefevre | 3 | -3/+3 | |
libncurses-dev Remove resulting duplicates. (Related to commit 71ee4aef.) Fixes FTBFS iff libncursesw5-dev was not installed. (Closes: #993861) Gbp-Dch: Full | |||||
2021-09-09 | 49353: Fix comments in sourced file. | Peter Stephenson | 3 | -1/+15 | |
If the file was sourced from an interactive shell with INTERACTIVE_COMMENTS not set, comments were not parsed. Note there is a remaining edge case where the sourced file is in fact entered at the comment line. | |||||
2021-09-08 | unposted: fix typo in earlier log entry | Bart Schaefer | 1 | -1/+1 | |
2021-09-08 | 49391: Document default bracketed-paste bindings | Bart Schaefer | 2 | -1/+3 | |
2021-09-08 | 49389: leading variables in autoload file completion | Bart Schaefer | 2 | -2/+5 | |
2021-09-09 | Update lintian override for slightly modified pkg-not-in-package-test tag | Axel Beckert | 1 | -1/+1 | |
2021-09-08 | 49387: suffix highlight with "compadd -R" | Bart Schaefer | 2 | -6/+5 | |
2021-09-08 | 49386: handle separate source/build trees | Bart Schaefer | 2 | -1/+5 | |
2021-09-09 | Reenable running build-time testsuite against zsh-static | Axel Beckert | 1 | -1/+1 | |
(See discussion in #993843.) Gbp-Dch: Full | |||||
2021-09-08 | unposted: fix wrong name of changed file in earlier commit | Bart Schaefer | 1 | -1/+1 | |
2021-09-08 | unposted: add/remove UNUSED() for some function parameters | Jun-ichi Takimoto | 6 | -5/+9 | |
2021-09-08 | unposted: add 'static' to shinsavestack | Jun-ichi Takimoto | 2 | -1/+3 | |
2021-09-08 | 49377: fix segfault by 'bindkey -d' with reordered keymapnamtab | Jun-ichi Takimoto | 3 | -1/+41 | |
2021-09-06 | 45180: clarify doc for POSIX EREs, fix an issue with PCRE when the ↵ | Stephane Chazelas | 4 | -32/+95 | |
replacement was empty or generated more than one element | |||||
2021-09-06 | 49154: clarify status on exec failure | zerkous | 2 | -8/+17 | |
2021-09-06 | 49292: Src/Zle/complist.c: turn off colors before clearing to end of line | Marlon Richert | 2 | -14/+22 | |
2021-09-06 | 49378: skip check for collision of aliases and functions when NO_EXEC | Marlon Richert | 2 | -1/+4 | |
2021-09-06 | 49282: missed ChangeLog entry in previous commit | Bart Schaefer | 1 | -0/+2 | |
2021-09-06 | 49282: set $0 correctly when calling functions from hooks | Bart Schaefer | 1 | -2/+12 | |
2021-09-06 | 49266: fix segfault on metacharacters in long job texts | Bart Schaefer | 2 | -0/+4 | |
2021-09-06 | 49218: run-help filters cmd_args before calling run-help-<command> | Marlon Richert | 9 | -26/+125 | |
2021-09-06 | unposted (cf. 49202 and 49217): insertlastword ignores blank/missing history ↵ | Bart Schaefer | 2 | -2/+10 | |
entries when repeating | |||||
2021-09-06 | 49196: gdbm keys not present in the database appear unset in tied hashes | Bart Schaefer | 2 | -0/+5 | |
2021-09-06 | 48969: fix for "zle -N" completion | Marlon Richert | 2 | -4/+6 | |
2021-09-06 | 48888: improve doc for $$ and $PPID, add fail test for PPID readonly-ness | Bart Schaefer | 4 | -10/+17 | |
2021-09-06 | 48832: try _gnu_generic first | Bart Schaefer | 2 | -1/+5 | |