index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-10
40305: fix some problems redisplaying command line after interrupt.
Peter Stephenson
4
-6
/
+27
2017-01-10
40306 with doc tweaks: Change behaviour expanding alias in () function defini...
Peter Stephenson
4
-0
/
+43
2017-01-06
40285: Be more careful with pattern allocation in history isearch.
Peter Stephenson
1
-4
/
+7
2017-01-05
40270 (after 39995): Add cross-reference for robustness.
Daniel Shahaf
1
-0
/
+2
2017-01-05
40269: handle option exclusion within current word for clumped options
Oliver Kiddle
1
-13
/
+13
2017-01-04
40227: handle _arguments sets and rest arguments starting with a dash
Oliver Kiddle
1
-11
/
+26
2017-01-04
40226: tidy up some of the _arguments set code
Oliver Kiddle
1
-70
/
+29
2017-01-03
users/22319: ${ary1:^ary2} should not change isarr state of expansion of ary1
Barton E. Schaefer
1
-2
/
+4
2017-01-03
40248: suppress errors from zshaddhistoryhook
Barton E. Schaefer
1
-1
/
+2
2017-01-03
40265: Fix problems with pure string in patterns with Meta.
Peter Stephenson
1
-7
/
+1
2017-01-03
40260: zero new space allocated in prompt buffer
Paulo Andrade
1
-0
/
+1
2016-12-28
40231: Optimise setarrvalue().
Sebastian Gniazdowski
1
-16
/
+34
2016-12-22
40162: _arguments support for a match spec in combination with sets
Oliver Kiddle
1
-1
/
+1
2016-12-14
40179: fix handling of "printf -" and "printf --"
Barton E. Schaefer
1
-1
/
+1
2016-12-10
40134: silence spurious compiler warnings.
Barton E. Schaefer
2
-2
/
+2
2016-12-09
40117: Revert a hunk of 40035 that changed semantics incorrectly.
Daniel Shahaf
1
-1
/
+1
2016-12-09
40129: revert 39611, add code comments and test cases for _arguments
Oliver Kiddle
1
-33
/
+58
2016-12-08
40119: correct typo in comment
Oliver Kiddle
1
-2
/
+2
2016-12-05
Additional case for ERR_RETURN and ERR_EXIT.
Peter Stephenson
1
-0
/
+1
2016-12-05
Extra case for ERR_RETURN and ERR_EXIT.
Peter Stephenson
3
-1
/
+16
2016-12-03
40071: change Dash back to "-" before evaluating named directory expansions
Barton E. Schaefer
1
-0
/
+2
2016-12-03
40068: Abort execution when setuid/setgid fail.
Daniel Shahaf
1
-4
/
+4
2016-12-03
40067: internal: Document 'cmatcher', parse_cmatcher(), 'comptoend', unsetpar...
Daniel Shahaf
3
-4
/
+30
2016-12-01
40050: prepend /**/ to global functions and #ifdefs
Jun-ichi Takimoto
1
-0
/
+35
2016-11-30
40043: fix computil.c indentation (cosmetic)
Peter Stephenson
1
-4
/
+4
2016-11-29
40034: clear badcshglob when ignoring errors
Barton E. Schaefer
1
-1
/
+3
2016-11-29
40032: consistency in handling of subscript slices outside the bounds of an a...
Barton E. Schaefer
1
-2
/
+9
2016-11-29
40037: Unicode 9 character width support.
Joshua Rubin
3
-2
/
+1336
2016-11-29
40035: Cosmetic fixes for comments and documentation.
Eitan Adler
6
-6
/
+6
2016-11-29
40026: Fix for completion after redirection.
Peter Stephenson
1
-5
/
+19
2016-11-28
40010: builtins: Say 'bad option: +x', not 'bad option: -x', when +x was passed.
Daniel Shahaf
1
-2
/
+3
2016-11-28
40009: alias -L: Emit aliases that begin with a plus sign correctly.
Daniel Shahaf
1
-2
/
+2
2016-11-24
unposted: fix to compile on Solaris where curses.h has a #define for reg to r...
Oliver Kiddle
1
-9
/
+9
2016-11-24
40003: include "0-"9 vi buffers in the registers associative array
Oliver Kiddle
1
-9
/
+26
2016-11-24
39982: $SPROMPT: Don't accept a spelling correction at space/tab.
Daniel Shahaf
1
-4
/
+4
2016-11-23
unposted: clear ERRFLAG_ERROR before invoking immortal widget (cf. 39934)
Bart Schaefer
1
-1
/
+5
2016-11-23
unposted: fix printf -v to an array without format string reuse
Oliver Kiddle
1
-1
/
+1
2016-11-21
39981: Make compstate[to_end] skip suffix and hidden suffix, but not ignored ...
Daniel Shahaf
1
-0
/
+4
2016-11-20
39986, 39989: improve handling of vi-repeat-change
Oliver Kiddle
7
-84
/
+123
2016-11-20
39900: Add TERMINFO_DIRS special like TERMINFO.
Guillaume Maudoux
1
-0
/
+31
2016-11-20
39995 (from 39977): Optimise string parameter assignment.
Peter Stephenson
1
-8
/
+31
2016-11-20
39992: setarrvalue: Allocate a correctly-sized array.
Daniel Shahaf
1
-2
/
+10
2016-11-20
unposted (after 39952): Restore C89 compatibility.
Daniel Shahaf
1
-1
/
+2
2016-11-17
39958: Add extra byte to PATH_MAX allocations.
Peter Stephenson
7
-22
/
+22
2016-11-17
39915: whence: Honor PATH_DIRS option for arguments that start with './' or '...
Daniel Shahaf
1
-7
/
+16
2016-11-17
39962: bind vi case conversion widgets
Oliver Kiddle
1
-0
/
+3
2016-11-17
39959: when repeating vi changes advance through the numbered killring registers
Oliver Kiddle
1
-9
/
+26
2016-11-17
39952: add registers special parameter to provide access to the vi register b...
Oliver Kiddle
1
-0
/
+99
2016-11-16
39945: allow further tab presses to move on to menu completion even when comp...
Oliver Kiddle
1
-0
/
+1
2016-11-15
39943: no need to compute arrlen() in arrdup_max() when max == 0.
Barton E. Schaefer
1
-2
/
+3
[next]