1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-08 12:01:21 +02:00

Added missing "Src/" prefixes to a recent list of changed files.

This commit is contained in:
Wayne Davison 2006-01-12 08:45:13 +00:00
parent 70de60a962
commit 3d7de1c84c

View file

@ -5,8 +5,9 @@
2006-01-11 Wayne Davison <wayned@users.sourceforge.net>
* unposted: zsh.h, prompt.c, utils.c, Zle/complist.c, Zle/compmatch.c,
Zle/zle_main.c, Zle/zle_refresh.c, Zle/zle_tricky.c, Zle/zle_utils.c:
* unposted: Src/zsh.h, Src/prompt.c, Src/utils.c,
Src/Zle/complist.c, Src/Zle/compmatch.c, Src/Zle/zle_main.c,
Src/Zle/zle_refresh.c, Src/Zle/zle_tricky.c, Src/Zle/zle_utils.c:
more multibyte cleanup, including the MB_INVALID and MB_INCOMPLETE
defines to make the mbrtowc() and mbsrtowcs() return values clearer.