platform/upstream/nasm.git
2009-09-25 Cyrill Gorcunovdoc/nasmdoc.src: NASMENV -- fixup backslashes
2009-09-25 Henry TumblinVisual Studio 2008 NASM integration
2009-09-23 Cyrill Gorcunovnasm.nsi: fixup shortcut target on nasm manual
2009-09-23 Cyrill Gorcunovnasm.nsi: fixup output name
2009-09-23 Cyrill Gorcunovnasm.nsi: set compressor before MUI macros
2009-09-23 H. Peter Anvinmisc/release: *.ico are binary files
2009-09-23 Cyrill Gorcunovnasm.nsi: restore old output name and compressor
2009-09-23 Cyrill Gorcunovnasm.nsi: do not define VERSION twice
2009-09-21 Cyrill Gorcunovsubstitute nasm.nsi with new nasm2.nsi
2009-09-21 Cyrill Gorcunovnsis2: prepare for substitution
2009-09-14 Cyrill GorcunovNew NSIS script
2009-09-14 Cyrill Gorcunovelf,stabs: stabs32/64_generate -- append ending token
2009-09-06 Cyrill Gorcunovoutput/elfcommon.h: tab/space cleanup
2009-09-03 Cyrill Gorcunovoutput/outelf32.c: code style simplification
2009-09-03 Cyrill Gorcunovoutput/outelf32.c: tab-space cleanup
2009-09-03 Cyrill Gorcunovoutput/elf64.h: tab-space cleanup
2009-09-03 Cyrill Gorcunovoutput/elf32.h: tab-space cleanup
2009-09-03 Cyrill Gorcunovoutput/outelf.h - tab-space cleanup
2009-08-23 Cyrill GorcunovUse I_none opcode instead of hardcoded number
2009-08-13 Victor van... Use fputs instead of fprintf for plain strings
2009-08-11 Victor van... Fix some format strings for nasm_error
2009-08-10 Cyrill Gorcunovoutput/dwarf.h: update dwarf constants
2009-08-10 H. Peter AnvinAdd strlcpy() function
2009-08-09 H. Peter Anvinoutput: change null_debug_routine to null_debug_directive
2009-08-09 Cyrill Gorcunovdisasm.c: eatbyte -- use snprintf to prevent potential...
2009-08-09 Cyrill Gorcunovheaders/c: strip off useless spaces
2009-08-08 Cyrill Gorcunovinsns.pl: remove redundant empty line in enum opcode
2009-08-08 H. Peter Anvinnasm.c: fix stack overrun in assemble_file
2009-08-07 H. Peter AnvinMerge commit 'cyr/hpa-dat'
2009-08-07 H. Peter AnvinMerge commit 'cyr/hpa-list'
2009-08-07 Cyrill Gorcunovinsns.dat -- convert FMA instructions
2009-08-07 Cyrill Gorcunovinsns.dat -- convert AVX instructions part2
2009-08-06 Cyrill Gorcunovinsns.dat -- convert AVX instructions part1
2009-08-02 H. Peter Anvindoc: \ needs to be repeated except in \c-line context...
2009-08-01 Cyrill Gorcunovoutput/outbin.c -- use list helpers
2009-07-31 H. Peter Anvinnasm.c: consistently use the 'murrican spelling "optimize"
2009-07-31 Cyrill Gorcunovnasm.1 -- update contents
2009-07-31 Cyrill Gorcunovnasm.c -- update info on -O cmdline option
2009-07-30 H. Peter AnvinMerge commit 'cyr/hpa-list'
2009-07-30 Cyrill Gorcunovnasm.c -- update help message
2009-07-28 Cyrill Gorcunovoutaout.c -- use list helpers
2009-07-27 Cyrill Gorcunovinsns.dat: operand-size syntax for XOP instructions
2009-07-27 Cyrill Gorcunovassemble.c -- use list helpers
2009-07-27 H. Peter Anvinassemble.c: quiet warning
2009-07-27 Cyrill Gorcunovnasm.c -- use list helpers
2009-07-27 Cyrill Gorcunovinsns.dat -- operand-size syntax for XOP instructions
2009-07-26 H. Peter Anvinassemble.c: clean up matches()
2009-07-26 H. Peter AnvinMerge branch 'nasm-2.07.xx'
2009-07-26 H. Peter AnvinBR 2826669: update licensing information in README
2009-07-26 H. Peter AnvinMerge branch 'nasm-2.07.xx'
2009-07-26 H. Peter AnvinBR 2827397: fix invalid C in outcoff AddExports()
2009-07-26 H. Peter Anvininsns.pl: smarter handling of operand flags
2009-07-26 H. Peter Anvinassemble: defer "operand size missing" until end of...
2009-07-26 H. Peter AnvinEnable fuzzy matching of operand sizes
2009-07-26 H. Peter Anvinassemble: move the instruction-matching loop into a...
2009-07-26 H. Peter Anvinassemble: replace random integers with an enum for...
2009-07-20 Cyrill Gorcunovsync.c - introduce swap_sync helper
2009-07-20 Cyrill Gorcunovpreproc.c - remove redundant assignment
2009-07-20 Cyrill Gorcunovnasmlib.h - introduce list iterator helpers
2009-07-20 H. Peter AnvinMerge branch 'new-preproc'
2009-07-20 H. Peter AnvinNASM 2.07
2009-07-19 H. Peter AnvinDrop efunc and evalfunc as input to the preprocessor
2009-07-19 H. Peter AnvinDrop efunc and evaluate argument to parse_line()
2009-07-19 H. Peter AnvinDrop the ofmt and errfunc arguments to label definition...
2009-07-19 H. Peter AnvinRun make alldeps
2009-07-19 H. Peter AnvinRemove function pointers in output, simplify error...
2009-07-17 H. Peter AnvinMerge commit 'nasm-2.07rc7' into new-preproc
2009-07-17 H. Peter AnvinNASM 2.07rc7
2009-07-17 H. Peter Anvinoutcoff: fix invalid reference to ofmt
2009-07-17 H. Peter Anvintest/Makefile: add more output rules
2009-07-17 H. Peter Anvinoutcoff: this is COFF, not binary
2009-07-17 H. Peter AnvinBR 2822263: don't re-invoke ofmt->symdef() in pass2...
2009-07-17 Keith Kaniosoutform.h: update comments regarding macho32/macho64
2009-07-16 H. Peter Anvinxcrcgen: tool to create a "generalized CRC" hash table
2009-07-16 H. Peter Anvincrcgen: clean up whitespace
2009-07-16 H. Peter Anvincrcgen: utility program to generate CRC tables
2009-07-16 H. Peter AnvinMerge branch 'master' into new-preproc
2009-07-15 H. Peter Anvinchanges: it's not just invalid UTF-8 sequences that...
2009-07-15 H. Peter AnvinNASM 2.07rc6
2009-07-15 H. Peter AnvinMerge branch 'master' into new-preproc
2009-07-15 H. Peter Anvinchanges: document fixed crash on invalid UTF-8 sequences
2009-07-15 H. Peter Anvinquote: use nasm_assert() instead of plain assert()
2009-07-15 H. Peter Anvinquote: we must do unsigned comparison to get length...
2009-07-15 H. Peter Anvinquote: don't use sprintf()
2009-07-15 H. Peter Anvinquote: use nasm_assert() instead of plain assert()
2009-07-15 H. Peter Anvinquote: we must do unsigned comparison to get length...
2009-07-15 H. Peter Anvindoc: use consistent title case
2009-07-15 H. Peter Anvindoc: fix formatting of the bin multisection header
2009-07-15 H. Peter Anvinpreproc: style cleanups
2009-07-15 H. Peter AnvinNASM 2.07rc5
2009-07-15 H. Peter Anvinpreproc: formatting cleanups
2009-07-15 Keith Kaniospptok: change %rimacro to %irmacro
2009-07-14 H. Peter Anvinpreproc: don't pass an enum to %s
2009-07-14 H. Peter Anvinpreproc: generic solution for error on NUL characters...
2009-07-14 H. Peter Anvinpreproc: reject NUL characters in %deftok directives
2009-07-14 H. Peter Anvinquote: don't use sprintf()
2009-07-14 H. Peter AnvinDon't try to fclose() the output if ofile is NULL
2009-07-14 H. Peter Anvinoutobj: don't fclose() the output
2009-07-14 Keith Kaniospreproc: add %[i]deftok support
2009-07-14 H. Peter AnvinMerge branch 'master' into new-preproc
next