summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.08rc1nasm-2.08rc1H. Peter Anvin2009-10-131-1/+1
* nasm: rename nasm_zap_spaces() to nasm_zap_spaces_fwd()H. Peter Anvin2009-10-133-3/+3
* nasm.c: use string helpersCyrill Gorcunov2009-10-131-19/+7
* preproc.c: use string helpersCyrill Gorcunov2009-10-131-10/+5
* nasm.c: getkw -- use string helpersCyrill Gorcunov2009-10-131-36/+27
* nasmlib: introduce string helpersCyrill Gorcunov2009-10-132-0/+41
* assemble.c: check constants for overflowCyrill Gorcunov2009-10-131-17/+27
* introduce "overflow" helpersCyrill Gorcunov2009-10-131-0/+27
* assemble.c: use is_class helperCyrill Gorcunov2009-10-131-3/+3
* nasm.h: introduce is_class macro helperCyrill Gorcunov2009-10-131-0/+2
* use opflags_t type for operandsCyrill Gorcunov2009-10-132-2/+2
* style cleanupCyrill Gorcunov2009-10-133-435/+435
* assemble: when looking for a REGISTER operand, do an exclusive testH. Peter Anvin2009-10-061-1/+1
* assemble: treat register operands without size as wildcardsH. Peter Anvin2009-10-051-5/+20
* nasm.nsi: use "delete recursively" specificatorCyrill Gorcunov2009-09-271-7/+1
* nsis.nsi: add VS8 rules file to installCyrill Gorcunov2009-09-261-0/+10
* doc/nasmdoc.src: NASMENV -- fixup backslashesCyrill Gorcunov2009-09-261-3/+3
* Visual Studio 2008 NASM integrationHenry Tumblin2009-09-252-0/+95
* nasm.nsi: fixup shortcut target on nasm manualCyrill Gorcunov2009-09-231-1/+1
* nasm.nsi: fixup output nameCyrill Gorcunov2009-09-231-1/+1
* nasm.nsi: set compressor before MUI macrosCyrill Gorcunov2009-09-231-1/+2
* misc/release: *.ico are binary filesH. Peter Anvin2009-09-231-2/+2
* nasm.nsi: restore old output name and compressorCyrill Gorcunov2009-09-231-1/+2
* nasm.nsi: do not define VERSION twiceCyrill Gorcunov2009-09-231-1/+0
* substitute nasm.nsi with new nasm2.nsiCyrill Gorcunov2009-09-212-270/+158
* nsis2: prepare for substitutionCyrill Gorcunov2009-09-211-15/+14
* New NSIS scriptnsis2Cyrill Gorcunov2009-09-143-0/+200
* elf,stabs: stabs32/64_generate -- append ending tokenCyrill Gorcunov2009-09-142-16/+19
* output/elfcommon.h: tab/space cleanupCyrill Gorcunov2009-09-061-111/+111
* output/outelf32.c: code style simplificationCyrill Gorcunov2009-09-031-115/+108
* output/outelf32.c: tab-space cleanupCyrill Gorcunov2009-09-031-390/+367
* output/elf64.h: tab-space cleanupCyrill Gorcunov2009-09-031-51/+51
* output/elf32.h: tab-space cleanupCyrill Gorcunov2009-09-031-13/+13
* output/outelf.h - tab-space cleanupCyrill Gorcunov2009-09-031-23/+23
* Use I_none opcode instead of hardcoded numberCyrill Gorcunov2009-08-232-19/+19
* Use fputs instead of fprintf for plain stringsVictor van den Elzen2009-08-133-3/+3
* Fix some format strings for nasm_errorVictor van den Elzen2009-08-117-21/+27
* output/dwarf.h: update dwarf constantsCyrill Gorcunov2009-08-101-23/+530
* Add strlcpy() functionH. Peter Anvin2009-08-108-42/+104
* output: change null_debug_routine to null_debug_directiveH. Peter Anvin2009-08-094-5/+5
* disasm.c: eatbyte -- use snprintf to prevent potential buffer overflowCyrill Gorcunov2009-08-091-1/+1
* headers/c: strip off useless spacesCyrill Gorcunov2009-08-091-2/+2
* insns.pl: remove redundant empty line in enum opcodeCyrill Gorcunov2009-08-081-1/+1
* nasm.c: fix stack overrun in assemble_fileH. Peter Anvin2009-08-081-15/+31
* Merge commit 'cyr/hpa-dat'H. Peter Anvin2009-08-071-820/+820
|\
| * insns.dat -- convert FMA instructionsCyrill Gorcunov2009-08-071-192/+192
| * insns.dat -- convert AVX instructions part2Cyrill Gorcunov2009-08-071-347/+347
| * insns.dat -- convert AVX instructions part1Cyrill Gorcunov2009-08-071-281/+281
* | Merge commit 'cyr/hpa-list'H. Peter Anvin2009-08-071-15/+15
|\ \
| * | output/outbin.c -- use list helpersCyrill Gorcunov2009-08-011-15/+15
| |/