summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-04-27patch2quilt: Stop stripping pathnames too muchFrank Terbeck1-1/+1
2011-04-20Add org-mode file that describes the current team workflowFrank Terbeck1-0/+486
2011-04-19Add `debian/patch2quilt' scriptFrank Terbeck1-0/+99
It can automate cherry-picking upstream patches into a quilt series patch. Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
2011-03-09debian/at2quilt: Append debian patches at the end of seriesFrank Terbeck1-14/+2
This brings the script in line with our current workflow document. If a series needs to be adjusted in more detail, we can always do so manually.
2011-03-09Fix for crash in incorrect bash-like index usageFrank Terbeck2-0/+43
2011-03-09Fix for false isident() behaviourFrank Terbeck2-0/+30
2011-03-03Release new version 4.3.11-4Frank Terbeck1-0/+22
2011-03-02Fix endless loop due to lexer bug (Closes: #353863)Frank Terbeck2-0/+17
Patch from Peter Stephenson: <http://www.zsh.org/mla/workers/2011/msg00237.html>
2011-03-02Add yodl to Build-Depends and sort Build-Depends while at it.Michael Prokop1-1/+1
2011-03-02Refreshing autotools patches for yodl3 fixesFrank Terbeck2-5/+15
This still keeps the patches out of the series file, but it is shows that the at2quilt script works as indended even with manually added patches.
2011-03-02Adding patch to support yodl3Frank Terbeck2-0/+41
This requires the autotools patches to updated.
2011-03-02Adding patch to fix segfault with regular expression matchingFrank Terbeck2-0/+44
See <http://www.zsh.org/mla/workers/2011/msg00020.html> and the following thread for details. Fix from: <http://www.zsh.org/mla/workers/2011/msg00027.html>.
2011-03-02Fix detection of svn repositories in vcs_info (Closes: #611175)Frank Terbeck2-0/+15
See <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611175> for details.
2011-03-02Fix colors function to work with ksh_arrays (Closes: #613162)Frank Terbeck2-0/+17
See <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613162> for details.
2011-03-02Installation of Etc/FAQ currently fails for the debian packageFrank Terbeck1-1/+1
As a workaround, let's skip installing it for now.
2011-03-02Make sure a configure script is executable and stamp.h.in existsFrank Terbeck1-3/+0
When we are creating ./configure from a quilt patch, the resulting file may not be executable. Either directly from patch(1) or after dpkg-source is done with it. Make sure it'll be alright when we need to use it. `stamp.h.in' is also created by `./Util/preconfig'. It's an empty file, so we're not creating it using quilt but just touch it here.
2011-03-02Adding autotools related patchesFrank Terbeck2-0/+15194
These create ./configure and ./config.h.in. Usually those are generated using ./Util/preconfig, but for the purpose of building the debian package, the goal is to avoid calling the preconfig script. This commit deliberately keeps the patches out of debian/patches/series, so it doesn't clash with the current .orig tarball which does in fact ship a ./configure script. After the next release that will not be the case anymore and ./debian/at2quilt will automatically add the patches to the series file.
2011-03-02Adding at2quilt scriptFrank Terbeck1-0/+162
This script can be used to create and update autotools related quilt patches, which are required to build the debian zsh package based on the upstream git repository rathre than upstream release tarballs.
2011-03-02Adding _fuser fix from upstreamFrank Terbeck2-0/+17
2011-03-02README.Debian: Add instructions how to use the zsh-dbg package.Michael Prokop1-1/+30
2011-03-02Initial `debian/' importFrank Terbeck27-0/+5280
2010-12-20unposted: release 4.3.11Peter Stephenson2-3/+6
2010-12-20Paul 28538 / me 28540 / couple of unposted casts:Peter Stephenson7-17/+17
use char * for pointer arithmetic rather than void *
2010-12-1928537: fix word splitting on "((" when it was nested subshells rather thanPeter Stephenson3-1/+26
arithmetic
2010-12-18Completion/X/Utility/_x_arguments compdef line, Src/Makefile.in "prep".Bart Schaefer1-1/+9
2010-12-1827862: handle X11 versions greater than X11R6 in the compdef lineBart Schaefer1-1/+1
2010-12-18"prep" target depends on MakemodBart Schaefer1-1/+2
2010-12-17uncommitted: fix properlyPeter Stephenson1-1/+1
2010-12-17Mikael: 28583: typoPeter Stephenson2-2/+6
2010-12-17Štěpán Němec: 28533: typosPeter Stephenson10-55/+60
2010-12-17Mikael: users/15653: zle_highlight=(none) turns off suffix highlightingPeter Stephenson3-2/+13
unposted: note suffix highlighting in NEWS
2010-12-16Mikael: 28531: typosPeter Stephenson6-6/+10
2010-12-16unposted: add notes to NEWS on (Z) parameter flagPeter Stephenson2-3/+12
2010-12-16unposted: update for 4.3.10-test-3Peter Stephenson5-10/+15
2010-12-1528530: replace (z+opts+) flag with (Z:opts:), add reserved (_:flags:).Bart Schaefer4-25/+63
2010-12-14unposted: another neatening of lexflags use in ZLEPeter Stephenson2-8/+18
2010-12-14lexsave/lexrestore lexflagsPeter Stephenson7-23/+33
add new LEXFLAGS_ZLE
2010-12-1428528: Rearrange zleparse to lexflagsPeter Stephenson10-69/+112
Add (z+n+)
2010-12-1328526: remove bogus newline with stripped comment zplittingPeter Stephenson3-2/+22
2010-12-1228510: add (z+c+) and (z+C+) parameter flagsPeter Stephenson9-17/+159
2010-12-07unposted: remove users/15622 _pick_variant changePeter Stephenson2-2/+7
2010-12-06Mikael: 28480: allow PROMPT_EOL_MARK to be an empty stringPeter Stephenson2-2/+7
2010-12-06users/15621: compdef -p/-P <pat>=<service>Peter Stephenson4-4/+31
users/15622: use service with _pick_variant
2010-12-06Mikael: 28487: fix docs to refer to current directoryPeter Stephenson5-16/+21
rather than $PWD
2010-12-0628486: $compstate[parameter] needs untokenizingPeter Stephenson2-1/+15
2010-12-06Mikael: 28484: GNU du completionPeter Stephenson2-6/+30
2010-12-05unposted: NEWS: mention {START..END..STEP} enhancement.Peter Stephenson2-1/+7
2010-12-0528474, 28478: extended {START..END..STEP} syntaxPeter Stephenson4-14/+122
2010-12-05typoPeter Stephenson1-2/+2
2010-12-0528476: new set of tests for brace expansionPeter Stephenson3-1/+57