diff options
| author | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-12 00:51:44 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-12 00:51:44 +0000 |
| commit | e46d08523fd44432448c9c15bcec5977fd817e7d (patch) | |
| tree | 226b5bd181ced654fab23a6ba0315fd59cd05418 /Completion/Unix/Command/_java | |
| parent | - The return value of mbrtowc() is a size_t (unsigned), so don't (diff) | |
| download | zsh-e46d08523fd44432448c9c15bcec5977fd817e7d.tar zsh-e46d08523fd44432448c9c15bcec5977fd817e7d.tar.gz zsh-e46d08523fd44432448c9c15bcec5977fd817e7d.tar.bz2 zsh-e46d08523fd44432448c9c15bcec5977fd817e7d.tar.lz zsh-e46d08523fd44432448c9c15bcec5977fd817e7d.tar.xz zsh-e46d08523fd44432448c9c15bcec5977fd817e7d.tar.zst zsh-e46d08523fd44432448c9c15bcec5977fd817e7d.zip | |
- The return value of mbsrtowcs() is also a size_t (like mbrtowc()).
- When mbrtowc() returns -2 when given all the remaining chars in a
string, set an end-of-line flag and avoid calling mbrtowc() again
for any of the incomplete characters that remain in the string.
- Use "mbs" for the multi-byte state variable name (for consistency).
- Use the new MB_INVALID and MB_INCOMPLETE defines for the size_t
-1 and -2 values (respectively).
Diffstat (limited to 'Completion/Unix/Command/_java')
0 files changed, 0 insertions, 0 deletions
