about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-08-04 09:18:53 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-08-04 09:18:53 +0000
commit504ea49e4c8692cb25dc20b6aea85b32bbc08a37 (patch)
treef702267598019d2500b6b7a20080ac46f225c325 /ChangeLog
parent48d6402e65f87427d83a516e5296d677735f0022 (diff)
downloadzsh-504ea49e4c8692cb25dc20b6aea85b32bbc08a37.tar.gz
zsh-504ea49e4c8692cb25dc20b6aea85b32bbc08a37.tar.xz
zsh-504ea49e4c8692cb25dc20b6aea85b32bbc08a37.zip
22583: erand48() needs initialisation on Cygwin.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41371caba..942c2be46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-04  Peter Stephenson  <pws@csr.com>
+
+	* 22583: Peter A. Castro: Src/Modules/mathfunc.c: Cygwin erand48()
+	apparently needs initialisation.
+
 2006-08-03  Peter Stephenson  <pws@csr.com>
 
 	* 22581: Src/prompt.c, Src/utils.c, Src/Zle/complist.c,