about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun T <takimoto-j@kba.biglobe.ne.jp>2013-10-27 00:41:03 +0900
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-10-27 00:00:56 +0100
commitef4d20ad6fde1ca519a19ad60f2c31d86f5b1d98 (patch)
treee328dcbb8127ce13408d57af693e1a386b84fb6f /ChangeLog
parent7a79f660db07283c25205af38a4a9fd8618db4d5 (diff)
downloadzsh-ef4d20ad6fde1ca519a19ad60f2c31d86f5b1d98.tar.gz
zsh-ef4d20ad6fde1ca519a19ad60f2c31d86f5b1d98.tar.xz
zsh-ef4d20ad6fde1ca519a19ad60f2c31d86f5b1d98.zip
31902: rationalise use of gamma function.
Make zsh/mathfunc consistent across systems and use tgamma() where
available
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0561a3e0c..db0177eeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-10-26  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* Jun T: 31902: rationalise gamma function in mathfunc for
+	consistency with various libraries and user expectations.
+
 2013-10-25  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 31890 (with Mikael's fixes in 31891): NEWS: add descriptions