Files
tor/changes
Nick Mathewson 7f5103ec59 Require two c99 features (midblock decls, designated initializers)
c99 lets us do neat stuff like:

    {
      int j, k;
      foo(&j, &k);
      int z = j + k;
    }

and also
    struct point { int x; int y; };
    struct point pt = { .x=5, .y=5 };

This commit makes the configure scripts check to make sure your
compiler implements them.  It also disables our longstanding warning
about midblock declarations.

Closes ticket 13233.
2014-09-25 11:20:04 -04:00
..
2014-07-16 15:33:47 +02:00
2014-09-22 10:39:51 -04:00
2014-09-22 14:18:01 -04:00
2014-08-20 13:33:49 -04:00
2014-08-20 13:45:16 -04:00
2014-07-16 16:54:42 +02:00
2014-08-15 10:06:27 -04:00
2014-07-16 09:52:37 +02:00
2014-07-27 15:41:30 -04:00
2014-08-09 15:57:44 -04:00
2014-08-13 10:39:56 -04:00
2014-09-01 16:22:52 -04:00
2014-08-20 12:56:57 -04:00
2014-09-20 16:46:02 -04:00
2014-09-09 12:08:03 -04:00
2014-09-11 00:05:56 -04:00
2014-07-16 06:04:55 -04:00
2014-07-16 12:16:49 +02:00
2014-06-20 09:49:36 -04:00
2014-09-22 10:55:53 -04:00
2014-09-15 21:39:12 -04:00