Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-14 | Move the revision history into the documentation | H. Peter Anvin | 1 | -1498/+2 | |
Clumsily convert the revision history to nasmdoc format, so it can be included in the documentation as Appendix C. | |||||
2008-07-13 | Update CHANGES to current delta from 2.03.x. | H. Peter Anvin | 1 | -0/+6 | |
2008-06-28 | Document case-insensitivity bug. | H. Peter Anvin | 1 | -1/+5 | |
2008-06-15 | -F implies -g backported to 2.03.01 | H. Peter Anvin | 1 | -1/+1 | |
2008-06-15 | Documentation facelift backported to 2.03.x | H. Peter Anvin | 1 | -1/+1 | |
2008-06-15 | Merge branch 'nasm-2.03.x' | H. Peter Anvin | 1 | -2/+2 | |
Conflicts: CHANGES | |||||
2008-06-15 | CHANGES: call the next version on this branch 2.03.01 | H. Peter Anvin | 1 | -2/+2 | |
Call the next version on this branch 2.03.01. | |||||
2008-06-14 | CHANGES: Document new features | H. Peter Anvin | 1 | -0/+8 | |
2008-06-14 | CHANGES: document changes from nasm-2.03 | H. Peter Anvin | 1 | -0/+5 | |
2008-06-08 | Document forward references fixed in EQU. | H. Peter Anvin | 1 | -0/+1 | |
2008-06-04 | Add %defstr, %idefstr | H. Peter Anvin | 1 | -0/+1 | |
Add %defstr and %idefstr, to define a macro as a quoted string. | |||||
2008-06-01 | Update CHANGES | H. Peter Anvin | 1 | -0/+3 | |
2008-05-30 | Update CHANGES | H. Peter Anvin | 1 | -0/+3 | |
2008-05-29 | Add the -MP option to emit phony targets | H. Peter Anvin | 1 | -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-29 | Add new options to CHANGES | H. Peter Anvin | 1 | -0/+1 | |
2008-05-25 | CHANGES entry for %? and %?? | H. Peter Anvin | 1 | -0/+2 | |
2008-05-23 | Add note about SEH support | H. Peter Anvin | 1 | -0/+1 | |
Still need documentation from someone who actually knows anything about how this works. | |||||
2008-05-23 | CHANGES since 2.02, so far... | H. Peter Anvin | 1 | -0/+13 | |
2008-02-16 | Add %ifempty and variants | H. Peter Anvin | 1 | -0/+1 | |
2008-02-16 | CHANGES: Document %iftoken | H. Peter Anvin | 1 | -0/+1 | |
2008-02-16 | Bring CHANGES hopefully up to date | H. Peter Anvin | 1 | -1/+10 | |
2008-01-30 | Add list of changes for 2.02, so far | H. Peter Anvin | 1 | -0/+12 | |
2008-01-17 | Document change in ELF section limit | H. Peter Anvin | 1 | -0/+1 | |
2007-12-26 | More changes for 2.01 | H. Peter Anvin | 1 | -1/+3 | |
2007-12-25 | Document "-f elf" fix. | H. Peter Anvin | 1 | -0/+1 | |
2007-12-25 | Update CHANGES for an upcoming 2.01 release. | H. Peter Anvin | 1 | -0/+7 | |
2007-11-29 | CHANGES that were missed... | H. Peter Anvin | 1 | -1/+3 | |
2007-11-28 | Add macho support to CHANGES | H. Peter Anvin | 1 | -1/+2 | |
2007-11-26 | Additional CHANGES | H. Peter Anvin | 1 | -1/+5 | |
2007-11-25 | Documention Changes for Release 2.00 | Charles Crayne | 1 | -5/+17 | |
modified: CHANGES modified: ChangeLog modified: doc/nasmdoc.src | |||||
2007-04-12 | General push for x86-64 support, dubbed 0.99.00. | Keith Kanios | 1 | -2/+9 | |
2005-06-08 | fix outobj.c bug - every 256th extern crashed nasm | Frank Kotler | 1 | -0/+3 | |
- | |||||
2005-01-13 | update "CHANGES" | Frank Kotler | 1 | -0/+1 | |
2004-04-25 | fix as86 .bss handling per John Coffman's patch | Frank Kotler | 1 | -0/+1 | |
2003-09-26 | For compatibility with older code removed feature: | Nickolay Yurchenko | 1 | -1/+0 | |
* Unterminated string auto termination. | |||||
2003-09-25 | Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string const | Stanislav Karchebny | 1 | -4/+1 | |
2003-09-25 | Consistency fix | Stanislav Karchebny | 1 | -1/+1 | |
2003-09-24 | Added _NASM_FORMAT_ macro | Stanislav Karchebny | 1 | -0/+4 | |
2003-09-21 | * Unterminated string auto termination. | Nickolay Yurchenko | 1 | -1/+3 | |
* %(el)if(n)idn insensitivity to string quotes difference (#809300). | |||||
2003-09-12 | Document fix | H. Peter Anvin | 1 | -0/+4 | |
2003-09-12 | Document change to -g internals | H. Peter Anvin | 1 | -0/+2 | |
2003-09-08 | Make sure autoheader has actually been run by conditionalizing | H. Peter Anvin | 1 | -0/+2 | |
the running of configure on the existence of config.h.in. | |||||
2003-09-08 | fixed bug #677841 by limiting the scanner to no more than 4095 characters ↵ | Ed Beroset | 1 | -0/+1 | |
for a single ID token | |||||
2003-09-07 | * Fix for %rep with no arguments (#560568) | Nickolay Yurchenko | 1 | -0/+2 | |
* Fix concatenation of preprocessor function call (#794686) | |||||
2003-09-06 | quick fix to -f obj debug format - put "static" back in assemble.c | Frank Kotler | 1 | -0/+1 | |
- | |||||
2003-09-06 | Document ELF fix | H. Peter Anvin | 1 | -0/+2 | |
2003-09-02 | Document STR fix | H. Peter Anvin | 1 | -0/+1 | |
2003-09-01 | -O10 and -O15, not -O5 and -O10 | H. Peter Anvin | 1 | -1/+1 | |
2003-08-30 | Now working toward 0.98.38 | H. Peter Anvin | 1 | -0/+7 | |
2003-08-29 | Standard formatting. | H. Peter Anvin | 1 | -3/+3 | |