summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKeith Kanios <spook@dynatos.net>2007-04-12 02:40:54 +0000
committerKeith Kanios <spook@dynatos.net>2007-04-12 02:40:54 +0000
commitb7a89544d09455d7b2f4621c80b21ca457563f4a (patch)
tree6c89a3318c19c2bf364cbd95859e78fbc2d4e306 /CHANGES
parentaa348dec7d6c5366efd10513ae4ff6fa2bbbd6ed (diff)
downloadnasm-b7a89544d09455d7b2f4621c80b21ca457563f4a.tar.gz
General push for x86-64 support, dubbed 0.99.00.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 27d501d0..1a75e829 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
-0.98.40
-* fix (?) bug in outobj.c - every 256th "extern" caused Nasm crash
+0.99.00
+-------
+* Added c99 data-type compliance.
+* Added general x86-64 support.
+* Added win64 (x86-64 COFF) output format.
+* Added __BITS__ standard macro which returns current [BITS XX] mode.
+* fix (???) bug in outobj.c - every 256th "extern" caused Nasm crash.
+ (is this during definition or use, I made over 260 externs with obj
+ and could not duplicate the gripe -Keith Kanios)
0.98.39
-------