diff options
author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2016-08-20 23:52:01 +0900 |
---|---|---|
committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2016-08-20 23:52:01 +0900 |
commit | 4b2810ab2d6be3d1cf811e53d3b4f57630821108 (patch) | |
tree | 818d7747920e1fd33d589f4a6028fd22368d4db0 /ChangeLog | |
parent | 1c6d3e3f04363b252be7cd3f6f1a7fa29e522227 (diff) | |
download | zsh-4b2810ab2d6be3d1cf811e53d3b4f57630821108.tar.gz zsh-4b2810ab2d6be3d1cf811e53d3b4f57630821108.tar.xz zsh-4b2810ab2d6be3d1cf811e53d3b4f57630821108.zip |
39064: use scalbn() instead of scalb() (mathfunc.c)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e224beebf..65263033a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-08-20 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> + + * 39064: configure.ac, Src/Modules/mathfuc.c: use scalbn() instead + of scalb() + 2016-08-20 Daniel Shahaf <d.s@daniel.shahaf.name> * 39074: Completion/Unix/Command/_ip: _ip-neighbour: Fix typo in |