summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-09-13 00:13:27 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-09-13 00:13:27 +0000
commit157d3097bb4118c82434c8d2d0ecd2c368e37c73 (patch)
tree6b864f7f474141a6fa9934e3ccde67d8f4732dfa
parentc2f156e4512bc1a30e19f81a37a05dab096401e4 (diff)
downloadnasm-157d3097bb4118c82434c8d2d0ecd2c368e37c73.tar.gz
Update CHANGES for 0.98.35
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index afd3f26c..1d1fb66e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,13 @@
+0.98.35
+-------
+* Fix build failure on 16-bit DOS (Makefile.bc3 workaround for compiler bug.)
+* Fix dependencies and compiler warnings.
+* Add "const" in a number of places.
+* Add -X option to specify error reporting format (use -Xvc to
+ integrate with Microsoft Visual Studio.)
+* Minor changes for code legibility.
+* Drop use of tmpnam() in rdoff (security fix.)
+
0.98.34
-------
* Correct additional address-size vs. operand-size confusions.