mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-05-20 11:31:28 +02:00
52521: mapfile (mis)handling of empty/unreadable files
This commit is contained in:
parent
653be0823d
commit
58ff6c68d5
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2024-02-04 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 52521: Etc/BUGS: mapfile handling of empty/unreadable files
|
||||
|
||||
2024-02-04 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* 52516: Src/prompt.c: fix crash in %H when hlgroups is empty
|
||||
|
|
3
Etc/BUGS
3
Etc/BUGS
|
@ -55,3 +55,6 @@ users/26071: Strange behavior about option completion of "git push --f"
|
|||
return value of the left side of the expression is always 148 (SIGTSTP)
|
||||
and thus the expression is likely to be incorrectly interpreted.
|
||||
------------------------------------------------------------------------
|
||||
52521: Empty files and unreadable files cannot be removed using the
|
||||
mapfile module "unset 'mapfile[filename]'", and are not distinguished
|
||||
from files that do not exist.
|
Loading…
Reference in a new issue