summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* nasm_unquote: make code a little more uniformH. Peter Anvin2008-06-021-9/+9
* quote: massively simplify nasm_skip_string()H. Peter Anvin2008-06-021-75/+7
* Document UTF-8 conversion better, use "byte" instead of "ASCII"H. Peter Anvin2008-06-011-4/+9
* Document that underscores in numbers is permitted.H. Peter Anvin2008-06-011-0/+7
* NASM 2.03rc4H. Peter Anvin2008-06-011-1/+1
* Update CHANGESH. Peter Anvin2008-06-011-0/+3
* nasmdoc: document %substr, `...`H. Peter Anvin2008-06-011-15/+47
* Fix bug where the WinHelp backend corrupts the internal dataH. Peter Anvin2008-06-011-4/+5
* qstring: fix unquoting in %pathsearch directiveH. Peter Anvin2008-06-011-2/+2
* qstring: backquoted strings seem to work now...H. Peter Anvin2008-06-015-48/+113
* qstring: first cut at full quoted string support in the preprocessorH. Peter Anvin2008-06-016-267/+545
* qstring: add nasm_unquote() supporting `...`H. Peter Anvin2008-06-011-0/+205
* doc: Single section for all the date/time macrosH. Peter Anvin2008-05-301-33/+27
* doc: fix __UTC_DATE__ and __UTC_TIME__ descriptionH. Peter Anvin2008-05-301-5/+4
* incbin: use the macro name itself as context nameH. Peter Anvin2008-05-301-1/+1
* Update CHANGESH. Peter Anvin2008-05-301-0/+3
* Add missing %rotate directive to the FLOAT macro.H. Peter Anvin2008-05-301-0/+1
* incbin definition: use %?H. Peter Anvin2008-05-301-1/+1
* Document %pathsearch and %dependH. Peter Anvin2008-05-301-7/+51
* Introduce %depend and %pathsearch, and make incbin a macroH. Peter Anvin2008-05-306-111/+140
* stdscan.c: clarify commentH. Peter Anvin2008-05-301-1/+1
* preproc.c: %include: use expand_smacros() not expand_smacros_in_string()H. Peter Anvin2008-05-301-2/+1
* doc: consistent capitalization (and indexing!) of INCBINH. Peter Anvin2008-05-301-1/+1
* Add the -MP option to emit phony targetsH. Peter Anvin2008-05-295-68/+137
* Add new options to CHANGESH. Peter Anvin2008-05-291-0/+1
* NASM 2.03rc3nasm-2.03rc3H. Peter Anvin2008-05-291-1/+1
* Document the new dependency options.H. Peter Anvin2008-05-291-0/+38
* Implement -MD, -MF, -MT, -MQH. Peter Anvin2008-05-293-26/+177
* preproc.c: get_ctx() can return NULL...H. Peter Anvin2008-05-291-5/+4