index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2014-09-08
users/19059 based on users/19058: remove ineffiency with multiple * matches
Peter Stephenson
3
-0
/
+23
2014-09-07
33122: typo from 32891 caused incorrect matches for pcre_match -n
Barton E. Schaefer
3
-1
/
+15
2014-09-06
clarify ${(~j.|.)array} example
Barton E. Schaefer
2
-4
/
+7
2014-09-06
33118: record original param unset state when treating empty the same as unset,
Barton E. Schaefer
2
-6
/
+13
to avoid incorrect NO_UNSET errors
2014-09-06
33116: followup to 32580 to prevent double-locking with shared or ↵
Barton E. Schaefer
2
-6
/
+13
incremental history
2014-09-06
33061: More useful setopt / unsetopt completion
Mikael Magnusson
3
-18
/
+20
2014-09-04
33110: document use of $IFS[0] for variable padding
Peter Stephenson
2
-0
/
+9
2014-09-04
33108: stgit --patch completion
Alexandre Rames
2
-0
/
+14
2014-09-04
33091: improve documentation for ttyctl
Peter Stephenson
2
-3
/
+19
2014-09-03
33100: check $fd more rigorously in "exec {fd}<&-"
Barton E. Schaefer
2
-6
/
+20
2014-09-03
33088: indentation in $PS4
Barton E. Schaefer
2
-0
/
+6
2014-09-01
33081: suppress unnecessary error message
Mark Oteiza
2
-2
/
+7
2014-08-31
Further tweaking of the descriptor leak regression test that sometimes hangs
Barton E. Schaefer
2
-4
/
+7
2014-08-31
33077: SHTTY = -1 when closing it in closem()
Barton E. Schaefer
2
-1
/
+8
2014-08-30
33070: add %(e..) based on %e
Barton E. Schaefer
3
-0
/
+14
2014-08-30
33069: remove internal quoting before lookup when expanding aliases in an ↵
Barton E. Schaefer
2
-0
/
+8
unquoted word
2014-08-29
33057: %e in prompts shows evaluation / execution depth
Peter Stephenson
3
-0
/
+24
2014-08-28
Update notes on use of .distfiles
Peter Stephenson
2
-6
/
+13
2014-08-28
unposted: update version to 5.0.6-dev-0 for new commits post release
Peter Stephenson
2
-1
/
+4
2014-08-28
Release 5.0.6
Peter Stephenson
2
-2
/
+6
2014-08-24
unposted: 5.0.5-dev-3
Peter Stephenson
2
-2
/
+6
2014-08-24
un-transpose help text for git merge -{-no,}-verify
Barton E. Schaefer
2
-2
/
+7
2014-08-23
33047: use git to simplify massively source distribution file selection
Peter Stephenson
70
-1193
/
+63
2014-08-23
Fix merge
Peter Stephenson
4
-1
/
+48
2014-08-23
unposted: .gitignore generated FAQ*.html files
Peter Stephenson
2
-0
/
+5
2014-08-23
33046: new completion for "chsh"
Barton E. Schaefer
4
-1
/
+48
2014-08-22
Merge branch 'master' of git://git.code.sf.net/p/zsh/code
Barton E. Schaefer
2
-2
/
+7
Conflicts: ChangeLog
2014-08-22
33042: $? and $pipestatus report 128+signal number for stopped jobs
Barton E. Schaefer
3
-5
/
+22
2014-08-21
33038: Fix {^@..a} hanging
Mikael Magnusson
2
-2
/
+7
2014-08-20
Update .distfiles for _docker
Barton E. Schaefer
2
-2
/
+3
2014-08-20
33032: new completion for docker
Lokesh Mandvekar
2
-0
/
+415
2014-08-17
Increase size of xbuf2 in xsymlinks to make gcc FORTIFY_SOURCE=2 happy.
Barton E. Schaefer
1
-1
/
+1
2014-08-15
timeout the final "read" in hung shell regression
Barton E. Schaefer
2
-1
/
+4
2014-08-15
33012: add an error return value (-1) to xsymlinks()
Barton E. Schaefer
2
-7
/
+14
2014-08-14
32998: completion function updates
Oliver Kiddle
6
-37
/
+136
2014-08-14
32997: new utility function for separated lists
Oliver Kiddle
7
-19
/
+66
2014-08-14
33002: tcp_expect -P pm tags matches with a string
Peter Stephenson
3
-9
/
+45
2014-08-13
32925: complete process groups, partly as a way to suppress insertion of ↵
Oliver Kiddle
2
-1
/
+8
ambiguous PID prefix
2014-08-13
32893: move use of _call_program inside the _tags loop to allow processes to ↵
Oliver Kiddle
2
-19
/
+29
be separated
2014-08-12
unposted: 5.0.5-dev-2
Peter Stephenson
2
-2
/
+6
2014-08-12
unposted: Indent entries in NEWS for changes since 5.0.0 for consistency
Mikael Magnusson
1
-76
/
+76
2014-08-12
32985: Add NEWS entry for array zipping operators.
Mikael Magnusson
2
-0
/
+9
2014-08-12
32975, 32984: texi2html.conf location inconsistent in makefile
Axel Beckert
2
-3
/
+8
2014-08-11
Missed ChangeLog commit for OpenSUSE rename.
Peter Stephenson
1
-0
/
+6
2014-08-10
A couple of minor typo fixes.
Barton E. Schaefer
1
-2
/
+2
2014-08-10
unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release
Peter Stephenson
10
-7
/
+28
2014-08-10
unposted: Fix typo in Doc/Zsh/expn.yo
Axel Beckert
2
-1
/
+5
2014-08-08
mention 32971 in NEWS, clarify RPROMPT behavior in docs
Barton E. Schaefer
3
-3
/
+17
2014-08-07
32971: negative argument with %(l..) and with %<< or %>> calculates space ↵
Barton E. Schaefer
3
-9
/
+43
available before right margin
2014-08-06
Rename _SuSEconfig to _SUSEconfig
Peter Stephenson
2
-1
/
+1
[next]