summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-10move comment to individual line in .editorconfigHong Xu1-1/+3
2013-06-1031459: fix alignment of zsh entry in info menuBruce Stephens1-1/+1
2013-06-1031205: Do not display "(eval)" as a tag contextBarton E. Schaefer2-1/+4
2013-06-0931466: Cause git and cvs to ignore one another, in case anyone wants toBarton E. Schaefer3-0/+9
import this tree into a CVS repository.
2013-06-0131441: use array to decide which forms of pattern are enabledPeter Stephenson4-91/+182
2013-05-31Run test-suite on static build, too, but ignore result for nowAxel Beckert1-0/+1
2013-05-31Remove redundant update-menus calls in maintainer scriptsAxel Beckert2-4/+0
dh_installmenu adds such a call automatically via the #DEBHELPER# marker
2013-05-31Clean up postinst created dirs again in postrm purgeAxel Beckert2-0/+13
Closes: #708106
2013-05-3031436: document KSH_GLOB doesn't support recursive directoriesPeter Stephenson3-2/+21
2013-05-2931433: zcat -f doesn't need suffix .gzPeter Stephenson2-1/+8
2013-05-2931422: better heuristic for timestamps in age functionPeter Stephenson3-4/+20
2013-05-2231405: weasel words about PRINT_EXIT_STATUS option.Peter Stephenson2-0/+6
2013-05-2131419: Add time zone and year to string formatted time output from zstatPeter Stephenson2-2/+5
2013-05-2131418: improve documentation for "age" functionPeter Stephenson3-3/+15
2013-05-21Omitted ChangeLog entry for previous commitPeter Stephenson1-0/+5
2013-05-21Fix mergePeter Stephenson2-4/+4
2013-05-2131417: age function needs protection against file names starting "-"Stephane Chazelas2-3/+8
2013-05-20upon "read" of a short line, assign all variables passed as arguments.Barton Schaefer2-1/+6
It was noted that (print 1 2 | read one two three four) assigned values only to $one and $two except in the case where EOF was reached.
2013-05-14Improve Perforce jobs completion to limitPeter Stephenson2-4/+13
potentially huge output using jobview by default; fix quoting of arguments passed on to eval within _call_program.
2013-05-10Upload to unstable as 5.0.2-3Axel Beckert1-0/+86
2013-05-10Reorder alternative build dependenciesAxel Beckert1-1/+1
sbuild solely uses the first build dependencies if alternatives are given. Hence texlive-latex-recommended should come before texinfo (<< 5~). Thanks to Sebastian Ramacher for the hint!
2013-05-10Add .ogv to mplayer completionRichard Hartmann2-1/+4
2013-05-10Unused function attribute fix for clang compilationMihai Moldovan2-1/+6
2013-05-10Add Built-Using header to zsh-staticAxel Beckert2-2/+5
Bump build-dependency on dpkg-dev to >= 1.16.2~
2013-05-10Merge branch 'debian-watch' into debianRichard Hartmann1-3/+3
2013-05-10Bump Standards-Version to 3.9.4 (no changes)Axel Beckert1-1/+1
2013-05-10Remove zsh-beta alternatives and conffiles in zsh-beta.postinstAxel Beckert2-0/+32
2013-05-09Add symbolic link /bin/zsh-beta pointing to /bin/zsh5 for backwards ↵Axel Beckert1-0/+2
compatibility
2013-05-09zsh{,-dbg,-doc,-dev,-beta,-beta-doc}: .postinst + zsh-common versioned depAxel Beckert5-4/+116
Add versioned dependencies on zsh-common and add postinst scripts to replace /usr/share/doc/zsh* directories with symlinks to /usr/share/doc/zsh-common.
2013-05-09Install zsh-beta{,-doc} symlinks to /usr/share/doc/zsh-common via dh_installdocsAxel Beckert4-5/+3
2013-05-09Fix FTBFS with texinfo versions >= 5Axel Beckert4-0/+65
Cherry-picked upstream patches 67a4be36c6203c26c3912c07441f42e3965f0fa8 and b174a0df054929efd7804922750c71adeb8e0b57 Also add a build-dependency on texlive-latex-recommended if only texinfo >= 5 is available.
2013-05-06Import watchfile by Bart MartensRichard Hartmann1-3/+3
Copied from http://qa.debian.org/cgi-bin/watchfile.cgi?package=zsh
2013-05-0531376: Make sure every execve() is prefixed by winch_unblock()Frank Terbeck2-0/+9
This was suggested by Bart Schaefer in 31375.
2013-05-05Revert "31372: Do not block SIGWINCH for child processes"Frank Terbeck2-3/+6
This reverts commit f8ab02ad5f4226e46ab54e681a3e0404fdc1a9a6. As Bart suggested in 31375.
2013-05-05Fix what seems to have been lost in the previous mergeAxel Beckert1-0/+2
Git-Dch: Ignore
2013-05-05Merge branch 'abe/no-beta' into debianAxel Beckert4-137/+120
Conflicts: debian/rules
2013-05-0531372: Do not block SIGWINCH for child processesBart Schaefer2-1/+7
Something similar may also be needed in the zpty and clone modules.
2013-05-0531371: _brctl: update brctl subcommandsKenyon Ralph2-1/+10
Add hairpin and showstp. These are available since at least bridge-utils 1.5.
2013-05-0431369: set locale for completion if locale command is not usablePeter Stephenson2-3/+15
2013-04-3031361: handle negative optno ("no" prefix used)Bart Schaefer2-4/+8
when storing options with parseopts_insert() for sticky contexts
2013-04-3031353: fix handling of floating point in ternaryBart Schaefer2-1/+4
2013-04-3031350: block SIGWINCH nearly all the time, exceptBart Schaefer1-0/+7
when about to calculate prompts or do synchronous read, so syscalls are not interrupted by window size changes.
2013-04-3031350: block SIGWINCH nearly all the time, exceptBart Schaefer5-0/+28
when about to calculate prompts or do synchronous read, so syscalls are not interrupted by window size changes.
2013-04-2931357: _cp: add support for Mac OS XJun T2-32/+64
If not GNU nor darwin, assume POSIX.
2013-04-2931356: typo in new _comp_locale noted by BartPeter Stephenson2-1/+3
2013-04-2931355: _comp_locale tries to sanitise locales but keep CTYPE;Peter Stephenson4-12/+48
use this for subversion completion.
2013-04-2531288: _git: fix shortlog completerRamkumar Ramachandra2-1/+31
Currently, __git-shortlog () says that 'git shortlog' can only accept commits as arguments (probably because the official documentation says this). This is entirely untrue: shortlog can accept commit-range-or-file, just like log can. Fix the completer by copying out segments from the __git-log () function. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
2013-04-22Add sequence and bindings for BackSpace keyFrank Terbeck1-24/+28
2013-04-2131289: _git: branch.*.pushremote, remote.pushdefaultRamkumar Ramachandra2-0/+5
The configuration variables branch.*.pushremote and remote.pushdefault are relatively new, and are currently not completed by ZSH. Fix this. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
2013-04-2131286: _git: add a couple of browsersRamkumar Ramachandra2-0/+7
Add google-chrome/chromium to the list of builtinbrowsers in __git_browsers (). Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>