Zsh Mailing List Archive
zsh-workers 2024
Date Index
Listing 807 of 807 messages.
Page 1 of 1.
[Prev Page] [Next Page]
- 2024/01/01 Extend usage of const char* Jörg Sommer
- 2024/01/01 [PATCH 2/6] lex: Mark variables with const init as const Jörg Sommer
- 2024/01/01 [PATCH 1/6] zle.textobjects: Mark variables as const Jörg Sommer
- 2024/01/01 [PATCH 3/6] zle_vi: Mark variables with const init as const Jörg Sommer
- 2024/01/01 [PATCH 6/6] zsh: mark hookdef.name as const Jörg Sommer
- 2024/01/01 [PATCH 4/6] zle_main: mark statusline as const Jörg Sommer
- 2024/01/01 [PATCH 5/6] module: Mark name argument of some functions const Jörg Sommer
- 2024/01/01 [PATCH] init.sourcehome: look in ~/.config/zsh for files Jörg Sommer
- 2024/01/01 Re: [PATCH] init.sourcehome: look in ~/.config/zsh for files Bart Schaefer
- 2024/01/01 Re: [PATCH] init.sourcehome: look in ~/.config/zsh for files Jörg Sommer
- 2024/01/01 Re: [PATCH] init.sourcehome: look in ~/.config/zsh for files earnestly
- 2024/01/01 Re: [PATCH] init.sourcehome: look in ~/.config/zsh for files Wesley Schwengle
- 2024/01/01 Re: [PATCH] init.sourcehome: look in ~/.config/zsh for files Bart Schaefer
- 2024/01/01 Re: [PATCH] init.sourcehome: look in ~/.config/zsh for files earnestly
- 2024/01/02 Re: [PATCH] string.c: prefer memcpy() over strcpy() Bart Schaefer
- 2024/01/02 Re: [PATCH] init.sourcehome: look in ~/.config/zsh for files Wesley Schwengle
- 2024/01/02 Re: [PATCH] string.c: prefer memcpy() over strcpy() James
- 2024/01/02 Re: [PATCH] init.sourcehome: look in ~/.config/zsh for files Jörg Sommer
- 2024/01/02 Re: [PATCH] init.sourcehome: look in ~/.config/zsh for files Lawrence Velázquez
- 2024/01/02 RE: Re: [PATCH] init.sourcehome: look in ~/.config/zsh for files zeurkous
- 2024/01/02 Regression: 'read -s' does not disable echo Phil Pennock
- 2024/01/02 Re: Regression: 'read -s' does not disable echo Peter Stephenson
- 2024/01/02 Re: Regression: 'read -s' does not disable echo Bart Schaefer
- 2024/01/02 Re: [PATCH] init.sourcehome: look in ~/.config/zsh for files Bart Schaefer
- 2024/01/02 Re: Regression: 'read -s' does not disable echo Phil Pennock
- 2024/01/03 Re: Regression: 'read -s' does not disable echo Peter Stephenson
- 2024/01/03 Re: Regression: 'read -s' does not disable echo Bart Schaefer
- 2024/01/03 [PATCH] Use null_glob when expanding file pattern in zmv Bart Schaefer
- 2024/01/04 Re: Regression: 'read -s' does not disable echo Peter Stephenson
- 2024/01/04 Re: Regression: 'read -s' does not disable echo Peter Stephenson
- 2024/01/07 Re: Regression: 'read -s' does not disable echo Bart Schaefer
- 2024/01/07 File completion with git ls-files Jörg Sommer
- 2024/01/07 Re: File completion with git ls-files Bart Schaefer
- 2024/01/07 Should we be avoiding "zstyle -m" ? Bart Schaefer
- 2024/01/08 Re: Should we be avoiding "zstyle -m" ? Peter Stephenson
- 2024/01/09 [PATCH] Re: Should we be avoiding "zstyle -m" ? Bart Schaefer
- 2024/01/09 Re: [PATCH] Re: Should we be avoiding "zstyle -m" ? Mikael Magnusson
- 2024/01/09 Re: [PATCH] Re: Should we be avoiding "zstyle -m" ? Bart Schaefer
- 2024/01/13 [PATCH] More stuff for Etc/FAQ Bart Schaefer
- 2024/01/14 [PATCH] zcurses mouse delay Bart Schaefer
- 2024/01/14 Re: [PATCH] zcurses mouse delay Ray Andrews
- 2024/01/14 Re: [PATCH] More stuff for Etc/FAQ Lawrence Velázquez
- 2024/01/14 Re: [PATCH] More stuff for Etc/FAQ Bart Schaefer
- 2024/01/15 Re: [PATCH] More stuff for Etc/FAQ Lawrence Velázquez
- 2024/01/15 [PATCH] ${ command; } bash/ksh compatibility Bart Schaefer
- 2024/01/17 Parameter name argument of sysread, read, print -v, what else? Bart Schaefer
- 2024/01/18 Zsh line editor backwards delete Dieter Bolz
- 2024/01/18 Re: Zsh line editor backwards delete Bart Schaefer
- 2024/01/18 AW: Zsh line editor backwards delete Dieter Bolz
- 2024/01/19 Re: [BUG] multibyte never set according to setopt/unsetopt output Mark J. Reed
- 2024/01/19 Associative array sorting Bart Schaefer
- 2024/01/19 [PATCH] Fix jobs -p to be POSIX compliant Wesley Schwengle
- 2024/01/20 Re: Associative array sorting Eric Cook
- 2024/01/20 Re: Associative array sorting Mark J. Reed
- 2024/01/20 [PATCH] math recursion and array overflow Bart Schaefer
- 2024/01/20 [PATCH v2] Fix jobs -p to be POSIX compliant Wesley Schwengle
- 2024/01/20 Re: [PATCH v2] Fix jobs -p to be POSIX compliant Bart Schaefer
- 2024/01/20 Re: [BUG] multibyte never set according to setopt/unsetopt output Bart Schaefer
- 2024/01/21 Re: [BUG] With CORRECT_ALL, an interrupted correct puts a truncated entry in history Bart Schaefer
- 2024/01/22 mapfile and unset: Does this actually work? Bart Schaefer
- 2024/01/22 Re: mapfile and unset: Does this actually work? Bart Schaefer
- 2024/01/24 PATCH: highlight groups (was Re: Why are prompt expansions of %v sequences quoted in bindkey style?) Oliver Kiddle
- 2024/01/24 PATCH: "layer" solution to overlapping regions in region_highlight Oliver Kiddle
- 2024/01/25 Re: PATCH: highlight groups (was Re: Why are prompt expansions of %v sequences quoted in bindkey style?) Marlon Richert
- 2024/01/25 Re: [PATCH?] Re: [BUG] `$match` is haunting my regex’s trailing, optional, capture Oliver Kiddle
- 2024/01/26 Re: [PATCH 2/6] lex: Mark variables with const init as const Oliver Kiddle
- 2024/01/27 Re: [PATCH 2/6] lex: Mark variables with const init as const Jörg Sommer
- 2024/01/27 How does zsh internally store and process variables? vlkr1
- 2024/01/27 Re: How does zsh internally store and process variables? Bart Schaefer
- 2024/01/28 Re: [PATCH 2/6] lex: Mark variables with const init as const Oliver Kiddle
- 2024/01/28 Re: [PATCH v2] string.c: remove use of strcat() after strlen() Oliver Kiddle
- 2024/01/29 [PATCH] Improve stdio management when redirecting descriptors Bart Schaefer
- 2024/01/29 [PATCH] Document effect of non-forking substitution on "private" parameters Bart Schaefer
- 2024/01/29 Re: [PATCH] Improve stdio management when redirecting descriptors Mikael Magnusson
- 2024/01/29 Re: [PATCH] Improve stdio management when redirecting descriptors Bart Schaefer
- 2024/02/03 [PATCH] Rectify "private" and nofork Bart Schaefer
- 2024/02/04 Re: mapfile and unset: Does this actually work? Bart Schaefer
- 2024/02/04 [PATCH][nitpick-BUG] shebang less scripts and paths starting with -/+ Stephane Chazelas
- 2024/02/04 PATCH: fix crash in %H when hlgroups is empty Mikael Magnusson
- 2024/02/04 PATCH: ensure that %H is followed by { Mikael Magnusson
- 2024/02/04 Re: mapfile and unset: Does this actually work? Mark J. Reed
- 2024/02/04 Re: mapfile and unset: Does this actually work? Mark J. Reed
- 2024/02/04 [PATCH] add new features and improvements to the "incarg" ZLE widget midchildan
- 2024/02/04 Re: mapfile and unset: Does this actually work? Bart Schaefer
- 2024/02/05 Re: [PATCH] add new features and improvements to the "incarg" ZLE widget Bart Schaefer
- 2024/02/05 Re: [PATCH] add new features and improvements to the "incarg" ZLE widget midchildan
- 2024/02/09 background job and atuin don't work well lilydjwg
- 2024/02/09 [BUG] segv and random behaviour with $terminfo for TERM=qnx Stephane Chazelas
- 2024/02/09 PATCH: Metafy terminfo capabilities Mikael Magnusson
- 2024/02/10 Re: [PATCH][nitpick-BUG] shebang less scripts and paths starting with -/+ Stephane Chazelas
- 2024/02/11 Zsh spams journald Rustmilian
- 2024/02/11 Re: Zsh spams journald Rustmilian
- 2024/02/11 Re: [PATCH 1/3]: Add named references Stephane Chazelas
- 2024/02/11 Re: [PATCH 1/3]: Add named references Bart Schaefer
- 2024/02/11 Re: [PATCH 1/3]: Add named references Bart Schaefer
- 2024/02/12 PATCH: alternate views on .zle.hlgroups Oliver Kiddle
- 2024/02/12 Re: PATCH: alternate views on .zle.hlgroups Bart Schaefer
- 2024/02/13 Re: PATCH: alternate views on .zle.hlgroups Oliver Kiddle
- 2024/02/13 command cd doesn't work on some builds of zsh Ajeet D'Souza
- 2024/02/13 Re: command cd doesn't work on some builds of zsh Andreas Kähäri
- 2024/02/13 Re: command cd doesn't work on some builds of zsh Peter Stephenson
- 2024/02/13 Re: command cd doesn't work on some builds of zsh Ajeet D'Souza
- 2024/02/13 Re: command cd doesn't work on some builds of zsh Peter Stephenson
- 2024/02/13 Re: command cd doesn't work on some builds of zsh Lawrence Velázquez
- 2024/02/15 [PATCH] Remove completions for DKMS Edwin Kofler
- 2024/02/15 Re: [PATCH] add new features and improvements to the "incarg" ZLE widget Oliver Kiddle
- 2024/02/16 [PATCH] _diff_options: support macOS Ventura or newer Jun T
- 2024/02/16 Documenting $(( foo )) as similar to $(( ($foo) )) Lawrence Velázquez
- 2024/02/16 PATCH: incarg: avoid unneeded subshell Mikael Magnusson
- 2024/02/16 return builtin to end a script Vincent Lefevre
- 2024/02/16 Re: return builtin to end a script Peter Stephenson
- 2024/02/16 Re: return builtin to end a script Peter Stephenson
- 2024/02/16 Re: Documenting $(( foo )) as similar to $(( ($foo) )) Bart Schaefer
- 2024/02/16 Is this intentional behavior of typeset -g ? Bart Schaefer
- 2024/02/17 Re: Java completion for Java files Oliver Kiddle
- 2024/02/17 Re: Java completion for Java files Henri Tremblay
- 2024/02/17 Regression of typeset output with "private" Bart Schaefer
- 2024/02/18 Up-scope named references, vs. ksh Bart Schaefer
- 2024/02/18 [PATCH] Altering target of named reference when target is initially unset Bart Schaefer
- 2024/02/18 Re: Regression of typeset output with "private" Bart Schaefer
- 2024/02/18 [PATCH] Misc. FAQ fixups, mostly for nofork substitution Bart Schaefer
- 2024/02/20 [PATCH] (take 2) Local specials and Re: Regression of typeset output with "private" Bart Schaefer
- 2024/02/20 Re: $var not expanded in ${x?$var} Stephane Chazelas
- 2024/02/20 Re: $var not expanded in ${x?$var} Bart Schaefer
- 2024/02/20 Disable UTF8-escaping diacritics Avid Seeker
- 2024/02/20 Re: $var not expanded in ${x?$var} Stephane Chazelas
- 2024/02/20 Re: Up-scope named references, vs. ksh Stephane Chazelas
- 2024/02/20 Re: Up-scope named references, vs. ksh Bart Schaefer
- 2024/02/20 Re: Disable UTF8-escaping diacritics Bart Schaefer
- 2024/02/21 Re: Disable UTF8-escaping diacritics Mikael Magnusson
- 2024/02/21 Re: $var not expanded in ${x?$var} Bart Schaefer
- 2024/02/21 Re: $var not expanded in ${x?$var} Stephane Chazelas
- 2024/02/21 Re: $var not expanded in ${x?$var} Bart Schaefer
- 2024/02/21 Re: Up-scope named references, vs. ksh Stephane Chazelas
- 2024/02/21 Re: $var not expanded in ${x?$var} Stephane Chazelas
- 2024/02/22 [PATCH] unmetafy Re: $var not expanded in ${x?$var} Bart Schaefer
- 2024/02/22 Are the mailing lists still nested? Lawrence Velázquez
- 2024/02/22 Re: [PATCH] unmetafy Re: $var not expanded in ${x?$var} Stephane Chazelas
- 2024/02/22 Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var}) Stephane Chazelas
- 2024/02/22 Re: [PATCH] unmetafy Re: $var not expanded in ${x?$var} Roman Perepelitsa
- 2024/02/22 Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var}) Bart Schaefer
- 2024/02/22 Re: [PATCH] unmetafy Re: $var not expanded in ${x?$var} Bart Schaefer
- 2024/02/22 Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var}) Bart Schaefer
- 2024/02/23 Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var}) Bart Schaefer
- 2024/02/23 Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var}) Bart Schaefer
- 2024/02/23 [PATCH] namerefs and specials and scoping (oh my) Bart Schaefer
- 2024/02/23 Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var}) Stephane Chazelas
- 2024/02/23 Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var}) Bart Schaefer
- 2024/02/23 Re: Are the mailing lists still nested? Oliver Kiddle
- 2024/02/23 Example / partial fix for printf with math expressions Bart Schaefer
- 2024/02/23 Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var}) Bart Schaefer
- 2024/02/24 Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var}) Stephane Chazelas
- 2024/02/24 Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var}) Stephane Chazelas
- 2024/02/24 Re: Example / partial fix for printf with math expressions Stephane Chazelas
- 2024/02/24 Re: Example / partial fix for printf with math expressions Stephane Chazelas
- 2024/02/24 Re: Example / partial fix for printf with math expressions Bart Schaefer
- 2024/02/24 PATCH: real-time signals support Oliver Kiddle
- 2024/02/25 Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var}) Bart Schaefer
- 2024/02/25 [PATCH] 'bad interpreter' error garbled Bart Schaefer
- 2024/02/25 [PATCH] count multibyte and metafied characters correctly for math ops errors Bart Schaefer
- 2024/02/25 Re: [PATCH] 'bad interpreter' error garbled Bart Schaefer
- 2024/02/25 Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var}) Bart Schaefer
- 2024/02/25 Re: Example / partial fix for printf with math expressions Stephane Chazelas
- 2024/02/25 Re: Metafication in error messages (Was: [PATCH] unmetafy Re: $var not expanded in ${x?$var}) Stephane Chazelas
- 2024/02/25 typeset -<non-ASCII> (Was: metafication in error messages) Stephane Chazelas
- 2024/02/25 Re: typeset -<non-ASCII> (Was: metafication in error messages) Stephane Chazelas
- 2024/02/25 \M-^C vs \203 vs \x83 as visual representations of bytes Stephane Chazelas
- 2024/02/25 Missing escaping of C1 control characters for visual representation Stephane Chazelas
- 2024/02/25 [Pleae ignore] Missing escaping of C1 control characters for visual representation Stephane Chazelas
- 2024/02/25 Re: \M-^C vs \203 vs \x83 as visual representations of bytes Mark J. Reed
- 2024/02/25 Re: \M-^C vs \203 vs \x83 as visual representations of bytes Stephane Chazelas
- 2024/02/25 Re: \M-^C vs \203 vs \x83 as visual representations of bytes Stephane Chazelas
- 2024/02/25 Re: \M-^C vs \203 vs \x83 as visual representations of bytes Bart Schaefer
- 2024/02/25 Re: typeset -<non-ASCII> (Was: metafication in error messages) Bart Schaefer
- 2024/02/25 [PATCH] "Raw" error messages with zwarning %l Bart Schaefer
- 2024/02/25 Re: PATCH: real-time signals support Bart Schaefer
- 2024/02/26 Re: Example / partial fix for printf with math expressions Bart Schaefer
- 2024/02/26 Re: Example / partial fix for printf with math expressions Bart Schaefer
- 2024/02/26 "kill -STOP" as noticed in ksh93u+ gitlab Bart Schaefer
- 2024/02/26 Assigning an array to a nameref "placeholder" Bart Schaefer
- 2024/02/27 Re: Assigning an array to a nameref "placeholder" Bart Schaefer
- 2024/02/27 [PATCH] Appending an array to a scalar Bart Schaefer
- 2024/02/27 Re: Assigning an array to a nameref "placeholder" Stephane Chazelas
- 2024/02/27 Re: "kill -STOP" as noticed in ksh93u+ gitlab Stephane Chazelas
- 2024/02/27 Re: PATCH: real-time signals support Oliver Kiddle
- 2024/02/27 PATCH: add descriptions for some Solaris signals Oliver Kiddle
- 2024/02/27 Nofork and preserving newlines Bart Schaefer
- 2024/02/27 Re: PATCH: real-time signals support Bart Schaefer
- 2024/02/27 Re: PATCH: real-time signals support Oliver Kiddle
- 2024/02/28 Re: "kill -STOP" as noticed in ksh93u+ gitlab Bart Schaefer
- 2024/02/28 Re: Assigning an array to a nameref "placeholder" Bart Schaefer
- 2024/02/28 Re: PATCH: real-time signals support Bart Schaefer
- 2024/02/28 Re: Assigning an array to a nameref "placeholder" Stephane Chazelas
- 2024/02/28 Re: "kill -STOP" as noticed in ksh93u+ gitlab Stephane Chazelas
- 2024/02/28 Re: "kill -STOP" as noticed in ksh93u+ gitlab Stephane Chazelas
- 2024/02/28 Re: "kill -STOP" as noticed in ksh93u+ gitlab Bart Schaefer
- 2024/02/28 D04parameter.ztst crashes if USE_MMAP is not defined Jun. T
- 2024/02/28 [PATCH] runtests.zsh: output name of crashed test script Jun. T
- 2024/02/28 [PATCH v3] add new features and improvements to the "incarg" ZLE widget midchildan
- 2024/02/28 [PATCH] incarg: add a backward variant and make it repeatable midchildan
- 2024/02/29 Re: D04parameter.ztst crashes if USE_MMAP is not defined Bart Schaefer
- 2024/02/29 Re: D04parameter.ztst crashes if USE_MMAP is not defined Bart Schaefer
- 2024/02/29 Re: Up-scope named references, vs. ksh Bart Schaefer
- 2024/02/29 [PATCH v2] incarg: add a backward variant and make it repeatable midchildan
- 2024/03/01 Re: D04parameter.ztst crashes if USE_MMAP is not defined Jun T
- 2024/03/01 Re: Up-scope named references, vs. ksh Stephane Chazelas
- 2024/03/01 Re: Up-scope named references, vs. ksh Bart Schaefer
- 2024/03/01 Re: Up-scope named references, vs. ksh Bart Schaefer
- 2024/03/02 PATCH: broader support for highlight groups Oliver Kiddle
- 2024/03/02 Re: PATCH: broader support for highlight groups Bart Schaefer
- 2024/03/02 Re: Up-scope named references, vs. ksh Bart Schaefer
- 2024/03/02 Re: PATCH: broader support for highlight groups Mikael Magnusson
- 2024/03/03 [PATCH] "typeset -nu" (was Re: Up-scope named references, vs. ksh) Bart Schaefer
- 2024/03/03 Minor runtests.zsh curiosity Bart Schaefer
- 2024/03/03 Re: D04parameter.ztst crashes if USE_MMAP is not defined Bart Schaefer
- 2024/03/03 Re: Up-scope named references, vs. ksh Stephane Chazelas
- 2024/03/03 Re: Up-scope named references, vs. ksh Bart Schaefer
- 2024/03/03 Re: Up-scope named references, vs. ksh Stephane Chazelas
- 2024/03/03 Re: Up-scope named references, vs. ksh Bart Schaefer
- 2024/03/04 Re: [BUG] complist interactive mode overwrites command line Samy Dulor
- 2024/03/04 Re: [BUG] complist interactive mode overwrites command line Bart Schaefer
- 2024/03/04 [PATCH] Fix crash on unset-through-nameref Bart Schaefer
- 2024/03/04 Re: [BUG] complist interactive mode overwrites command line Bart Schaefer
- 2024/03/04 Re: [PATCH] Fix crash on unset-through-nameref Stephane Chazelas
- 2024/03/04 Re: [PATCH] Fix crash on unset-through-nameref Bart Schaefer
- 2024/03/04 Re: [BUG] complist interactive mode overwrites command line Samy Dulor
- 2024/03/04 What appears to be inconsistent results from ${(%):-%F{${subscript}} Jim
- 2024/03/04 Re: What appears to be inconsistent results from ${(%):-%F{${subscript}} Jim
- 2024/03/04 Re: What appears to be inconsistent results from ${(%):-%F{${subscript}} Mikael Magnusson
- 2024/03/04 Re: [PATCH] Fix crash on unset-through-nameref Stephane Chazelas
- 2024/03/04 Re: [PATCH] Fix crash on unset-through-nameref Stephane Chazelas
- 2024/03/04 Re: Up-scope named references, vs. ksh Stephane Chazelas
- 2024/03/04 Re: What appears to be inconsistent results from ${(%):-%F{${subscript}} Bart Schaefer
- 2024/03/04 Re: [BUG] complist interactive mode overwrites command line Bart Schaefer
- 2024/03/04 Re: What appears to be inconsistent results from ${(%):-%F{${subscript}} Oliver Kiddle
- 2024/03/04 Re: [PATCH v2] incarg: add a backward variant and make it repeatable Oliver Kiddle
- 2024/03/04 Re: [PATCH] Fix crash on unset-through-nameref Bart Schaefer
- 2024/03/04 Re: [PATCH] Fix crash on unset-through-nameref Bart Schaefer
- 2024/03/05 Re: Up-scope named references, vs. ksh Oliver Kiddle
- 2024/03/05 Re: Up-scope named references, vs. ksh Bart Schaefer
- 2024/03/05 Misc. patches vis-a-vis nameref discussion Bart Schaefer
- 2024/03/05 Re: Up-scope named references, vs. ksh Mikael Magnusson
- 2024/03/05 [PATCH?] Nofork and removing newlines Bart Schaefer
- 2024/03/05 Re: Up-scope named references, vs. ksh Stephane Chazelas
- 2024/03/05 Re: [PATCH?] Nofork and removing newlines Stephane Chazelas
- 2024/03/05 Re: [PATCH] Fix crash on unset-through-nameref Stephane Chazelas
- 2024/03/05 Re: [PATCH] Fix crash on unset-through-nameref Stephane Chazelas
- 2024/03/05 [PATCH][doc] BASHENV -> BASH_ENV typo Stephane Chazelas
- 2024/03/05 Re: [PATCH] Fix crash on unset-through-nameref Bart Schaefer
- 2024/03/05 Re: [PATCH] Fix crash on unset-through-nameref Stephane Chazelas
- 2024/03/05 unset, POSIX and the export attribute (Was: [PATCH] Fix crash on unset-through-nameref) Stephane Chazelas
- 2024/03/05 Re: [PATCH] Fix crash on unset-through-nameref Stephane Chazelas
- 2024/03/05 Re: [PATCH?] Nofork and removing newlines Bart Schaefer
- 2024/03/05 Re: [PATCH] Fix crash on unset-through-nameref Bart Schaefer
- 2024/03/06 [PATCH] local vs. nameref scoping (was Re: Up-scope named references, vs. ksh) Bart Schaefer
- 2024/03/06 Re: [PATCH?] Nofork and removing newlines Stephane Chazelas
- 2024/03/06 Re: [PATCH] Fix crash on unset-through-nameref Stephane Chazelas
- 2024/03/06 Re: [PATCH] Fix crash on unset-through-nameref Bart Schaefer
- 2024/03/06 Re: [PATCH] Fix crash on unset-through-nameref Bart Schaefer
- 2024/03/06 Re: [PATCH?] Nofork and removing newlines Stephane Chazelas
- 2024/03/06 Re: [PATCH?] Nofork and removing newlines Bart Schaefer
- 2024/03/06 Re: [PATCH?] Nofork and removing newlines Mikael Magnusson
- 2024/03/06 Re: [PATCH?] Nofork and removing newlines Bart Schaefer
- 2024/03/07 Re: [PATCH?] Nofork and removing newlines Bart Schaefer
- 2024/03/07 PS2 shows "cmdsubst" for process substitution Stephane Chazelas
- 2024/03/07 Re: [PATCH?] Nofork and removing newlines Lawrence Velázquez
- 2024/03/07 [PATCH][DOC] zsh_eval_context doc improvements (Was: PS2 shows "cmdsubst" for process substitution) Stephane Chazelas
- 2024/03/07 Re: [PATCH?] Nofork and removing newlines Lawrence Velázquez
- 2024/03/07 Re: [PATCH?] Nofork and removing newlines Stephane Chazelas
- 2024/03/07 ${<file} (Was: [PATCH?] Nofork and removing newlines) Stephane Chazelas
- 2024/03/07 Re: [PATCH?] Nofork and removing newlines Mikael Magnusson
- 2024/03/07 Re: [PATCH?] Nofork and removing newlines Bart Schaefer
- 2024/03/08 Re: [PATCH?] Nofork and removing newlines Bart Schaefer
- 2024/03/08 Re: [PATCH?] Nofork and removing newlines Bart Schaefer
- 2024/03/08 namerefs to var[idx] Stephane Chazelas
- 2024/03/08 Re: [PATCH v3] regexp-replace and ^, word boundary or look-behind operators (and more). Stephane Chazelas
- 2024/03/08 Re: namerefs to var[idx] Bart Schaefer
- 2024/03/08 "Bug" from time immemorial with subscript flags Bart Schaefer
- 2024/03/08 Re: [PATCH?] Nofork and removing newlines Oliver Kiddle
- 2024/03/08 Re: [PATCH?] Nofork and removing newlines Bart Schaefer
- 2024/03/09 [PATCH v5] regexp-replace and ^, word boundary or look-behind operators (and more). Stephane Chazelas
- 2024/03/09 MBEGIN when =~ finds bytes inside characters (Was: [PATCH v5] regexp-replace and ^, word boundary or look-behind operators (and more).) Stephane Chazelas
- 2024/03/09 quoting of bytes >= 0x80 with set +o multibyte in multibyte locales Stephane Chazelas
- 2024/03/09 [PATCH] improve pcre error message Stephane Chazelas
- 2024/03/09 Re: [PATCH v3] regexp-replace and ^, word boundary or look-behind operators (and more). Stephane Chazelas
- 2024/03/09 Re: [PATCH?] Nofork and removing newlines Oliver Kiddle
- 2024/03/09 PATCH: fix .zle.sgr for empty sequences Oliver Kiddle
- 2024/03/10 Fix up zsh/ksh93 for named reference changes Bart Schaefer
- 2024/03/10 Re: [PATCH?] Nofork and removing newlines Bart Schaefer
- 2024/03/10 [PATCH v6] regexp-replace and ^, word boundary or look-behind operators (and more). Stephane Chazelas
- 2024/03/12 "typeset -p" and no_GLOBAL_EXPORT, other misc. Bart Schaefer
- 2024/03/12 Re: "typeset -p" and no_GLOBAL_EXPORT, other misc. Stephane Chazelas
- 2024/03/12 Re: [PATCH?] Nofork and removing newlines Bart Schaefer
- 2024/03/12 Re: "typeset -p" and no_GLOBAL_EXPORT, other misc. Bart Schaefer
- 2024/03/12 Re: "typeset -p" and no_GLOBAL_EXPORT, other misc. Stephane Chazelas
- 2024/03/12 Re: "typeset -p" and no_GLOBAL_EXPORT, other misc. Stephane Chazelas
- 2024/03/12 Re: "typeset -p" and no_GLOBAL_EXPORT, other misc. Bart Schaefer
- 2024/03/12 Re: "typeset -p" and no_GLOBAL_EXPORT, other misc. Bart Schaefer
- 2024/03/12 Re: "typeset -p" and no_GLOBAL_EXPORT, other misc. Stephane Chazelas
- 2024/03/12 Re: "typeset -p" and no_GLOBAL_EXPORT, other misc. Stephane Chazelas
- 2024/03/12 Re: "typeset -p" and no_GLOBAL_EXPORT, other misc. Bart Schaefer
- 2024/03/12 Re: "typeset -p" and no_GLOBAL_EXPORT, other misc. Bart Schaefer
- 2024/03/12 ANSI C standard of zsh Clinton Bunch
- 2024/03/12 Re: [PATCH?] Nofork and removing newlines Oliver Kiddle
- 2024/03/13 {PATCH] (for real this time) Re: "typeset -p" and no_GLOBAL_EXPORT, other misc. Bart Schaefer
- 2024/03/13 Re: ANSI C standard of zsh Clinton Bunch
- 2024/03/13 Re: [PATCH?] Nofork and removing newlines Bart Schaefer
- 2024/03/13 Re: ANSI C standard of zsh Bart Schaefer
- 2024/03/13 Re: ANSI C standard of zsh Bart Schaefer
- 2024/03/13 HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes Vincent Lefevre
- 2024/03/13 issues with saving history to file Vincent Lefevre
- 2024/03/13 nocorrect documentation and behavior Vincent Lefevre
- 2024/03/13 Re: ANSI C standard of zsh Oliver Kiddle
- 2024/03/13 eta for release Christian Hesse
- 2024/03/14 [PATCH] More "typeset -p" and GLOBAL_EXPORT Bart Schaefer
- 2024/03/14 Re: nocorrect documentation and behavior Bart Schaefer
- 2024/03/14 Re: issues with saving history to file Bart Schaefer
- 2024/03/14 Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes Bart Schaefer
- 2024/03/14 Re: eta for release Oliver Kiddle
- 2024/03/14 Re: [PATCH?] Nofork and removing newlines Oliver Kiddle
- 2024/03/14 Re: eta for release Christian Hesse
- 2024/03/15 [PATCH] Nofork removing just one newline Bart Schaefer
- 2024/03/15 Re: [PATCH?] Nofork and removing newlines Stephane Chazelas
- 2024/03/15 Re: nocorrect documentation and behavior Vincent Lefevre
- 2024/03/15 Re: issues with saving history to file Vincent Lefevre
- 2024/03/15 Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes Vincent Lefevre
- 2024/03/16 Re: issues with saving history to file Bart Schaefer
- 2024/03/16 Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes Bart Schaefer
- 2024/03/18 [PATCH v2] prefer memcpy() over strcpy() James Tirta Halim
- 2024/03/18 Fwd: [zsh:web] Merge request: Tiny typos in guide Daniel Shahaf
- 2024/03/18 PATCH: Handle completer filenames with funny characters in them Mikael Magnusson
- 2024/03/18 PATCH: handle keywords in ansible-doc completion Oliver Kiddle
- 2024/03/18 PATCH: handle newrole in SELinux completions Oliver Kiddle
- 2024/03/19 Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes Vincent Lefevre
- 2024/03/19 Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes Mikael Magnusson
- 2024/03/19 Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes Vincent Lefevre
- 2024/03/20 current git Fails to compile on Solaris 11 x86 Clinton Bunch
- 2024/03/20 Re: current git Fails to compile on Solaris 11 x86 Peter Stephenson
- 2024/03/20 Re: current git Fails to compile on Solaris 11 x86 Peter Stephenson
- 2024/03/20 Re: current git Fails to compile on Solaris 11 x86 Clinton Bunch
- 2024/03/20 Re: current git Fails to compile on Solaris 11 x86 Bart Schaefer
- 2024/03/20 Re: current git Fails to compile on Solaris 11 x86 Clinton Bunch
- 2024/03/20 Re: current git Fails to compile on Solaris 11 x86 Peter Stephenson
- 2024/03/20 Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes Bart Schaefer
- 2024/03/20 Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes Bart Schaefer
- 2024/03/20 Re: current git Fails to compile on Solaris 11 x86 Oliver Kiddle
- 2024/03/20 Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes Vincent Lefevre
- 2024/03/21 Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes Jun T
- 2024/03/21 Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes Bart Schaefer
- 2024/03/21 Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes Jun T
- 2024/03/21 behavior of test true -a \( ! -a \) Vincent Lefevre
- 2024/03/21 Re: HIST_IGNORE_DUPS also ignores command lines that differ by a space between quotes Vincent Lefevre
- 2024/03/21 Re: behavior of test true -a \( ! -a \) Peter Stephenson
- 2024/03/21 Re: behavior of test true -a \( ! -a \) Vincent Lefevre
- 2024/03/21 Re: behavior of test true -a \( ! -a \) Peter Stephenson
- 2024/03/21 Re: behavior of test true -a \( ! -a \) Vincent Lefevre
- 2024/03/21 Re: behavior of test true -a \( ! -a \) Peter Stephenson
- 2024/03/21 Re: behavior of test true -a \( ! -a \) Bart Schaefer
- 2024/03/21 Re: behavior of test true -a \( ! -a \) Bart Schaefer
- 2024/03/22 Re: behavior of test true -a \( ! -a \) Bart Schaefer
- 2024/03/22 PATCH: handle comments when parsing ssh config for completion Oliver Kiddle
- 2024/03/23 Can someone tell me what I'm doing wrong in the YODL? Clinton Bunch
- 2024/03/23 Re: ANSI C standard of zsh Clinton Bunch
- 2024/03/23 Re: behavior of test true -a \( ! -a \) Bart Schaefer
- 2024/03/23 Re: Can someone tell me what I'm doing wrong in the YODL? Bart Schaefer
- 2024/03/23 Re: behavior of test true -a \( ! -a \) Vincent Lefevre
- 2024/03/23 Re: behavior of test true -a \( ! -a \) Bart Schaefer
- 2024/03/23 Re: behavior of test true -a \( ! -a \) Lawrence Velázquez
- 2024/03/24 Re: behavior of test true -a \( ! -a \) Bart Schaefer
- 2024/03/24 Re: behavior of test true -a \( ! -a \) Lawrence Velázquez
- 2024/03/24 [PATCH 0/1] zsh/random module Clinton Bunch
- 2024/03/24 [PATCH 1/1] zsh/random module Clinton Bunch
- 2024/03/25 Re: [PATCH 0/1] zsh/random module Bart Schaefer
- 2024/03/25 Re: behavior of test true -a \( ! -a \) Vincent Lefevre
- 2024/03/25 Re: behavior of test true -a \( ! -a \) Bart Schaefer
- 2024/03/25 Re: behavior of test true -a \( ! -a \) Peter Stephenson
- 2024/03/25 Re: behavior of test true -a \( ! -a \) Vincent Lefevre
- 2024/03/25 Re: behavior of test true -a \( ! -a \) Bart Schaefer
- 2024/03/25 Re: behavior of test true -a \( ! -a \) Bart Schaefer
- 2024/03/25 Re: ANSI C standard of zsh Oliver Kiddle
- 2024/03/26 Re: [PATCH 1/1] zsh/random module Oliver Kiddle
- 2024/03/26 Re: ANSI C standard of zsh Clinton Bunch
- 2024/03/26 Re: [PATCH v2] prefer memcpy() over strcpy() Oliver Kiddle
- 2024/03/26 Re: [PATCH 1/1] zsh/random module Clinton Bunch
- 2024/03/26 Re: [PATCH 1/1] zsh/random module Clinton Bunch
- 2024/03/26 Re: [PATCH v2] prefer memcpy() over strcpy() James
- 2024/03/26 Re: [PATCH v2] prefer memcpy() over strcpy() Bart Schaefer
- 2024/03/26 Re: [PATCH v2] prefer memcpy() over strcpy() James
- 2024/03/26 Re: [PATCH 0/1] zsh/random module Clinton Bunch
- 2024/03/26 Re: [PATCH 0/1] zsh/random module Clinton Bunch
- 2024/03/26 Re: [PATCH 0/1] zsh/random module Bart Schaefer
- 2024/03/26 Re: ANSI C standard of zsh Clinton Bunch
- 2024/03/27 Re: [PATCH?] Nofork and removing newlines Bart Schaefer
- 2024/03/27 Re: [PATCH?] Nofork and removing newlines Bart Schaefer
- 2024/03/27 Nofork ${{var}...} edge cases Bart Schaefer
- 2024/03/27 Re: Nofork ${{var}...} edge cases Oliver Kiddle
- 2024/03/27 Re: [PATCH 1/1] zsh/random module Oliver Kiddle
- 2024/03/27 Re: [PATCH 1/1] zsh/random module Clinton Bunch
- 2024/03/28 Re: Nofork ${{var}...} edge cases Mikael Magnusson
- 2024/03/28 Re: Nofork ${{var}...} edge cases Bart Schaefer
- 2024/03/28 Re: Nofork ${{var}...} edge cases Bart Schaefer
- 2024/03/28 Re: Nofork ${{var}...} edge cases Bart Schaefer
- 2024/03/28 Re: Nofork ${{var}...} edge cases Bart Schaefer
- 2024/03/28 Re: ANSI C standard of zsh Jun T
- 2024/03/28 Re: ANSI C standard of zsh Clinton Bunch
- 2024/03/28 Re: [PATCH v2] incarg: add a backward variant and make it repeatable Sho Yuhara
- 2024/03/29 "break" and functions Bart Schaefer
- 2024/03/29 Re: "break" and functions Mikael Magnusson
- 2024/03/29 bug: _files depends on extendedglob D. Ben Knoble
- 2024/03/29 Re: "break" and functions Bart Schaefer
- 2024/03/29 Re: "break" and functions Bart Schaefer
- 2024/03/29 Re: bug: _files depends on extendedglob Mikael Magnusson
- 2024/03/29 Re: "break" and functions Oliver Kiddle
- 2024/03/29 Re: bug: _files depends on extendedglob Ben Knoble
- 2024/03/29 Re: "break" and functions Bart Schaefer
- 2024/03/29 Re: bug: _files depends on extendedglob Bart Schaefer
- 2024/03/29 Re: bug: _files depends on extendedglob Oliver Kiddle
- 2024/03/29 Re: "break" and functions Mikael Magnusson
- 2024/03/29 Re: "break" and functions Bart Schaefer
- 2024/03/30 sticky-note and prompt color leftovers (Re: PATCH: broader support for highlight groups) Oliver Kiddle
- 2024/03/30 Re: sticky-note and prompt color leftovers (Re: PATCH: broader support for highlight groups) Bart Schaefer
- 2024/03/30 PATCH: minor omissions in completions for fc and vared Oliver Kiddle
- 2024/03/30 Re: sticky-note and prompt color leftovers (Re: PATCH: broader support for highlight groups) Oliver Kiddle
- 2024/03/30 Re: bug: _files depends on extendedglob D. Ben Knoble
- 2024/03/30 Re: bug: _files depends on extendedglob Bart Schaefer
- 2024/03/30 Re: sticky-note and prompt color leftovers (Re: PATCH: broader support for highlight groups) Bart Schaefer
- 2024/03/30 [PATCH] Improved implementation of ${{var} cmd} etc. Bart Schaefer
- 2024/03/31 Re: [PATCH] Improved implementation of ${{var} cmd} etc. Bart Schaefer
- 2024/04/01 Aliases that ignore "noaliases" Bart Schaefer
- 2024/04/01 Re: Aliases that ignore "noaliases" Stephane Chazelas
- 2024/04/01 Re: Aliases that ignore "noaliases" Stephane Chazelas
- 2024/04/02 Re: Aliases that ignore "noaliases" Bart Schaefer
- 2024/04/02 Re: [PATCH?] Nofork and removing newlines Lawrence Velázquez
- 2024/04/03 Re: behavior of test true -a \( ! -a \) Vincent Lefevre
- 2024/04/04 Re: ANSI C standard of zsh Vincent Lefevre
- 2024/04/04 Path to fix copy-earlier-word handling of numeric arguments Huy Z
- 2024/04/04 Re: Path to fix copy-earlier-word handling of numeric arguments Mikael Magnusson
- 2024/04/04 Re: Path to fix copy-earlier-word handling of numeric arguments Mikael Magnusson
- 2024/04/04 Hi Bart Huy Z
- 2024/04/04 Re: ANSI C standard of zsh Clinton Bunch
- 2024/04/05 PATCH: Fix ${foo:^bar} where bar is an associative array Mikael Magnusson
- 2024/04/06 Re: [PATCH 0/1] zsh/random module Clinton Bunch
- 2024/04/06 Re: [PATCH 0/1] zsh/random module Clinton Bunch
- 2024/04/07 Aside regarding ${var:#pat} Bart Schaefer
- 2024/04/09 [BUG] Incorrect usage of $PREFIX and $SUFFIX in completion functions Marlon Richert
- 2024/04/09 Re: [BUG] Incorrect usage of $PREFIX and $SUFFIX in completion functions Oliver Kiddle
- 2024/04/10 [PATCH] remote files completion: remove double-escaping Lyn Fugmann
- 2024/04/10 Re: [PATCH] remote files completion: remove double-escaping Mikael Magnusson
- 2024/04/12 Re: [PATCH] remote files completion: remove double-escaping Bart Schaefer
- 2024/04/15 Join zsh-workers postwar . marina0n
- 2024/04/15 Re: Join zsh-workers Lawrence Velázquez
- 2024/04/17 Inconsistent behavior of the test command with associative arrays limited time
- 2024/04/17 Re: Inconsistent behavior of the test command with associative arrays Bart Schaefer
- 2024/04/18 STTY fails to reset ICRNL / INLCR Ronan Pigott
- 2024/04/19 Re: STTY fails to reset ICRNL / INLCR Bart Schaefer
- 2024/04/19 Re: STTY fails to reset ICRNL / INLCR Ronan Pigott
- 2024/04/19 Re: STTY fails to reset ICRNL / INLCR Ronan Pigott
- 2024/04/20 PATCH: Partial revert of 44274 which broke _baudrates Mikael Magnusson
- 2024/04/26 Bug report; git tab-completion on macOS within paths containing unicode characters Yves Delley
- 2024/04/27 Re: Bug report; git tab-completion on macOS within paths containing unicode characters Bart Schaefer
- 2024/04/27 Re: Bug report; git tab-completion on macOS within paths containing unicode characters Bart Schaefer
- 2024/04/27 [PATCH 1/1] zsh/random Clinton Bunch
- 2024/04/27 [PATCH 0/1] zsh/random Clinton Bunch
- 2024/04/28 Re: Bug report; git tab-completion on macOS within paths containing unicode characters Yves Delley
- 2024/04/28 Re: Bug report; git tab-completion on macOS within paths containing unicode characters Bart Schaefer
- 2024/04/28 Re: Bug report; git tab-completion on macOS within paths containing unicode characters Bart Schaefer
- 2024/04/28 Re: Bug report; git tab-completion on macOS within paths containing unicode characters Bart Schaefer
- 2024/04/29 Re: Bug report; git tab-completion on macOS within paths containing unicode characters Jun. T
- 2024/04/29 Re: Bug report; git tab-completion on macOS within paths containing unicode characters Bart Schaefer
- 2024/04/30 Re: Bug report; git tab-completion on macOS within paths containing unicode characters Jun. T
- 2024/04/30 Re: Bug report; git tab-completion on macOS within paths containing unicode characters Bart Schaefer
- 2024/04/30 Re: Bug report; git tab-completion on macOS within paths containing unicode characters Jun. T
- 2024/04/30 Re: Inconsistent behavior with comparisons and recursive glob patterns Bart Schaefer
- 2024/05/01 Re: Inconsistent behavior with comparisons and recursive glob patterns Alan Wagner-Krankel
- 2024/05/01 Re: Inconsistent behavior with comparisons and recursive glob patterns Peter Stephenson
- 2024/05/05 Re: Inconsistent behavior with comparisons and recursive glob patterns Alan Wagner-Krankel
- 2024/05/05 Re: Inconsistent behavior with comparisons and recursive glob patterns Alan Wagner-Krankel
- 2024/05/07 Re: Inconsistent behavior with comparisons and recursive glob patterns Peter Stephenson
- 2024/05/08 Re: Inconsistent behavior with comparisons and recursive glob patterns Alan Wagner-Krankel
- 2024/05/08 [PATCH] feat(zkbd): make zkbd do its magic in the specified directory sph
- 2024/05/09 [PATCH] using sysread/syswrite with coprocess Anthony Heading
- 2024/05/09 [BUG] ZLE character width with emoji presentation variation selectors in Unicode Advait Maybhate
- 2024/05/09 Re: [PATCH] using sysread/syswrite with coprocess Bart Schaefer
- 2024/05/10 User after Free in zftp module Hamidreza
- 2024/05/10 Re: [BUG] ZLE character width with emoji presentation variation selectors in Unicode Mikael Magnusson
- 2024/05/10 Re: [BUG] ZLE character width with emoji presentation variation selectors in Unicode Mikael Magnusson
- 2024/05/10 Re: User after Free in zftp module Peter Stephenson
- 2024/05/10 Re: [BUG] ZLE character width with emoji presentation variation selectors in Unicode Advait Maybhate
- 2024/05/10 Re: [BUG] ZLE character width with emoji presentation variation selectors in Unicode Mikael Magnusson
- 2024/05/10 Re: [BUG] ZLE character width with emoji presentation variation selectors in Unicode Bart Schaefer
- 2024/05/11 Bug: Unicode character of zsh module will become weird characters Wu, Zhenyu
- 2024/05/11 Can we have a .clang-format in zsh source code? Wu, Zhenyu
- 2024/05/11 Re: [PATCH] feat(zkbd): make zkbd do its magic in the specified directory Bart Schaefer
- 2024/05/11 Re: [PATCH] feat(zkbd): make zkbd do its magic in the specified directory Lawrence Velázquez
- 2024/05/13 Re: Bug: Unicode character of zsh module will become weird characters Peter Stephenson
- 2024/05/14 Re: [BUG] ZLE character width with emoji presentation variation selectors in Unicode Advait Maybhate
- 2024/05/14 Re: [BUG] ZLE character width with emoji presentation variation selectors in Unicode Advait Maybhate
- 2024/05/26 Typeset command documentation limited time
- 2024/05/28 Re: [PATCH] remote files completion: remove double-escaping Lyn Fugmann
- 2024/06/01 mail list Stephen Acuna
- 2024/06/01 Re: mail list Lawrence Velázquez
- 2024/06/03 Superfluous completion for noglob Patrick
- 2024/06/03 Re: Superfluous completion for noglob Bart Schaefer
- 2024/06/04 Re: Superfluous completion for noglob Patrick
- 2024/06/08 [PATCH] add cdtohome setting Martin Tournoij
- 2024/06/08 Re: [PATCH] add cdtohome setting Lawrence Velázquez
- 2024/06/08 Re: [PATCH] add cdtohome setting Mikael Magnusson
- 2024/06/08 Re: PATCH: Handle completer filenames with funny characters in them Jun. T
- 2024/06/08 Re: PATCH: Handle completer filenames with funny characters in them Mikael Magnusson
- 2024/06/08 [BUG] Misplaced quote in %d printf format crashes Zsh Philippe Altherr
- 2024/06/08 Re: [BUG] Misplaced quote in %d printf format crashes Zsh Mark J. Reed
- 2024/06/09 Re: [BUG] Misplaced quote in %d printf format crashes Zsh Mark J. Reed
- 2024/06/11 Re: [BUG] Misplaced quote in %d printf format crashes Zsh Jun T
- 2024/06/14 Unexpected globbing when expanding history Roman Perepelitsa
- 2024/06/14 Re: Unexpected globbing when expanding history Mikael Magnusson
- 2024/06/14 Re: Unexpected globbing when expanding history Mark J. Reed
- 2024/06/15 Re: Unexpected globbing when expanding history Mikael Magnusson
- 2024/06/17 Re: [PATCH 1/1] zsh/random Jun. T
- 2024/06/17 broken patch in Zsh Mailing List Archive Jun. T
- 2024/06/17 [BUG] building fails on ArchLinux vnepogodin
- 2024/06/17 Re: broken patch in Zsh Mailing List Archive Bart Schaefer
- 2024/06/17 Re: [PATCH 1/1] zsh/random Clinton Bunch
- 2024/06/18 Re: [PATCH 1/1] zsh/random Clinton Bunch
- 2024/06/18 Re: [PATCH 1/1] zsh/random Clinton Bunch
- 2024/06/19 Re: [PATCH 1/1] zsh/random Bart Schaefer
- 2024/06/19 Re: [PATCH 1/1] zsh/random Clinton Bunch
- 2024/06/20 Re: [BUG] building fails on ArchLinux Bart Schaefer
- 2024/06/20 Re: [BUG] building fails on ArchLinux vnepogodin
- 2024/06/20 errexit and (Z)ERR trap regression Martijn Dekker
- 2024/06/21 [PATCH] use pdfroff to produce intro.pdf Jun T
- 2024/06/21 Re: errexit and (Z)ERR trap regression Bart Schaefer
- 2024/06/21 Re: errexit and (Z)ERR trap regression Lawrence Velázquez
- 2024/06/21 Re: errexit and (Z)ERR trap regression Bart Schaefer
- 2024/06/22 Re: errexit and (Z)ERR trap regression Lawrence Velázquez
- 2024/06/24 Re: errexit and (Z)ERR trap regression Bart Schaefer
- 2024/06/25 Re: [BUG] Incorrect usage of $PREFIX and $SUFFIX in completion functions Marlon Richert
- 2024/06/26 Re: errexit and (Z)ERR trap regression Philippe Altherr
- 2024/06/26 Re: errexit and (Z)ERR trap regression Bart Schaefer
- 2024/06/27 Re: errexit and (Z)ERR trap regression Philippe Altherr
- 2024/06/27 Re: errexit and (Z)ERR trap regression Bart Schaefer
- 2024/06/27 Re: errexit and (Z)ERR trap regression Philippe Altherr
- 2024/06/28 memory leak (1): unset private parameter Jun T
- 2024/06/28 memory leak (2): named reference Jun T
- 2024/06/28 Re: memory leak (1): unset private parameter Bart Schaefer
- 2024/06/28 Re: memory leak (1): unset private parameter Bart Schaefer
- 2024/06/30 Crash with read-only CDPATH Connor Olding
- 2024/07/02 Re: Crash with read-only CDPATH Jun T
- 2024/07/02 Re: Crash with read-only CDPATH Bart Schaefer
- 2024/07/07 completion(nmap): Add `--traceroute` `--script` `-sn` `-sY` `-sZ` `-sM` 柳 敏臻
- 2024/07/08 Re: [PATCH] remote files completion: remove double-escaping Lawrence Velázquez
- 2024/07/14 Re: [PATCH] remote files completion: remove double-escaping Eric Cook
- 2024/07/14 Re: [PATCH] remote files completion: remove double-escaping Oliver Kiddle
- 2024/07/16 Segfault in echoti with Cs and Ms caps Ronan Pigott
- 2024/07/17 inherit OLDPWD from environment variable Franklin Yu
- 2024/07/17 Re: inherit OLDPWD from environment variable Peter Stephenson
- 2024/07/17 When $PWD contains colon, completions for Makefile become broken. fp oop
- 2024/07/20 Re: inherit OLDPWD from environment variable Franklin Yu
- 2024/07/20 Re: inherit OLDPWD from environment variable Lawrence Velázquez
- 2024/07/20 Re: inherit OLDPWD from environment variable Franklin Yu
- 2024/07/21 Re: inherit OLDPWD from environment variable Peter Stephenson
- 2024/07/21 Re: inherit OLDPWD from environment variable Peter Stephenson
- 2024/07/23 cd with empty argument does not conform to POSIX.1-2024 (Was: inherit OLDPWD from environment variable) Lawrence Velázquez
- 2024/07/23 Re: cd with empty argument does not conform to POSIX.1-2024 (Was: inherit OLDPWD from environment variable) Mark J. Reed
- 2024/07/23 RE: Re: cd with empty argument does not conform to POSIX.1-2024 (Was: inherit OLDPWD from environment variable) zeurkous
- 2024/07/23 Re: Re: cd with empty argument does not conform to POSIX.1-2024 (Was: inherit OLDPWD from environment variable) Mark J. Reed
- 2024/07/23 Re: cd with empty argument does not conform to POSIX.1-2024 (Was: inherit OLDPWD from environment variable) Lawrence Velázquez
- 2024/07/26 [BUG & PATCH] USR2 traps aren't reset in subshells Philippe Altherr
- 2024/07/29 fedora 41 uses dnf5 and is no longer compatible with _dnf Han Boetes
- 2024/07/29 Re: fedora 41 uses dnf5 and is no longer compatible with _dnf Eric Cook
- 2024/08/02 Re: eta for release Michael Prokop
- 2024/08/03 Feature request: ${(l[-3][0])var} to do left padding *without truncation* Stephane Chazelas
- 2024/08/03 Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation* Mikael Magnusson
- 2024/08/03 Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation* Stephane Chazelas
- 2024/08/03 Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation* Stephane Chazelas
- 2024/08/03 Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation* Bart Schaefer
- 2024/08/03 Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation* Bart Schaefer
- 2024/08/03 Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation* Bart Schaefer
- 2024/08/04 Re: [PATCH] remote files completion: remove double-escaping Eric Cook
- 2024/08/04 Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation* Stephane Chazelas
- 2024/08/04 Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation* Stephane Chazelas
- 2024/08/04 Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation* Stephane Chazelas
- 2024/08/05 Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation* Bart Schaefer
- 2024/08/05 Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation* Bart Schaefer
- 2024/08/05 Re: Segfault in echoti with Cs and Ms caps Bart Schaefer
- 2024/08/05 Re: memory leak (1): unset private parameter Bart Schaefer
- 2024/08/05 Re: Feature request: ${(l[-3][0])var} to do left padding *without truncation* Stephane Chazelas
- 2024/08/05 Re: memory leak (2): named reference Bart Schaefer
- 2024/08/06 Re: memory leak (2): named reference Jun. T
- 2024/08/06 Re: memory leak (2): named reference Bart Schaefer
- 2024/08/11 [PATCH] feat(prompt): %p for percent encoded pwd Liao Junxuan
- 2024/08/11 Re: [PATCH] feat(prompt): %p for percent encoded pwd Roman Perepelitsa
- 2024/08/11 Re: [PATCH] feat(prompt): %p for percent encoded pwd 廖骏轩
- 2024/08/12 [PATCH] github #119: fix completion for git bisect visualize Christian Heusel
- 2024/08/14 Re: [PATCH] github #119: fix completion for git bisect visualize Eric Cook
- 2024/08/14 Bug report: assigning $! to an array element doesn't work Frava
- 2024/08/15 Re: Bug report: assigning $! to an array element doesn't work Bart Schaefer
- 2024/08/15 Re: Bug report: assigning $! to an array element doesn't work Peter Stephenson
- 2024/08/15 Bug: time doesn't work on builtins Mark J. Reed
- 2024/08/15 Re: Bug: time doesn't work on builtins Bart Schaefer
- 2024/08/15 Re: Bug: time doesn't work on builtins Mark J. Reed
- 2024/08/16 Re: Bug: time doesn't work on builtins Bart Schaefer
- 2024/08/18 [BUG] incorrect expansion with expand-or-complete and single quote Vincent Lefevre
- 2024/08/18 Re: [BUG] incorrect expansion with expand-or-complete and single quote Vincent Lefevre
- 2024/08/21 autocompletion's odd behaviour with packages installed through pip Silejonu
- 2024/08/22 Re: autocompletion's odd behaviour with packages installed through pip Jun T
- 2024/08/22 Valid Links? Bev in TX
- 2024/08/22 Re: Valid Links? Bart Schaefer
- 2024/08/23 test-repo-git-rebase-apply still in use? Jörg Sommer
- 2024/08/23 Install test suite with cross-compiling Jörg Sommer
- 2024/08/23 Re: Valid Links? Bev in TX
- 2024/08/26 Re: Valid Links? Oliver Kiddle
- 2024/08/26 RE: Re: Valid Links? zeurkous
- 2024/08/26 Re: Valid Links? Bev in TX
- 2024/08/27 PATCH: setxkbmap completion Oliver Kiddle
- 2024/08/27 Re: [PATCH 1/1] zsh/random Oliver Kiddle
- 2024/08/27 Re: Valid Links? Oliver Kiddle
- 2024/08/27 Re: Valid Links? Bev in TX
- 2024/08/30 Re: [PATCH 1/1] zsh/random Clinton Bunch
- 2024/08/30 PATCH: complete glob qualifiers following an equals expansion Oliver Kiddle
- 2024/08/30 PATCH: new completion for zstd Oliver Kiddle
- 2024/08/31 Re: [PATCH 1/1] zsh/random Oliver Kiddle
- 2024/08/31 Re: [PATCH 1/1] zsh/random Clinton Bunch
- 2024/08/31 Re: Valid Links? Clinton Bunch
- 2024/08/31 Re: Valid Links? Oliver Kiddle
- 2024/09/03 RE: Re: Valid Links? zeurkous
- 2024/09/04 Re: Bug: time doesn't work on builtins Bart Schaefer
- 2024/09/04 Re: Bug: time doesn't work on builtins Jun. T
- 2024/09/05 Re: Bug: time doesn't work on builtins Jun. T
- 2024/09/05 Re: Bug: time doesn't work on builtins Bart Schaefer
- 2024/09/06 Re: Bug: time doesn't work on builtins Bart Schaefer
- 2024/09/06 Re: Bug: time doesn't work on builtins Jun T
- 2024/09/06 Re: Bug: time doesn't work on builtins Jun T
- 2024/09/06 Re: Bug: time doesn't work on builtins Bart Schaefer
- 2024/09/08 Consider dropping the dkms completion Emil Velikov
- 2024/09/08 Integrating the kmod completions upstream Emil Velikov
- 2024/09/08 Re: Integrating the kmod completions upstream Oliver Kiddle
- 2024/09/08 "time" and "exec" behavior Bart Schaefer
- 2024/09/08 Re: Integrating the kmod completions upstream Emil Velikov
- 2024/09/08 Re: Integrating the kmod completions upstream Lawrence Velázquez
- 2024/09/08 Re: Integrating the kmod completions upstream Lawrence Velázquez
- 2024/09/11 Re: test-repo-git-rebase-apply still in use? Daniel Shahaf
- 2024/09/13 PATCH: remove ancient signals support Oliver Kiddle
- 2024/09/13 PATCH: remove old BeOS support code Oliver Kiddle
- 2024/09/13 PATCH: remove a couple of unused #defines Oliver Kiddle
- 2024/09/13 PATCH: handle Haiku specific rlimit Oliver Kiddle
- 2024/09/13 Re: PATCH: Avoid \e in C code; building on Solaris 11 Oliver Kiddle
- 2024/09/13 PATCH: better support for BSDs for $ZSH_EXEPATH Oliver Kiddle
- 2024/09/13 PATCH: loadable modules on Haiku Oliver Kiddle
- 2024/09/14 PATCH: fix X05 to not produce errors when zpty is missing Oliver Kiddle
- 2024/09/14 PATCH: Re: Bug: time doesn't work on builtins Bart Schaefer
- 2024/09/14 Several patches from Oliver Bart Schaefer
- 2024/09/15 Mailing list Trevor Hailey
- 2024/09/15 Re: Mailing list Lawrence Velázquez
- 2024/09/15 Re: PATCH: better support for BSDs for $ZSH_EXEPATH Oliver Kiddle
- 2024/09/15 PATCH: silence compiler warning when USE_LSEEK is not defined Oliver Kiddle
- 2024/09/15 PATCH: remove unused autoconf tests Oliver Kiddle
- 2024/09/16 [PATCH] fix completion for chmod/chown --reference with escaped filename Philip Sequeira
- 2024/09/20 Re: PATCH: Re: Bug: time doesn't work on builtins Oliver Kiddle
- 2024/09/20 Yet another errexit bug? Bart Schaefer
- 2024/09/20 Re: Yet another errexit bug? Lawrence Velázquez
- 2024/09/21 Dangerous feature - multios with globbing Nadav Har'El
- 2024/09/21 Re: Dangerous feature - multios with globbing Mikael Magnusson
- 2024/09/21 Re: Dangerous feature - multios with globbing Eric Cook
- 2024/09/22 Re: Dangerous feature - multios with globbing Bart Schaefer
- 2024/09/22 Re: PATCH: Re: Bug: time doesn't work on builtins Bart Schaefer
- 2024/09/22 Z shell introductory guide source Clinton Bunch
- 2024/09/22 Re: Dangerous feature - multios with globbing Nadav Har'El
- 2024/09/22 Mirror list Clinton Bunch
- 2024/09/22 RE: Mirror list zeurkous
- 2024/09/22 Re: Mirror list Clinton Bunch
- 2024/09/22 RE: Re: Mirror list zeurkous
- 2024/09/22 Re: Z shell introductory guide source Bart Schaefer
- 2024/09/22 Re: Z shell introductory guide source Clinton Bunch
- 2024/09/22 Re: Z shell introductory guide source Oliver Kiddle
- 2024/09/22 Re: Z shell introductory guide source Bart Schaefer
- 2024/09/22 Re: Mirror list Oliver Kiddle
- 2024/09/22 Re: Z shell introductory guide source Clinton Bunch
- 2024/09/22 Re: Mirror list Clinton Bunch
- 2024/09/24 misleading message for SIGFPE Vincent Lefevre
- 2024/09/24 Re: misleading message for SIGFPE Andreas Kähäri
- 2024/09/24 Re: misleading message for SIGFPE Bart Schaefer
- 2024/09/24 Re: misleading message for SIGFPE Bart Schaefer
- 2024/09/24 Re: PATCH: remove unused autoconf tests Lawrence Velázquez
- 2024/09/25 Re: misleading message for SIGFPE Vincent Lefevre
- 2024/09/25 Re: misleading message for SIGFPE Vincent Lefevre
- 2024/09/25 Re: PATCH: remove unused autoconf tests Jun. T
- 2024/09/25 [PATCH] termcap.c: fix pointer type mismatch for boolcodes liushuyu
- 2024/09/25 Re: [PATCH] termcap.c: fix pointer type mismatch for boolcodes Bart Schaefer
- 2024/09/25 Re: [PATCH] termcap.c: fix pointer type mismatch for boolcodes liushuyu
- 2024/09/25 Re: misleading message for SIGFPE Bart Schaefer
- 2024/09/26 Re: misleading message for SIGFPE Stephane Chazelas
- 2024/09/26 Re: Z shell introductory guide source Jun. T
- 2024/09/27 Re: Z shell introductory guide source Jun T
- 2024/09/27 [RFC PATCH 2/2] enable completion for mpc insert Karel Balej
- 2024/09/27 [RFC PATCH 1/2] complete absolute paths for mpc add Karel Balej
- 2024/09/30 [PATCH] use -undefined dynamic_lookup on recent macOS Jun T
- 2024/10/02 RE: Re: misleading message for SIGFPE zeurkous
- 2024/10/04 Re: Yet another errexit bug? Lawrence Velázquez
- 2024/10/09 Re: Z shell introductory guide source Jun. T
- 2024/10/09 Re: Z shell introductory guide source Clinton Bunch
- 2024/10/09 Re: Z shell introductory guide source Clinton Bunch
- 2024/10/09 Re: Z shell introductory guide source Bart Schaefer
- 2024/10/10 Re: Z shell introductory guide source Jun T
- 2024/10/10 Re: Z shell introductory guide source Jun. T
- 2024/10/11 Re: Segmentation fault. Probably security related. Bart Schaefer
- 2024/10/14 [PATCH] sysctl: support completion with the dot delimiter on linux Eric Cook
- 2024/10/16 [BUG] crash when I unset and redefine a function within itself Gilles
- 2024/10/16 Re: [BUG] crash when I unset and redefine a function within itself Bart Schaefer
- 2024/10/22 Re: The zsh mirror is out of date Harri Salminen
- 2024/10/22 Re: The zsh mirror is out of date Clinton Bunch
- 2024/10/24 Feedback on prototype reorganized Zsh website Clinton Bunch
- 2024/10/26 Re: Feedback on prototype reorganized Zsh website Peter Stephenson
- 2024/10/27 Re: Feedback on prototype reorganized Zsh website Jun. T
- 2024/10/27 Re: Feedback on prototype reorganized Zsh website Clinton Bunch
- 2024/10/27 Re: Feedback on prototype reorganized Zsh website Bart Schaefer
- 2024/10/27 Re: Feedback on prototype reorganized Zsh website Clinton Bunch
- 2024/10/27 Re: Feedback on prototype reorganized Zsh website Bart Schaefer
- 2024/10/27 Re: Feedback on prototype reorganized Zsh website Stephane Chazelas
- 2024/10/27 Re: Feedback on prototype reorganized Zsh website Bart Schaefer
- 2024/10/27 Re: Feedback on prototype reorganized Zsh website Clinton Bunch
- 2024/10/27 Re: Feedback on prototype reorganized Zsh website Stephane Chazelas
- 2024/10/28 Re: Feedback on prototype reorganized Zsh website Jun T
- 2024/10/28 Re: Feedback on prototype reorganized Zsh website Bart Schaefer
- 2024/10/28 Re: Feedback on prototype reorganized Zsh website Bart Schaefer
- 2024/10/28 Re: Feedback on prototype reorganized Zsh website Clinton Bunch
- 2024/10/28 Re: Feedback on prototype reorganized Zsh website Lawrence Velázquez
- 2024/10/28 Re: Feedback on prototype reorganized Zsh website Bart Schaefer
- 2024/10/29 Re: Feedback on prototype reorganized Zsh website Clinton Bunch
- 2024/10/30 Re: Feedback on prototype reorganized Zsh website Oliver Kiddle
- 2024/10/30 Re: Feedback on prototype reorganized Zsh website Clinton Bunch
- 2024/10/30 Re: Feedback on prototype reorganized Zsh website Bart Schaefer
- 2024/10/30 Re: Feedback on prototype reorganized Zsh website Bart Schaefer
- 2024/10/30 Re: Feedback on prototype reorganized Zsh website Clinton Bunch
- 2024/10/30 Re: Feedback on prototype reorganized Zsh website Clinton Bunch
- 2024/10/30 completion as if. Eric Cook
- 2024/10/30 Re: completion as if. Matthew Martin
- 2024/10/30 Re: Feedback on prototype reorganized Zsh website Clinton Bunch
- 2024/10/31 Re: Feedback on prototype reorganized Zsh website Bart Schaefer
- 2024/11/01 [BUG] `menu-complete` bound to `^J` does not cycle the results with `select` NeNikitov
- 2024/11/01 Re: [BUG] `menu-complete` bound to `^J` does not cycle the results with `select` Bart Schaefer
- 2024/11/03 Unicode allowables in Environment variables William DeShazer
- 2024/11/04 Re: Unicode allowables in Environment variables Mikael Magnusson
- 2024/11/04 Re: Unicode allowables in Environment variables Mark J. Reed
- 2024/11/04 Re: Unicode allowables in Environment variables William DeShazer
- 2024/11/04 Re: Unicode allowables in Environment variables William DeShazer
- 2024/11/04 Re: Unicode allowables in Environment variables Bart Schaefer
- 2024/11/04 Re: Unicode allowables in Environment variables Mark J. Reed
- 2024/11/04 Re: Unicode allowables in Environment variables Bart Schaefer
- 2024/11/04 Re: Unicode allowables in Environment variables Mark J. Reed
- 2024/11/04 Re: Unicode allowables in Environment variables Bart Schaefer
- 2024/11/04 Re: Unicode allowables in Environment variables Bart Schaefer
- 2024/11/04 Re: Unicode allowables in Environment variables William DeShazer
- 2024/11/04 Re: Unicode allowables in Environment variables Mark J. Reed
- 2024/11/04 Re: Unicode allowables in Environment variables Bart Schaefer
- 2024/11/04 Re: Unicode allowables in Environment variables Mark J. Reed
- 2024/11/04 Re: Unicode allowables in Environment variables William DeShazer
- 2024/11/04 Absolute path tab completion on Windows Ram Rachum
- 2024/11/04 Re: Unicode allowables in Environment variables Mark J. Reed
- 2024/11/04 Re: Unicode allowables in Environment variables Bart Schaefer
- 2024/11/04 Re: Unicode allowables in Environment variables William DeShazer
- 2024/11/04 Re: Unicode allowables in Environment variables Bart Schaefer
- 2024/11/05 Re: Unicode allowables in Environment variables Bart Schaefer
- 2024/11/05 Re: Unicode allowables in Environment variables William DeShazer
- 2024/11/05 Re: Unicode allowables in Environment variables William DeShazer
- 2024/11/05 dnf5 completions Gamcheong YUEN
- 2024/11/05 Re: Unicode allowables in Environment variables Bart Schaefer
- 2024/11/05 Re: Unicode allowables in Environment variables Bart Schaefer
- 2024/11/05 Re: Unicode allowables in Environment variables William DeShazer
- 2024/11/05 Re: Absolute path tab completion on Windows Bart Schaefer
- 2024/11/05 Re: dnf5 completions Bart Schaefer
- 2024/11/05 Re: Unicode allowables in Environment variables Bart Schaefer
- 2024/11/05 Re: dnf5 completions Eric Cook
- 2024/11/05 Re: Unicode allowables in Environment variables Peter Stephenson
- 2024/11/05 Re: dnf5 completions Jun. T
- 2024/11/05 Re: Z shell introductory guide source Jun. T
- 2024/11/05 Re: Absolute path tab completion on Windows Ram Rachum
- 2024/11/05 Re: Absolute path tab completion on Windows Bart Schaefer
- 2024/11/05 Re: Absolute path tab completion on Windows Ram Rachum
- 2024/11/05 Re: Absolute path tab completion on Windows Mikael Magnusson
- 2024/11/05 Re: Absolute path tab completion on Windows Mark J. Reed
- 2024/11/05 Re: Unicode allowables in Environment variables William DeShazer
- 2024/11/06 Re: Absolute path tab completion on Windows Ram Rachum
- 2024/11/06 Re: Unicode allowables in Environment variables Bart Schaefer
- 2024/11/07 Re: completion as if. Oliver Kiddle
- 2024/11/07 Re: Absolute path tab completion on Windows Bart Schaefer
- 2024/11/07 Re: Absolute path tab completion on Windows Ram Rachum
- 2024/11/08 Re: Absolute path tab completion on Windows Bart Schaefer
- 2024/11/08 Re: Absolute path tab completion on Windows Ram Rachum
- 2024/11/08 Re: Absolute path tab completion on Windows Ram Rachum
- 2024/11/09 [PATCH] Remove references to Patches "Archive" from FAQ Clinton Bunch
- 2024/11/09 Re: Absolute path tab completion on Windows Bart Schaefer
- 2024/11/09 Re: [RFC PATCH 1/2] complete absolute paths for mpc add Karel Balej
- 2024/11/09 Re: Absolute path tab completion on Windows Ram Rachum
- 2024/11/09 Re: Absolute path tab completion on Windows Bart Schaefer
- 2024/11/09 Re: [RFC PATCH 1/2] complete absolute paths for mpc add Bart Schaefer
- 2024/11/10 Re: [RFC PATCH 1/2] complete absolute paths for mpc add Karel Balej
- 2024/11/10 Re: [RFC PATCH 1/2] complete absolute paths for mpc add Bart Schaefer
- 2024/11/11 Re: [RFC PATCH 1/2] complete absolute paths for mpc add Karel Balej
- 2024/11/12 Re: [RFC PATCH 1/2] complete absolute paths for mpc add Bart Schaefer
- 2024/11/12 Re: dnf5 completions Jun T
- 2024/11/12 Re: dnf5 completions Mikael Magnusson
- 2024/11/12 [PATCH v2 2/2] enable completion for mpc insert Karel Balej
- 2024/11/12 [PATCH v2 1/2] complete absolute paths for mpc add Karel Balej
- 2024/11/13 Re: dnf5 completions Jun T
- 2024/11/15 PATCH: fix use of vi-fetch-history use with a range Oliver Kiddle
- 2024/11/17 PATCH: rename user in test case to avoid failure where the user exists Oliver Kiddle
- 2024/11/21 [PATCH] remove U+2069 Pop Directional Isolate from ChangeLog Lukáš Zaoral
Mail converted by MHonArc