index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-13
37927: recreate local keymaps as necessary in case the user has deleted them
Barton E. Schaefer
2
-21
/
+39
2016-02-11
37913: add additional completers and _zpool improvement
Eric Cook
9
-0
/
+271
2016-02-11
37946: make rm * warnings more informative.
Peter Stephenson
2
-4
/
+32
2016-02-10
Missed ChangeLog entry for 37895
Peter Stephenson
1
-0
/
+5
2016-02-09
37893: document typeset -U behaviour for PATH-style variables
Peter Stephenson
2
-0
/
+10
2016-02-08
37914: reparse associative array subscripts in "unset" so keys with "[" or "]...
Barton E. Schaefer
3
-13
/
+25
2016-02-09
37924: Completion: _git: Complete files for 'check-ignore'
Daniel Shahaf
2
-1
/
+4
2016-02-09
37923: Completion: _bts: Fix quoting of $DEBEMAIL.
Daniel Shahaf
2
-2
/
+5
2016-02-09
37922: zyodl.vim: Add alternative installation instructions.
Daniel Shahaf
2
-0
/
+5
2016-02-09
37896: zshbuiltins: Document argv behaviour of 'source' without arguments
Daniel Shahaf
2
-0
/
+7
2016-02-09
unposted: ChangeLog: Move the 37678 entry to the correct location (and author).
Daniel Shahaf
1
-4
/
+9
2016-02-07
37895: $ZSH_SCRIPT is POSIX $0 but always availble
Peter Stephenson
2
-0
/
+8
2016-02-07
unposted: complist module docs: Fix parameter name in an example.
Dominik Ritter
2
-2
/
+7
2016-02-07
unposted: Follow-up to 37833: extend description of 37804 in README.
Daniel Shahaf
2
-1
/
+8
2016-02-04
37874: remove unused function argument
Jun-ichi Takimoto
2
-5
/
+9
2016-02-03
37868: add 'static' to file local variables
Jun-ichi Takimoto
16
-27
/
+34
2016-02-01
Upload to experimental as 5.2-dev-1-1
Axel Beckert
1
-2
/
+12
2016-02-01
Now that compiling with -fPIE is fixed, build with hardening=+all
Axel Beckert
1
-3
/
+1
2016-02-01
Add patch by Bart Schaefer to fix segfault in is_cond_binary_op
Axel Beckert
2
-0
/
+19
2016-01-31
37859: NULL-terminate cond_binary_ops static array.
Barton E. Schaefer
2
-1
/
+5
2016-01-31
37845: Forward-reference typeset instances where no parameter is created, and...
Barton E. Schaefer
2
-3
/
+7
2016-01-31
Yet another minor fixup of the alternatives-system removal
Axel Beckert
2
-1
/
+3
2016-01-31
Switch Vcs-Git from git:// to https://, fixes lintian warning vcs-field-uses-...
Axel Beckert
1
-1
/
+1
2016-01-31
Minor fixups for previous commit
Axel Beckert
2
-4
/
+4
2016-01-31
Remove usage of alternatives system for zsh, rzsh and zsh-static
Axel Beckert
11
-57
/
+50
2016-01-30
37844: reorder typeset introduction to keep related concepts together.
Barton E. Schaefer
2
-23
/
+28
2016-01-30
37831: typeset: Document exit status difference from parameter assignment sta...
Daniel Shahaf
2
-0
/
+22
2016-01-30
37838: use UNUSED() consistently
Jun-ichi Takimoto
29
-34
/
+47
2016-01-29
37833: Document 37804 in README.
Daniel Shahaf
2
-1
/
+8
2016-01-29
37797: StartupFiles/zshrc += run-help
Daniel Shahaf
2
-0
/
+3
2016-01-29
37752: More tests for the previous patch.
Daniel Shahaf
2
-0
/
+21
2016-01-29
37700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax.
Daniel Shahaf
5
-2
/
+38
2016-01-29
unposted: _init_d: Report failure to caller.
Daniel Shahaf
2
-1
/
+6
2016-01-28
37814: run-help-ip: use an absolute path for the shebang.
Kamil Dudka
2
-1
/
+6
2016-01-27
37804 (plus 37816): first word following "repeat" should be evaluated as math
Barton E. Schaefer
2
-1
/
+6
2016-01-27
37819: zshaddhistory hook works for any history file write, even upon keyboar...
Barton E. Schaefer
2
-4
/
+14
2016-01-27
37810: repair handling of backslashes and of names starting with "+"/":"/"=" ...
Barton E. Schaefer
2
-8
/
+16
2016-01-27
37802: Clarify zparseopts description. (This file inadvertently ommitted
Barton E. Schaefer
1
-3
/
+7
2016-01-27
37802: Clarify zparseopts documention. zparseopts "X::" specifier should als...
Barton E. Schaefer
2
-2
/
+9
2016-01-26
37788: _subscript - fix completion of associative array keys
Eric Cook
2
-2
/
+7
2016-01-26
37785: skip autoload parameters for "typeset -p"
Barton E. Schaefer
2
-1
/
+6
2016-01-25
37780: Care printing error if nothing to print.
Kamil Dudka
2
-3
/
+7
2016-01-25
Jun T.: 37759: save more function pointers from realparamtab when hacking in ...
Jun T
2
-3
/
+14
2016-01-25
37765: Use FS_FUNC on fucstack to find autoload -X target.
Peter Stephenson
3
-7
/
+41
2016-01-25
37776: Set errflag before calls to zwarning().
Peter Stephenson
2
-2
/
+7
2016-01-24
Enable hardening=+bindnow, fixes lintian warning hardening-no-bindnow
Axel Beckert
1
-0
/
+4
2016-01-24
Remove GCC-4.9-specific workaround on s390x from debian/rules
Axel Beckert
1
-6
/
+0
2016-01-24
Update changelog for new beta release, remove patches applied upstream
Axel Beckert
4
-42
/
+15
2016-01-24
Merge branch 'upstream' at 5.2-dev-1 into debian
Axel Beckert
89
-650
/
+2182
2016-01-23
37725: Completion: _init_d: add OpenBSD bits
Matthew Martin
2
-1
/
+24
[prev]
[next]