summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2018-11-26 14:38:32 -0800
committerH. Peter Anvin <hpa@zytor.com>2018-11-26 14:38:32 -0800
commit88959910d8cc89f922f7ae1b6f82eff1db3c0b19 (patch)
treeffb1404f9ffef30e11fa98bae58b7e95a1572656 /doc
parent79a070eea944c499f50afc02ff421dae37ed7c65 (diff)
downloadnasm-88959910d8cc89f922f7ae1b6f82eff1db3c0b19.tar.gz
changes.src: document more fixes
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/changes.src9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src
index 6ffad2a2..c2d3c7d9 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -16,6 +16,15 @@ given preprocessing directives (\c{-p}, \c{-d}, \c{-u}, \c{--pragma},
\b If debugging is enabled, define a \c{__DEBUG_FORMAT__} predefined
macro. See \k{dfmtm}.
+\b Fix an assert for the case in the \c{obj} format when a \c{SEG}
+operator refers to an \c{EXTERN} symbol declared further down in the
+code.
+
+\b Fix a corner case in the floating-point code where a
+binary/octal/hexadecimal floating-point constant starting with the
+digit 1 and having at least 33 mantissa bits would sometimes produce
+incorrect results.
+
\S{cl-2.14} Version 2.14
\b Changed \c{-I} option semantics by adding a trailing path separator