diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2004-03-12 16:29:30 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2004-03-12 16:29:30 +0000 |
commit | 867f40c7791f526d1fa975a4f86ebca926983b26 (patch) | |
tree | 5c0133f5803b49a6b06be25a32005db87d598de5 /ChangeLog | |
parent | 247b73c60fe3eb1aed28ec48b053c7cb6a13c100 (diff) | |
download | zsh-867f40c7791f526d1fa975a4f86ebca926983b26.tar.gz zsh-867f40c7791f526d1fa975a4f86ebca926983b26.tar.xz zsh-867f40c7791f526d1fa975a4f86ebca926983b26.zip |
19616: use correct linker options for shared libs with gcc on HP/UX
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index ff0a48a88..ab6c4e023 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-12 Oliver Kiddle <opk@zsh.org> + + * 19616: configure.ac: use correct shared library link options + for gcc on HP/UX + 2004-03-12 Clint Adams <clint@zsh.org> * 19614: Completion/Unix/Command/_mtr: better descriptions @@ -57,7 +62,7 @@ Cygwin not to use pattern matching if only the case-insensitive flag is on. - * 19553: Index: Src/Zle/complist.c, Src/Zle/zle_hist.c, + * 19553: Src/Zle/complist.c, Src/Zle/zle_hist.c, Src/Zle/zle_keymap.c, Src/Zle/zle_main.c, Src/Zle/zle_misc.c, Src/Zle/zle_move.c, Src/Zle/zle_tricky.c, Src/Zle/zle_vi.c: Rename `c' to `lastchar' and mark for export. |