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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
33978: avoid infinite loop in interactive mode
Jun-ichi Takimoto
2014-12-18
1
-0
/
+5
*
zsh-users/19551: history documentation.
Peter Stephenson
2014-12-17
1
-0
/
+6
*
33984: bin_dirs() should use zputs() to print metafied directory names
Jun Kuriyama
2014-12-16
1
-1
/
+4
*
33982: minimal support for pid namespaces by recognizing that GETPGRP() may r...
Chirantan Ekbote
2014-12-16
1
-0
/
+5
*
33976: fix overlapping strcpy()
Barton E. Schaefer
2014-12-15
1
-0
/
+4
*
users/19530: Handle commented lines in /etc/filesystems
Mikael Magnusson
2014-12-14
1
-0
/
+5
*
unposted: Add missing -f arg to zsh in D04parameter.ztst
Peter Stephenson
2014-12-14
1
-0
/
+5
*
33958: update sudo completion for newer options
Oliver Kiddle
2014-12-13
1
-0
/
+6
*
33846: additional default vi-mode key bindings
Oliver Kiddle
2014-12-13
1
-0
/
+5
*
33950: ignore KEYTIMEOUT for vi operators
Oliver Kiddle
2014-12-12
1
-0
/
+5
*
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2014-12-11
1
-2
/
+18
*
Parse "Gentoo" as being GNU libc
Mikael Magnusson
2014-12-10
1
-0
/
+6
*
33940: handle backslash-meta correctly in lexer
Jun-ichi Takimoto
2014-12-10
1
-0
/
+4
*
33932: revise boundary check in unmeta()
Jun-ichi Takimoto
2014-12-09
1
-0
/
+4
*
33924: allow vi line/characterwise mode to be forced
Oliver Kiddle
2014-12-08
1
-0
/
+6
*
33927: nm completion improvements
Peter Stephenson
2014-12-08
1
-0
/
+3
*
33843: minor optimisation for recursive-files.
Peter Stephenson
2014-12-08
1
-0
/
+5
*
33912: fix filename default case
Barton E. Schaefer
2014-12-07
1
-0
/
+2
*
33901: fix warning message reference to funcstack (updates 33859)
Barton E. Schaefer
2014-12-07
1
-0
/
+3
*
33894: boundary conditions in unmeta(), unmetafy()
Barton E. Schaefer
2014-12-07
1
-0
/
+4
*
33854: errors end recursion through scanner()
Barton E. Schaefer
2014-12-07
1
-0
/
+5
*
33883: documentation for (*) glob qualifier
Daniel Shahaf
2014-12-07
1
-1
/
+7
*
33829: unbind ESC~ as a more reliable workaround
Jun-ichi Takimoto
2014-12-07
1
-0
/
+5
*
33882: Complete CXXFLAGS as CFLAGS too
Mikael Magnusson
2014-12-06
1
-0
/
+5
*
33861: update lsof completion for new options
Oliver Kiddle
2014-12-05
1
-0
/
+3
*
33860: minor fixes to vi mode changes
Oliver Kiddle
2014-12-05
1
-0
/
+4
*
33845: save correct cursor position with push-line from vi command mode
Oliver Kiddle
2014-12-05
1
-0
/
+5
*
33866: addendum to completion trap fix
Peter Stephenson
2014-12-05
1
-0
/
+3
*
33859: Fix traps in completion
Peter Stephenson
2014-12-05
1
-0
/
+5
*
33841: explain array append a bit better
Barton E. Schaefer
2014-12-04
1
-1
/
+5
*
33689: make cp --reflink's argument optional
Eric Cook
2014-12-03
1
-0
/
+5
*
33830: META-FAQ updates.
Peter Stephenson
2014-12-01
1
-0
/
+5
*
33823: overwrite mode shouldn't replace newlines
Oliver Kiddle
2014-11-30
1
-0
/
+3
*
33820: detect support for realpath() with a NULL
Oliver Kiddle
2014-11-30
1
-0
/
+3
*
33800: remove old workaround for ancient systems to
Oliver Kiddle
2014-11-30
1
-0
/
+3
*
33818: fix types passed to sizeof detected by coverity as being wrong
Oliver Kiddle
2014-11-30
1
-0
/
+6
*
33816, 33819: GLOB_ASSIGN changes integer and floating type variables to stri...
Barton E. Schaefer
2014-11-28
1
-0
/
+8
*
unposted: fix compiler set-but-not-used warning.
Wayne Davison
2014-11-28
1
-0
/
+4
*
33139: add doc example to glob broken symbolic links.
Simon Ruderich
2014-11-28
1
-0
/
+4
*
33815: Fix word transposition bug.
Marc Finet
2014-11-28
1
-0
/
+5
*
33805: rewrite zshparams intro, tweak formatting
Barton E. Schaefer
2014-11-27
1
-0
/
+2
*
33804: hide values of large arrays in typeset output
Barton E. Schaefer
2014-11-27
1
-0
/
+5
*
unposted: test binary input using 0b
Peter Stephenson
2014-11-26
1
-0
/
+4
*
33793: add 0b binary interpretation to integer constants
Peter Stephenson
2014-11-26
1
-0
/
+5
*
33769: workaround for KEYTIMEOUT to work from test
Jun T
2014-11-25
1
-0
/
+3
*
33770: avoid calling identical FIONREAD ioctl twice in succession
Oliver Kiddle
2014-11-25
1
-0
/
+3
*
users/19365: completer for current directory of other shell processes
Oliver Kiddle
2014-11-25
1
-0
/
+6
*
33791: fatal errors in an "always" construct yield nonzero status
Barton E. Schaefer
2014-11-25
1
-0
/
+6
*
33746: read -q doc refers to -t
Daniel Hahler
2014-11-24
1
-0
/
+4
*
33785: Fix leaks of desthost in ztcp
Mikael Magnusson
2014-11-24
1
-0
/
+4
[next]