mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-28 16:15:02 +01:00
Note problem when compiling with GCC on OS X 10.9.1.
This commit is contained in:
parent
407cfc0f4f
commit
e8fb45ef1e
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-12-30 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* unposted (cf. Carlo: 32202): MACHINES: OS X 10.9.1. gcc problem
|
||||
|
||||
2013-12-28 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 32190 (cf. Alexey Bezhan: 32189): Completion/Zsh/Command/_cd:
|
||||
|
|
3
MACHINES
3
MACHINES
|
@ -35,6 +35,9 @@ Apple: MacOS X/Darwin 10.x
|
|||
|
||||
Reported to compile with no problems on 10.4.
|
||||
|
||||
Compiling with GCC on 10.9.1 (Mavericks) reportedly causes a crash
|
||||
due to a libiconv problem. Compile with clang instead.
|
||||
|
||||
Multibyte support works; you probably wish to set the
|
||||
option COMBINING_CHARS, which is not enabled by default.
|
||||
Problems have been noted when outputting multibyte characters
|
||||
|
|
Loading…
Reference in a new issue