index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-06
34108: Don't leak ifs stuff
Mikael Magnusson
1
-2
/
+2
2015-01-06
34107: getsubsargs: free ptr1 before returning
Mikael Magnusson
1
-0
/
+1
2015-01-06
34134: anon funcs: don't leak shf and related data
Mikael Magnusson
1
-0
/
+6
2015-01-06
34112: typeset: fix leak of oldval
Mikael Magnusson
1
-0
/
+2
2015-01-06
34106: hist: use zhtricat instead of tricat
Mikael Magnusson
1
-1
/
+1
2015-01-06
34113: whence: use dupstring to not leak memory
Mikael Magnusson
1
-1
/
+1
2015-01-06
34119: complist: Fix leak of string in clnicezputs
Mikael Magnusson
1
-0
/
+2
2015-01-06
34105: subst: remove dead code
Mikael Magnusson
1
-1
/
+1
2015-01-06
34121: compresult: Remove unneeded NULL check
Mikael Magnusson
1
-1
/
+1
2015-01-06
34104: compctl: Remove pointless check
Mikael Magnusson
1
-1
/
+1
2015-01-06
34115: compcore: Fix size argument to zfree
Mikael Magnusson
1
-1
/
+1
2015-01-06
34117: zle: size_t is unsigned, use int instead
Mikael Magnusson
1
-1
/
+1
2015-01-06
34116: computil: Check for NULL before passing to strlen
Mikael Magnusson
1
-1
/
+2
2015-01-06
34118: Don't crash when writing out history if HOST is unset
Mikael Magnusson
1
-1
/
+2
2015-01-06
34114: emulate: Handle aborting from mixed -L/-c correctly
Mikael Magnusson
1
-1
/
+2
2015-01-06
34103: fix ancient double-quote handling thinko in subst_parse_str()
Barton E. Schaefer
1
-2
/
+4
2015-01-06
34093: "whence" should always return nonzero when it finds that nothing match...
Barton E. Schaefer
1
-15
/
+17
2015-01-04
34092: fix miscount of symlink resolution for "..".
Peter Stephenson
1
-0
/
+2
2015-01-04
34091: typo with "whence -s" expansions
Peter Stephenson
1
-2
/
+2
2015-01-02
users/19671: remove confusion with whence -a.
Peter Stephenson
1
-1
/
+1
2015-01-02
users/19667: whence -S shows intermediate steps in symlink expansion
Peter Stephenson
2
-13
/
+66
2014-12-28
34070: fix starting position for memset() from 34005.
Daniel Shahaf
1
-1
/
+1
2014-12-27
34064: assignment before command replaces array with export even when KSH_ARRAYS
Takeshi Banse
1
-0
/
+2
2014-12-27
34065: following an "if" condition, do not test lastval for ERR_EXIT until a ...
Barton E. Schaefer
2
-5
/
+15
2014-12-19
34015: disallow strange environment variable names.
Peter Stephenson
1
-16
/
+23
2014-12-19
34005: region_highlights memory fix
Peter Stephenson
1
-2
/
+8
2014-12-18
34002: zshcalloc() in init_keymaps()
Barton E. Schaefer
1
-1
/
+1
2014-12-18
33992: do not attempt attachtty() for process group zero (which is possible i...
Barton E. Schaefer
1
-2
/
+5
2014-12-18
34008: metafy the environment on arrival in the shell
Peter Stephenson
1
-1
/
+1
2014-12-18
34006: unmetafy anything put into the environment
Peter Stephenson
1
-1
/
+11
2014-12-18
33981: more care with region_highlights management
Peter Stephenson
2
-29
/
+39
2014-12-18
33978: avoid infinite loop in interactive mode
Jun-ichi Takimoto
1
-1
/
+3
2014-12-16
33984: bin_dirs() should use zputs() to print metafied directory names
Jun Kuriyama
1
-1
/
+1
2014-12-16
33982: minimal support for pid namespaces by recognizing that GETPGRP() may r...
Chirantan Ekbote
1
-1
/
+1
2014-12-15
33976: fix overlapping strcpy()
Barton E. Schaefer
1
-1
/
+1
2014-12-13
33956: document key binding changes and remove ^X binding
Oliver Kiddle
2
-1
/
+2
2014-12-13
33846: additional default vi-mode key bindings
Oliver Kiddle
3
-5
/
+12
2014-12-12
33950: ignore KEYTIMEOUT for vi operators
Oliver Kiddle
3
-12
/
+19
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
28
-124
/
+273
2014-12-10
33940: handle backslash-meta correctly in lexer
Jun-ichi Takimoto
1
-1
/
+13
2014-12-09
33932: revise boundary check in unmeta()
Jun-ichi Takimoto
1
-5
/
+3
2014-12-08
33924: allow vi line/characterwise mode to be forced
Oliver Kiddle
4
-3
/
+26
2014-12-07
33894: boundary conditions in unmeta(), unmetafy()
Barton E. Schaefer
1
-3
/
+5
2014-12-07
33854: errors end recursion through scanner()
Barton E. Schaefer
1
-1
/
+1
2014-12-05
33860: minor fixes to vi mode changes
Oliver Kiddle
4
-44
/
+52
2014-12-05
33845: save correct cursor position with push-line from vi command mode
Oliver Kiddle
1
-0
/
+2
2014-11-30
33823: overwrite mode shouldn't replace newlines
Oliver Kiddle
1
-11
/
+10
2014-11-30
33820: detect support for realpath() with a NULL
Oliver Kiddle
1
-25
/
+22
2014-11-30
33800: remove old workaround for ancient systems to
Oliver Kiddle
1
-41
/
+2
2014-11-30
33818: fix types passed to sizeof detected by coverity as being wrong
Oliver Kiddle
5
-9
/
+9
[next]