[PD-dev] [ pure-data-Patches-3587384 ] Replacing deprecated functions

SourceForge.net noreply at sourceforge.net
Sat Dec 15 17:53:38 CET 2012


Patches item #3587384, was opened at 2012-11-14 21:06
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3587384&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Pending
Resolution: Accepted
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Miller Puckette (millerpuckette)
Summary: Replacing deprecated functions

Initial Comment:
vexp_fun.c currently uses the old BSD-style functions drem and finite. These functions have been removed from XCode 4.4 and later, so that the expr~ family of externals fails to compile now. This patch replaces drem with remainder and finite with isfinite, which should work everywhere.

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2012-12-15 08:53

Message:
your title got my hopes on with instant goldBy Coolmatt701 electronic
2009-09-01
[url=http://diablo3goldok.smartlog.dk/]Arianne Parmentier's inexpensive
market[/url]
 <a href="http://diablo3goldok.smartlog.dk/" title="Arianne Parmentier's
inexpensive market">Arianne Parmentier's inexpensive market</a>

----------------------------------------------------------------------

Comment By: Miller Puckette (millerpuckette)
Date: 2012-12-03 20:32

Message:
accepted for 0.44

----------------------------------------------------------------------

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2012-11-20 12:34

Message:
Makes sense to me.  remainder() is the C99 replacement for drem(), and
isfinite() is the C99 replacement for finite().  C99 marks drem() and
finite() as deprecated.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3587384&group_id=55736



More information about the Pd-dev mailing list