summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Drop efunc and evalfunc as input to the preprocessorH. Peter Anvin2009-07-183-23/+13
| * Drop efunc and evaluate argument to parse_line()H. Peter Anvin2009-07-183-56/+51
| * Drop the ofmt and errfunc arguments to label definition functionsH. Peter Anvin2009-07-1814-104/+66
| * Run make alldepsH. Peter Anvin2009-07-185-66/+66
| * Remove function pointers in output, simplify error handlingH. Peter Anvin2009-07-1823-1114/+958
| * Merge commit 'nasm-2.07rc7' into new-preprocH. Peter Anvin2009-07-175-9/+23
| |\
| * | xcrcgen: tool to create a "generalized CRC" hash tableH. Peter Anvin2009-07-161-0/+80
| * | crcgen: clean up whitespaceH. Peter Anvin2009-07-161-3/+0
| * | crcgen: utility program to generate CRC tablesH. Peter Anvin2009-07-161-0/+47
| * | Merge branch 'master' into new-preprocH. Peter Anvin2009-07-162-3/+3
| |\ \
| * \ \ Merge branch 'master' into new-preprocH. Peter Anvin2009-07-153-5/+8
| |\ \ \
| * | | | quote: use nasm_assert() instead of plain assert()H. Peter Anvin2009-07-151-2/+1
| * | | | quote: we must do unsigned comparison to get length of octal escapeH. Peter Anvin2009-07-151-11/+12
| * | | | preproc: style cleanupsH. Peter Anvin2009-07-151-204/+203
| * | | | preproc: formatting cleanupsH. Peter Anvin2009-07-151-13/+10
| * | | | pptok: change %rimacro to %irmacroKeith Kanios2009-07-143-6/+37
| * | | | preproc: don't pass an enum to %sH. Peter Anvin2009-07-141-1/+2
| * | | | preproc: generic solution for error on NUL characters in stringH. Peter Anvin2009-07-141-12/+21
| * | | | preproc: reject NUL characters in %deftok directivesH. Peter Anvin2009-07-141-4/+11
| * | | | quote: don't use sprintf()H. Peter Anvin2009-07-141-7/+17
| * | | | Don't try to fclose() the output if ofile is NULLH. Peter Anvin2009-07-141-4/+6
| * | | | outobj: don't fclose() the outputH. Peter Anvin2009-07-141-1/+0
| * | | | preproc: add %[i]deftok supportKeith Kanios2009-07-142-0/+49
| * | | | Merge branch 'master' into new-preprocH. Peter Anvin2009-07-133-2/+10
| |\ \ \ \
| * | | | | .gitignore: add testresults, a few more version.* versions, *.dbgH. Peter Anvin2009-07-131-0/+5
| * | | | | directives: split global directives from backend-specific onesH. Peter Anvin2009-07-132-10/+185
| * | | | | Hash even backend-specific directives, unify null functionsH. Peter Anvin2009-07-1222-561/+623
| * | | | | Don't fclose() the output in the backendH. Peter Anvin2009-07-1213-25/+11
| * | | | | Use a phash to decode directivesH. Peter Anvin2009-07-128-61/+148
| * | | | | preproc: add %exitmacro support and clean up recursive macro handlingKeith Kanios2009-07-121-9/+37
| * | | | | preproc: refine appropriate handling of PP_RMACRO/PP_RIMACRO/PP_MACRO/PP_IMACROKeith Kanios2009-07-111-5/+4
| * | | | | pptok: add rmacro/rimacroKeith Kanios2009-07-112-21/+9
| * | | | | preproc: fix potential bug regarding MMacro->prev and %repKeith Kanios2009-07-111-0/+1
| * | | | | preproc: add recursive macro expansion supportKeith Kanios2009-07-111-15/+110
* | | | | | NASM 2.07nasm-2.07H. Peter Anvin2009-07-191-1/+1
| |_|_|_|/ |/| | | |
* | | | | NASM 2.07rc7nasm-2.07rc7H. Peter Anvin2009-07-171-1/+1
* | | | | outcoff: fix invalid reference to ofmtH. Peter Anvin2009-07-161-1/+1
* | | | | test/Makefile: add more output rulesH. Peter Anvin2009-07-161-2/+15
* | | | | outcoff: this is COFF, not binaryH. Peter Anvin2009-07-161-2/+2
* | | | | BR 2822263: don't re-invoke ofmt->symdef() in pass2 unless "special"H. Peter Anvin2009-07-161-1/+2
* | | | | outform.h: update comments regarding macho32/macho64Keith Kanios2009-07-161-4/+4
| |_|_|/ |/| | |
* | | | changes: it's not just invalid UTF-8 sequences that are affected...H. Peter Anvin2009-07-151-2/+2
* | | | NASM 2.07rc6nasm-2.07rc6H. Peter Anvin2009-07-151-1/+1
| |_|/ |/| |
* | | changes: document fixed crash on invalid UTF-8 sequencesH. Peter Anvin2009-07-151-0/+3
* | | quote: use nasm_assert() instead of plain assert()H. Peter Anvin2009-07-151-2/+1
* | | quote: we must do unsigned comparison to get length of octal escapeH. Peter Anvin2009-07-151-11/+12
* | | quote: don't use sprintf()H. Peter Anvin2009-07-151-7/+17
* | | doc: use consistent title caseH. Peter Anvin2009-07-151-4/+4
* | | doc: fix formatting of the bin multisection headerH. Peter Anvin2009-07-151-1/+1
* | | NASM 2.07rc5nasm-2.07rc5H. Peter Anvin2009-07-151-1/+1
| |/ |/|