Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-10 | move comment to individual line in .editorconfig | Hong Xu | 1 | -1/+3 | |
2013-06-10 | 31459: fix alignment of zsh entry in info menu | Bruce Stephens | 1 | -1/+1 | |
2013-06-10 | 31205: Do not display "(eval)" as a tag context | Barton E. Schaefer | 2 | -1/+4 | |
2013-06-09 | 31466: Cause git and cvs to ignore one another, in case anyone wants to | Barton E. Schaefer | 3 | -0/+9 | |
import this tree into a CVS repository. | |||||
2013-06-01 | 31441: use array to decide which forms of pattern are enabled | Peter Stephenson | 4 | -91/+182 | |
2013-05-31 | Run test-suite on static build, too, but ignore result for now | Axel Beckert | 1 | -0/+1 | |
2013-05-31 | Remove redundant update-menus calls in maintainer scripts | Axel Beckert | 2 | -4/+0 | |
dh_installmenu adds such a call automatically via the #DEBHELPER# marker | |||||
2013-05-31 | Clean up postinst created dirs again in postrm purge | Axel Beckert | 2 | -0/+13 | |
Closes: #708106 | |||||
2013-05-30 | 31436: document KSH_GLOB doesn't support recursive directories | Peter Stephenson | 3 | -2/+21 | |
2013-05-29 | 31433: zcat -f doesn't need suffix .gz | Peter Stephenson | 2 | -1/+8 | |
2013-05-29 | 31422: better heuristic for timestamps in age function | Peter Stephenson | 3 | -4/+20 | |
2013-05-22 | 31405: weasel words about PRINT_EXIT_STATUS option. | Peter Stephenson | 2 | -0/+6 | |
2013-05-21 | 31419: Add time zone and year to string formatted time output from zstat | Peter Stephenson | 2 | -2/+5 | |
2013-05-21 | 31418: improve documentation for "age" function | Peter Stephenson | 3 | -3/+15 | |
2013-05-21 | Omitted ChangeLog entry for previous commit | Peter Stephenson | 1 | -0/+5 | |
2013-05-21 | Fix merge | Peter Stephenson | 2 | -4/+4 | |
2013-05-21 | 31417: age function needs protection against file names starting "-" | Stephane Chazelas | 2 | -3/+8 | |
2013-05-20 | upon "read" of a short line, assign all variables passed as arguments. | Barton Schaefer | 2 | -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-14 | Improve Perforce jobs completion to limit | Peter Stephenson | 2 | -4/+13 | |
potentially huge output using jobview by default; fix quoting of arguments passed on to eval within _call_program. | |||||
2013-05-10 | Upload to unstable as 5.0.2-3 | Axel Beckert | 1 | -0/+86 | |
2013-05-10 | Reorder alternative build dependencies | Axel Beckert | 1 | -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-10 | Add .ogv to mplayer completion | Richard Hartmann | 2 | -1/+4 | |
2013-05-10 | Unused function attribute fix for clang compilation | Mihai Moldovan | 2 | -1/+6 | |
2013-05-10 | Add Built-Using header to zsh-static | Axel Beckert | 2 | -2/+5 | |
Bump build-dependency on dpkg-dev to >= 1.16.2~ | |||||
2013-05-10 | Merge branch 'debian-watch' into debian | Richard Hartmann | 1 | -3/+3 | |
2013-05-10 | Bump Standards-Version to 3.9.4 (no changes) | Axel Beckert | 1 | -1/+1 | |
2013-05-10 | Remove zsh-beta alternatives and conffiles in zsh-beta.postinst | Axel Beckert | 2 | -0/+32 | |
2013-05-09 | Add symbolic link /bin/zsh-beta pointing to /bin/zsh5 for backwards ↵ | Axel Beckert | 1 | -0/+2 | |
compatibility | |||||
2013-05-09 | zsh{,-dbg,-doc,-dev,-beta,-beta-doc}: .postinst + zsh-common versioned dep | Axel Beckert | 5 | -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-09 | Install zsh-beta{,-doc} symlinks to /usr/share/doc/zsh-common via dh_installdocs | Axel Beckert | 4 | -5/+3 | |
2013-05-09 | Fix FTBFS with texinfo versions >= 5 | Axel Beckert | 4 | -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-06 | Import watchfile by Bart Martens | Richard Hartmann | 1 | -3/+3 | |
Copied from http://qa.debian.org/cgi-bin/watchfile.cgi?package=zsh | |||||
2013-05-05 | 31376: Make sure every execve() is prefixed by winch_unblock() | Frank Terbeck | 2 | -0/+9 | |
This was suggested by Bart Schaefer in 31375. | |||||
2013-05-05 | Revert "31372: Do not block SIGWINCH for child processes" | Frank Terbeck | 2 | -3/+6 | |
This reverts commit f8ab02ad5f4226e46ab54e681a3e0404fdc1a9a6. As Bart suggested in 31375. | |||||
2013-05-05 | Fix what seems to have been lost in the previous merge | Axel Beckert | 1 | -0/+2 | |
Git-Dch: Ignore | |||||
2013-05-05 | Merge branch 'abe/no-beta' into debian | Axel Beckert | 4 | -137/+120 | |
Conflicts: debian/rules | |||||
2013-05-05 | 31372: Do not block SIGWINCH for child processes | Bart Schaefer | 2 | -1/+7 | |
Something similar may also be needed in the zpty and clone modules. | |||||
2013-05-05 | 31371: _brctl: update brctl subcommands | Kenyon Ralph | 2 | -1/+10 | |
Add hairpin and showstp. These are available since at least bridge-utils 1.5. | |||||
2013-05-04 | 31369: set locale for completion if locale command is not usable | Peter Stephenson | 2 | -3/+15 | |
2013-04-30 | 31361: handle negative optno ("no" prefix used) | Bart Schaefer | 2 | -4/+8 | |
when storing options with parseopts_insert() for sticky contexts | |||||
2013-04-30 | 31353: fix handling of floating point in ternary | Bart Schaefer | 2 | -1/+4 | |
2013-04-30 | 31350: block SIGWINCH nearly all the time, except | Bart Schaefer | 1 | -0/+7 | |
when about to calculate prompts or do synchronous read, so syscalls are not interrupted by window size changes. | |||||
2013-04-30 | 31350: block SIGWINCH nearly all the time, except | Bart Schaefer | 5 | -0/+28 | |
when about to calculate prompts or do synchronous read, so syscalls are not interrupted by window size changes. | |||||
2013-04-29 | 31357: _cp: add support for Mac OS X | Jun T | 2 | -32/+64 | |
If not GNU nor darwin, assume POSIX. | |||||
2013-04-29 | 31356: typo in new _comp_locale noted by Bart | Peter Stephenson | 2 | -1/+3 | |
2013-04-29 | 31355: _comp_locale tries to sanitise locales but keep CTYPE; | Peter Stephenson | 4 | -12/+48 | |
use this for subversion completion. | |||||
2013-04-25 | 31288: _git: fix shortlog completer | Ramkumar Ramachandra | 2 | -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-22 | Add sequence and bindings for BackSpace key | Frank Terbeck | 1 | -24/+28 | |
2013-04-21 | 31289: _git: branch.*.pushremote, remote.pushdefault | Ramkumar Ramachandra | 2 | -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-21 | 31286: _git: add a couple of browsers | Ramkumar Ramachandra | 2 | -0/+7 | |
Add google-chrome/chromium to the list of builtinbrowsers in __git_browsers (). Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> |