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-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-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-20
unposted: increment version to 5.2-dev-1
Peter Stephenson
2
-2
/
+7
2016-01-20
37666: Completion: git: 'send-email --smtp-server=' takes absolute path to se...
Daniel Shahaf
2
-1
/
+9
2016-01-20
37665: Completion: New helper _absolute_command_paths.
Daniel Shahaf
4
-4
/
+43
2016-01-20
37664: docs: Document the completion function _command_names.
Daniel Shahaf
3
-0
/
+14
2016-01-19
37682: when SH_GLOB is set, do not parse bare parentheses in arguments as a p...
Barton E. Schaefer
2
-1
/
+6
2016-01-19
37693: turn Dash into '-' in glob qualifiers
Peter Stephenson
2
-1
/
+6
2016-01-19
37689: ! and ^ need to be tokenised in character sets
Peter Stephenson
7
-42
/
+110
2016-01-19
37678: Now possible to quote "-" in pattern range
Peter Stephenson
7
-18
/
+102
2016-01-19
37646: bit missed out of previous readonly commit.
Peter Stephenson
1
-0
/
+5
2016-01-18
37634: _man: Support subsection names such as '3p'.
Daniel Shahaf
2
-2
/
+5
2016-01-18
37634: _man: Disentangle a local variable that had two distinct semantics. No...
Daniel Shahaf
2
-8
/
+14
2016-01-18
37663: New bibtex completion (very minimal).
Daniel Shahaf
2
-0
/
+8
2016-01-18
unposted: docs: zshzle(1): Trivial clarification to $CONTEXT.
Daniel Shahaf
2
-1
/
+6
2016-01-15
37646: Return non-zero status from typeset assigning readonly
Peter Stephenson
2
-0
/
+5
2016-01-15
37643: Reset interrupt on key input in menu selection.
Peter Stephenson
2
-0
/
+9
2016-01-15
37512: overeager WARN_CREATE_GLOBAL with strftime
Peter Stephenson
2
-14
/
+7
2016-01-15
unposted: Extend docstring of callhookfunc().
Daniel Shahaf
2
-0
/
+5
2016-01-15
unposted: Fix typo in comment.
Daniel Shahaf
2
-2
/
+5
2016-01-15
37612: vcs_info git: Set $git_patches_unapplied correctly for 'rebase-apply' ...
Daniel Shahaf
2
-1
/
+9
2016-01-13
Belated ChangeLog entry for 37489, back-dated to the correct sequence.
Barton E. Schaefer
1
-0
/
+6
2016-01-13
37570: give truth to the doc assertion transpose-words-match is a drop-in rep...
Barton E. Schaefer
2
-1
/
+13
2016-01-13
37567: use (Z:n:) to split the buffer into words so line breaks are treated a...
Barton E. Schaefer
2
-3
/
+8
2016-01-14
37590: Invoke zle-line-pre-redraw during isearch.
Daniel Shahaf
3
-1
/
+9
2016-01-13
37591: 'alias -L': skip with a warning aliases with '=' in their LHS
Daniel Shahaf
3
-0
/
+20
2016-01-13
37550: _cu: Support Linux line-device names; fail gracefully on OSes matching...
Daniel Shahaf
2
-1
/
+7
2016-01-10
37551: Include the builtin's name in a "bad option" error message.
Daniel Shahaf
2
-1
/
+6
2016-01-10
37534: completion for OpenBSD's cu, fw_update and rcctl utils
Matthew Martin
4
-0
/
+63
2016-01-08
Jun T.: 37515: multibyte handling as per 35448.
Barton E. Schaefer
3
-10
/
+37
2016-01-08
unposted: Src/builtin.c: refine READ_MSTREAM to avoid unsequenced evaluation
Barton E. Schaefer
2
-1
/
+6
2016-01-06
37513: fix typos; improve error cleanup and correct for signed/unsigned compi...
Barton E. Schaefer
2
-10
/
+20
2016-01-06
Add rosbash to bug-script's fallback list of packages with code to be sourced...
Axel Beckert
1
-0
/
+1
2016-01-05
37504: refactor code using/simulating memstream to capture output for "print -v"
Barton E. Schaefer
2
-71
/
+105
2016-01-05
zshrc: Make expansion robust with NO_UNSET
Frank Terbeck
1
-1
/
+1
2016-01-04
37503: detect incompatible "print" options, fix metafication and possible mem...
Barton E. Schaefer
2
-29
/
+56
2016-01-04
37501 (+ revise test): correct byte counts when simulating memstream via temp...
Jun T
3
-7
/
+12
2016-01-03
37489, tweaked: with POSIX_IDENTIFIERS create math var as scalar
Peter Stephenson
3
-0
/
+18
2016-01-02
37497: handle NUL bytes in "printf -v".
Barton E. Schaefer
2
-4
/
+9
2016-01-02
37493: readonly + POSIX_BUILTINS == typeset -gr
Barton E. Schaefer
5
-8
/
+20
2016-01-01
37483: save and possibly restore cshnullglob failure state around each evalua...
Barton E. Schaefer
2
-1
/
+7
2016-01-01
37473: check for cshnullglob in command position.
Barton E. Schaefer
2
-0
/
+9
2015-12-31
37469: do NOT allow semicolons in place of line breaks in conditionals
Barton E. Schaefer
2
-14
/
+19
2015-12-31
unposted: enable WARN_CREATE_GLOBAL for print -v
Barton E. Schaefer
2
-2
/
+4
2015-12-31
37468: allow line breaks in more places in [[ ... ]]
Barton E. Schaefer
2
-8
/
+14
2015-12-31
37467: add "print -v var" / "printf -v var"
Barton E. Schaefer
4
-11
/
+47
[next]