summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* BR3041451: Implement upper bound for %rep counterCyrill Gorcunov2010-08-093-1/+15
* preproc.c: added deprecation warning for context-local label fallthroughKeith Kanios2010-08-091-1/+7
* NASM 2.09rc6nasm-2.09rc6Cyrill Gorcunov2010-08-061-1/+1
* test: Add automatizing annotations to imm64.asmCyrill Gorcunov2010-08-041-0/+4
* insns.dat: unbreak test/imm64.binH. Peter Anvin2010-08-021-1/+1
* elf: Move stabs symbol table format into outelf.hCyrill Gorcunov2010-07-303-16/+9
* nasmlib.c: fix typo in nasm_init_malloc_errorCyrill Gorcunov2010-07-291-1/+1
* NASM 2.09rc5nasm-2.09rc5Cyrill Gorcunov2010-07-281-1/+1
* doc: Updates on macro rangesCyrill Gorcunov2010-07-281-4/+4
* labels.c: cleanupCyrill Gorcunov2010-07-282-91/+78
* Get rid of misc/altreg.incCyrill Gorcunov2010-07-281-72/+0
* doc: Explain SECTALIGNCyrill Gorcunov2010-07-282-1/+21
* doc: Fix ..sym section name misprintCyrill Gorcunov2010-07-271-1/+1
* assemble.c: Style nitfixCyrill Gorcunov2010-07-261-915/+916
* Revert "Improve process_ea and introduce -OL"H. Peter Anvin2010-07-257-143/+72
* nasm.h: move "regs.h" to top; make is_register() a boolH. Peter Anvin2010-07-251-5/+3
* move is_register helper to nasm.hCyrill Gorcunov2010-07-252-7/+6
* Use is_register helperCyrill Gorcunov2010-07-251-14/+8
* regs.pl: Introduce is_register() helperCyrill Gorcunov2010-07-251-0/+7
* Remove redundant sentence in docsVictor van den Elzen2010-07-241-2/+1
* Improve process_ea and introduce -OLVictor van den Elzen2010-07-247-72/+144
* doc: Update changes.srcCyrill Gorcunov2010-07-231-0/+3
* preproc.: Fix NULL dereference on broken %strlen argumentCyrill Gorcunov2010-07-232-1/+6
* preproc: allow non-identifier character in environment variablesH. Peter Anvin2010-07-204-35/+125
* changes.src: Fix misprint in "instructions" word.Cyrill Gorcunov2010-07-171-1/+1
* nasmdoc: we still miss Chuck, but...H. Peter Anvin2010-07-151-1/+0
* Merge branch 'nasm-2.08.xx'H. Peter Anvin2010-07-151-0/+10
|\
| * changes.src: update with the 2.08.xx changesnasm-2.08.xxH. Peter Anvin2010-07-151-0/+10
| * NASM 2.08.02nasm-2.08.02Cyrill Gorcunov2010-07-101-1/+1
| * preproc.c: Fix NULL deref on token pastingCyrill Gorcunov2010-07-101-1/+3
| * NASM 2.08.01nasm-2.08.01Victor van den Elzen2010-03-101-1/+1
* | NASM 2.09rc4nasm-2.09rc4H. Peter Anvin2010-07-151-1/+1
* | Make -Ox the defaultpreproc-paste-fixH. Peter Anvin2010-07-153-6/+19
* | Documentation: describe %ifenv and friendsBryant Keller2010-07-132-0/+11
* | preproc: add %ifenvH. Peter Anvin2010-07-132-1/+23
* | BR3028880: Revert to nonfatal, better error message, cleanupH. Peter Anvin2010-07-131-4/+6
* | Update changes.srcCyrill Gorcunov2010-07-131-0/+2
* | BR3028880: Make nonexistent environment variable being fatal errorCyrill Gorcunov2010-07-131-5/+3
* | Check in test for BR3028880Cyrill Gorcunov2010-07-131-0/+6
* | BR3028880: Fix NULL dereference on nonexistent environment variableCyrill Gorcunov2010-07-131-4/+7
* | tokenize: Fix wrong string index in indirect stringsCyrill Gorcunov2010-07-131-1/+1
* | preproc: Extract reading line from predefined macros from read_lineCyrill Gorcunov2010-07-131-60/+83
* | Documentation updatesCyrill Gorcunov2010-07-132-11/+16
* | No need for \n at __OUTPUT_FORMAT__ macro endCyrill Gorcunov2010-07-131-1/+1
* | Merge branches 'master' and 'preproc-paste-fix'Cyrill Gorcunov2010-07-133-18/+16
|\ \
| * | BR3026808: Assign to local preprocessor variable does not work in 2.09Cyrill Gorcunov2010-07-131-1/+0
| * | NASM 2.09rc3nasm-2.09rc3H. Peter Anvin2010-07-091-1/+1
| * | preproc.c: Fix NULL deref on token pastingCyrill Gorcunov2010-07-101-1/+3
| * | preproc: add another test caseCyrill Gorcunov2010-07-091-0/+12
| * | preproc: don't paste TOK_PREPROC_IDH. Peter Anvin2010-07-081-1/+1