summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-03-3049908: reset LC_CTYPE to C during testsJun-ichi Takimoto2-2/+5
and do not export MODULE_PATH since child zsh will not import it
2022-03-2949918: Update for 49917 and 49911.Bart Schaefer3-0/+17
2022-03-2949917: change sense of "Ignore insecure ..." answer and use "autoload -r"Bart Schaefer3-11/+15
2022-03-28Add entry for 49897.Bart Schaefer1-0/+5
2022-03-2849897: Eliminate reliance on $jobstates parameter, fix -P exit status check.Bart Schaefer1-17/+20
2022-03-2949853 + 49882/49883: make "${arr[*]:off}" compatible with ksh/bashJun-ichi Takimoto3-3/+55
2022-03-2849890: Avoid scanning unallocated memory in saved command line.Peter Stephenson2-1/+6
2022-03-2449875: completion for info -f.Peter Stephenson2-2/+11
Use local files if there's a slash in the argument.
2022-03-2449845: man page clarification on option scopePeter Stephenson2-0/+8
2022-03-1849852: Add _routing_domains and _routing_tables typesMatthew Martin10-8/+27
2022-03-1849851: _login_class: Complete login.conf.d classesMatthew Martin2-1/+13
2022-03-1349844: Fix node reference errors from 49446 and 49448.Bart Schaefer3-2/+14
2022-03-08promptinit: only exclude current theme from preview if no arguments are givenMikael Magnusson2-3/+7
2022-03-0649802 (+49804): pass MODULE_PATH to zsh started in test W03Jun-ichi Takimoto2-0/+6
2022-03-0349792: Non-interative shell input is line buffered.Peter Stephenson3-7/+26
2022-03-0349787: test for jobs fix in 49783Peter Stephenson3-0/+56
2022-03-02unposted: Fix typo in the previous commit's ChangeLog entryDaniel Shahaf1-1/+1
Found-by: Mehtab Singh Mann <https://github.com/mehtabsinghmann>
2022-03-0149783: Consistently use old job table in parameter modulePeter Stephenson3-48/+85
2022-03-01users/27536: Improved history list documentationPeter Stephenson2-3/+9
Clarify interaction of matching and numbers.
2022-02-25Replace dh overrides with execute_after_… where applicableAxel Beckert1-8/+3
2022-02-2349766: _less: add quotes to -" and -#Jun-ichi Takimoto2-2/+4
2022-02-2349765: _less: add option --color as synonym for -DJun-ichi Takimoto2-2/+7
2022-02-22unposted: Fix some typos and markup.Daniel Shahaf5-5/+13
2022-02-2249672: document "tied" in output from ${(t)...}Peter Stephenson2-0/+10
2022-02-2249769: Mention how to show nanosecond precisionMikael Magnusson2-0/+7
2022-02-2049728: vcs_info hg mq: Don't include applied patches in the unapplied patchesDaniel Shahaf2-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.
2022-02-2049727 (+ comment): vcs_info quilt: Pass the patches dir path to the ↵Daniel Shahaf6-4/+38
gen-applied-string, gen-unapplied-string, and set-patch-format hooks I use that in my gen-applied-string hook.
2022-02-20unposted: vcs_info hg mg (with get-unapplied set): Stop leaking a variable ↵Daniel Shahaf2-1/+7
to global scope
2022-02-1649757 (sourceforge #1): offer *.dtx as TeX input filessamcarter2-1/+6
2022-02-1549756 + 49758(Daniel): replace LPAR() in FAQ.yo by SUBST(_LPAR_)Jun-ichi Takimoto3-7/+14
In FAQ.yo, macros inside mytt() and tt() are not expanded. Also includes an update for zyodl.vim by Daniel.
2022-02-13unposted: Fix one underline length in README (cosmetic)Axel Beckert2-1/+6
2022-02-13Install Etc/CVE-2021-45444-VCS_Info-workaround.patch into zsh-docAxel Beckert1-0/+1
It is new since 5.8.1 and not relevant for Debian's package but gives hints about CVE-2021-45444 mitigations on other platforms which aren't updated yet. Gbp-Dch: Full
2022-02-12Upload as 5.8.1-1 to unstable with urgency=high due to CVE-2021-45444Axel Beckert1-2/+6
2022-02-12Update copyright years in debian/copyrightAxel Beckert1-2/+2
Thanks: Lintian!
2022-02-12Add lintian overrides for all occurrences of ↵Axel Beckert1-0/+9
very-long-line-length-in-source-file They're all false positives. Gbp-Dch: Full
2022-02-12Make paths in lintian overrides agnostic to upstream versionsAxel Beckert1-1/+1
2022-02-12Update debian/changelog for 5.8.1, set urgency=high due to CVE-2021-45444Axel Beckert1-0/+29
2022-02-12Zsh 5.8.1: Refresh patches, drop cherry-picked patch for commit 754658afAxel Beckert4-57/+23
2022-02-12Update upstream source from tag 'upstream/5.8.1'Axel Beckert40-4287/+6179
Update to upstream version '5.8.1' with Debian dir a5d2bf34c355a0e96e2d6d9fba85468f75c5364f
2022-02-12New upstream version 5.8.1Axel Beckert40-4287/+6179
2022-02-12debian/watch: Drop comment about FTP timeoutsAxel Beckert1-3/+0
We won't go back to non-TLS protocols in debian/watch.
2022-02-12unposted: Post-release version bumpdana2-1/+3
2022-02-12unposted: Release 5.8.1dana4-6/+8
(cherry picked from commit 1a490c7050cfacd5daf8376d5a1f0e8cb14ccda5)
2022-02-12security/82: VCS_Info: Fix typo in hook_com[base-name_orig] assignmentMarc Cornellà2-1/+5
Tweaked per discussion in security/90, security/91 (cherry picked from commit b34d33e3b3c5ae30e8315111f07634c1e7507531)
2022-02-12CVE-2021-45444: Update NEWS/READMEdana3-0/+22
(cherry picked from commit bdc4d70a7e033b754e68a8659a037ea0fc5f38de)
2022-02-12security/89: Add patch which can optionally be used to work around ↵Marc Cornellà2-0/+103
CVE-2021-45444 in VCS_Info (cherry picked from commit fdb8b0ce6244ff26bf55e0fd825310a58d0d3156)
2022-02-12security/41: Don't perform PROMPT_SUBST evaluation on %F/%K argumentsOliver Kiddle2-0/+15
Mitigates CVE-2021-45444 (cherry picked from commit c187154f47697cdbf822c2f9d714d570ed4a0fd1)
2022-02-12unposted: Release 5.8.1dana4-6/+10
2022-02-12unposted: add 'static' to shinsavestackJun-ichi Takimoto2-1/+4
(cherry picked from commit 309d899507adc62de5a6c37c32386898b44895fd)
2022-02-1249290: Replace stdio for buffered shell input.Peter Stephenson3-19/+121
The previous method allowed memory management to interact with signal handlers, causing occasional crashes on some system. Instead, use a simple pre-allocated buffer and raw system calls. (cherry picked from commit e5cd2dd980302f328d232d933f646c3dc02828bf)