summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-04-11users/15945: various _yum corrections and updatesPeter Stephenson1-10/+16
2011-04-0628977: fix copying of uninitialized memory when trying toWayne Davison2-1/+8
spell-correct a really long string.
2011-04-01Stef van Vlierberghe: 28965 (as posted in 28967):Peter Stephenson2-2/+25
findproc() should not return processes not marked as SP_RUNNING
2011-03-3028959: Make the nvcsformats style be used if vcs_info is disabled.Frank Terbeck4-13/+13
2011-03-3028961: Add `no-vcs' hook.Frank Terbeck3-1/+10
2011-03-3028960: Add functions to add/remove static hooks.Frank Terbeck6-2/+104
2011-03-3028958: Support registering hooks independent of the context.Frank Terbeck2-4/+19
2011-03-30Add new vcs_info backend files to corresponding `.distfiles' file.Frank Terbeck2-2/+9
2011-03-30Mike Meyer: 28956, 28957: Add fossil support to vcs_info.Frank Terbeck4-3/+50
2011-03-29Fix typo in _vimmikamika2-2/+7
2011-03-29Mikael: 28948: compdef -e overrides interpretation of argument as servicePeter Stephenson3-10/+19
2011-03-2828926: No newline after the last line in listlist() when printing the listBart Schaefer2-2/+9
in a single column.
2011-03-27Mikael: 28941: fix $CURSOR access when metafiedPeter Stephenson2-2/+9
2011-03-2128936: ${#$} and ${#?} also didn't workPeter Stephenson2-1/+7
2011-03-20Johan Sundström: 28890: New _npm completion.Frank Terbeck3-1/+26
2011-03-18Nikolai Weibull: 28913: Fix typo which broke `send-email' completion.Frank Terbeck2-2/+5
2011-03-18Nikolai Weibull: 28911: Only show modified files for git-checkout without tree.Frank Terbeck2-4/+7
2011-03-18Nikolai Weibull: 28914: Typo fix in `cvsexportcommit' descriptionFrank Terbeck2-2/+7
2011-03-1628896: unset `monitor' option while the widget is running to avoid ↵Frank Terbeck2-1/+8
accidential data loss.
2011-03-16Mikael: users/15875: fix _gpg to use _arguments return statusPeter Stephenson2-4/+9
2011-03-12Greg Klanderman: 28887: fix quoting in defs arrayBart Schaefer2-2/+7
2011-03-1128889: ${##} should return the length of $#Peter Stephenson3-1/+15
2011-03-11fix completion funny with dynamic directoriesPeter Stephenson2-2/+7
2011-03-11users/15864: turn zsh_directory_name into a hookPeter Stephenson9-63/+149
2011-03-1128886: Fix region_highlight dynamic updates for $PREDISPLAYPeter Stephenson2-34/+77
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-08Greg Klanderman: 28846: adapt prefix-needed zstyle to handle theBart Schaefer5-13/+49
completion function naming convention of a leading underscore.
2011-03-0628866: with POSIX_BUILTINS "command" prefix resets specialnessPeter Stephenson3-3/+18
2011-03-05Adrian: 28857: Functions/Prompts/prompt_bigfade_setup: use %d instead of $PWDBart Schaefer2-2/+7
2011-03-0428853: Fix typo: preceed -> precedeFrank Terbeck6-7/+12
2011-03-03Release new version 4.3.11-4Frank Terbeck1-0/+22
2011-03-0328805: move stray text about the sched builtin away from the set builtin.Bart Schaefer3-5/+10
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
2011-03-01Baptiste: 28819: FreeBSD completion tweaksPeter Stephenson5-5/+37
2011-03-0128823: make it an error to tie the same scalar to two different arraysBart Schaefer2-3/+14