Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-09-14 | 53082: remove a couple of unused #defines | Oliver Kiddle | 2 | -7/+2 | |
2024-09-14 | 53081: remove old BeOS support code | Oliver Kiddle | 7 | -206/+5 | |
2024-09-14 | 53080: remove code for systems that only have the old pre-POSIX signal() | Oliver Kiddle | 5 | -264/+10 | |
2024-08-31 | 53060: silence build warnings | Clinton Bunch | 3 | -1/+8 | |
2024-08-31 | 53056: new zsh/random module defining an SRANDOM parameter and zrand_float() ↵ | Clinton Bunch | 8 | -2/+608 | |
and zrand_int() math functions | |||||
2024-08-31 | github #120: Update _git to reflect `--recursive` being an alias | Semnodime | 2 | -1/+3 | |
`--recursive` and `--recurse-submodules` are aliased according to https://github.com/git/git/blob/99c33bed562b41de6ce9bd3fd561303d39645048/builtin/clone.c#L105 | |||||
2024-08-31 | 53058: new completion for zstd | Oliver Kiddle | 2 | -0/+120 | |
2024-08-31 | 53057: complete glob qualifiers following an equals expansion | Oliver Kiddle | 2 | -1/+12 | |
2024-08-31 | 53052: update setxkbmap completion with newer options | Oliver Kiddle | 2 | -96/+119 | |
2024-08-26 | unposted: remove reference to removed sample code | Jun-ichi Takimoto | 2 | -4/+4 | |
the example in expn.yo was mdified by commit bb441f77a7 and does not use _wanted any more | |||||
2024-08-16 | Upload to unstable as 5.9-8 | Michael Prokop | 1 | -0/+8 | |
2024-08-16 | Cherry-pick upstream commit 727b493e to address FTBFS on mips64el | Michael Prokop | 2 | -0/+37 | |
Description from upstream: | 50736: silence use-after-free warning (gcc-12.2) And as noted by Chris, the patch fixes a memory issue in compmatch.c, gcc indeed complains about that, so this hopefully fixes our FTBFS issue on mips64el. Thanks: Chris Hofstaedtler <zeha@debian.org> Closes: #1078749 | |||||
2024-08-15 | unposted: fix parsing of Bang token in value side of array element assignment | Bart Schaefer | 3 | -1/+14 | |
2024-08-14 | Upload to unstable as 5.9-7 | Michael Prokop | 1 | -0/+16 | |
2024-08-14 | d/upstream/metatata: Use secure URLs | Simon McVittie | 1 | -5/+5 | |
The http and anonymous git protocols do not authenticate the identity of the server, making them vulnerable to man-in-the-middle attacks. Replace them with authenticated equivalents. zsh.sourceforge.net redirects to zsh.sourceforge.io, so presumably that address is now considered canonical. | |||||
2024-08-14 | Cherry-pick upstream commit 0bb140f9 to import OLDPWD from environment if set | Michael Prokop | 2 | -0/+23 | |
Taken from https://github.com/zsh-users/zsh/commit/0bb140f9911851e9712dba311925f9c9ab521fd2, dropping Changelog related change though. As brought up by Franklin Yu on #pkg-zsh. | |||||
2024-08-14 | Cherry-pick upstream changes to fix ftbfs with GCC-14 | Michael Prokop | 3 | -0/+597 | |
Apply cherry-pick-4c89849c-50641-use-int-main-in-test-C-codes-in-configure.patch (commit 4c89849c98172c951a9def3690e8647dae76308f upstream) and cherry-pick-ab4d62eb-52383-Avoid-incompatible-pointer-types-in-terminfo-global.patch (commit ab4d62eb975a4c4c51dd35822665050e2ddc6918 upstream) to fix ftbfs with GCC-14. Relevant patches were identified by Simon McVittie, who looked at Arch Linux's patchset - thanks to Christian Hesse, one of Arch's zsh maintainers. Thanks: Simon McVittie <smcv@debian.org> Closes: #1075708 | |||||
2024-08-14 | Install into /usr-merged layout | Chris Hofstaedtler | 10 | -43/+12 | |
Closes: #1073654 | |||||
2024-08-13 | 53031: Completion/Unix/Command/_git: add missing terminator in case statement | Christian Heusel | 2 | -0/+6 | |
2024-08-06 | 53026: fix failure to free old value when setting new value of reference | Jun. T | 2 | -1/+7 | |
2024-08-05 | 53025: fix memory leaks and pointer errors upon named reference self-reference | Bart Schaefer | 3 | -6/+11 | |
2024-08-05 | 53023: fix memory leak of unset private parameter | Bart Schaefer | 2 | -1/+5 | |
2024-08-04 | 53005: off-by-one error when resetting signals on subshell entrance | Philippe Altherr | 2 | -2/+7 | |
2024-08-03 | 52989: _rsync: support rsync 3.2.4+ remote filename handling. | Eric Cook | 3 | -6/+30 | |
2024-07-28 | 52999: import OLDPWD from environment if set | Peter Stephenson | 2 | -1/+10 | |
2024-07-13 | Missed commit of ChangeLog for 52977 / da733f5d | Bart Schaefer | 1 | -0/+6 | |
2024-07-04 | 52985: avoid adding original param to restorelist | Jun-ichi Takimoto | 2 | -4/+7 | |
2024-06-28 | 52977: ERR_EXIT/ERR_RETURN are respected by the final command in && / || lists | Philippe Altherr | 2 | -0/+28 | |
2024-06-24 | 52968: use pdfroff to create intro.pdf | Jun-ichi Takimoto | 2 | -5/+7 | |
roff2ps is removed in groff-1.23.0 (Jul. 2023). The "doubled output" problem was fixed in groff-1.22.3 (Nov. 2014). | |||||
2024-06-13 | 52951: make sure to close memstream for 'print -v' | Jun-ichi Takimoto | 2 | -3/+6 | |
2024-06-08 | 52946: Revert "Handle completer filenames with funny characters in them" | Mikael Magnusson | 3 | -5/+9 | |
This reverts commit 88f47569030b12345aee3bd857e424351ee61726. | |||||
2024-05-24 | users/29882: Explain $RANDOM predictability | Bart Schaefer | 2 | -0/+34 | |
2024-05-24 | 52910: Improve handling of **/ patterns | Bart Schaefer | 2 | -3/+5 | |
2024-05-24 | 52904: Improve quoting of paths passed via _call_program to "git ls-files" | Bart Schaefer | 2 | -1/+6 | |
2024-05-20 | 52895: Partial revert of 44274 which broke _baudrates | Mikael Magnusson | 2 | -2/+8 | |
_description does not accept -o numeric, which resulted in _description:zformat:89: invalid argument: expl The array is already sorted correctly in the completer so I don't see any need to have the completion sort it again anyway. | |||||
2024-05-13 | Ooops, missed the actualy patch from the foregoing... | Peter Stephenson | 1 | -0/+1 | |
2024-05-10 | 52924: Set zfsessions to NULL after free | Peter Stephenson | 1 | -0/+4 | |
2024-05-08 | 52915: be explicit about pattern syntax in conditions | Peter Stephenson | 2 | -1/+10 | |
2024-04-07 | 52878: Fix ${foo:^bar} where bar is an associative array | Mikael Magnusson | 2 | -0/+8 | |
2024-04-01 | 52865: Documentation update for 52864 | Bart Schaefer | 4 | -17/+23 | |
2024-04-01 | 52864: Change ${|var|...} to ${{var} ...}, limit local REPLY to ${|...} | Bart Schaefer | 5 | -56/+150 | |
2024-04-01 | 52781: HIST IGNORE_DUPS + HIST_REDUCE_BLANKS treats whitespace as significant | Bart Schaefer | 2 | -0/+13 | |
2024-04-01 | github #115: completion(ruby): completer opts for irb | OKURA Masafumi | 2 | -0/+5 | |
IRB now has `--regexp-completor` and `--type-completor` options added by: https://github.com/ruby/irb/commit/1dec2708c92559487e51c5f3a3030b74a62270e5 | |||||
2024-04-01 | 52859: use _date_formats for fc and complete -m/-M for vared | Oliver Kiddle | 3 | -1/+8 | |
2024-03-26 | 52798: handle comments in ssh config | Oliver Kiddle | 3 | -8/+11 | |
2024-03-23 | 52768: Handle completer filenames with funny characters in them | Mikael Magnusson | 3 | -5/+10 | |
For example, a file called _foo;bar will cause this to happen: % hello [press tab]zsh: command not found: _foo zsh: command not found: bar | |||||
2024-03-21 | 52780: unneccessary returns in hlgroup | Peter Stephenson | 2 | -2/+6 | |
2024-03-20 | 52783: allow for unset hash element | Oliver Kiddle | 2 | -1/+4 | |
2024-03-20 | unposted: remove reference to fp_PROG_CC_STDC macro which was removed in 52750 | Oliver Kiddle | 2 | -2/+5 | |
2024-03-18 | 52770: handle newrole in SELinux completions | Oliver Kiddle | 2 | -8/+25 | |