summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-10-08Workflow: gbp related updatesAxel Beckert1-16/+21
2014-10-08Workflow Updating gbp.conf is not really neededAxel Beckert1-7/+0
2014-10-08Move all helper scripts from debian/ to debian/bin/Axel Beckert4-7/+8
2014-10-08Workflow: streamline for copy&paste commandsAxel Beckert1-2/+2
2014-10-08Workflow: Use xz instead bzip2Axel Beckert1-1/+1
2014-10-08Workflow: Ensure that the merge is fast-foward onlyAxel Beckert1-1/+1
2014-10-08Workflow: Use "Transitioning to a new upstream version" from Axel's ↵Axel Beckert1-14/+29
pkg-zsh-doc repo Based upon https://github.com/xtaran/pkg-zsh-doc/blob/master/pkg-zsh-git.org
2014-10-08Workflow: Move "Keeping the local repository clean" to the end under ↵Axel Beckert1-14/+17
"General Git Hints"
2014-10-08Workflow: Fix some markdown formattingAxel Beckert1-8/+7
2014-10-08Workflow: Rewrite patch handlingAxel Beckert1-32/+61
2014-10-08Workflow: Use git push -aAxel Beckert1-1/+1
2014-10-08Workflow: Rework ChangesAxel Beckert1-22/+28
2014-10-08Workflow: Trimm down Branches documentation to the essentialsAxel Beckert1-28/+7
2014-10-08Workflow: gbp no more needs the branch name, it's in debian/gbp.confAxel Beckert1-1/+1
2014-10-08Workflow: Move .pc handling to SetupAxel Beckert1-21/+20
2014-10-08Workflow: Explicitly check out the debian branch on cloningAxel Beckert1-2/+2
2014-10-08Remove from workflow docs what no more is or never was usedAxel Beckert1-40/+0
2014-10-08Remove old org-mode formatted version of the workflowAxel Beckert1-540/+0
2014-10-08Convert pkg-zsh-workflow.org to MarkdownAxel Beckert2-1/+504
2014-10-08Add an initial README.source fileAxel Beckert1-0/+71
This file should mostly describe _where_ to find things around Debian's zsh package, not how to do things with it.
2014-10-08Move 9982ab6f to a cherry-picked patchAxel Beckert4-5/+39
This reverts our fad0d343 and upstream's 9982ab6f only inside the debian branch. The package built fine that way, but jenkins insisted on building against the zsh-5.0.7 tag. We may need to cherry-pick 9982ab6f in the debian branch before merging the zsh-5.0.8 tag.
2014-10-08Drop debian/copyright stanza for cherry-picked patchesAxel Beckert1-8/+0
2014-10-08Add prelimiary changelog entry for new upstream release 5.0.7Axel Beckert1-0/+11
Git-Dch: Ignore
2014-10-08Drop all cherry-picked patchesAxel Beckert3-182/+0
2014-10-08Merge commit '9982ab6fb5266298c056326ed265fc8560202603' into debianAxel Beckert75-769/+1967
This is exactly one commit after the zsh-5.0.7 and adds one missing (and not unimportant) changelog entry for the 5.0.7 release.
2014-10-07unposted: ChangeLog entry for 33365Mikael Magnusson1-0/+5
2014-10-07unposted: 5.0.7Peter Stephenson2-2/+6
2014-10-0633365: avoid buffer overflow for very long fds in >& fd syntaxMikael Magnusson1-1/+1
2014-10-06unposted (discussed offline): update README for integer import vulnerabilityPeter Stephenson2-3/+10
2014-10-0433354: when backgrounding a pipeline, close all pipe descriptors in the parentBarton E. Schaefer3-1/+24
Add test for both this and 33345+33346
2014-10-0333346: another bit of the 33345 repairBart Schaefer2-1/+6
2014-10-0333345: fix anonymous function complex command handling.Peter Stephenson3-83/+92
Longstanding problem caused simple anonymous function incorrectly to reset the overall "complext" state, causing wordcode to be diverted into execsimple(), which caused a crash 'cos ist wasn't simple.
2014-10-03unposted: comments in previous commit were reversedPeter Stephenson2-4/+11
2014-10-0333343: Variant anonymous function synax with arguments.Peter Stephenson2-7/+30
Don't expand arguments as if in command position. Test.
2014-10-03Fix some typos in the documentationMikael Magnusson7-15/+15
2014-10-02Make 5.0.6-dev-1Peter Stephenson2-2/+6
2014-10-0233323: fix bug in removing math functions and complete -M option to functionsOliver Kiddle4-6/+24
2014-10-02remove "major" from READMEPeter Stephenson2-1/+3
2014-10-02Update source distribution information for 5.0.7.Peter Stephenson3-3/+12
2014-10-0233332: test safer numeric import from environmentPeter Stephenson2-0/+8
2014-10-0233320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completionBarton E. Schaefer5-9/+56
add typtab_flags bits (replaces specialcomma boolean) to record any unusual handling of typtab entries; signal safety; make bangchar non-special during completion lexing of the command line.
2014-10-02tiny typoPeter Stephenson1-1/+1
2014-10-0233325: fix ksh autoloads with redirections on function definitionsPeter Stephenson3-19/+81
2014-10-0233315: fix pattern to match freebsd10 and laterOliver Kiddle1-3/+6
2014-10-0133319: fix parens in example from 33312Barton E. Schaefer2-1/+5
2014-10-0233284: Completion/Unix/Command/_*magick: Add JPEG 2000 file extensionsAxel Beckert3-2/+7
2014-10-02Upload to unstable as 5.0.6-3Axel Beckert1-0/+15
2014-10-02Complete debian/copyright with individual copyrights and licenses (Closes: ↵Axel Beckert1-5/+122
#763191)
2014-10-0133312: document redirections applied to function definitionsPeter Stephenson3-0/+28
2014-10-01Switch debian/copyright to the machine-readable DEP5 formatAxel Beckert1-32/+62
It has been agreed that zsh's Debian packaging is licensed under the MIT/Expat license. Relevant replies: Clint Adams: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001111.html Axel Beckert: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001112.html Richard Hartmann: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001113.html Rob Leslie: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001114.html Frank Terbeck: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001115.html Mika Prokop: https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2014-September/001119.html The debian/copyright in this commit is known to be incomplete.