diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2026-07-05 03:04:09 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2026-07-08 20:40:29 +0200 |
| commit | 89e8b507381b8beec263c0437b14994b39abaf0d (patch) | |
| tree | 511613115bcc365bd798b0e58f209719c056e4cf /ChangeLog | |
| parent | 54894 (tweaked): compdump: improve performance (diff) | |
| download | zsh-89e8b507381b8beec263c0437b14994b39abaf0d.tar zsh-89e8b507381b8beec263c0437b14994b39abaf0d.tar.gz zsh-89e8b507381b8beec263c0437b14994b39abaf0d.tar.bz2 zsh-89e8b507381b8beec263c0437b14994b39abaf0d.tar.lz zsh-89e8b507381b8beec263c0437b14994b39abaf0d.tar.xz zsh-89e8b507381b8beec263c0437b14994b39abaf0d.tar.zst zsh-89e8b507381b8beec263c0437b14994b39abaf0d.zip | |
54909: Untokenize before quoting unquoted literal values
% print -r - ${(q+):-foo = bar}|xxd
00000000: 2766 6f6f 208d 2062 6172 270a 'foo . bar'.
% print -r - ${(q+):-foo * bar}|xxd
00000000: 2766 6f6f 2087 2062 6172 270a 'foo . bar'.
% print -r - ${(qqqq):-foo = bar}
$'foo \215 bar'
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2026-07-08 Mikael Magnusson <mikachu@gmail.com> + + * 54909: Src/subst.c: Untokenize before quoting unquoted literal + values + 2026-07-06 dana <dana@dana.is> * 54894 (tweaked): Completion/compdump: improve performance |
