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
/
Src
Commit message (
Expand
)
Author
Age
Files
Lines
*
29282: hide prototypes for ZSH_HEAP_DEBUG with #ifdef's
Peter Stephenson
2011-05-14
1
-0
/
+5
*
29276: always typedef Heapid for use by auto-generated header files.
Bart Schaefer
2011-05-14
1
-1
/
+2
*
29268: extra dupstring() for value to be used in completion match group
Peter Stephenson
2011-05-14
1
-1
/
+1
*
29267: add -enable-zsh-debug and use for debugging completion matcher groups
Peter Stephenson
2011-05-14
7
-6
/
+386
*
Danek: 29254: fix some compiler warnings
Peter Stephenson
2011-05-13
5
-4
/
+2
*
Jérémie Roquet: 29258: mark a couple more functions for export.
Peter Stephenson
2011-05-13
1
-2
/
+2
*
29208: make vimatchbracket more useful in emacs mode
Mikael Magnusson
2011-05-12
1
-0
/
+3
*
29217: main shell now depends on zshcurses.h and zshterm.h
Peter Stephenson
2011-05-11
1
-3
/
+1
*
rename system.h to zsh_system.h
Peter Stephenson
2011-05-10
3
-2
/
+2
*
29214: use -I rather than explicit path to find headers
Peter Stephenson
2011-05-10
3
-8
/
+4
*
29191 (Danek) and 29203 (with fixes): make TERMINFO variable special.
Peter Stephenson
2011-05-10
1
-5
/
+44
*
29195: Separate nameddir hash to avoid clash of
Peter Stephenson
2011-05-09
5
-279
/
+360
*
29193: badly placed variable declaration
Peter Stephenson
2011-05-09
1
-2
/
+2
*
29165: use term.h globally if needed at all.
Peter Stephenson
2011-05-09
22
-227
/
+241
*
users/15986: handle EINTR in zccmd_input
Bart Schaefer
2011-05-08
1
-4
/
+44
*
29175: optimize freeheap
Bart Schaefer
2011-05-07
1
-2
/
+22
*
29134: change termcap prototypes locally for AIX
Peter Stephenson
2011-05-03
1
-6
/
+18
*
29129: reading of end of fd array
Peter Stephenson
2011-05-02
1
-4
/
+5
*
29107: replace overlapping strcpy with memmove
Bart Schaefer
2011-04-29
1
-4
/
+4
*
Use "const" qualifier in termcap prototypes.
Wayne Davison
2011-04-26
1
-6
/
+6
*
Jun T.: 29031: increment global minfo state when inserting characters
Bart Schaefer
2011-04-24
1
-0
/
+2
*
29008, 29012: Add `--enable-additional-fpath' option to add arbitrary directo...
Frank Terbeck
2011-04-18
2
-2
/
+23
*
Fix compiler warning due to state.doff duplication.
Wayne Davison
2011-04-15
1
-1
/
+1
*
28997: make --enable-libc-musl explicit
Peter Stephenson
2011-04-14
1
-0
/
+4
*
Valentin Ochs: 28990: more changes needed for signals.
Peter Stephenson
2011-04-12
1
-2
/
+1
*
users/15953: handle EINTR when using read -k or -q with -u or -p
Peter Stephenson
2011-04-11
1
-3
/
+10
*
28977: fix copying of uninitialized memory when trying to
Wayne Davison
2011-04-06
1
-0
/
+2
*
Stef van Vlierberghe: 28965 (as posted in 28967):
Peter Stephenson
2011-04-01
1
-1
/
+18
*
28926: No newline after the last line in listlist() when printing the list
Bart Schaefer
2011-03-28
1
-1
/
+3
*
Mikael: 28941: fix $CURSOR access when metafied
Peter Stephenson
2011-03-27
1
-1
/
+3
*
28936: ${#$} and ${#?} also didn't work
Peter Stephenson
2011-03-21
1
-0
/
+2
*
28889: ${##} should return the length of $#
Peter Stephenson
2011-03-11
1
-0
/
+1
*
users/15864: turn zsh_directory_name into a hook
Peter Stephenson
2011-03-11
2
-19
/
+63
*
28886: Fix region_highlight dynamic updates for $PREDISPLAY
Peter Stephenson
2011-03-11
1
-33
/
+70
*
28866: with POSIX_BUILTINS "command" prefix resets specialness
Peter Stephenson
2011-03-06
1
-2
/
+5
*
28853: Fix typo: preceed -> precede
Frank Terbeck
2011-03-04
2
-2
/
+2
*
28823: make it an error to tie the same scalar to two different arrays
Bart Schaefer
2011-03-01
1
-2
/
+7
*
Frank, 28812 as modified in 28813:
Peter Stephenson
2011-02-28
1
-1
/
+1
*
28799: lexical analyser didn't stop early enough with completion words
Peter Stephenson
2011-02-24
1
-1
/
+1
*
28795 plus typos noticed by Mikael: careful with forked shells
Peter Stephenson
2011-02-23
1
-4
/
+6
*
28791: exit on errors with special builtins with POSIXBUILTINS
Peter Stephenson
2011-02-22
2
-9
/
+23
*
28783: allow parentheses to be special in more places with SH_GLOB
Peter Stephenson
2011-02-21
1
-1
/
+3
*
28784: exit on exec redirection error with POISX_BUILTINS
Peter Stephenson
2011-02-21
1
-2
/
+17
*
28773: add zle-history-line-set widget
Peter Stephenson
2011-02-18
1
-0
/
+1
*
28772: Update regions in region highlight dynamically
Peter Stephenson
2011-02-18
6
-51
/
+404
*
28762: fix coproc file desriptor closing
Peter Stephenson
2011-02-17
1
-2
/
+6
*
28671: better cursor positioning after undo
Peter Stephenson
2011-02-11
1
-1
/
+3
*
users/15770 HASH_DIRS tracks INTERACTIVE
Bart Schaefer
2011-02-11
1
-0
/
+3
*
28638: add $usergroups parameter
Peter Stephenson
2011-01-19
2
-1
/
+155
*
Mikael: 28637: ${foo:0:} caused crash
Peter Stephenson
2011-01-18
1
-6
/
+8
[next]