www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-developers/1999/06/23/12:58:07

Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm
Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com
Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com
Message-Id: <199906231549.KAA00789@mercury.xraylith.wisc.edu>
To: cygwin-developers AT sourceware DOT cygnus DOT com
Subject: (patch) add missing math exports
Date: Wed, 23 Jun 1999 10:49:26 -0500
From: Mumit Khan <khan AT xraylith DOT wisc DOT EDU>

Adds a few missing things from cygwin.din. Gamma et al used to be there
in back during b17.1-19 days, but went awol in b20.

Wed Jun 23 10:39:07 1999  Mumit Khan  <khan AT xraylith DOT wisc DOT edu>

	* cygwin.din (gamma, gammaf, lgamma, lgammaf): Export.
	(j0,j0f,j1,j1f,jn,jnf): Export underscore versions as well.

Index: cygwin.din
===================================================================
RCS file: /homes/khan/src/CVSROOT/cygwin-dev/winsup/cygwin.din,v
retrieving revision 1.1.1.1
diff -u -3 -p -u -p -r1.1.1.1 cygwin.din
--- cygwin.din	1999/05/03 15:22:19	1.1.1.1
+++ cygwin.din	1999/06/23 15:38:49
@@ -265,6 +265,10 @@ ftruncate
 _ftruncate = ftruncate
 fwrite
 _fwrite = fwrite
+gamma
+_gamma = gamma
+gammaf
+_gammaf = gammaf
 gcvt
 _gcvt = gcvt
 gcvtf
@@ -370,11 +374,17 @@ _isupper = isupper
 isxdigit
 _isxdigit = isxdigit
 j0
+_j0 = j0
 j0f
+_j0f = j0f
 j1
+_j1 = j1
 j1f
+_j1f = j1f
 jn
+_jn = jn
 jnf
+_jnf = jnf
 kill
 _kill = kill
 labs
@@ -385,6 +395,10 @@ ldexpf
 _ldexpf = ldexpf
 ldiv
 _ldiv = ldiv
+lgamma
+_lgamma = lgamma
+lgammaf
+_lgammaf = lgammaf
 link
 _link = link
 localeconv

Regards,
Mumit

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019