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
*
29452: allow completion of parameter flags
Peter Stephenson
2011-06-03
1
-3
/
+13
*
29451: ${##stuff} removes stuff from the head of $#
Peter Stephenson
2011-06-03
1
-1
/
+10
*
29413: "print -S" for saving to history with lexical word split
Peter Stephenson
2011-06-03
2
-113
/
+170
*
histlexwords splitting of ";;" in case
Peter Stephenson
2011-05-27
1
-0
/
+7
*
29382: apply 29374 to zccmd_input too.
Bart Schaefer
2011-05-27
1
-2
/
+2
*
29329: fix undefined behaviour in math.c
Mikael Magnusson
2011-05-27
1
-1
/
+2
*
29374: exit ZLE immediately if exit pending when keypress expected
Peter Stephenson
2011-05-26
1
-2
/
+2
*
29367, 29368: avoid redirecting the xtrace of simple commands along with
Bart Schaefer
2011-05-24
1
-1
/
+1
*
29351: casts needed to pass integers through stdarg
Peter Stephenson
2011-05-23
1
-2
/
+3
*
29224: Support negative LEN in ${VAR:OFFSET:LEN} like bash.
Mikael Magnusson
2011-05-19
1
-9
/
+31
*
29261: Add g:: flag.
Mikael Magnusson
2011-05-19
1
-0
/
+56
*
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
2011-05-19
9
-10
/
+10
*
29313: better sh emulation with SHWORDPLIT and empty $IFS
Bart Schaefer
2011-05-18
1
-13
/
+18
*
29312, users/16032: add "zparseopts -M"
Bart Schaefer
2011-05-18
1
-3
/
+68
*
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
[next]