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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
34116: computil: Check for NULL before passing to strlen
Mikael Magnusson
2015-01-06
1
-1
/
+2
*
34118: Don't crash when writing out history if HOST is unset
Mikael Magnusson
2015-01-06
1
-1
/
+2
*
34114: emulate: Handle aborting from mixed -L/-c correctly
Mikael Magnusson
2015-01-06
1
-1
/
+2
*
34103: fix ancient double-quote handling thinko in subst_parse_str()
Barton E. Schaefer
2015-01-06
1
-2
/
+4
*
34093: "whence" should always return nonzero when it finds that nothing match...
Barton E. Schaefer
2015-01-06
1
-15
/
+17
*
34092: fix miscount of symlink resolution for "..".
Peter Stephenson
2015-01-04
1
-0
/
+2
*
34091: typo with "whence -s" expansions
Peter Stephenson
2015-01-04
1
-2
/
+2
*
users/19671: remove confusion with whence -a.
Peter Stephenson
2015-01-02
1
-1
/
+1
*
users/19667: whence -S shows intermediate steps in symlink expansion
Peter Stephenson
2015-01-02
2
-13
/
+66
*
34070: fix starting position for memset() from 34005.
Daniel Shahaf
2014-12-28
1
-1
/
+1
*
34064: assignment before command replaces array with export even when KSH_ARRAYS
Takeshi Banse
2014-12-27
1
-0
/
+2
*
34065: following an "if" condition, do not test lastval for ERR_EXIT until a ...
Barton E. Schaefer
2014-12-27
2
-5
/
+15
*
34015: disallow strange environment variable names.
Peter Stephenson
2014-12-19
1
-16
/
+23
*
34005: region_highlights memory fix
Peter Stephenson
2014-12-19
1
-2
/
+8
*
34002: zshcalloc() in init_keymaps()
Barton E. Schaefer
2014-12-18
1
-1
/
+1
*
33992: do not attempt attachtty() for process group zero (which is possible i...
Barton E. Schaefer
2014-12-18
1
-2
/
+5
*
34008: metafy the environment on arrival in the shell
Peter Stephenson
2014-12-18
1
-1
/
+1
*
34006: unmetafy anything put into the environment
Peter Stephenson
2014-12-18
1
-1
/
+11
*
33981: more care with region_highlights management
Peter Stephenson
2014-12-18
2
-29
/
+39
*
33978: avoid infinite loop in interactive mode
Jun-ichi Takimoto
2014-12-18
1
-1
/
+3
*
33984: bin_dirs() should use zputs() to print metafied directory names
Jun Kuriyama
2014-12-16
1
-1
/
+1
*
33982: minimal support for pid namespaces by recognizing that GETPGRP() may r...
Chirantan Ekbote
2014-12-16
1
-1
/
+1
*
33976: fix overlapping strcpy()
Barton E. Schaefer
2014-12-15
1
-1
/
+1
*
33956: document key binding changes and remove ^X binding
Oliver Kiddle
2014-12-13
2
-1
/
+2
*
33846: additional default vi-mode key bindings
Oliver Kiddle
2014-12-13
3
-5
/
+12
*
33950: ignore KEYTIMEOUT for vi operators
Oliver Kiddle
2014-12-12
3
-12
/
+19
*
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2014-12-11
28
-124
/
+273
*
33940: handle backslash-meta correctly in lexer
Jun-ichi Takimoto
2014-12-10
1
-1
/
+13
*
33932: revise boundary check in unmeta()
Jun-ichi Takimoto
2014-12-09
1
-5
/
+3
*
33924: allow vi line/characterwise mode to be forced
Oliver Kiddle
2014-12-08
4
-3
/
+26
*
33894: boundary conditions in unmeta(), unmetafy()
Barton E. Schaefer
2014-12-07
1
-3
/
+5
*
33854: errors end recursion through scanner()
Barton E. Schaefer
2014-12-07
1
-1
/
+1
*
33860: minor fixes to vi mode changes
Oliver Kiddle
2014-12-05
4
-44
/
+52
*
33845: save correct cursor position with push-line from vi command mode
Oliver Kiddle
2014-12-05
1
-0
/
+2
*
33823: overwrite mode shouldn't replace newlines
Oliver Kiddle
2014-11-30
1
-11
/
+10
*
33820: detect support for realpath() with a NULL
Oliver Kiddle
2014-11-30
1
-25
/
+22
*
33800: remove old workaround for ancient systems to
Oliver Kiddle
2014-11-30
1
-41
/
+2
*
33818: fix types passed to sizeof detected by coverity as being wrong
Oliver Kiddle
2014-11-30
5
-9
/
+9
*
33816, 33819: GLOB_ASSIGN changes integer and floating type variables to stri...
Barton E. Schaefer
2014-11-28
1
-1
/
+9
*
unposted: fix compiler set-but-not-used warning.
Wayne Davison
2014-11-28
1
-2
/
+4
*
33815: Fix word transposition bug.
Marc Finet
2014-11-28
1
-1
/
+0
*
33793: add 0b binary interpretation to integer constants
Peter Stephenson
2014-11-26
2
-2
/
+6
*
33770: avoid calling identical FIONREAD ioctl twice in succession
Oliver Kiddle
2014-11-25
1
-9
/
+5
*
33791: fatal errors in an "always" construct yield nonzero status
Barton E. Schaefer
2014-11-25
1
-2
/
+3
*
33785: Fix leaks of desthost in ztcp
Mikael Magnusson
2014-11-24
1
-0
/
+4
*
33775: error opening file in $(<...) is not fatal
Barton E. Schaefer
2014-11-23
1
-2
/
+2
*
33743: use posix_openpt in zpty if it is available
Oliver Kiddle
2014-11-24
1
-0
/
+4
*
33750: handle function autoloads for DEBUG_BEFORE_CMD
Barton E. Schaefer
2014-11-21
1
-0
/
+4
*
33738: account for a selection in vi-replace-chars
Oliver Kiddle
2014-11-21
1
-8
/
+35
*
33730: vim style text objects for selecting words
Oliver Kiddle
2014-11-21
4
-1
/
+335
[prev]
[next]