1 2014-11-14 01:03:21 <gmaxwell> coryfields: hah, sorry for the allcaps no bomb. I saw those huge diffs and thought you totally misunderstood it and did a bunch of work to replace what was there with something broken. Should have known better. :)
 2 2014-11-14 01:10:13 <webdeli> https://en.bitcoin.it is offline for me.
 3 2014-11-14 01:10:18 <webdeli> Anyone else see same
 4 2014-11-14 01:24:08 <SomeoneWeird> webdeli: sec
 5 2014-11-14 01:24:46 <SomeoneWeird> hrm
 6 2014-11-14 01:25:18 <webdeli> hrm indeed
 7 2014-11-14 01:25:19 <cfields> gmaxwell: heh np. the diff is actually crazy-simple, it's just the whitespace shift that mangles it.
 8 2014-11-14 01:27:02 <SomeoneWeird> webdeli: looks like ddos
 9 2014-11-14 01:27:26 <cfields> gmaxwell: i try to make it my rule-of-thumb that anything non-standard or often-broken gets tested explicitly in configure, because that's what configure is for. i go overboard at times, but i much prefer to err on the side of careful
10 2014-11-14 01:29:45 <gmaxwell> Fortunately the things at play here are used heavily by glibc.
11 2014-11-14 01:31:01 <cfields> gmaxwell: also, i didn't realize that restrict was standardized in c99. So i'll grant you that you were 100% correct in calling me out on that+inline for internal use, since we're c99 already.
12 2014-11-14 01:32:17 <gmaxwell> Yea, restrict and inline are C99, but they're part of C99 that MSVC didn't implement until the very most recent version.
13 2014-11-14 01:43:01 <gmaxwell> cfields: perhaps submit a pr on the warnings? I thought it would be a bigger performance impact than it was, seems reasonsble. Uh, dunno about shipping with a -Weverything though. perhaps leave that out for now?
14 2014-11-14 01:43:33 <cfields> sure