summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Collapse)AuthorFilesLines
2008-07-14Move the revision history into the documentationH. Peter Anvin1-1498/+2
Clumsily convert the revision history to nasmdoc format, so it can be included in the documentation as Appendix C.
2008-07-13Update CHANGES to current delta from 2.03.x.H. Peter Anvin1-0/+6
2008-06-28Document case-insensitivity bug.H. Peter Anvin1-1/+5
2008-06-15-F implies -g backported to 2.03.01H. Peter Anvin1-1/+1
2008-06-15Documentation facelift backported to 2.03.xH. Peter Anvin1-1/+1
2008-06-15Merge branch 'nasm-2.03.x'H. Peter Anvin1-2/+2
Conflicts: CHANGES
2008-06-15CHANGES: call the next version on this branch 2.03.01H. Peter Anvin1-2/+2
Call the next version on this branch 2.03.01.
2008-06-14CHANGES: Document new featuresH. Peter Anvin1-0/+8
2008-06-14CHANGES: document changes from nasm-2.03H. Peter Anvin1-0/+5
2008-06-08Document forward references fixed in EQU.H. Peter Anvin1-0/+1
2008-06-04Add %defstr, %idefstrH. Peter Anvin1-0/+1
Add %defstr and %idefstr, to define a macro as a quoted string.
2008-06-01Update CHANGESH. Peter Anvin1-0/+3
2008-05-30Update CHANGESH. Peter Anvin1-0/+3
2008-05-29Add the -MP option to emit phony targetsH. Peter Anvin1-1/+1
Add the -MP option to emit phony targets. Since this means each header file has to be visited more than once, change the implementation to use an internal list of all the dependencies, and centralize the emission of the dependency files.
2008-05-29Add new options to CHANGESH. Peter Anvin1-0/+1
2008-05-25CHANGES entry for %? and %??H. Peter Anvin1-0/+2
2008-05-23Add note about SEH supportH. Peter Anvin1-0/+1
Still need documentation from someone who actually knows anything about how this works.
2008-05-23CHANGES since 2.02, so far...H. Peter Anvin1-0/+13
2008-02-16Add %ifempty and variantsH. Peter Anvin1-0/+1
2008-02-16CHANGES: Document %iftokenH. Peter Anvin1-0/+1
2008-02-16Bring CHANGES hopefully up to dateH. Peter Anvin1-1/+10
2008-01-30Add list of changes for 2.02, so farH. Peter Anvin1-0/+12
2008-01-17Document change in ELF section limitH. Peter Anvin1-0/+1
2007-12-26More changes for 2.01H. Peter Anvin1-1/+3
2007-12-25Document "-f elf" fix.H. Peter Anvin1-0/+1
2007-12-25Update CHANGES for an upcoming 2.01 release.H. Peter Anvin1-0/+7
2007-11-29CHANGES that were missed...H. Peter Anvin1-1/+3
2007-11-28Add macho support to CHANGESH. Peter Anvin1-1/+2
2007-11-26Additional CHANGESH. Peter Anvin1-1/+5
2007-11-25Documention Changes for Release 2.00Charles Crayne1-5/+17
modified: CHANGES modified: ChangeLog modified: doc/nasmdoc.src
2007-04-12General push for x86-64 support, dubbed 0.99.00.Keith Kanios1-2/+9
2005-06-08fix outobj.c bug - every 256th extern crashed nasmFrank Kotler1-0/+3
-
2005-01-13update "CHANGES"Frank Kotler1-0/+1
2004-04-25fix as86 .bss handling per John Coffman's patchFrank Kotler1-0/+1
2003-09-26For compatibility with older code removed feature:Nickolay Yurchenko1-1/+0
* Unterminated string auto termination.
2003-09-25Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string constStanislav Karchebny1-4/+1
2003-09-25Consistency fixStanislav Karchebny1-1/+1
2003-09-24Added _NASM_FORMAT_ macroStanislav Karchebny1-0/+4
2003-09-21* Unterminated string auto termination.Nickolay Yurchenko1-1/+3
* %(el)if(n)idn insensitivity to string quotes difference (#809300).
2003-09-12Document fixH. Peter Anvin1-0/+4
2003-09-12Document change to -g internalsH. Peter Anvin1-0/+2
2003-09-08Make sure autoheader has actually been run by conditionalizingH. Peter Anvin1-0/+2
the running of configure on the existence of config.h.in.
2003-09-08fixed bug #677841 by limiting the scanner to no more than 4095 characters ↵Ed Beroset1-0/+1
for a single ID token
2003-09-07* Fix for %rep with no arguments (#560568)Nickolay Yurchenko1-0/+2
* Fix concatenation of preprocessor function call (#794686)
2003-09-06quick fix to -f obj debug format - put "static" back in assemble.cFrank Kotler1-0/+1
-
2003-09-06Document ELF fixH. Peter Anvin1-0/+2
2003-09-02Document STR fixH. Peter Anvin1-0/+1
2003-09-01-O10 and -O15, not -O5 and -O10H. Peter Anvin1-1/+1
2003-08-30Now working toward 0.98.38H. Peter Anvin1-0/+7
2003-08-29Standard formatting.H. Peter Anvin1-3/+3