Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Issue 10704126: Use isfinite instead of finite on Mac (Closed)

Created:
8 years, 5 months ago by stuartmorgan
Modified:
8 years, 5 months ago
CC:
chromium-reviews, erikwright (departed), brettw-cc_chromium.org, rohitrao (ping after 24h)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Use isfinite instead of finite on Mac According to math.h in the 10.6 SDK, finite is deprecated in favor of isfinite, and finite isn't available on iOS. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=145876

Patch Set 1 #

Patch Set 2 : Fix comment #

Total comments: 4

Patch Set 3 : Comment fix #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M base/float_util.h View 1 2 1 chunk +5 lines, -1 line 1 comment Download

Messages

Total messages: 15 (0 generated)
stuartmorgan
8 years, 5 months ago (2012-07-10 08:31:53 UTC) #1
rohitrao (ping after 24h)
https://chromiumcodereview.appspot.com/10704126/diff/2001/base/float_util.h File base/float_util.h (right): https://chromiumcodereview.appspot.com/10704126/diff/2001/base/float_util.h#newcode22 base/float_util.h:22: // C99 says isfinite() replaceds finite(), and iOS does ...
8 years, 5 months ago (2012-07-10 11:57:36 UTC) #2
stuartmorgan
https://chromiumcodereview.appspot.com/10704126/diff/2001/base/float_util.h File base/float_util.h (right): https://chromiumcodereview.appspot.com/10704126/diff/2001/base/float_util.h#newcode22 base/float_util.h:22: // C99 says isfinite() replaceds finite(), and iOS does ...
8 years, 5 months ago (2012-07-10 12:04:33 UTC) #3
Mark Mentovai
https://chromiumcodereview.appspot.com/10704126/diff/6001/base/float_util.h File base/float_util.h (right): https://chromiumcodereview.appspot.com/10704126/diff/6001/base/float_util.h#newcode26 base/float_util.h:26: return finite(number) != 0; If you’re afraid to change ...
8 years, 5 months ago (2012-07-10 12:19:29 UTC) #4
rohitrao (ping after 24h)
What if we commit this more or less as-is and then unify all of the ...
8 years, 5 months ago (2012-07-10 12:27:06 UTC) #5
stuartmorgan
See, but then I read something like http://www.alecjacobson.com/weblog/?p=1768 and I just don't want to thrash ...
8 years, 5 months ago (2012-07-10 12:27:30 UTC) #6
stuartmorgan
On 2012/07/10 12:27:06, rohitrao wrote: > What if we commit this more or less as-is ...
8 years, 5 months ago (2012-07-10 12:27:57 UTC) #7
Mark Mentovai
Whatever. But note that nobody’s going to revert a change that fixes what’s becoming an ...
8 years, 5 months ago (2012-07-10 12:35:26 UTC) #8
Mark Mentovai
stuartmorgan@chromium.org wrote: > On 2012/07/10 12:27:06, rohitrao wrote: > >> What if we commit this ...
8 years, 5 months ago (2012-07-10 12:37:36 UTC) #9
stuartmorgan
On 2012/07/10 12:35:26, Mark Mentovai wrote: > Whatever. Can you give a 4-letter spelling of ...
8 years, 5 months ago (2012-07-10 12:40:02 UTC) #10
stuartmorgan
On 2012/07/10 12:37:36, Mark Mentovai wrote: > This what? If we really want to make ...
8 years, 5 months ago (2012-07-10 12:42:04 UTC) #11
Mark Mentovai
LGTM
8 years, 5 months ago (2012-07-10 12:44:16 UTC) #12
Mark Mentovai
stuartmorgan wrote: > On 2012/07/10 12:37:36, Mark Mentovai wrote: > > This what? > > ...
8 years, 5 months ago (2012-07-10 12:45:15 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stuartmorgan@chromium.org/10704126/6001
8 years, 5 months ago (2012-07-10 12:51:48 UTC) #14
commit-bot: I haz the power
8 years, 5 months ago (2012-07-10 14:11:39 UTC) #15
Change committed as 145876

Powered by Google App Engine
This is Rietveld 408576698