diff options
author | Jun T <takimoto-j@kba.biglobe.ne.jp> | 2016-01-25 08:27:48 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2016-01-25 08:28:30 -0800 |
commit | 1d98f77a9be240662d84c7c2014019571f7eda1b (patch) | |
tree | b210d1c6ce62cbe04b822166016afb3d788dab24 /ChangeLog | |
parent | 7c59c953f28026559325473ba53be0dd3a661109 (diff) | |
download | zsh-1d98f77a9be240662d84c7c2014019571f7eda1b.tar.gz zsh-1d98f77a9be240662d84c7c2014019571f7eda1b.tar.xz zsh-1d98f77a9be240662d84c7c2014019571f7eda1b.zip |
Jun T.: 37759: save more function pointers from realparamtab when hacking in their replacements
Restoring from the original external symbols fails for some dynamic link schemes (e.g. 64bit Cygwin).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fb75a1e43..4ab9b14ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-01-25 Barton E. Schaefer <schaefer@zsh.org> + + * Jun T.: 37759: Src/Modules/param_private.c: save more function + pointers from realparamtab when hacking in their replacements, + because restoring from the original external symbols fails for + some dynamic link schemes (e.g. 64bit Cygwin). + 2016-01-25 Peter Stephenson <p.stephenson@samsung.com> * 37765: Src/builtin.c, Test/C04funcdef.ztst: Use FS_FUNC on |