diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2013-12-30 11:23:25 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2013-12-30 11:23:25 -0800 |
commit | e8fb45ef1e1e7a0b9b1411a3ad16df61ea096f41 (patch) | |
tree | 2267ba41fe82d6b4fc1b9185b21733ce2d14c05a | |
parent | 407cfc0f4f4d5b83557754592e3dc3bc58a1c31d (diff) | |
download | zsh-e8fb45ef1e1e7a0b9b1411a3ad16df61ea096f41.tar.gz zsh-e8fb45ef1e1e7a0b9b1411a3ad16df61ea096f41.tar.xz zsh-e8fb45ef1e1e7a0b9b1411a3ad16df61ea096f41.zip |
Note problem when compiling with GCC on OS X 10.9.1.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | MACHINES | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 42264e045..bca5d5fa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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: diff --git a/MACHINES b/MACHINES index ffd68d79c..ddbf69ac6 100644 --- a/MACHINES +++ b/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 |