Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-05 | Cherry pick multiple upstream commits to migrate pcre module to pcre2. | Axel Beckert | 6 | -2/+637 | |
Update Build-Depends and Build-Using from libpcre3-dev to libpcre2-dev accordingly. Closes: #999918 Gbp-Dch: Full | |||||
2023-02-05 | Upload to unstable as 5.9-4 | Axel Beckert | 1 | -3/+4 | |
2023-02-04 | Bump my packaging copyright years in debian/copyright | Axel Beckert | 2 | -1/+9 | |
2023-02-03 | Enable gdbm module to be build again, this time via --enable-gdbm | Axel Beckert | 1 | -0/+1 | |
Thanks: András Korn for reporting this regression. Closes: 1030349 | |||||
2023-01-30 | Upload to unstable as 5.9-3 | Axel Beckert | 1 | -0/+12 | |
2023-01-30 | Drop alternative build-dep on transitional package bsdmainutils | Axel Beckert | 1 | -1/+1 | |
Thanks: Lintian! | |||||
2023-01-30 | Declare compliance with Debian Policy 4.6.2 | Axel Beckert | 1 | -1/+1 | |
No other changes were needed. Gbp-Dch: Full | |||||
2023-01-30 | Cherry-pick upstream commit 3e3cfabc to fix a completion regression | Axel Beckert | 2 | -0/+33 | |
This fixes completion regression with NO_CASE_GLOB in Zsh 5.9. Closes: #1013434 Thanks: Vincent Lefèvre! Gbp-Dch: Full | |||||
2022-11-14 | Upload to unstable as 5.9-2 | Axel Beckert | 1 | -0/+12 | |
2022-11-14 | Bracketize and update lintian overrides where needed | Axel Beckert | 4 | -19/+19 | |
2022-11-13 | Update Helmut's patch to use more debhelper style file installing | Axel Beckert | 5 | -2/+2 | |
2022-11-13 | Update /etc/shells using dpkg triggers | Helmut Grohne | 8 | -22/+9 | |
Closes: #1023317 | |||||
2022-05-15 | Upload to unstable as 5.9-1 with urgency=low | Axel Beckert | 1 | -2/+7 | |
2022-05-15 | Declare compliance with Debian Policy 4.6.1. | Axel Beckert | 1 | -1/+1 | |
No further changes were needed. Gbp-Dch: Full | |||||
2022-05-15 | Drop lintian override for hardening-no-fortify-functions, no more needed | Axel Beckert | 1 | -1/+0 | |
2022-05-15 | Add patch to fix two typos in man pages found by Lintian | Axel Beckert | 2 | -0/+27 | |
2022-05-14 | Update debian/changelog for new 5.9 upstream release | Axel Beckert | 1 | -1/+9 | |
Retroactively set urgency=low in 5.8.1.2-test-2. This allows us to upload 5.9-1 to unstable with urgency=low as well. Gbp-Dch: Ignore | |||||
2022-05-14 | Update upstream source from tag 'upstream/5.9' | Axel Beckert | 67 | -1105/+1163 | |
Update to upstream version '5.9' with Debian dir 9ec0c75153d850f8dda83cca1a9ed3ff6200c14b | |||||
2022-05-14 | New upstream version 5.9 | Axel Beckert | 67 | -1105/+1163 | |
2022-05-14 | unposted: Release 5.9 | dana | 2 | -2/+6 | |
2022-05-11 | 50192: use set{u,g}id() for dropping privilege on NetBSD | Jun-ichi Takimoto | 2 | -0/+15 | |
2022-05-09 | Upload to experimental as 5.8.1.3-test-1 | Axel Beckert | 1 | -2/+2 | |
2022-05-09 | Add debian/changelog entry for new upstream test release 5.8.1.3-test | Axel Beckert | 1 | -0/+7 | |
Gbp-Dch: Ignore | |||||
2022-05-08 | Remove cherry-picked patches applied upstream | Axel Beckert | 3 | -53/+0 | |
2022-05-08 | 50176 (tweaked): Improve htop completion | dana | 2 | -11/+60 | |
* Correct -v to -V * Make -u argument optional * Enable option stacking * Improve descriptions * Fix broken sort keys with htop 3.x and add new key descriptions * Remove _sequence limit on -p * Add several missing options + Fixed a typo and an erroneous comment in the original patch Thanks to GitHub user xpufx, whose work formed the initial basis of this change (see zsh-users/zsh pull #89) | |||||
2022-05-08 | Update upstream source from tag 'upstream/5.8.1.3-test' | Axel Beckert | 52 | -119/+482 | |
Update to upstream version '5.8.1.3-test' with Debian dir db59cf6a81e7a92e349f815dc21759ccb7ed689a | |||||
2022-05-08 | New upstream version 5.8.1.3-test | Axel Beckert | 52 | -119/+482 | |
2022-05-07 | 50184: fix inclusion of -S separator in -r options passed to compadd through ↵ | Bart Schaefer | 2 | -1/+4 | |
_describe | |||||
2022-05-07 | Marlon Richert: 49954: gradle completion improvements | Bart Schaefer | 2 | -53/+64 | |
* Adjust the pattern for matching tasks. The old one was too strict, causing it to filter out perfectly valid tasks. * Add completion of subproject names. * Prevent subproject tasks from overwriting the main task description. * Require `:` prefix for showing subprojects. * Require a subproject prefix before showing subproject tasks. * Standardize the use of completion tags. * Rebuild the cache if it can't be read or doesn't contain the required arrays. | |||||
2022-05-07 | unposted: cross-reference "typeset -f" for "functions -[Tt]" | Bart Schaefer | 2 | -1/+7 | |
2022-05-02 | Fix problems with tests for 50126 and 50150. | Bart Schaefer | 3 | -1/+14 | |
2022-05-01 | Merge because I forgot to "git pull" before committing Test changes | Bart Schaefer | 0 | -0/+0 | |
2022-05-01 | unposted: Test release: 5.8.1.3-test | dana | 2 | -2/+4 | |
2022-05-01 | unposted: Mention #zsh topic in creating-a-release | dana | 2 | -1/+6 | |
Per off-list suggestion | |||||
2022-05-01 | 50160: Regression tests for 50126, 50136, and 50149 | Bart Schaefer | 3 | -1/+30 | |
2022-05-01 | 50157: Tests for 50150 | Daniel Shahaf | 2 | -0/+13 | |
2022-05-01 | 50159: Tests for sysread, including 50101 regression | Bart Schaefer | 2 | -0/+70 | |
2022-05-01 | unposted: Test release: 5.8.1.3-test | dana | 2 | -2/+4 | |
2022-05-01 | unposted: Mention #zsh topic in creating-a-release | dana | 2 | -1/+6 | |
Per off-list suggestion | |||||
2022-04-30 | unposted: remove the reference to debian #924736, and correct another edit | Bart Schaefer | 2 | -3/+4 | |
2022-04-30 | Typo in previous commit | Bart Schaefer | 1 | -1/+1 | |
2022-04-30 | unposted: Add details about ${(*)...} expansion | Bart Schaefer | 3 | -1/+10 | |
2022-04-30 | 50150: Filenames need unmetafy for printing | Bart Schaefer | 2 | -5/+9 | |
2022-04-30 | Add entry for 50149 | Bart Schaefer | 1 | -0/+5 | |
2022-04-30 | 50149: Remove all remaining =(...) files at shell exit | Bart Schaefer | 3 | -2/+13 | |
2022-04-29 | 50136: Fix =(nosuchcommand) race/deadlock first reported in workers/42609 | Bart Schaefer | 3 | -6/+3 | |
2022-04-29 | 50134: Tweak process group handling to prevent unkillable pipelines | Bart Schaefer | 2 | -2/+8 | |
In some cases the process group leader of the forked-left side of a pipe needs to be set to the pipe process PID rather than to the group leader PID returned by entersubsh(). | |||||
2022-04-29 | Details about STTY handling; consistency nit | Bart Schaefer | 2 | -2/+8 | |
2022-04-28 | 50138: Note ERRNO must be set before use. | Bart Schaefer | 2 | -0/+5 | |
2022-04-28 | 50133: use read-ahead and lseek-rewind for efficient line-buffered input | Bart Schaefer | 3 | -1/+86 | |