diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/7304 | 7 | ||||
-rw-r--r-- | changes/build_with_msvc | 4 | ||||
-rw-r--r-- | changes/enum_bitfield | 0 |
3 files changed, 11 insertions, 0 deletions
diff --git a/changes/7304 b/changes/7304 new file mode 100644 index 0000000000..bfb797b107 --- /dev/null +++ b/changes/7304 @@ -0,0 +1,7 @@ + o Minor bugfixes: + - Replace all calls to snprintf outside of src/ext with tor_snprintf. + Fix for bug 7304. + o Code simplification and refactoring: + - Remove the #define to replace snprintf with _snprintf on windows; + they have different semantics, and all of our callers should be + using tor_snprintf anyway. Partial fix for bug 7304. diff --git a/changes/build_with_msvc b/changes/build_with_msvc new file mode 100644 index 0000000000..8da0c92bc2 --- /dev/null +++ b/changes/build_with_msvc @@ -0,0 +1,4 @@ + o Features (portability): + - Build correctly with MSVC and Makefile.nmake. This resolves + numerous bugs and fixes reported by ultramage, including 7305, + 7308, 7309, 7310, 7312, 7313, 7315, 7316, and 7669. diff --git a/changes/enum_bitfield b/changes/enum_bitfield new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changes/enum_bitfield |