summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-04-07 22:09:05 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-04-07 22:09:05 -0700
commit9c7f3f5608ec86dff90ca2d0dc43e74c0db46858 (patch)
tree7d52772053c8982f4725d53c0ead2b5426b3dd5f
parent9bb46df4b716c5d8c483e66d39d2edb3ceb161f0 (diff)
downloadnasm-9c7f3f5608ec86dff90ca2d0dc43e74c0db46858.tar.gz
Document preprocessor token concatenation fix.
-rw-r--r--doc/changes.src3
-rw-r--r--doc/nasmdoc.src2
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/changes.src b/doc/changes.src
index 296c4f98..f0c10b56 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -35,6 +35,9 @@ since 2007.
\b Support for structures with a non-zero base offset. See \k{struc}.
+\b Correctly handle preprocessor token concatenation (see \k{concat})
+ involving floating-point numbers.
+
\S{cl-2.05.01} Version 2.05.01
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 0f340fa4..81e414c9 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -3,7 +3,7 @@
\#
\M{category}{Programming}
\M{title}{NASM - The Netwide Assembler}
-\M{year}{2008}
+\M{year}{2009}
\M{author}{The NASM Development Team}
\M{license}{All rights reserved. This document is redistributable under the license given in the file "COPYING" distributed in the NASM archive.}
\M{summary}{This file documents NASM, the Netwide Assembler: an assembler targetting the Intel x86 series of processors, with portable source.}