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
*
35910: Don't add to raw lex buffer if lex stopped.
Peter Stephenson
2015-07-25
2
-1
/
+6
*
35809: fix $((...)) completion by _expand widget.
Peter Stephenson
2015-07-25
2
-1
/
+22
*
35908: fix $((...)) completion in expand-or-complete widget
Peter Stephenson
2015-07-25
2
-2
/
+9
*
35896: index zle_highlight
Barton E. Schaefer
2015-07-24
3
-0
/
+10
*
35882: read-command has ZLE_NOTCOMMAND
Barton E. Schaefer
2015-07-24
2
-1
/
+5
*
35810: FAQ += edit-command-line
Daniel Shahaf
2015-07-24
2
-0
/
+19
*
35809: zyodl.vim: Fix nested parentheses
Daniel Shahaf
2015-07-24
2
-7
/
+16
*
35807: edit-command-line: Fix for non-7bit-data (after 35769)
Daniel Shahaf
2015-07-24
2
-1
/
+9
*
35865: document %^ prompt expansion
Oliver Kiddle
2015-07-24
2
-0
/
+6
*
35864: add sysopen, sysseek and systell to system module
Oliver Kiddle
2015-07-24
4
-2
/
+246
*
35879: fix for subcommands that don't have a second subcommand
Eric Cook
2015-07-24
2
-133
/
+137
*
35883: Don't attempt to back up over history if expanding alias
Peter Stephenson
2015-07-24
2
-1
/
+7
*
35873: add original test for process substitution deadlock from 35847
Peter Stephenson
2015-07-23
2
-0
/
+10
*
35872: protect against NULL pointers in unmeta
Peter Stephenson
2015-07-23
2
-1
/
+6
*
35849: close fd's from process substitution after fork
Peter Stephenson
2015-07-23
4
-6
/
+28
*
35854: ensure history character unget doesn't recurse infinitely
Peter Stephenson
2015-07-23
2
-2
/
+11
*
35793: avoid undefined behaviour shifting signed number
Peter Stephenson
2015-07-23
2
-3
/
+9
*
35753: allow for numbers after the ( in ternary expressions and fix backslash...
Oliver Kiddle
2015-07-23
2
-10
/
+12
*
35867: new patchutils (interdiff etc) completion
Oliver Kiddle
2015-07-23
2
-0
/
+108
*
35866: complete also for pigz and allow for NetBSD gzip
Oliver Kiddle
2015-07-23
3
-28
/
+41
*
35824: allow highlighting of just pasted text and put text from bracketed pas...
Oliver Kiddle
2015-07-23
6
-10
/
+40
*
35815: fix for lack of startup output from newer nslookup
Oliver Kiddle
2015-07-23
2
-2
/
+3
*
35814: POSTEDIT needs to be unmetafied
Oliver Kiddle
2015-07-23
2
-1
/
+5
*
35939: fix select polling in ztcp and zsocket
Joshua Krusell
2015-07-22
3
-2
/
+6
*
users/20324: add (D) flag for tilde-fied completion listing
Barton E. Schaefer
2015-07-22
2
-3
/
+10
*
fix another test for 35581
Barton E. Schaefer
2015-07-22
2
-2
/
+4
*
35826: add getsparam_u() to return unmetafied string, use it for a number of ...
Barton E. Schaefer
2015-07-22
9
-20
/
+38
*
35823: fix handling of MARK and CURSOR, clean up documentary comment
Barton E. Schaefer
2015-07-22
2
-26
/
+42
*
35581, 35582: output array assignments with spaces inside the parens
Barton E. Schaefer
2015-07-22
4
-7
/
+20
*
35805: tests for 35799
Barton E. Schaefer
2015-07-16
2
-0
/
+18
*
35799: with NO_EXEC, parse parameter subscript expressions
Barton E. Schaefer
2015-07-15
2
-7
/
+21
*
unposted: _ps1234: Fix ternary test char completion
Mikael Magnusson
2015-07-15
2
-3
/
+8
*
35789: (tweaked c.f. Bart: 35791): duplicate glob qualifier handling from _pa...
Oliver Kiddle
2015-07-14
2
-1
/
+25
*
35790: zyodl.vim: Be compatible with Vim 6.
Daniel Shahaf
2015-07-14
2
-1
/
+3
*
35775: New zsh-specific yodl vim syntax highlighting.
Daniel Shahaf
2015-07-13
4
-0
/
+86
*
35769: edit-command-line: Go to the right byte offset
Daniel Shahaf
2015-07-13
2
-1
/
+16
*
35737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and bee...
Oliver Kiddle
2015-07-14
3
-2
/
+9
*
35756: use the actual colours in the completion list for terminal colours
Oliver Kiddle
2015-07-14
2
-17
/
+34
*
35774: fix double formatting of date explanation message
Oliver Kiddle
2015-07-14
2
-4
/
+12
*
35779: completion: _git-config: remove extraneous "local expl"
Daniel Hahler
2015-07-13
2
-1
/
+5
*
unposted: Typo
Daniel Shahaf
2015-07-12
2
-1
/
+5
*
unposted: notes on ZTST_unimplemented and ZTST_skip.
Peter Stephenson
2015-07-10
2
-1
/
+18
*
35761: Make sure to skip alternate format extension test properly
Mikael Magnusson
2015-07-10
2
-8
/
+10
*
unposted: another ZTST_skip
Peter Stephenson
2015-07-10
2
-2
/
+3
*
35760: Add ZTST_skip to test system
Peter Stephenson
2015-07-10
5
-31
/
+64
*
35708: add UNDO_LIMIT_NO
Peter Stephenson
2015-07-09
4
-3
/
+52
*
unposted: Make V09 set a known timezone
Mikael Magnusson
2015-07-09
2
-3
/
+7
*
35751: Fix ERR_RETURN and ERR_EXIT in "else"
Peter Stephenson
2015-07-09
3
-1
/
+52
*
35745: ztrftime: Pass everything unhandled to the system strftime()
Mikael Magnusson
2015-07-09
3
-25
/
+122
*
35748: fixes to prompt spec completion where it contains date formats
Oliver Kiddle
2015-07-09
4
-141
/
+173
[next]