index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
36729: fix some typos in distro docs
Andrew Janke
2015-10-01
4
-7
/
+9
*
36722: allow git range to complete after ^.
Peter Stephenson
2015-10-01
2
-1
/
+13
*
Merge branch 'master' of https://git.code.sf.net/p/zsh/code
Peter Stephenson
2015-10-01
12
-41
/
+204
|
\
|
*
users/20672: missing "do" in gettext2() for "select"
Barton E. Schaefer
2015-09-30
2
-1
/
+5
|
*
36707: distinguish ERR_RETURN value of retflag so that execif() can ignore it...
Barton E. Schaefer
2015-09-30
3
-3
/
+10
|
*
remove sentence fragment
Barton E. Schaefer
2015-09-30
2
-2
/
+5
|
*
36692: bracketed-paste-url-magic: simpler alternative for handling pasted urls
Mikael Magnusson
2015-10-01
2
-0
/
+45
|
*
36709: zle -f from inside widget to set flags and make yank start/end zle par...
Mikael Magnusson
2015-10-01
5
-12
/
+92
|
*
36725: vcs_info git: Compute %b correctly when "git am"-ing onto detached heads.
Daniel Shahaf
2015-09-30
2
-0
/
+5
|
*
36725: vcs_info git: Compute %b correctly when rebasing detached heads.
Daniel Shahaf
2015-09-30
2
-0
/
+7
|
*
36725: vcs_info git: Compute %b correctly when merging to detached heads.
Daniel Shahaf
2015-09-30
2
-1
/
+7
|
*
36697: handle options of _arguments correctly
Jun-ichi Takimoto
2015-09-30
2
-22
/
+28
*
|
36693: arithmetic rounds towards zero, document
Matthew Martin
2015-09-30
2
-5
/
+8
|
/
*
36711: Allocate unmetafied pattern trial string on the heap
Peter Stephenson
2015-09-30
3
-52
/
+12
*
unposted: fix typo in comment.
Barton E. Schaefer
2015-09-29
1
-1
/
+1
*
36700: unmetafy early for parameter match
Peter Stephenson
2015-09-29
3
-188
/
+294
*
36682: expand pattern interface to optimise unmetafication
Peter Stephenson
2015-09-28
6
-130
/
+288
*
unposted: Test for 36669
Daniel Shahaf
2015-09-28
2
-0
/
+10
*
36601: vcs_info: handle missing .git/rebase-apply/{next,msg-clean}
Daniel Hahler
2015-09-28
2
-11
/
+19
*
36669: fix ${(z)...} of an an incomplete math expression by restoring "((" at...
Barton E. Schaefer
2015-09-27
2
-0
/
+14
*
unposted: Update link to my ChangeLog generator script,
Daniel Shahaf
2015-09-28
2
-0
/
+8
*
unposted: Fix broken case condition and "qualifer" typo
Mikael Magnusson
2015-09-28
5
-11
/
+16
*
36651: WARN_CREATE_GLOBAL += math expressions
Daniel Shahaf
2015-09-27
5
-2
/
+38
*
36653: OpenBSD's usermod has no -a flag
Matthew Martin
2015-09-27
2
-1
/
+6
*
36663: replace obsolete "autobins" commentary with "autofeatures"
Barton E. Schaefer
2015-09-27
3
-8
/
+7
*
36661: replace obsolete "autobins" setting with "autofeatures"
Barton E. Schaefer
2015-09-27
2
-1
/
+6
*
36631: separate _zsh from _sh
Jun-ichi Takimoto
2015-09-28
3
-16
/
+14
*
36641: fix multibyte handling in incremental search during menu selection
Barton E. Schaefer
2015-09-26
2
-1
/
+6
*
unposted (see 36633): _hg: Enable --option=value syntax and disable '-xy Xarg...
Daniel Shahaf
2015-09-26
2
-126
/
+131
*
unposted: zle: Document the C helper function processcmd().
Daniel Shahaf
2015-09-25
3
-2
/
+10
*
36626: _hg: completion for 'hg bookmarks'
Christoph Mathys
2015-09-25
2
-0
/
+15
*
36630: new function zsh_directory_name_generic
Peter Stephenson
2015-09-25
4
-2
/
+342
*
36623: document bracketed-paste-magic and url-quote-magic; add cross-referenc...
Barton E. Schaefer
2015-09-24
2
-1
/
+166
*
36603: glob: fix dirfd leak during Y shortcut qualifier
Mikael Magnusson
2015-09-24
2
-5
/
+10
*
unposted: _hg: Declare $expl as an array
Daniel Shahaf
2015-09-24
2
-3
/
+8
*
36613: _hg: extend completion for hg push to support branch and bookmark
Christoph Mathys
2015-09-24
2
-0
/
+16
*
36604: fix getopts+shift calculation
Barton E. Schaefer
2015-09-23
2
-1
/
+5
*
unposted: Followup to 36586: Change C99 comment syntax to the C89 syntax.
Daniel Shahaf
2015-09-23
2
-2
/
+7
*
36571: Completion for zsocket and updated losetup's completion
Eric Cook
2015-09-23
3
-11
/
+45
*
unposted: replace multi-byte curly-quotes with plain quotes in ChangeLog entry
Mikael Magnusson
2015-09-23
1
-1
/
+1
*
36587: use +LINE:COLUMN to place the cursor when invoking emacs variants, for...
Barton E. Schaefer
2015-09-22
2
-3
/
+11
*
36586: fix completion match right anchor
Han Pingtian
2015-09-22
3
-4
/
+12
*
36538: fix description of b and B completion match anchors
Han Pingtian
2015-09-22
2
-2
/
+7
*
36578: option in a set has key "set-opt" in $opt_args
Jun-ichi Takimoto
2015-09-22
2
-0
/
+10
*
36580: don't copy empty buffer in compmatch.
Peter Stephenson
2015-09-21
2
-2
/
+14
*
36577: supplement 36559 to using LONG_MAX for 64-bit long
Peter Stephenson
2015-09-21
3
-0
/
+13
*
36576: _tmux: Fix tmux homepage URI
Frank Terbeck
2015-09-21
2
-1
/
+4
*
36575: _tmux: ‘lock-server’ option is gone in tmux.git
Frank Terbeck
2015-09-21
2
-2
/
+5
*
36556: complete two or more options for zsh
Jun-ichi Takimoto
2015-09-21
2
-1
/
+9
*
unposted: typo in 36559
Peter Stephenson
2015-09-21
2
-1
/
+5
[next]