Zsh Mailing List Archive
zsh-workers 2015
Date Index
Listing 1000 of 3364 messages.
Page 1 of 4.
[Prev Page] [Next Page]
- 2015/01/02 Re: [PATCH 6/9] vcs_info quilt: fix unapplied detection on sub-directory Frank Terbeck
- 2015/01/02 Re: [PATCH] vcs_info: avoid errors on missing file Frank Terbeck
- 2015/01/02 Re: vcs_info: an variable for the .git directory in hooks Frank Terbeck
- 2015/01/03 Re: [PATCH] ERR_EXIT with "for" loops and shell functions (Re: Bug report) Peter Stephenson
- 2015/01/03 Re: [PATCH] ERR_EXIT with "for" loops and shell functions (Re: Bug report) Bart Schaefer
- 2015/01/03 Re: [PATCH] ERR_EXIT with "for" loops and shell functions (Re: Bug report) Peter Stephenson
- 2015/01/03 A05execution.ztst fails on Cygwin İsmail Dönmez
- 2015/01/03 V08zpty.ztst hangs on Cygwin İsmail Dönmez
- 2015/01/04 Re: A05execution.ztst fails on Cygwin Ray Andrews
- 2015/01/04 Re: A05execution.ztst fails on Cygwin İsmail Dönmez
- 2015/01/04 Re: A05execution.ztst fails on Cygwin Ray Andrews
- 2015/01/04 Re: A05execution.ztst fails on Cygwin Peter Stephenson
- 2015/01/04 Re: A05execution.ztst fails on Cygwin Peter Stephenson
- 2015/01/04 Re: A05execution.ztst fails on Cygwin Bart Schaefer
- 2015/01/04 Re: A05execution.ztst fails on Cygwin İsmail Dönmez
- 2015/01/04 Re: A05execution.ztst fails on Cygwin Peter Stephenson
- 2015/01/05 Re: symlink chain. Vin Shelton
- 2015/01/05 Re: symlink chain. Peter Stephenson
- 2015/01/05 Re: symlink chain. Peter Stephenson
- 2015/01/05 [PATCH] Exit status of "whence" (Re: symlink chain.) Bart Schaefer
- 2015/01/05 Bug when trying to "cd" without the "cd" command Beshoy Girgis
- 2015/01/06 Fishy code in sticky emulation? Mikael Magnusson
- 2015/01/06 Re: Fishy code in sticky emulation? Peter Stephenson
- 2015/01/06 Re: Fishy code in sticky emulation? Mikael Magnusson
- 2015/01/06 Fishier code in handlefeatures Mikael Magnusson
- 2015/01/06 Re: Fishier code in handlefeatures ZyX
- 2015/01/06 Re: Fishier code in handlefeatures Mikael Magnusson
- 2015/01/06 Re: Fishier code in handlefeatures ZyX
- 2015/01/06 dead code in subst_parse_str Mikael Magnusson
- 2015/01/06 Re: dead code in subst_parse_str Bart Schaefer
- 2015/01/06 Some valgrind patches Mikael Magnusson
- 2015/01/06 PATCH 01/17: emulate: Handle aborting from mixed -L/-c correctly Mikael Magnusson
- 2015/01/06 PATCH 02/17: Don't crash when writing out history if HOST is unset Mikael Magnusson
- 2015/01/06 PATCH 03/17: computil: Check for NULL before passing to strlen Mikael Magnusson
- 2015/01/06 PATCH 04/17: zle: size_t is unsigned, use int instead Mikael Magnusson
- 2015/01/06 PATCH 05/17: compcore: Fix size argument to zfree Mikael Magnusson
- 2015/01/06 PATCH 06/17: compctl: Remove pointless check Mikael Magnusson
- 2015/01/06 PATCH 07/17: compresult: Remove unneeded NULL check Mikael Magnusson
- 2015/01/06 PATCH 08/17: subst: remove dead code Mikael Magnusson
- 2015/01/06 PATCH 09/17: complist: Fix leak of string in clnicezputs Mikael Magnusson
- 2015/01/06 PATCH 10/17: whence: use dupstring to not leak memory Mikael Magnusson
- 2015/01/06 PATCH 11/17: hist: use zhtricat instead of tricat Mikael Magnusson
- 2015/01/06 PATCH 12/17: typeset: fix leak of oldval Mikael Magnusson
- 2015/01/06 PATCH 13/17: anon funcs: don't leak shf when ctrl-c in () {:} =(sleep 1) Mikael Magnusson
- 2015/01/06 PATCH 14/17: getsubsargs: free ptr1 before returning Mikael Magnusson
- 2015/01/06 PATCH 15/17: Don't leak ifs stuff Mikael Magnusson
- 2015/01/06 PATCH 16/17: compctl: Comparing array with 0 does nothing, check contents (should it be dropped instead?) Mikael Magnusson
- 2015/01/06 PATCH 17/17: check widthp before deref (is this okay, or should it be *swidep = buf + *widthp ? *widthp : 0; or something) Mikael Magnusson
- 2015/01/06 Re: Fishier code in handlefeatures Bart Schaefer
- 2015/01/06 Re: PATCH 17/17: check widthp before deref (is this okay, or should it be *swidep = buf + *widthp ? *widthp : 0; or something) Bart Schaefer
- 2015/01/06 Re: PATCH 06/17: compctl: Remove pointless check Bart Schaefer
- 2015/01/06 Re: PATCH 06/17: compctl: Remove pointless check Mikael Magnusson
- 2015/01/06 Re: PATCH 06/17: compctl: Remove pointless check Kamil Dudka
- 2015/01/06 Re: PATCH 12/17: typeset: fix leak of oldval Peter Stephenson
- 2015/01/06 Re: PATCH 13/17: anon funcs: don't leak shf when ctrl-c in () {:} =(sleep 1) Peter Stephenson
- 2015/01/06 Re: PATCH 14/17: getsubsargs: free ptr1 before returning Peter Stephenson
- 2015/01/06 Re: PATCH 13/17: anon funcs: don't leak shf when ctrl-c in () {:} =(sleep 1) Mikael Magnusson
- 2015/01/06 Re: PATCH 15/17: Don't leak ifs stuff Peter Stephenson
- 2015/01/06 Re: PATCH 16/17: compctl: Comparing array with 0 does nothing, check contents (should it be dropped instead?) Peter Stephenson
- 2015/01/06 Re: PATCH 13/17: anon funcs: don't leak shf when ctrl-c in () {:} =(sleep 1) Peter Stephenson
- 2015/01/06 Re: PATCH 13/17: anon funcs: don't leak shf when ctrl-c in () {:} =(sleep 1) Mikael Magnusson
- 2015/01/06 Re: PATCH 06/17: compctl: Remove pointless check Mikael Magnusson
- 2015/01/06 Re: PATCH 13/17: anon funcs: don't leak shf when ctrl-c in () {:} =(sleep 1) Peter Stephenson
- 2015/01/06 Re: PATCH 13/17: anon funcs: don't leak shf when ctrl-c in () {:} =(sleep 1) Mikael Magnusson
- 2015/01/06 Re: PATCH 17/17: check widthp before deref (is this okay, or should it be *swidep = buf + *widthp ? *widthp : 0; or something) Mikael Magnusson
- 2015/01/06 Re: PATCH 06/17: compctl: Remove pointless check Kamil Dudka
- 2015/01/06 Re: Some valgrind patches Mikael Magnusson
- 2015/01/07 Re: PATCH 06/17: compctl: Remove pointless check Ray Andrews
- 2015/01/07 Re: PATCH 16/17: compctl: Comparing array with 0 does nothing, check contents (should it be dropped instead?) Ray Andrews
- 2015/01/07 Re: PATCH 16/17: compctl: Comparing array with 0 does nothing, check contents (should it be dropped instead?) İsmail Dönmez
- 2015/01/07 [PATCH] allocate origline by ztrdup(), not by dupstring() Jun T.
- 2015/01/07 Be wary of ChangeLog with "git pull --rebase" Bart Schaefer
- 2015/01/07 Re: [PATCH] allocate origline by ztrdup(), not by dupstring() Jun T.
- 2015/01/07 build Ray Andrews
- 2015/01/07 Mikael's latest patch set (Re: [zsh:code] 19 new commits to zsh Code) Bart Schaefer
- 2015/01/07 Re: Mikael's latest patch set (Re: [zsh:code] 19 new commits to zsh Code) Ray Andrews
- 2015/01/07 PATCH: Plug some fd leaks in bin_print Mikael Magnusson
- 2015/01/07 Re: PATCH: Plug some fd leaks in bin_print Bart Schaefer
- 2015/01/07 Re: PATCH: Plug some fd leaks in bin_print Mikael Magnusson
- 2015/01/07 Re: PATCH: Plug some fd leaks in bin_print Bart Schaefer
- 2015/01/07 PATCH (differently) Re: PATCH: Plug some fd leaks in bin_print Bart Schaefer
- 2015/01/07 Re: PATCH (differently) Re: PATCH: Plug some fd leaks in bin_print Bart Schaefer
- 2015/01/07 Re: PATCH: Plug some fd leaks in bin_print Mikael Magnusson
- 2015/01/07 Re: PATCH: Plug some fd leaks in bin_print Mikael Magnusson
- 2015/01/07 Re: PATCH (differently) Re: PATCH: Plug some fd leaks in bin_print Mikael Magnusson
- 2015/01/07 Re: Mikael's latest patch set (Re: [zsh:code] 19 new commits to zsh Code) Peter Stephenson
- 2015/01/08 PATCH: fix command substitution parsing Peter Stephenson
- 2015/01/08 Re: PATCH (differently) Re: PATCH: Plug some fd leaks in bin_print Bart Schaefer
- 2015/01/08 Re: completion Ray Andrews
- 2015/01/08 Re: [PATCH] Re: Insecure tempfile creation Daniel Shahaf
- 2015/01/08 Re: [PATCH] Re: Insecure tempfile creation Bart Schaefer
- 2015/01/08 Re: [PATCH] Re: Insecure tempfile creation Danek Duvall
- 2015/01/08 Re: [PATCH] Re: Insecure tempfile creation Bart Schaefer
- 2015/01/08 Bug in 'histreduceblanks' w.r.t. multi-line commands Hans Meine
- 2015/01/09 Re: [PATCH] Re: Insecure tempfile creation Daniel Shahaf
- 2015/01/09 Re: [PATCH] Re: Insecure tempfile creation Peter Stephenson
- 2015/01/09 Re: [PATCH] Re: Insecure tempfile creation Ray Andrews
- 2015/01/09 Re: [PATCH] Re: Insecure tempfile creation Peter Stephenson
- 2015/01/09 Re: Bug in 'histreduceblanks' w.r.t. multi-line commands Mikael Magnusson
- 2015/01/09 Re: [PATCH] Re: Insecure tempfile creation Mikael Magnusson
- 2015/01/09 Re: [PATCH] Re: Insecure tempfile creation Peter Stephenson
- 2015/01/09 Re: A05execution.ztst fails on Cygwin İsmail Dönmez
- 2015/01/09 PATCH: hist: remove wrong NULL terminator Mikael Magnusson
- 2015/01/09 Re: [PATCH] Re: Insecure tempfile creation Peter Stephenson
- 2015/01/10 PATCH: select: Fix leak of 256 bytes on every loop when zle is not used Mikael Magnusson
- 2015/01/10 Crash when exporting scalar without value and getsparam fails Mikael Magnusson
- 2015/01/10 Re: [PATCH] Re: Insecure tempfile creation Peter Stephenson
- 2015/01/10 Re: PATCH: hist: remove wrong NULL terminator Ray Andrews
- 2015/01/10 Re: PATCH: hist: remove wrong NULL terminator Lawrence Velázquez
- 2015/01/10 Re: PATCH: hist: remove wrong NULL terminator Lawrence Velázquez
- 2015/01/10 Re: PATCH: hist: remove wrong NULL terminator Mikael Magnusson
- 2015/01/10 Math expression evaluation error? jdh
- 2015/01/10 Re: Math expression evaluation error? Peter Stephenson
- 2015/01/10 Re: PATCH: fix command substitution parsing Peter Stephenson
- 2015/01/10 Re: PATCH: hist: remove wrong NULL terminator Ray Andrews
- 2015/01/10 Re: Math expression evaluation error? jdh
- 2015/01/10 Re: Math expression evaluation error? Ray Andrews
- 2015/01/10 Re: PATCH: hist: remove wrong NULL terminator Peter Stephenson
- 2015/01/10 Re: Math expression evaluation error? Peter Stephenson
- 2015/01/10 Completion for qdbus Thomas Mitterfellner
- 2015/01/10 Re: Math expression evaluation error? Lawrence Velázquez
- 2015/01/10 Re: PATCH: hist: remove wrong NULL terminator Ray Andrews
- 2015/01/10 Re: Math expression evaluation error? Ray Andrews
- 2015/01/10 Re: Math expression evaluation error? Bart Schaefer
- 2015/01/10 Re: PATCH: hist: remove wrong NULL terminator Bart Schaefer
- 2015/01/10 Re: PATCH: fix command substitution parsing Bart Schaefer
- 2015/01/10 zsh/files module and insecure tempfile creation Bart Schaefer
- 2015/01/10 Re: Crash when exporting scalar without value and getsparam fails Bart Schaefer
- 2015/01/10 Re: PATCH: hist: remove wrong NULL terminator Bart Schaefer
- 2015/01/10 Re: Math expression evaluation error? Ray Andrews
- 2015/01/10 Re: PATCH: hist: remove wrong NULL terminator Ray Andrews
- 2015/01/10 Re: Crash when exporting scalar without value and getsparam fails Mikael Magnusson
- 2015/01/10 Re: Crash when exporting scalar without value and getsparam fails Mikael Magnusson
- 2015/01/11 Re: Math expression evaluation error? Bart Schaefer
- 2015/01/11 Re: Crash when exporting scalar without value and getsparam fails Bart Schaefer
- 2015/01/11 Re: Crash when exporting scalar without value and getsparam fails Mikael Magnusson
- 2015/01/11 Re: Crash when exporting scalar without value and getsparam fails Bart Schaefer
- 2015/01/11 Re: Crash when exporting scalar without value and getsparam fails Bart Schaefer
- 2015/01/11 Re: Math expression evaluation error? Ray Andrews
- 2015/01/11 Re: Crash when exporting scalar without value and getsparam fails Mikael Magnusson
- 2015/01/11 Re: Math expression evaluation error? Bart Schaefer
- 2015/01/11 Re: PATCH: fix command substitution parsing Mikael Magnusson
- 2015/01/11 Re: zsh/files module and insecure tempfile creation Peter Stephenson
- 2015/01/11 Re: Crash when exporting scalar without value and getsparam fails Bart Schaefer
- 2015/01/11 Re: PATCH: fix command substitution parsing Peter Stephenson
- 2015/01/11 Re: Crash when exporting scalar without value and getsparam fails Mikael Magnusson
- 2015/01/11 Re: PATCH: hist: remove wrong NULL terminator Lawrence Velázquez
- 2015/01/11 Re: Math expression evaluation error? Ray Andrews
- 2015/01/11 Re: PATCH: hist: remove wrong NULL terminator Ray Andrews
- 2015/01/11 Re: Math expression evaluation error? Bart Schaefer
- 2015/01/11 Re: PATCH: hist: remove wrong NULL terminator Bart Schaefer
- 2015/01/11 Re: zsh/files module and insecure tempfile creation Bart Schaefer
- 2015/01/11 Re: Math expression evaluation error? Ray Andrews
- 2015/01/11 Re: PATCH: hist: remove wrong NULL terminator Ray Andrews
- 2015/01/11 Floating point modulus Bart Schaefer
- 2015/01/12 Completion for qdbus Thomas Mitterfellner
- 2015/01/12 Re: Floating point modulus Peter Stephenson
- 2015/01/12 Re: Completion for qdbus Peter Stephenson
- 2015/01/12 Re: PATCH: fix command substitution parsing Peter Stephenson
- 2015/01/12 Re: Floating point modulus Ray Andrews
- 2015/01/12 Re: Floating point modulus Bart Schaefer
- 2015/01/12 Re: Floating point modulus Bart Schaefer
- 2015/01/12 Re: Floating point modulus Bart Schaefer
- 2015/01/12 Re: Floating point modulus Peter Stephenson
- 2015/01/12 Re: Floating point modulus Bart Schaefer
- 2015/01/12 Re: Floating point modulus Peter Stephenson
- 2015/01/12 Re: Floating point modulus Ray Andrews
- 2015/01/12 Re: Floating point modulus Peter Stephenson
- 2015/01/12 Re: Floating point modulus Ray Andrews
- 2015/01/12 Re: Floating point modulus Ray Andrews
- 2015/01/12 Re: Floating point modulus Bart Schaefer
- 2015/01/12 Re: Floating point modulus Bart Schaefer
- 2015/01/12 Re: zsh/files module and insecure tempfile creation Daniel Shahaf
- 2015/01/12 Re: zsh/files module and insecure tempfile creation Bart Schaefer
- 2015/01/12 Re: Math expression evaluation error? Vincent Lefevre
- 2015/01/12 Re: Floating point modulus Peter Stephenson
- 2015/01/12 Re: Floating point modulus Peter Stephenson
- 2015/01/12 Re: Math expression evaluation error? Peter Stephenson
- 2015/01/12 Re: Floating point modulus Vincent Lefevre
- 2015/01/13 Re: Floating point modulus Peter Stephenson
- 2015/01/13 Re: Math expression evaluation error? ZyX
- 2015/01/13 Re: Floating point modulus Bart Schaefer
- 2015/01/13 Re: Floating point modulus Peter Stephenson
- 2015/01/13 [PATCH] make subcmd_prefix_label local, fix typo for subcmd_rtprotocol Eric Cook
- 2015/01/13 [PATCH] relax the pattern for interface matching Eric Cook
- 2015/01/13 Re: [PATCH] relax the pattern for interface matching Eric Cook
- 2015/01/13 Floating point modulus - the "why not" Bart Schaefer
- 2015/01/13 Administrivia: Who admins the mailing list archive now? Bart Schaefer
- 2015/01/13 Re: Administrivia: Who admins the mailing list archive now? Mikael Magnusson
- 2015/01/13 Re: Are you financially Squeezed? Global Finance
- 2015/01/13 Re: Floating point modulus - the "why not" Peter Stephenson
- 2015/01/14 Re: Math expression evaluation error? Vincent Lefevre
- 2015/01/14 Re: Floating point modulus - the "why not" Vincent Lefevre
- 2015/01/14 Re: Floating point modulus - the "why not" Bart Schaefer
- 2015/01/14 OPTIND set incorrectly by getopts for options without arg Simon Chiang
- 2015/01/14 Re: OPTIND set incorrectly by getopts for options without arg Bart Schaefer
- 2015/01/14 Re: Math expression evaluation error? ZyX
- 2015/01/14 PATCH: Update completion style pattern examples Bart Schaefer
- 2015/01/15 PATCH: don't run zpty tests on Cygwin Peter Stephenson
- 2015/01/15 Re: PATCH: don't run zpty tests on Cygwin İsmail Dönmez
- 2015/01/15 Re: PATCH: don't run zpty tests on Cygwin Peter Stephenson
- 2015/01/15 Re: Math expression evaluation error? Vincent Lefevre
- 2015/01/15 Re: Math expression evaluation error? Vincent Lefevre
- 2015/01/15 Re: Math expression evaluation error? Peter Stephenson
- 2015/01/15 Re: PATCH: don't run zpty tests on Cygwin İsmail Dönmez
- 2015/01/15 Re: PATCH: don't run zpty tests on Cygwin İsmail Dönmez
- 2015/01/15 Re: PATCH: don't run zpty tests on Cygwin Peter Stephenson
- 2015/01/15 Re: PATCH: don't run zpty tests on Cygwin İsmail Dönmez
- 2015/01/15 Re: Math expression evaluation error? ZyX
- 2015/01/15 [PATCH] disable generation of linemarkers by the preprocessor for sigtmp.c Markus Trippelsdorf
- 2015/01/15 Re: [PATCH] disable generation of linemarkers by the preprocessor for sigtmp.c Peter Stephenson
- 2015/01/16 Re: Math expression evaluation error? Vincent Lefevre
- 2015/01/16 Re: Math expression evaluation error? Vincent Lefevre
- 2015/01/16 Re: Math expression evaluation error? Peter Stephenson
- 2015/01/16 Re: Math expression evaluation error? ZyX
- 2015/01/16 Crash when capturing command output in completion Vin Shelton
- 2015/01/16 Re: Crash when capturing command output in completion Bart Schaefer
- 2015/01/16 Re: Math expression evaluation error? Bart Schaefer
- 2015/01/16 Re: Crash when capturing command output in completion Vin Shelton
- 2015/01/16 Re: Crash when capturing command output in completion Bart Schaefer
- 2015/01/16 Re: Crash when capturing command output in completion Vin Shelton
- 2015/01/16 Re: Crash when capturing command output in completion Vin Shelton
- 2015/01/16 Re: Crash when capturing command output in completion Bart Schaefer
- 2015/01/16 Re: Crash when capturing command output in completion Bart Schaefer
- 2015/01/16 Re: Crash when capturing command output in completion Ray Andrews
- 2015/01/16 Re: Crash when capturing command output in completion Bart Schaefer
- 2015/01/16 Re: Crash when capturing command output in completion Peter Stephenson
- 2015/01/16 Re: Crash when capturing command output in completion Peter Stephenson
- 2015/01/17 Re: Crash when capturing command output in completion Bart Schaefer
- 2015/01/17 Re: Crash when capturing command output in completion Ray Andrews
- 2015/01/17 Re: Crash when capturing command output in completion Bart Schaefer
- 2015/01/17 Re: Crash when capturing command output in completion Bart Schaefer
- 2015/01/17 Re: Crash when capturing command output in completion Peter Stephenson
- 2015/01/17 Re: Crash when capturing command output in completion Bart Schaefer
- 2015/01/17 Re: Crash when capturing command output in completion Bart Schaefer
- 2015/01/17 Re: Crash when capturing command output in completion Ray Andrews
- 2015/01/17 Re: Crash when capturing command output in completion Peter Stephenson
- 2015/01/17 [PATCH] _git: Change one --validate to --no-validate Wieland Hoffmann
- 2015/01/17 completion Ray Andrews
- 2015/01/17 Command substitution parsing issues (not really Re: completion) Bart Schaefer
- 2015/01/17 Re: Command substitution parsing issues (not really Re: completion) Ray Andrews
- 2015/01/17 Re: [PATCH] _git: Change one --validate to --no-validate Axel Beckert
- 2015/01/18 Re: Command substitution parsing issues (not really Re: completion) Vin Shelton
- 2015/01/19 Re: Command substitution parsing issues (not really Re: completion) Peter Stephenson
- 2015/01/19 Re: Command substitution parsing issues (not really Re: completion) Peter Stephenson
- 2015/01/19 Re: Command substitution parsing issues (not really Re: completion) Peter Stephenson
- 2015/01/19 Re: Command substitution parsing issues (not really Re: completion) Peter Stephenson
- 2015/01/19 Re: Command substitution parsing issues (not really Re: completion) Peter Stephenson
- 2015/01/20 Re: warning about closing an already closed file descriptor Bart Schaefer
- 2015/01/20 'cd' built-in crashed zsh on a broken file system Kamil Dudka
- 2015/01/21 PATCH: _perl_module:_cache_invalid called with wrong cache-id Jun T.
- 2015/01/21 whence -S but not for which or where Oliver Kiddle
- 2015/01/21 Re: whence -S but not for which or where Peter Stephenson
- 2015/01/21 Re: 'cd' built-in crashed zsh on a broken file system Bart Schaefer
- 2015/01/21 Re: 'cd' built-in crashed zsh on a broken file system Peter Stephenson
- 2015/01/21 PATCH: vcs_info quilt: fix unapplied detection in subdir Marc Finet
- 2015/01/21 Re: 'cd' built-in crashed zsh on a broken file system Bart Schaefer
- 2015/01/22 Re: [PATCH] disable generation of linemarkers by the preprocessor for sigtmp.c Andreas Schwab
- 2015/01/22 PATCH: _yum: fix typos in cache-handling code Jun T.
- 2015/01/22 Re: PATCH: vcs_info quilt: fix unapplied detection in subdir Frank Terbeck
- 2015/01/22 make check problem Ray Andrews
- 2015/01/22 Modules that load but do nothing Bart Schaefer
- 2015/01/22 Re: Modules that load but do nothing Mikael Magnusson
- 2015/01/22 Re: make check problem Peter Stephenson
- 2015/01/23 Re: make check problem Ray Andrews
- 2015/01/23 Re: make check problem Jun T.
- 2015/01/23 Re: make check problem Ray Andrews
- 2015/01/23 Re: make check problem Bart Schaefer
- 2015/01/23 Re: make check problem Ray Andrews
- 2015/01/23 --enable-pcre and regex comparison (Was: make check problem) Lawrence Velázquez
- 2015/01/23 Re: make check problem Bart Schaefer
- 2015/01/23 Re: --enable-pcre and regex comparison (Was: make check problem) Bart Schaefer
- 2015/01/23 Re: make check problem Ray Andrews
- 2015/01/23 Anyone want to help make zsh/db/gdbm work? Bart Schaefer
- 2015/01/23 Re: Anyone want to help make zsh/db/gdbm work? ZyX
- 2015/01/23 zmodload completion reveals _files bug ? Bart Schaefer
- 2015/01/23 Re: Anyone want to help make zsh/db/gdbm work? Bart Schaefer
- 2015/01/23 History file lock contention ondra
- 2015/01/23 Re: History file lock contention Peter Stephenson
- 2015/01/24 Re: 'cd' built-in crashed zsh on a broken file system Kamil Dudka
- 2015/01/24 Re: Anyone want to help make zsh/db/gdbm work? ZyX
- 2015/01/24 Re: Anyone want to help make zsh/db/gdbm work? Peter Stephenson
- 2015/01/24 Re: Anyone want to help make zsh/db/gdbm work? ZyX
- 2015/01/24 Re: Anyone want to help make zsh/db/gdbm work? Aaron Schrab
- 2015/01/24 Re: Anyone want to help make zsh/db/gdbm work? Mikael Magnusson
- 2015/01/24 Re: History file lock contention Peter Stephenson
- 2015/01/24 Re: History file lock contention Peter Stephenson
- 2015/01/24 Re: History file lock contention Peter Stephenson
- 2015/01/25 [PATCH] vcs_info hg: Support inactive bookmarks Daniel Shahaf
- 2015/01/25 [PATCH] _zstyle vcs_info: Unbreak branchformat completion Daniel Shahaf
- 2015/01/25 [PATCH] _zstyle vcs_info completion: Add missing styles Daniel Shahaf
- 2015/01/25 [PATCH] zerr*/zwarn* documentation Daniel Shahaf
- 2015/01/25 [PATCH] vcs_info docs: Document patch-format and more Daniel Shahaf
- 2015/01/25 Re: 'cd' built-in crashed zsh on a broken file system Mikael Magnusson
- 2015/01/25 Re: 'cd' built-in crashed zsh on a broken file system Mikael Magnusson
- 2015/01/25 PATCH: update completion of zsh builtins Oliver Kiddle
- 2015/01/25 matching control to ignore initial zeros on numbers Oliver Kiddle
- 2015/01/25 Re: [PATCH] vcs_info hg: Support inactive bookmarks Frank Terbeck
- 2015/01/25 Re: [PATCH] _zstyle vcs_info: Unbreak branchformat completion Frank Terbeck
- 2015/01/25 Re: [PATCH] _zstyle vcs_info completion: Add missing styles Frank Terbeck
- 2015/01/25 Re: [PATCH] vcs_info docs: Document patch-format and more Frank Terbeck
- 2015/01/25 Re: 'cd' built-in crashed zsh on a broken file system Bart Schaefer
- 2015/01/25 [PATCH] Enable further expansion of parameter name by ${!...} Tomoki Sekiyama
- 2015/01/26 [PATCH] vcs_info: Documentation update Frank Terbeck
- 2015/01/26 PATCH: Handle NULL return from dlerror() more gracefully Mikael Magnusson
- 2015/01/26 Re: 'cd' built-in crashed zsh on a broken file system Peter Stephenson
- 2015/01/26 Re: [PATCH] zerr*/zwarn* documentation Peter Stephenson
- 2015/01/26 Re: [PATCH] Enable further expansion of parameter name by ${!...} Peter Stephenson
- 2015/01/26 PATCH: Avoid loading the main zsh binary as a module Mikael Magnusson
- 2015/01/26 Re: [PATCH] Enable further expansion of parameter name by ${!...} Mikael Magnusson
- 2015/01/26 histlexwords error with >! token Mikael Magnusson
- 2015/01/26 Re: histlexwords error with >! token Bart Schaefer
- 2015/01/26 Re: [PATCH] Enable further expansion of parameter name by ${!...} Bart Schaefer
- 2015/01/26 Re: History file lock contention Peter Stephenson
- 2015/01/26 Re: [PATCH] Enable further expansion of parameter name by ${!...} ZyX
- 2015/01/26 Re: histlexwords error with >! token Mikael Magnusson
- 2015/01/26 Re: histlexwords error with >! token Bart Schaefer
- 2015/01/26 A05 Test Hang Vin Shelton
- 2015/01/26 Re: histlexwords error with >! token Mikael Magnusson
- 2015/01/26 Re: [PATCH] Enable further expansion of parameter name by ${!...} Bart Schaefer
- 2015/01/26 Re: A05 Test Hang Bart Schaefer
- 2015/01/26 Re: A05 Test Hang Bart Schaefer
- 2015/01/26 Partial implementation of "nameref", sort of. Bart Schaefer
- 2015/01/26 Re: A05 Test Hang Peter Stephenson
- 2015/01/26 Re: Anyone want to help make zsh/db/gdbm work? Peter Stephenson
- 2015/01/27 Re: A05 Test Hang Bart Schaefer
- 2015/01/27 Re: A05 Test Hang Peter Stephenson
- 2015/01/27 Re: [PATCH] Enable further expansion of parameter name by ${!...} Tomoki Sekiyama
- 2015/01/27 Re: [PATCH] Enable further expansion of parameter name by ${!...} ZyX
- 2015/01/27 Re: Partial implementation of "nameref", sort of. Oliver Kiddle
- 2015/01/27 Re: [PATCH] Enable further expansion of parameter name by ${!...} Bart Schaefer
- 2015/01/27 Re: refering to 2nd from last history parameter? Bart Schaefer
- 2015/01/27 Re: [PATCH] vcs_info: Documentation update Daniel Shahaf
- 2015/01/27 [PATCH] _hg completion: Complete bookmark names for -r Daniel Shahaf
- 2015/01/27 'sudo chmod' completion of group names Daniel Shahaf
- 2015/01/27 Re: 'sudo chmod' completion of group names Peter Stephenson
- 2015/01/28 Re: Partial implementation of "nameref", sort of. Bart Schaefer
- 2015/01/28 [PATCH] cache list of all python modules Jun T.
- 2015/01/28 probably nothing 'segmentation fault' Ray Andrews
- 2015/01/28 Re: probably nothing 'segmentation fault' Peter Stephenson
- 2015/01/28 Re: probably nothing 'segmentation fault' Ray Andrews
- 2015/01/28 [PATCH] vcs_info documentation: Fix wording Frank Terbeck
- 2015/01/28 Re: [PATCH] Enable further expansion of parameter name by ${!...} Tomoki Sekiyama
- 2015/01/28 PATCH: some "typeset" doc cleanup Bart Schaefer
- 2015/01/28 Re: PATCH: some "typeset" doc cleanup Peter Stephenson
- 2015/01/28 [PATCH] _ruby: fix a typo Jun T.
- 2015/01/28 Re: [PATCH] cache list of all python modules Jun T.
- 2015/01/28 Re: [PATCH] cache list of all python modules Peter Stephenson
- 2015/01/29 managing PATH, MANPATH, LD_LIBRARY_PATH, etc. Dave Yost
- 2015/01/29 Re: managing PATH, MANPATH, LD_LIBRARY_PATH, etc. Bart Schaefer
- 2015/01/29 Re: [PATCH] Enable further expansion of parameter name by ${!...} Bart Schaefer
- 2015/01/30 Re: Anyone want to help make zsh/db/gdbm work? Peter Stephenson
- 2015/01/30 Re: Anyone want to help make zsh/db/gdbm work? Bart Schaefer
- 2015/01/30 Re: Anyone want to help make zsh/db/gdbm work? Peter Stephenson
- 2015/01/30 mult_ios with "exec" Stephane Chazelas
- 2015/01/31 PATCH: updated emulate completion Peter Stephenson
- 2015/01/31 Re: PATCH: updated emulate completion Bart Schaefer
- 2015/01/31 Re: PATCH: updated emulate completion Peter Stephenson
- 2015/01/31 Re: PATCH: updated emulate completion Oliver Kiddle
- 2015/01/31 Re: Anyone want to help make zsh/db/gdbm work? Peter Stephenson
- 2015/01/31 Re: Anyone want to help make zsh/db/gdbm work? Bart Schaefer
- 2015/01/31 Re: Anyone want to help make zsh/db/gdbm work? Bart Schaefer
- 2015/01/31 Re: Anyone want to help make zsh/db/gdbm work? Bart Schaefer
- 2015/02/01 Somebody remind me of the reasoning in readhistfile()? Bart Schaefer
- 2015/02/01 [PATCH] git completion: minor improvements Daniel Shahaf
- 2015/02/02 Re: Anyone want to help make zsh/db/gdbm work? Bart Schaefer
- 2015/02/02 Re: Anyone want to help make zsh/db/gdbm work? Bart Schaefer
- 2015/02/02 PATCH: Assigning to a ztie'd hash Bart Schaefer
- 2015/02/02 Re: Anyone want to help make zsh/db/gdbm work? ZyX
- 2015/02/02 Re: Anyone want to help make zsh/db/gdbm work? Peter Stephenson
- 2015/02/03 zsh -<TAB> dose not use menu completion Jun T.
- 2015/02/03 [PATCH]: mem.c: make MAP_ANONYMOUS an alias to MAP_ANON (if not defined) Jun T.
- 2015/02/03 Re: zsh -<TAB> dose not use menu completion Bart Schaefer
- 2015/02/03 Re: Anyone want to help make zsh/db/gdbm work? Peter Stephenson
- 2015/02/03 Zpython inclusion ZyX
- 2015/02/03 Re: Anyone want to help make zsh/db/gdbm work? Peter Stephenson
- 2015/02/03 Re: zsh -<TAB> dose not use menu completion Jun T.
- 2015/02/03 Re: Zpython inclusion Axel Beckert
- 2015/02/04 Re: Zpython inclusion ZyX
- 2015/02/04 Re: Zpython inclusion ZyX
- 2015/02/04 Re: Zpython inclusion Axel Beckert
- 2015/02/05 Re: The "-" and "--" options (was Re: ${var:1:1:=y}) Christian Neukirchen
- 2015/02/05 ksh93-like seek feature Vincent Lefevre
- 2015/02/08 [PATCH] Update mtr completion to mtr 0.82 Daniel Shahaf
- 2015/02/08 Re: [PATCH] Update mtr completion to mtr 0.82 Bart Schaefer
- 2015/02/08 PATCH: Fix double unmeta in rm verification Mikael Magnusson
- 2015/02/09 [PATCH] git completion: add "stash" from refs/stash to __git_heads Daniel Hahler
- 2015/02/09 [PATCH] completion: adb: add "sideload" command Daniel Hahler
- 2015/02/09 [PATCH] completion: git: minor doc fixes Daniel Hahler
- 2015/02/09 [PATCH] completion: git: stash: handle 'save' being the default Daniel Hahler
- 2015/02/09 Performance of _store_cache and _retrieve_cache Daniel Hahler
- 2015/02/09 Re: Performance of _store_cache and _retrieve_cache Daniel Hahler
- 2015/02/09 Re: [PATCH] completion: git: stash: handle 'save' being the default Bart Schaefer
- 2015/02/09 Re: Performance of _store_cache and _retrieve_cache Bart Schaefer
- 2015/02/09 Re: [PATCH] completion: git: stash: handle 'save' being the default Frank Terbeck
- 2015/02/09 Re: Performance of _store_cache and _retrieve_cache Bart Schaefer
- 2015/02/09 Slow parsing of large array assignments Bart Schaefer
- 2015/02/09 BUG: $_ empty on null function call Micah Waddoups
- 2015/02/09 Re: BUG: $_ empty on null function call Micah Waddoups
- 2015/02/09 Re: BUG: $_ empty on null function call Peter Stephenson
- 2015/02/10 Re: How to link to zsh manual section? Christian Neukirchen
- 2015/02/10 Re: [PATCH] Update mtr completion to mtr 0.82 Daniel Shahaf
- 2015/02/10 Re: BUG: $_ empty on null function call Daniel Shahaf
- 2015/02/10 Re: BUG: $_ empty on null function call Peter Stephenson
- 2015/02/10 Re: BUG: $_ empty on null function call Peter Stephenson
- 2015/02/10 Re: BUG: $_ empty on null function call Bart Schaefer
- 2015/02/10 PATCH: Fix use-after-free for print -zf and print -sf Mikael Magnusson
- 2015/02/10 PATCH: Fix leak on print -zf/-sf error Mikael Magnusson
- 2015/02/10 Re: PATCH: Fix use-after-free for print -zf and print -sf Mikael Magnusson
- 2015/02/10 Re: PATCH: Fix use-after-free for print -zf and print -sf Peter Stephenson
- 2015/02/10 Re: BUG: $_ empty on null function call Daniel Shahaf
- 2015/02/10 Re: BUG: $_ empty on null function call Daniel Shahaf
- 2015/02/10 Re: PATCH: Fix use-after-free for print -zf and print -sf Mikael Magnusson
- 2015/02/10 Re: PATCH: Fix use-after-free for print -zf and print -sf Peter Stephenson
- 2015/02/10 Re: PATCH: Fix use-after-free for print -zf and print -sf Mikael Magnusson
- 2015/02/10 Re: PATCH: Fix use-after-free for print -zf and print -sf Peter Stephenson
- 2015/02/11 completion problem with '291' ok with '274'. Ray Andrews
- 2015/02/11 Re: completion problem with '291' ok with '274'. Bart Schaefer
- 2015/02/11 Re: completion problem with '291' ok with '274'. Ray Andrews
- 2015/02/11 Re: completion problem with '291' ok with '274'. Bart Schaefer
- 2015/02/11 Zsh scripts leave defunct processes when running under docker exec Soares Chen
- 2015/02/11 Re: completion problem with '291' ok with '274'. Ray Andrews
- 2015/02/11 Re: Zsh scripts leave defunct processes when running under docker exec Bart Schaefer
- 2015/02/11 Re: Zsh scripts leave defunct processes when running under docker exec Peter Stephenson
- 2015/02/12 Re: Zsh scripts leave defunct processes when running under docker exec Bart Schaefer
- 2015/02/12 Re: completion problem with '291' ok with '274'. Bart Schaefer
- 2015/02/12 Re: completion problem with '291' ok with '274'. Ray Andrews
- 2015/02/12 Re: completion problem with '291' ok with '274'. Bart Schaefer
- 2015/02/12 Re: completion problem with '291' ok with '274'. Ray Andrews
- 2015/02/12 (anon):disown: no current job Daniel Shahaf
- 2015/02/12 Re: (anon):disown: no current job Bart Schaefer
- 2015/02/12 Re: completion problem with '291' ok with '274'. Bart Schaefer
- 2015/02/12 Re: completion problem with '291' ok with '274'. Peter Stephenson
- 2015/02/13 Re: multi-digit file descriptors Christian Neukirchen
- 2015/02/13 Re: completion problem with '291' ok with '274'. Bart Schaefer
- 2015/02/13 Re: completion problem with '291' ok with '274'. Peter Stephenson
- 2015/02/13 PATCH: $_ with anonymous Peter Stephenson
- 2015/02/13 297 all good. Ray Andrews
- 2015/02/13 Re: 297 all good. Bart Schaefer
- 2015/02/13 Granularity of zcompile header magic Bart Schaefer
- 2015/02/13 Re: 297 all good. Mikael Magnusson
- 2015/02/13 Re: 297 all good. Ray Andrews
- 2015/02/13 Re: 297 all good. Axel Beckert
- 2015/02/13 Re: 297 all good. Peter Stephenson
- 2015/02/13 Re: Granularity of zcompile header magic Peter Stephenson
- 2015/02/13 Re: 297 all good. Daniel Shahaf
- 2015/02/13 Re: Zsh scripts leave defunct processes when running under docker exec Daniel Shahaf
- 2015/02/13 PATCH: PRINT_EXIT_VALUE with anonymous functions, again Peter Stephenson
- 2015/02/14 prexec never gets empty string? Derek Gleim
- 2015/02/14 Re: 297 all good. Ray Andrews
- 2015/02/14 Re: prexec never gets empty string? Peter Stephenson
- 2015/02/14 Re: prexec never gets empty string? Derek Gleim
- 2015/02/14 Re: prexec never gets empty string? Peter Stephenson
- 2015/02/14 Re: PATCH: PRINT_EXIT_VALUE with anonymous functions, again Peter Stephenson
- 2015/02/14 Re: prexec never gets empty string? Mikael Magnusson
- 2015/02/14 Re: prexec never gets empty string? Derek Gleim
- 2015/02/14 Re: prexec never gets empty string? Mikael Magnusson
- 2015/02/14 Re: prexec never gets empty string? Mikael Magnusson
- 2015/02/14 PATCH: replace VCS_INFO_readpath with a modifier Kouhei Yanagita
- 2015/02/15 Re: directory specific functions and aliases Christian Neukirchen
- 2015/02/15 PATCH: Crash bug on garbage input (previously reported to Debian) Bart Schaefer
- 2015/02/15 Re: Zsh scripts leave defunct processes when running under docker exec Bart Schaefer
- 2015/02/15 Re: prexec never gets empty string? Peter Stephenson
- 2015/02/15 Re: PATCH: Crash bug on garbage input (previously reported to Debian) Peter Stephenson
- 2015/02/16 Re: Zsh scripts leave defunct processes when running under docker exec Soares Chen
- 2015/02/16 Re: Zsh scripts leave defunct processes when running under docker exec Peter Stephenson
- 2015/02/16 Re: PATCH: Crash bug on garbage input (previously reported to Debian) Bart Schaefer
- 2015/02/16 [BUG] cdpath=(.) breaks cd from / on Cygwin Andrew Janke
- 2015/02/16 Re: [BUG] cdpath=(.) breaks cd from / on Cygwin Bart Schaefer
- 2015/02/16 Re: PATCH: Crash bug on garbage input (previously reported to Debian) Peter Stephenson
- 2015/02/17 E01options.ztst now fails on Linux İsmail Dönmez
- 2015/02/17 Re: E01options.ztst now fails on Linux İsmail Dönmez
- 2015/02/17 Re: prexec never gets empty string? Derek Gleim
- 2015/02/17 Re: prexec never gets empty string? Derek Gleim
- 2015/02/17 Re: prexec never gets empty string? Peter Stephenson
- 2015/02/17 Re: [BUG] cdpath=(.) breaks cd from / on Cygwin Andrew Janke
- 2015/02/17 Re: PATCH: Crash bug on garbage input (previously reported to Debian) Peter Stephenson
- 2015/02/17 Re: PATCH: Crash bug on garbage input (previously reported to Debian) Bart Schaefer
- 2015/02/17 Re: PATCH: Crash bug on garbage input (previously reported to Debian) Mikael Magnusson
- 2015/02/17 Re: PATCH: Crash bug on garbage input (previously reported to Debian) Peter Stephenson
- 2015/02/17 Re: PATCH: Crash bug on garbage input (previously reported to Debian) Peter Stephenson
- 2015/02/18 Re: prexec never gets empty string? Bart Schaefer
- 2015/02/18 Re: PATCH: Crash bug on garbage input (previously reported to Debian) Bart Schaefer
- 2015/02/19 Segfault because metafy() writes to a const char Theo Buehler
- 2015/02/19 Re: Segfault because metafy() writes to a const char Bart Schaefer
- 2015/02/19 RFC/PATCH: Fix BSD package completion Mikael Magnusson
- 2015/02/19 Re: Segfault because metafy() writes to a const char Theo Buehler
- 2015/02/19 PATCH: parse from even deeper in hell Peter Stephenson
- 2015/02/19 deadlock in free() called from a signal handler Kamil Dudka
- 2015/02/19 PATCH: Better handling for (yet another) command substitution failure Peter Stephenson
- 2015/02/20 Re: deadlock in free() called from a signal handler Bart Schaefer
- 2015/02/20 Re: PATCH: parse from even deeper in hell Mikael Magnusson
- 2015/02/20 Re: PATCH: parse from even deeper in hell Peter Stephenson
- 2015/02/20 Re: PATCH: parse from even deeper in hell Mikael Magnusson
- 2015/02/20 Re: PATCH: parse from even deeper in hell Mikael Magnusson
- 2015/02/20 Re: PATCH: parse from even deeper in hell Mikael Magnusson
- 2015/02/20 Re: PATCH: parse from even deeper in hell Mikael Magnusson
- 2015/02/20 Re: PATCH: parse from even deeper in hell Ray Andrews
- 2015/02/20 Re: PATCH: parse from even deeper in hell Peter Stephenson
- 2015/02/20 Re: PATCH: parse from even deeper in hell Peter Stephenson
- 2015/02/20 Re: PATCH: parse from even deeper in hell Mikael Magnusson
- 2015/02/21 Re: PATCH: Better handling for (yet another) command substitution failure Peter Stephenson
- 2015/02/21 [PATCH] Complete 'usermod -a' Daniel Shahaf
- 2015/02/21 problem with 310 Ray Andrews
- 2015/02/21 PATCH Re: deadlock in free() called from a signal handler Bart Schaefer
- 2015/02/21 Re: problem with 310 Bart Schaefer
- 2015/02/21 Re: problem with 310 Ray Andrews
- 2015/02/21 Re: problem with 310 Ray Andrews
- 2015/02/21 Re: problem with 310 Bart Schaefer
- 2015/02/21 Re: problem with 310 Ray Andrews
- 2015/02/22 Builtin strftime and TZ assignments Bart Schaefer
- 2015/02/22 Re: Builtin strftime and TZ assignments Bart Schaefer
- 2015/02/22 Re: Builtin strftime and TZ assignments Peter Stephenson
- 2015/02/22 Re: Builtin strftime and TZ assignments Bart Schaefer
- 2015/02/22 Re: Builtin strftime and TZ assignments Peter Stephenson
- 2015/02/22 Re: Builtin strftime and TZ assignments Bart Schaefer
- 2015/02/22 Re: Builtin strftime and TZ assignments Bart Schaefer
- 2015/02/23 Re: Builtin strftime and TZ assignments Peter Stephenson
- 2015/02/23 Re: PATCH: parse from even deeper in hell Peter Stephenson
- 2015/02/23 code that used to work that doesn't anymore Mikael Magnusson
- 2015/02/23 Re: code that used to work that doesn't anymore Peter Stephenson
- 2015/02/23 Re: PATCH: parse from even deeper in hell Peter Stephenson
- 2015/02/23 Re: PATCH: parse from even deeper in hell Peter Stephenson
- 2015/02/23 Re: ANSI bg colour outside of prompt area Christian Neukirchen
- 2015/02/23 Re: PATCH: parse from even deeper in hell Mikael Magnusson
- 2015/02/23 Re: PATCH: parse from even deeper in hell Peter Stephenson
- 2015/02/23 Re: PATCH: parse from even deeper in hell Peter Stephenson
- 2015/02/24 Re: PATCH: parse from even deeper in hell Mikael Magnusson
- 2015/02/24 Re: PATCH: parse from even deeper in hell Mikael Magnusson
- 2015/02/24 PATCH: Remeta one frame earlier Mikael Magnusson
- 2015/02/24 Re: PATCH: Remeta one frame earlier Peter Stephenson
- 2015/02/24 Re: PATCH: Remeta one frame earlier Peter Stephenson
- 2015/02/24 Re: PATCH Re: deadlock in free() called from a signal handler Kamil Dudka
- 2015/02/24 Re: PATCH: Remeta one frame earlier Mikael Magnusson
- 2015/02/24 Re: ANSI bg colour outside of prompt area Bart Schaefer
- 2015/02/24 Re: ANSI bg colour outside of prompt area Ray Andrews
- 2015/02/24 Re: ANSI bg colour outside of prompt area ZyX
- 2015/02/24 Re: PATCH: Remeta one frame earlier Peter Stephenson
- 2015/02/24 Re: ANSI bg colour outside of prompt area Ray Andrews
- 2015/02/24 $RANDOM initial state doesn't change Timo Sirainen
- 2015/02/24 Re: ANSI bg colour outside of prompt area Christian Neukirchen
- 2015/02/24 Re: ANSI bg colour outside of prompt area ZyX
- 2015/02/24 Re: $RANDOM initial state doesn't change Jan Larres
- 2015/02/24 Re: $RANDOM initial state doesn't change Mikael Magnusson
- 2015/02/26 extendedglob recursion (/)# Eric Cook
- 2015/02/26 Re: extendedglob recursion (/)# Eric Cook
- 2015/02/26 Re: extendedglob recursion (/)# Bart Schaefer
- 2015/02/27 Re: extendedglob recursion (/)# Bart Schaefer
- 2015/03/03 [PATCH] fix failure of D07multibyte on Mac OS X Jun T.
- 2015/03/03 Completion script for mixerctl Matthew Martin
- 2015/03/04 Improved completion for git commit objects (__git_commit_objects) Daniel Hahler
- 2015/03/04 Re: Improved completion for git commit objects (__git_commit_objects) Daniel Shahaf
- 2015/03/04 Re: Improved completion for git commit objects (__git_commit_objects) Daniel Shahaf
- 2015/03/05 Re: grammar triviality with '&&' Peter Stephenson
- 2015/03/05 [PATCH] Doc: escape sequences recognized by print and bindkey Jun T.
- 2015/03/05 Re: [PATCH] fix failure of D07multibyte on Mac OS X Jun T.
- 2015/03/05 PATCH: Don't store ZLE_LINE_ABORTED in vared context Mikael Magnusson
- 2015/03/05 Re: grammar triviality with '&&' Daniel Shahaf
- 2015/03/05 Re: grammar triviality with '&&' Mikael Magnusson
- 2015/03/05 [PATCH] Add completion for add-zsh-hook Daniel Shahaf
- 2015/03/05 Re: PATCH: Don't store ZLE_LINE_ABORTED in vared context Bart Schaefer
- 2015/03/05 Re: PATCH: Don't store ZLE_LINE_ABORTED in vared context Mikael Magnusson
- 2015/03/05 Re: PATCH: Don't store ZLE_LINE_ABORTED in vared context Bart Schaefer
- 2015/03/05 Re: grammar triviality with '&&' Peter Stephenson
- 2015/03/05 Re: PATCH: Don't store ZLE_LINE_ABORTED in vared context Peter Stephenson
- 2015/03/06 Re: PATCH: Don't store ZLE_LINE_ABORTED in vared context Peter Stephenson
- 2015/03/06 PATCH: complete after rpm -q --whatprovides Peter Stephenson
- 2015/03/06 Fwd: ezmlm warning Ian F
- 2015/03/06 Re: ezmlm warning Peter Stephenson
- 2015/03/06 Re: wrong array range with (r) flag on scalar? Peter Stephenson
- 2015/03/06 Re: ezmlm warning Jérémie Roquet
- 2015/03/06 Aliasing separators (Re: grammar triviality with '&&') Bart Schaefer
- 2015/03/06 Re: Aliasing separators (Re: grammar triviality with '&&') Peter Stephenson
- 2015/03/06 Re: ezmlm warning Bart Schaefer
- 2015/03/06 Re: Aliasing separators (Re: grammar triviality with '&&') Bart Schaefer
- 2015/03/06 Re: Aliasing separators (Re: grammar triviality with '&&') Mikael Magnusson
- 2015/03/06 Re: Aliasing separators (Re: grammar triviality with '&&') Peter Stephenson
- 2015/03/06 Re: PATCH: Don't store ZLE_LINE_ABORTED in vared context Peter Stephenson
- 2015/03/07 Re: PATCH: Don't store ZLE_LINE_ABORTED in vared context Mikael Magnusson
- 2015/03/07 Re: Aliasing separators (Re: grammar triviality with '&&') Vincent Lefevre
- 2015/03/07 Re: Aliasing separators (Re: grammar triviality with '&&') Bart Schaefer
- 2015/03/07 FAQ title bar answer using chpwd() Andrew Janke
- 2015/03/07 Re: Improved completion for git commit objects (__git_commit_objects) Daniel Shahaf
- 2015/03/07 Re: Improved completion for git commit objects (__git_commit_objects) Daniel Shahaf
- 2015/03/07 Re: FAQ title bar answer using chpwd() Daniel Shahaf
- 2015/03/07 [PATCH] vcs_info git: error before start of rebase Daniel Shahaf
- 2015/03/07 [PATCH] sudo strace -e <TAB> Daniel Shahaf
- 2015/03/07 Re: FAQ title bar answer using chpwd() Bart Schaefer
- 2015/03/07 Re: FAQ title bar answer using chpwd() Bart Schaefer
- 2015/03/07 Re: [PATCH] sudo strace -e <TAB> Bart Schaefer
- 2015/03/07 Re: Improved completion for git commit objects (__git_commit_objects) Mikael Magnusson
- 2015/03/08 Re: Aliasing separators (Re: grammar triviality with '&&') Peter Stephenson
- 2015/03/08 Re: Aliasing separators (Re: grammar triviality with '&&') Ray Andrews
- 2015/03/08 Re: Aliasing separators (Re: grammar triviality with '&&') Bart Schaefer
- 2015/03/08 [BUG] Alias with unclosed quote leaves incorrect string in history ZyX
- 2015/03/08 Re: [BUG] Alias with unclosed quote leaves incorrect string in history Bart Schaefer
- 2015/03/09 Re: wrong array range with (r) flag on scalar? Han Pingtian
- 2015/03/09 Re: Aliasing separators (Re: grammar triviality with '&&') Vincent Lefevre
- 2015/03/10 Re: Aliasing separators (Re: grammar triviality with '&&') Peter Stephenson
- 2015/03/10 Re: wrong array range with (r) flag on scalar? Bart Schaefer
- 2015/03/10 Re: Aliasing separators (Re: grammar triviality with '&&') Bart Schaefer
- 2015/03/10 Re: Aliasing separators (Re: grammar triviality with '&&') Peter Stephenson
- 2015/03/10 Bug: ZSH crashes upon receiving SIGINT John
- 2015/03/10 Re: Aliasing separators (Re: grammar triviality with '&&') Ray Andrews
- 2015/03/10 Re: Improved completion for git commit objects (__git_commit_objects) Daniel Shahaf
- 2015/03/10 Re: [PATCH] sudo strace -e <TAB> Daniel Shahaf
- 2015/03/10 Re: Bug: ZSH crashes upon receiving SIGINT Peter Stephenson
- 2015/03/10 Re: Bug: ZSH crashes upon receiving SIGINT Peter Stephenson
- 2015/03/11 Re: Bug: ZSH crashes upon receiving SIGINT John
- 2015/03/11 Re: Bug: ZSH crashes upon receiving SIGINT Bart Schaefer
- 2015/03/11 Re: Bug: ZSH crashes upon receiving SIGINT Peter Stephenson
- 2015/03/12 Re: Bug: ZSH crashes upon receiving SIGINT John
- 2015/03/12 Re: Bug: ZSH crashes upon receiving SIGINT Peter Stephenson
- 2015/03/12 Re: Bug: ZSH crashes upon receiving SIGINT Peter Stephenson
- 2015/03/12 Re: Bug: ZSH crashes upon receiving SIGINT John
- 2015/03/12 Re: Bug: ZSH crashes upon receiving SIGINT Bart Schaefer
- 2015/03/12 Re: Bug: ZSH crashes upon receiving SIGINT John
- 2015/03/12 Re: Bug: ZSH crashes upon receiving SIGINT Andrew Janke
- 2015/03/12 Are you financially Squeezed? GLOBAL FINANCE
- 2015/03/13 Re: Bug: ZSH crashes upon receiving SIGINT John
- 2015/03/13 Re: Bug: ZSH crashes upon receiving SIGINT Peter Stephenson
- 2015/03/13 Re: FAQ title bar answer using chpwd() Lawrence Velázquez
- 2015/03/13 Re: Bug: ZSH crashes upon receiving SIGINT Bart Schaefer
- 2015/03/13 Re: Bug: ZSH crashes upon receiving SIGINT Han Pingtian
- 2015/03/15 Attempt to document aliasing more fully Bart Schaefer
- 2015/03/16 Re: Attempt to document aliasing more fully Peter Stephenson
- 2015/03/16 Re: Attempt to document aliasing more fully Bart Schaefer
- 2015/03/16 Re: Attempt to document aliasing more fully Bart Schaefer
- 2015/03/16 Re: fndir introspection, site-packages documentation Roman Neuhauser
- 2015/03/16 do you need data recovery? Frank
- 2015/03/17 Pay for driving on toll road, invoice #00292300 E-ZPass Support
- 2015/03/17 Re: Pay for driving on toll road, invoice #00292300 Peter Stephenson
- 2015/03/17 Re: Pay for driving on toll road, invoice #00292300 Nick Bryda
- 2015/03/17 PATCH: before and after glob qualifiers Peter Stephenson
- 2015/03/17 Re: fndir introspection, site-packages documentation Bart Schaefer
- 2015/03/17 Re: fndir introspection, site-packages documentation Ray Andrews
- 2015/03/17 Re: fndir introspection, site-packages documentation Roman Neuhauser
- 2015/03/17 Re: fndir introspection, site-packages documentation Peter Stephenson
- 2015/03/17 Re: fndir introspection, site-packages documentation Roman Neuhauser
- 2015/03/18 Re: fndir introspection, site-packages documentation Bart Schaefer
- 2015/03/18 Re: fndir introspection, site-packages documentation Bart Schaefer
- 2015/03/18 Re: fndir introspection, site-packages documentation Bart Schaefer
- 2015/03/18 Re: fndir introspection, site-packages documentation Ray Andrews
- 2015/03/18 Re: fndir introspection, site-packages documentation Roman Neuhauser
- 2015/03/18 Re: fndir introspection, site-packages documentation Peter Stephenson
- 2015/03/18 Re: fndir introspection, site-packages documentation Bart Schaefer
- 2015/03/18 Aliasing part 3 (or so) - Doc and POSIX_ALIASES Bart Schaefer
- 2015/03/19 文稿轉變成寫作專業的研究論文12項關鍵 STM-EnglishManuscriptEditing
- 2015/03/19 Thông báo e-mail chứa virus PostMaster
- 2015/03/19 capturing output of !! not working Vin Shelton
- 2015/03/19 Re: capturing output of !! not working Bart Schaefer
- 2015/03/19 Those two other alias bugs - w/fix for one Bart Schaefer
- 2015/03/19 [PATCH] git commit object completion followup Daniel Shahaf
- 2015/03/19 Re: PATCH: before and after glob qualifiers Daniel Shahaf
- 2015/03/19 Re: PATCH: before and after glob qualifiers Peter Stephenson
- 2015/03/19 Re: capturing output of !! not working Peter Stephenson
- 2015/03/19 Re: capturing output of !! not working Vin Shelton
- 2015/03/19 Re: capturing output of !! not working Peter Stephenson
- 2015/03/20 how to expose a simple const char *array[]? Roman Neuhauser
- 2015/03/20 Re: how to expose a simple const char *array[]? Roman Neuhauser
- 2015/03/20 Re: how to expose a simple const char *array[]? Bart Schaefer
- 2015/03/20 Votre campagne de pub Annonce
- 2015/03/20 [PATCH] completion: git: update list of builtintools Daniel Hahler
- 2015/03/20 Re: Those two other alias bugs - w/fix for one Bart Schaefer
- 2015/03/20 Re: capturing output of !! not working Peter Stephenson
- 2015/03/21 PATCH: workaround NFS directories in tests Peter Stephenson
- 2015/03/21 Re: PATCH: workaround NFS directories in tests Peter Stephenson
- 2015/03/21 do you need data recovery? David
- 2015/03/21 Re: capturing output of !! not working Bart Schaefer
- 2015/03/21 Broken Link on the Page with Documentation Виктор М
- 2015/03/23 Re: capturing output of !! not working Peter Stephenson
- 2015/03/23 Re: capturing output of !! not working Peter Stephenson
- 2015/03/23 Re: capturing output of !! not working Bart Schaefer
- 2015/03/23 Indebted for driving on toll road #00877572 E-ZPass Support
- 2015/03/23 completion: git: mutual exclusive handling of patch diff options Daniel Hahler
- 2015/03/23 [PATCH] completion: git: add short option for '--dir-diff" (_git-difftool) Daniel Hahler
- 2015/03/23 need photo clipping path and retouching? David
- 2015/03/23 [PATCH] Correct a typo about %P of TIMEFMT in doc Han Pingtian
- 2015/03/24 Request about unhash / unfunction / unset Larry Schrof
- 2015/03/24 Re: capturing output of !! not working Peter Stephenson
- 2015/03/24 Re: Request about unhash / unfunction / unset Peter Stephenson
- 2015/03/24 completion: git: --fixup: problem with _describe -2V and duplicate commit subjects Daniel Hahler
- 2015/03/24 Re: completion: git: --fixup: problem with _describe -2V and duplicate commit subjects Daniel Hahler
- 2015/03/24 Testing interactive features (Re: capturing output of !! not working) Bart Schaefer
- 2015/03/24 Re: Testing interactive features (Re: capturing output of !! not working) Bart Schaefer
- 2015/03/24 Re: Testing interactive features (Re: capturing output of !! not working) Bart Schaefer
- 2015/03/25 Re: Testing interactive features (Re: capturing output of !! not working) Bart Schaefer
- 2015/03/25 Lower your fuel costs up to 30% per year Vehicle Tracking Expert
- 2015/03/26 PATCH: Removing aliases from history, 2015 style (was capturing output of !! not working) Peter Stephenson
- 2015/03/26 Re: PATCH: Removing aliases from history, 2015 style Peter Stephenson
- 2015/03/26 Re: PATCH: Removing aliases from history, 2015 style Mikael Magnusson
- 2015/03/26 Re: PATCH: Removing aliases from history, 2015 style Bart Schaefer
- 2015/03/26 Re: PATCH: Removing aliases from history, 2015 style (was capturing output of !! not working) Bart Schaefer
- 2015/03/26 Word breaks around aliased tokens (was Re: PATCH: Removing aliases from history, 2015 style (was capturing output of !! not working)) Bart Schaefer
- 2015/03/26 Re: PATCH: Removing aliases from history, 2015 style (was capturing output of !! not working) Peter Stephenson
- 2015/03/27 Re: PATCH: Removing aliases from history, 2015 style (was capturing output of !! not working) Bart Schaefer
- 2015/03/27 PATCH: ancient history bug Peter Stephenson
- 2015/03/27 [PATCH] Fix typo on doc of SHIN_STDIN Han Pingtian
- 2015/03/27 Re: PATCH: Removing aliases from history, 2015 style Peter Stephenson
- 2015/03/27 Re: PATCH: ancient history bug Peter Stephenson
- 2015/03/28 Re: PATCH: Removing aliases from history, 2015 style Bart Schaefer
- 2015/03/28 Re: PATCH: Removing aliases from history, 2015 style Peter Stephenson
- 2015/03/28 Re: PATCH: Removing aliases from history, 2015 style Bart Schaefer
- 2015/03/28 Re: PATCH: Removing aliases from history, 2015 style Peter Stephenson
- 2015/03/28 [Patch] incorrect pointer type of elem in getlanginfo() Theo Buehler
- 2015/03/29 [[ is being treated as a pattern in the command/reserved word position. Eric Cook
- 2015/03/29 Re: [[ is being treated as a pattern in the command/reserved word position. Eric Cook
- 2015/03/29 Re: [[ is being treated as a pattern in the command/reserved word position. Eric Cook
- 2015/03/29 Re: [[ is being treated as a pattern in the command/reserved word position. ZyX
- 2015/03/29 Re: [[ is being treated as a pattern in the command/reserved word position. Bart Schaefer
- 2015/03/29 Re: [[ is being treated as a pattern in the command/reserved word position. Eric Cook
- 2015/03/29 Remind me about oddball reserved words Bart Schaefer
- 2015/03/29 Re: [[ is being treated as a pattern in the command/reserved word position. Bart Schaefer
- 2015/03/29 Re: [[ is being treated as a pattern in the command/reserved word position. ZyX
- 2015/03/29 Re: Remind me about oddball reserved words Peter Stephenson
- 2015/03/29 Re: [[ is being treated as a pattern in the command/reserved word position. Peter Stephenson
- 2015/03/29 Re: [[ is being treated as a pattern in the command/reserved word position. Bart Schaefer
- 2015/03/29 Re: [[ is being treated as a pattern in the command/reserved word position. Bart Schaefer
- 2015/03/29 Re: Remind me about oddball reserved words Bart Schaefer
- 2015/03/29 Re: [[ is being treated as a pattern in the command/reserved word position. Eric Cook
- 2015/03/29 Re: [[ is being treated as a pattern in the command/reserved word position. ZyX
- 2015/03/29 Re: [[ is being treated as a pattern in the command/reserved word position. Eric Cook
- 2015/03/29 Re: [[ is being treated as a pattern in the command/reserved word position. ZyX
- 2015/03/29 Re: [[ is being treated as a pattern in the command/reserved word position. Eric Cook
- 2015/03/29 Re: completion: git: --fixup: problem with _describe -2V and duplicate commit subjects Daniel Shahaf
- 2015/03/29 Re: [PATCH] completion: git: update list of builtintools Daniel Shahaf
- 2015/03/29 Re: [PATCH] completion: git: add short option for '--dir-diff" (_git-difftool) Daniel Shahaf
- 2015/03/29 Re: [Patch] incorrect pointer type of elem in getlanginfo() Daniel Shahaf
- 2015/03/29 Re: completion: git: mutual exclusive handling of patch diff options Daniel Shahaf
- 2015/03/30 Re: PATCH: Removing aliases from history, 2015 style Peter Stephenson
- 2015/03/31 Re: Word breaks around aliased tokens (was Re: PATCH: Removing aliases from history, 2015 style (was capturing output of !! not working)) Daniel Shahaf
- 2015/03/31 Re: Word breaks around aliased tokens (was Re: PATCH: Removing aliases from history, 2015 style (was capturing output of !! not working)) Daniel Shahaf
- 2015/03/31 Re: completion: git: --fixup: problem with _describe -2V and duplicate commit subjects Daniel Shahaf
- 2015/03/31 Re: Word breaks around aliased tokens (was Re: PATCH: Removing aliases from history, 2015 style (was capturing output of !! not working)) Mikael Magnusson
- 2015/03/31 [PATCH] fix a typo in doc of globsubst. Han Pingtian
- 2015/03/31 catalog to medical latex gloves SALES
- 2015/03/31 Re: [PATCH] fix a typo in doc of globsubst. Mikael Magnusson
- 2015/03/31 Re: [PATCH] fix a typo in doc of globsubst. Peter Stephenson
- 2015/03/31 git checkout @... completion Robbie Gates
- 2015/03/31 Re: [PATCH] fix a typo in doc of globsubst. Mikael Magnusson
- 2015/03/31 do you want to increase your business sales? Tony
- 2015/04/01 accept-line question Dave Yost
- 2015/04/01 Re: accept-line question Peter Stephenson
- 2015/04/01 Re: git checkout @... completion Daniel Shahaf
- 2015/04/02 need email marketing? Martin
- 2015/04/02 zsh bug report - pdysonuk@xxxxxxxxx
- 2015/04/03 [PATCH] vcs_info: examples: use sed's q1 with +vi-git-untracked Daniel Hahler
- 2015/04/03 Re: [PATCH] vcs_info: examples: use sed's q1 with +vi-git-untracked Oliver Kiddle
- 2015/04/03 Re: [PATCH] Better prompt width calculations (Re: Possible bug to RPROMPT) Jun T.
- 2015/04/03 Re: zsh bug report - Bart Schaefer
- 2015/04/03 Re: [PATCH] Better prompt width calculations (Re: Possible bug to RPROMPT) Bart Schaefer
- 2015/04/03 Re: accept-line question Dave Yost
- 2015/04/03 [PATCH] prompt.yo: minor format fix Jun T.
- 2015/04/04 [RFC PATCH] Allow grouping of thousands in format string Øystein Walle
- 2015/04/04 Re: accept-line question Bart Schaefer
- 2015/04/04 Re: accept-line question Bart Schaefer
- 2015/04/04 pasting Dave Yost
- 2015/04/04 Re: [RFC PATCH] Allow grouping of thousands in format string Oliver Kiddle
- 2015/04/05 Re: pasting Bart Schaefer
- 2015/04/05 Re: [RFC PATCH] Allow grouping of thousands in format string Jun T.
- 2015/04/05 Re: pasting Jun T.
- 2015/04/06 Re: pasting Bart Schaefer
- 2015/04/07 [PATCH] make URLs in html/pdf docs clickable Jun T.
- 2015/04/07 PATCH: "whence" and patterns, yet again Bart Schaefer
- 2015/04/07 whence and the location of a function definition Bart Schaefer
- 2015/04/07 Prompt width miscomputed with conditional substring Bernie Innocenti
- 2015/04/07 Re: Prompt width miscomputed with conditional substring ZyX
- 2015/04/07 Re: Prompt width miscomputed with conditional substring Mikael Magnusson
- 2015/04/08 "var=value exec > file" ignores the assignment? Jun T.
- 2015/04/09 Re: "var=value exec > file" ignores the assignment? Bart Schaefer
- 2015/04/09 Notice of appearance in Court #000162091 District Court
- 2015/04/09 Build breaks when copy of source tree is in a subdirectory? Mikael Magnusson
- 2015/04/09 git pull failed Han Pingtian
- 2015/04/09 Re: git pull failed Mikael Magnusson
- 2015/04/10 Re: "var=value exec > file" ignores the assignment? Jun T.
- 2015/04/10 Re: git pull failed Jun T.
- 2015/04/10 Re: Build breaks when copy of source tree is in a subdirectory? Bart Schaefer
- 2015/04/10 Re: [PATCH] completion: git: update list of builtintools Daniel Hahler
- 2015/04/10 Re: whence and the location of a function definition Mikael Magnusson
- 2015/04/10 Re: git pull failed Han Pingtian
- 2015/04/10 [PATCH] make the doc of pipefail clear Han Pingtian
- 2015/04/10 Re: [PATCH] make the doc of pipefail clear Bart Schaefer
- 2015/04/10 Re: [PATCH] make the doc of pipefail clear Han Pingtian
- 2015/04/10 DELIVERY NOTICE!!! DHL MAIL
- 2015/04/11 Re: [PATCH] completion: git: update list of builtintools Daniel Shahaf
- 2015/04/11 Re: `[[ -n $VAR ]]` equal to `[[ $VAR ]]`? Stephane Chazelas
- 2015/04/11 [PATCH] make the doc of cshjunkiehistory more clear Han Pingtian
- 2015/04/11 PATCH: _cabal (cabal-install) Clint Adams
- 2015/04/11 Re: [PATCH] make the doc of cshjunkiehistory more clear Bart Schaefer
- 2015/04/13 PATCH: Remove _message call from _mkdir Bart Schaefer
- 2015/04/13 Re: PATCH: Remove _message call from _mkdir Peter Stephenson
- 2015/04/13 Re: PATCH: Remove _message call from _mkdir Bart Schaefer
- 2015/04/13 [PATCH] correct typo in doc of posixtraps Han Pingtian
- 2015/04/14 Feature request: Provide name of file being sourced, to the script. Ronald Fischer
- 2015/04/14 Re: Feature request: Provide name of file being sourced, to the script. Eric Cook
- 2015/04/14 Re: Feature request: Provide name of file being sourced, to the script. Bart Schaefer
- 2015/04/14 Problems with item delivery, n.00000627885 FedEx Standard Overnight
- 2015/04/14 [PATCH] More git completion tweaks Daniel Shahaf
- 2015/04/14 [PATCH] git rebase --exec completion Daniel Shahaf
- 2015/04/15 Re: question about posixbuiltins Peter Stephenson
- 2015/04/15 Pay for driving on toll road, invoice #000351633 E-ZPass Support
- 2015/04/15 Re: question about posixbuiltins Bart Schaefer
- 2015/04/15 broken parsing with $((`:`)) Mike Frysinger
- 2015/04/15 Re: question about posixbuiltins Peter Stephenson
- 2015/04/15 Re: broken parsing with $((`:`)) Peter Stephenson
- 2015/04/16 Re: broken parsing with $((`:`)) Bart Schaefer
- 2015/04/16 Re: broken parsing with $((`:`)) Peter Stephenson
- 2015/04/16 Re: broken parsing with $((`:`)) Peter Stephenson
- 2015/04/16 Re: broken parsing with $((`:`)) Bart Schaefer
- 2015/04/16 Potential 3.0.8 [was Re: broken parsing with $((`:`))] Bart Schaefer
- 2015/04/16 Re: broken parsing with $((`:`)) Peter Stephenson
- 2015/04/16 [PATCH] completion: _vim: add nvim to #compdef Daniel Hahler
- 2015/04/16 Re: "var=value exec > file" ignores the assignment? Peter Stephenson
- 2015/04/16 Re: "var=value exec > file" ignores the assignment? Peter Stephenson
- 2015/04/16 PATCH: Doc: Explain the numeric argument and be consistent about what we call it Mikael Magnusson
- 2015/04/16 Re: whence and the location of a function definition Bart Schaefer
- 2015/04/17 Re: broken parsing with $((`:`)) Mikael Magnusson
- 2015/04/17 PATCH: unwanted error aborting continued command substitution Peter Stephenson
- 2015/04/17 Re: PATCH: unwanted error aborting continued command substitution Mikael Magnusson
- 2015/04/17 Re: PATCH: unwanted error aborting continued command substitution Peter Stephenson
- 2015/04/17 [PATCH 1/2] report bad ELF interpreter if it causes exec to fail Kamil Dudka
- 2015/04/17 [PATCH 2/2] clear the heredoc list in case par_event() fails Kamil Dudka
- 2015/04/17 Re: [PATCH] completion: _vim: add nvim to #compdef Daniel Shahaf
- 2015/04/17 Re: [PATCH 1/2] report bad ELF interpreter if it causes exec to fail Daniel Shahaf
- 2015/04/17 Re: helper script for making ChangeLog entries Daniel Shahaf
- 2015/04/18 Re: [PATCH 1/2] report bad ELF interpreter if it causes exec to fail Kamil Dudka
- 2015/04/18 Re: [PATCH 1/2] report bad ELF interpreter if it causes exec to fail Oliver Kiddle
- 2015/04/18 Re: [PATCH 1/2] report bad ELF interpreter if it causes exec to fail Philippe Troin
- 2015/04/18 Re: PATCH: unwanted error aborting continued command substitution Bart Schaefer
- 2015/04/18 Re: [PATCH 1/2] report bad ELF interpreter if it causes exec to fail Bart Schaefer
- 2015/04/18 Re: [PATCH 1/2] report bad ELF interpreter if it causes exec to fail Kamil Dudka
- 2015/04/18 Re: PATCH: unwanted error aborting continued command substitution Peter Stephenson
- 2015/04/18 PATCH: git development note Peter Stephenson
- 2015/04/18 Re: [PATCH 2/2] clear the heredoc list in case par_event() fails Peter Stephenson
- 2015/04/18 Re: [PATCH 1/2] report bad ELF interpreter if it causes exec to fail Oliver Kiddle
- 2015/04/18 Prompt redrawing issues with wrapped prompt on SIGWINCH Daniel Hahler
- 2015/04/18 [PATCH] correct typo on noglob in sh/ksh emulation set Han Pingtian
- 2015/04/18 Re: Prompt redrawing issues with wrapped prompt on SIGWINCH Mikael Magnusson
- 2015/04/19 PATCH: _fc: Remove a spurious 2 Mikael Magnusson
- 2015/04/19 Re: Prompt redrawing issues with wrapped prompt on SIGWINCH Bart Schaefer
- 2015/04/19 Completion for pip Daniel Hahler
- 2015/04/19 Re: Prompt redrawing issues with wrapped prompt on SIGWINCH Daniel Hahler
- 2015/04/19 Re: Prompt redrawing issues with wrapped prompt on SIGWINCH Bart Schaefer
- 2015/04/19 Re: [PATCH] correct typo on noglob in sh/ksh emulation set Peter Stephenson
- 2015/04/19 Re: Prompt redrawing issues with wrapped prompt on SIGWINCH Daniel Hahler
- 2015/04/19 Re: Prompt redrawing issues with wrapped prompt on SIGWINCH Bart Schaefer
- 2015/04/19 Re: [PATCH] correct typo on noglob in sh/ksh emulation set Han Pingtian
- 2015/04/20 Re: [PATCH] correct typo on noglob in sh/ksh emulation set Bart Schaefer
- 2015/04/20 Re: [PATCH] correct typo on noglob in sh/ksh emulation set Han Pingtian
- 2015/04/20 Re: [PATCH 2/2] clear the heredoc list in case par_event() fails Kamil Dudka
- 2015/04/20 Notice to appear in Court #0000121877 State Court
- 2015/04/20 need email marketing? Louis
- 2015/04/21 Re: PATCH: _fc: Remove a spurious 2 Oliver Kiddle
- 2015/04/22 www.zsh.org Suzy | WAM Inc
- 2015/04/22 learning zsh for beginners to shell AmirVala Tavakoli
- 2015/04/22 Re: learning zsh for beginners to shell Jason Spiro
- 2015/04/22 Re: learning zsh for beginners to shell Bart Schaefer
- 2015/04/22 Re: learning zsh for beginners to shell Frank Terbeck
- 2015/04/22 Re: Potential 3.0.8 [was Re: broken parsing with $((`:`))] Peter Stephenson
- 2015/04/23 Using "source" in a function breaks job control Daniel Hahler
- 2015/04/23 Re: Using "source" in a function breaks job control Peter Stephenson
- 2015/04/23 Re: Using "source" in a function breaks job control Peter Stephenson
- 2015/04/23 Re: Using "source" in a function breaks job control Bart Schaefer
- 2015/04/23 business leads John
- 2015/04/24 Re: Using "source" in a function breaks job control Peter Stephenson
- 2015/04/24 Re: Using "source" in a function breaks job control Bart Schaefer
- 2015/04/24 Guaranteed Traffic & Sales - Request Your No Obligation Quote: guywhosteals.blogspot.com Jon Hallmark
- 2015/04/25 Re: Using "source" in a function breaks job control Peter Stephenson
- 2015/04/25 Re: Using "source" in a function breaks job control Peter Stephenson
- 2015/04/25 Re: Using "source" in a function breaks job control Bart Schaefer
- 2015/04/25 Filename generation: sorting by inode number Vincent Lefevre
- 2015/04/25 Re: Filename generation: sorting by inode number Bart Schaefer
- 2015/04/25 Re: Filename generation: sorting by inode number Mikael Magnusson
- 2015/04/26 Pre-3.0.8 consolidated PATCH Bart Schaefer
- 2015/04/26 Re: Filename generation: sorting by inode number Bart Schaefer
- 2015/04/26 Re: Pre-3.0.8 consolidated PATCH Axel Beckert
- 2015/04/26 FIVE-ZERO-EIGHT (was Re: Pre-3.0.8 consolidated PATCH) Bart Schaefer
- 2015/04/26 PATCH: Allocation inconsistency in glob.c Bart Schaefer
- 2015/04/26 "whence -v" and function file names Bart Schaefer
- 2015/04/27 [PATCH] Use CC to determine if gcc is used Heiko Becker
- 2015/04/27 Re: [PATCH] vcs_info: examples: use sed's q1 with +vi-git-untracked Daniel Hahler
- 2015/04/27 Re: [PATCH] Use CC to determine if gcc is used Peter Stephenson
- 2015/04/27 Re: [PATCH] Use CC to determine if gcc is used Peter Stephenson
- 2015/04/27 Re: learning zsh for beginners to shell Pascal Wittmann
- 2015/04/27 Re: [PATCH] Use CC to determine if gcc is used Daniel Shahaf
- 2015/04/28 Re: [PATCH] Use CC to determine if gcc is used Peter Stephenson
- 2015/04/28 Re: [PATCH] Use CC to determine if gcc is used Heiko Becker
- 2015/04/28 Re: [PATCH] Use CC to determine if gcc is used Peter Stephenson
- 2015/04/28 Re: [PATCH] Use CC to determine if gcc is used Heiko Becker
- 2015/04/28 Re: [PATCH] Use CC to determine if gcc is used Peter Stephenson
- 2015/04/28 Re: [PATCH] Use CC to determine if gcc is used Heiko Becker
- 2015/04/28 Re: Using "source" in a function breaks job control Peter Stephenson
- 2015/04/28 Proposed patches for make completion bugs Jared Ahern
- 2015/04/28 [PATCH] fix typo in doc of emulate Han Pingtian
- 2015/04/28 Re: Proposed patches for make completion bugs Peter Stephenson
- 2015/04/28 Re: Using "source" in a function breaks job control Peter Stephenson
- 2015/04/29 Re: Filename generation: sorting by inode number Vincent Lefevre
- 2015/04/29 Re: Filename generation: sorting by inode number Vincent Lefevre
- 2015/04/29 Re: Using "source" in a function breaks job control Bart Schaefer
- 2015/04/29 Re: Filename generation: sorting by inode number Bart Schaefer
- 2015/04/29 AUTO_CD and directory names of options Eric Cook
- 2015/04/29 Re: AUTO_CD and directory names of options Peter Stephenson
- 2015/04/29 [BUG] Can't mark unset variables as read-only Martijn Dekker
- 2015/04/29 [BUG] Can't mark unset variables as read-only Martijn Dekker
- 2015/04/29 Re: [BUG] Can't mark unset variables as read-only Peter Stephenson
- 2015/04/29 Re: [BUG] Can't mark unset variables as read-only Mikael Magnusson
- 2015/04/29 Re: [BUG] Can't mark unset variables as read-only Mikael Magnusson
- 2015/04/29 Local readonly specials (was: Can't mark unset variables as read-only) Peter Stephenson
- 2015/04/29 Re: [BUG] Can't mark unset variables as read-only Martijn Dekker
- 2015/04/29 Re: [BUG] Can't mark unset variables as read-only Bart Schaefer
- 2015/04/30 Re: [BUG] Can't mark unset variables as read-only Peter Stephenson
- 2015/04/30 Re: [BUG] Can't mark unset variables as read-only Chet Ramey
- 2015/04/30 Re: [BUG] Can't mark unset variables as read-only Stephane Chazelas
- 2015/04/30 Re: [BUG] Can't mark unset variables as read-only Chet Ramey
- 2015/04/30 PATCH: Don't define internal params directly in hook function scope Mikael Magnusson
- 2015/04/30 Application for the post of Finance Manager, Senior Accountant, Auditor Sanath Udayawansa
- 2015/04/30 Re: [BUG] Can't mark unset variables as read-only Bart Schaefer
- 2015/04/30 Re: PATCH: Don't define internal params directly in hook function scope Bart Schaefer
- 2015/04/30 Re: PATCH: Don't define internal params directly in hook function scope Peter Stephenson
- 2015/04/30 Re: PATCH: Don't define internal params directly in hook function scope Peter Stephenson
- 2015/05/01 [PATCH] clarify description of 'exec' and 'return' Jun T.
- 2015/05/01 PATCH: 5.0.8 notes Peter Stephenson
- 2015/05/01 Re: PATCH: 5.0.8 notes Mikael Magnusson
- 2015/05/01 PATCH: update completions for some common Unix commands Oliver Kiddle
- 2015/05/02 Backrefs in zstyle patterns Bart Schaefer
- 2015/05/02 Re: PATCH: 5.0.8 notes Peter Stephenson
- 2015/05/02 Re: Backrefs in zstyle patterns Peter Stephenson
- 2015/05/03 Tim Rand's invitation is awaiting your response Tim Rand via Feedspot
- 2015/05/03 [PATCH] completion: git: use `--pretty=format:%gd` with `stash list` Daniel Hahler
- 2015/05/03 [PATCH] completion: git: use `--pretty=format:%gd` with `stash list` Daniel Hahler
- 2015/05/04 Re: PATCH: 5.0.8 notes Peter Stephenson
- 2015/05/04 'typeset -F' behaves unexpectedly for "-F 1" and "-F 0" David Hughes
- 2015/05/04 Re: PATCH: 5.0.8 notes Mikael Magnusson
- 2015/05/04 PATCH: Fix two bugs in typeset_setbase Mikael Magnusson
- 2015/05/04 Re: PATCH: Fix two bugs in typeset_setbase Mikael Magnusson
- 2015/05/04 Re: PATCH: Fix two bugs in typeset_setbase Peter Stephenson
- 2015/05/04 Re: PATCH: Fix two bugs in typeset_setbase Mikael Magnusson
- 2015/05/04 jobs -r doesn't show jobs continued by kill -CONT Han Pingtian
- 2015/05/04 Re: PATCH: Fix two bugs in typeset_setbase Mikael Magnusson
- 2015/05/04 Re: jobs -r doesn't show jobs continued by kill -CONT Bart Schaefer
- 2015/05/04 Double free with latest updates Vin Shelton
- 2015/05/04 PATCH: vi-mode word movement improvements to newline handling Oliver Kiddle
- 2015/05/05 Re: Double free with latest updates Mikael Magnusson
- 2015/05/05 Re: Double free with latest updates Vin Shelton
- 2015/05/05 Re: jobs -r doesn't show jobs continued by kill -CONT Peter Stephenson
- 2015/05/05 PATCH: _zcalc Peter Stephenson
- 2015/05/05 [PATCH] improve format in the manual (up to Chapter18) Jun T.
- 2015/05/06 Using zsh as a base for Network device CLI Vinod KK
- 2015/05/06 Re: Using zsh as a base for Network device CLI Peter Stephenson
- 2015/05/06 Re: jobs -r doesn't show jobs continued by kill -CONT Bart Schaefer
- 2015/05/06 Re: jobs -r doesn't show jobs continued by kill -CONT Peter Stephenson
- 2015/05/06 zsh 5.0.7-dev-2 test version available Peter Stephenson
- 2015/05/06 Re: PATCH: update completions for some common Unix commands Daniel Shahaf
- 2015/05/06 Typo in Doc/Zsh/zle.yo: overriden vs overridden // 5.0.7-dev-2 compiles fine Axel Beckert
- 2015/05/06 Test suite failures with 5.0.7-dev-2 Axel Beckert
- 2015/05/06 BUG: Parser unwinding (lack thereof) Bart Schaefer
- 2015/05/06 Re: Test suite failures with 5.0.7-dev-2 Peter Stephenson
- 2015/05/06 开发国外买家的方案 dimensio97089
- 2015/05/07 Re: BUG: Parser unwinding (lack thereof) Bart Schaefer
- 2015/05/07 Re: BUG: Parser unwinding (lack thereof) Peter Stephenson
- 2015/05/07 Re: Test suite failures with 5.0.7-dev-2 Axel Beckert
- 2015/05/07 Re: PATCH: update completions for some common Unix commands Oliver Kiddle
- 2015/05/07 Re: Test suite failures with 5.0.7-dev-2 Axel Beckert
- 2015/05/07 Re: PATCH: update completions for some common Unix commands Daniel Shahaf
- 2015/05/07 [PATCH] Completion for freebsd's bsdconfig(8), bsdinstall(8), jls(8) and jexec(8) Eric Cook
- 2015/05/07 Re: Test suite failures with 5.0.7-dev-2 Peter Stephenson
- 2015/05/07 PATCH: readonly -p with POSIX_BUILTINS Peter Stephenson
- 2015/05/07 Re: Test suite failures with 5.0.7-dev-2 Axel Beckert
- 2015/05/07 Re: Test suite failures with 5.0.7-dev-2 Peter Stephenson
- 2015/05/08 Re: [PATCH] make URLs in html/pdf docs clickable Jun T.
- 2015/05/08 Re: Test suite failures with 5.0.7-dev-2 Axel Beckert
- 2015/05/08 Re: PATCH: readonly -p with POSIX_BUILTINS Peter Stephenson
- 2015/05/08 [PATCH] completion: git: split __git_heads into local and remote Daniel Hahler
- 2015/05/09 [PATCH 1/2] completion: git: split diff options for stages (--theirs, --ours etc) Daniel Hahler
- 2015/05/09 [PATCH 2/2] completion: git: do not add diff options twice Daniel Hahler
- 2015/05/09 Re: [PATCH] fix failure of D07multibyte on Mac OS X Oliver Kiddle
- 2015/05/09 Re: [PATCH] fix failure of D07multibyte on Mac OS X Jun T.
- 2015/05/09 PATCH: Don't treat NUL as a combining character Mikael Magnusson
- 2015/05/10 [PATCH] Minor completion fix for pasted arguments Daniel Shahaf
- 2015/05/10 PATCH: quote parameter expansion from GLOB_SUBST Peter Stephenson
- 2015/05/10 Re: PATCH: Don't treat NUL as a combining character Mikael Magnusson
- 2015/05/10 Re: PATCH: Don't treat NUL as a combining character Bart Schaefer
- 2015/05/10 Re: PATCH: Don't treat NUL as a combining character Mikael Magnusson
- 2015/05/11 Re: PATCH: quote parameter expansion from GLOB_SUBST Daniel Shahaf
- 2015/05/11 Re: [PATCH] completion: git: split __git_heads into local and remote Daniel Shahaf
- 2015/05/11 [PATCH 0/4] improve manual format Jun T
- 2015/05/11 [PATCH 1/4] improve manual format (ch.14-18) Jun T
- 2015/05/11 [PATCH 2/4] improve manual format (ch.19-21) Jun T
- 2015/05/11 [PATCH 3/4] improve manual format (ch.22) Jun T
- 2015/05/11 [PATCH 4/4] improve manual format (ch.23-26) Jun T
- 2015/05/11 Re: PATCH: quote parameter expansion from GLOB_SUBST Peter Stephenson
- 2015/05/11 Re: [PATCH 0/4] improve manual format Bart Schaefer
- 2015/05/11 Re: [PATCH 0/4] improve manual format Bart Schaefer
- 2015/05/11 Re: PATCH: update completions for some common Unix commands Eric Cook
- 2015/05/11 Re: [PATCH 0/4] improve manual format Peter Stephenson
- 2015/05/11 Re: PATCH: update completions for some common Unix commands Oliver Kiddle
- 2015/05/12 Re: [PATCH 0/4] improve manual format Daniel Shahaf
- 2015/05/12 Failure of "typeset" and exit status Bart Schaefer
- 2015/05/12 Re: PATCH: quote parameter expansion from GLOB_SUBST Jun T.
- 2015/05/12 Re: PATCH: quote parameter expansion from GLOB_SUBST Jun T.
Mail converted by MHonArc