summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nasmlib.c: fwriteint*() only need WORDS_LITTLEENDIANH. Peter Anvin2008-06-101-2/+2
* Fix typo: s/most/least/H. Peter Anvin2008-06-101-1/+1
* Make it possible to use "inline" and "restrict"H. Peter Anvin2008-06-102-2/+16
* Introduce likely/unlikely macros, use them in saa.cH. Peter Anvin2008-06-102-2/+14
* SAA: optimize all power-of-two lengthsH. Peter Anvin2008-06-101-3/+2
* SAA: optimize seeks when used on a byte arrayH. Peter Anvin2008-06-101-5/+17
* Make strings a first-class token type; defer evaluationH. Peter Anvin2008-06-095-27/+30
* Move all the RAA code out of nasmlibH. Peter Anvin2008-06-0916-185/+205
* saa.h doesn't need nasmlib.hH. Peter Anvin2008-06-091-1/+0
* Move all the SAA code out of nasmlibH. Peter Anvin2008-06-0921-477/+489
* Merge branch 'nasm-2.03.x'H. Peter Anvin2008-06-091-4/+9
|\
| * Fix %? in multi-line macros with a labelnasm-2.03H. Peter Anvin2008-06-091-4/+9
* | Replace the WSAA macros with functionsH. Peter Anvin2008-06-089-294/+297
* | Use autoconf to detect WORDS_LITTLEENDIANH. Peter Anvin2008-06-083-9/+14
* | WSAA: make the WSAA macros contain their own bufferH. Peter Anvin2008-06-083-250/+249
|/
* NASM 2.03H. Peter Anvin2008-06-081-1/+1
* doc: Fix title "String Constants"H. Peter Anvin2008-06-081-1/+1
* doc: Index Unicode and UTF-8H. Peter Anvin2008-06-081-2/+4
* doc: \t is also a supported escape sequence...H. Peter Anvin2008-06-081-1/+2
* doc: s/by/in/ certain preprocessor directives.H. Peter Anvin2008-06-081-1/+1
* Split documentation on string syntax out of "character constants"H. Peter Anvin2008-06-081-23/+31
* doc: A few floating-point examplesH. Peter Anvin2008-06-081-1/+3
* doc: add a commaH. Peter Anvin2008-06-081-1/+1
* doc: ALL %if constructs have %elif/%ifn/%elifn variants.H. Peter Anvin2008-06-081-6/+10
* doc: remove superfluous commaH. Peter Anvin2008-06-081-1/+1
* Improve the %iftoken exampleH. Peter Anvin2008-06-081-2/+10
* Fix capitalization in titlesH. Peter Anvin2008-06-081-2/+2
* Document forward references fixed in EQU.H. Peter Anvin2008-06-081-0/+1
* Document __OUTPUT_FORMAT__Frank Kotler2008-06-081-0/+14
* NASM 2.03rc8nasm-2.03rc8H. Peter Anvin2008-06-061-1/+1
* Fix dependency list generationH. Peter Anvin2008-06-061-7/+8
* NASM 2.03rc7nasm-2.03rc7H. Peter Anvin2008-06-051-1/+1
* Merge branch 'master' of git+ssh://repo.or.cz/srv/git/nasmH. Peter Anvin2008-06-052-2/+2
|\
| * Merge branch 'master' of git+ssh://ccrayne@repo.or.cz/srv/git/nasmCharles Crayne2008-06-056-15/+74
| |\
| * | Avoid obscure segfault in DWARF generationCharles Crayne2008-06-052-2/+2
* | | The XSAVE group are SSE-spefix-sensitiveH. Peter Anvin2008-06-051-5/+6
| |/ |/|
* | insnsd.c: don't generate an inaccessible tableH. Peter Anvin2008-06-051-0/+1
* | NASM 2.03rc6nasm-2.03rc6H. Peter Anvin2008-06-051-1/+1
* | doc: Remove superfluous comma.H. Peter Anvin2008-06-041-1/+1
* | Add %defstr, %idefstrH. Peter Anvin2008-06-044-14/+72
|/
* Merge branch 'master' of git+ssh://ccrayne@repo.or.cz/srv/git/nasmnasm-2.03rc5Charles Crayne2008-06-042-4/+2
|\
| * NASM 2.03rc5H. Peter Anvin2008-06-041-1/+1
| * Fix double free in %dependH. Peter Anvin2008-06-041-3/+1
* | Remove EQU for critical expression listCharles Crayne2008-06-042-2/+2
|/
* Fix memory management issues with expanded %includeH. Peter Anvin2008-06-044-59/+83
* Update .gitignore, remove bogus dependencyH. Peter Anvin2008-06-046-5/+2
* Makefile/dependency updatesH. Peter Anvin2008-06-045-22/+33
* doc: Remove "what's new" since it is out of dateH. Peter Anvin2008-06-021-58/+8
* quote: Change the definition of escpH. Peter Anvin2008-06-021-7/+7
* quote: be consistent in not using C escapes for bytesH. Peter Anvin2008-06-021-7/+7