Nick Mathewson
|
02a4442524
|
Fix up some windows compilation issues.
These were mostly cases where our previous macros had been casting,
and the values that we were trying to printf were not in fact
uint64_t.
|
2018-07-03 11:00:18 -04:00 |
|
Nick Mathewson
|
9568c0ce3d
|
Return U64_PRINTF_ARG and U64_FORMAT
The standard is printf("%"PRIu64, x);
|
2018-07-03 10:40:59 -04:00 |
|
Nick Mathewson
|
405fa42e8a
|
Another windows include
|
2018-06-22 13:52:30 -04:00 |
|
Nick Mathewson
|
4b32446a4c
|
We also need torerr in tm_cvt.
|
2018-06-22 13:34:35 -04:00 |
|
Nick Mathewson
|
76a717890e
|
Remove an "m" that did not belong.
|
2018-06-22 13:32:47 -04:00 |
|
Nick Mathewson
|
bfb39164ce
|
Extract core part of gmtime_r, localtime_r (without logging)
|
2018-06-22 11:17:11 -04:00 |
|