summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorCharles Crayne <chuck@thor.crayne.org>2007-11-25 14:25:13 -0800
committerCharles Crayne <chuck@thor.crayne.org>2007-11-25 14:25:13 -0800
commitf2098e99359a733bb110637b964c4c88ed9ec89d (patch)
tree1b804cb6581d88e747bd9572f5c15e722a34c34d /CHANGES
parent21eed868717e3d2798e2717512cfc89422ed7d21 (diff)
downloadnasm-f2098e99359a733bb110637b964c4c88ed9ec89d.tar.gz
Documention Changes for Release 2.00
modified: CHANGES modified: ChangeLog modified: doc/nasmdoc.src
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES22
1 files changed, 17 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 1a75e829..f1cf2edb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,12 +1,24 @@
-0.99.00
+2.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)
+* Added __BITS__ standard macro.
+* Added elf32 and elf64 output formats.
+* Added Numeric constants in DQ directive.
+* Added oword, do and reso pseudo operands.
+* Added 8-bit floating-point format.
+* Added Floating-point option control.
+* Added Infinity and NaN floating point support.
+* Added ELF Symbol Visibility support.
+* Added Setting OSABI value in ELF header directive.
+* Added Generate Makefile Dependencies option.
+* Added Unlimited Optimization Passes option.
+* Added %IFN and %ELIFN support.
+* Added Logical Negation Operator.
+* Enhanced Stack Relative Preprocessor Directives.
+* Enhanced ELF Debug Formats.
+* Enhanced Send Errors to a File option.
0.98.39
-------