diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-20 10:52:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-20 10:52:26 -0400 |
commit | 90d2162f32f511f23449211ad900a880fd384afb (patch) | |
tree | 5e39edd95299bf05da010c57631dded84729b5bd /changes | |
parent | 5b0b51ca3ff55d6e82081adf4cb1dbfa24ac4872 (diff) | |
parent | 2f98bf5c9fac4dfd1bb07564ce08b13d1e330252 (diff) | |
download | tor-90d2162f32f511f23449211ad900a880fd384afb.tar.gz tor-90d2162f32f511f23449211ad900a880fd384afb.zip |
Merge commit '2f98bf5c9fac4dfd1bb07564ce08b13d1e330252' into maint-0.2.4
(This is the part of the Bug 8042 patch that warns about unsigned time_t)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/warn-unsigned-time_t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/warn-unsigned-time_t b/changes/warn-unsigned-time_t new file mode 100644 index 0000000000..5f0c36d099 --- /dev/null +++ b/changes/warn-unsigned-time_t @@ -0,0 +1,5 @@ + o Build improvements: + - Warn if building on a platform with an unsigned time_t: there + are too many places where Tor currently assumes that time_t can + hold negative values. We'd like to fix them all, but probably + some will remain. |