platform/upstream/nasm.git
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
2009-07-14 H. Peter Anvingitignore: add test results, *.dbg
2009-07-14 H. Peter AnvinELF: add debug support for TY_YWORD
2009-07-13 Cyrill Gorcunovelf32: debug32_typevalue - fix TY_OWORD size
2009-07-13 H. Peter Anvin.gitignore: add testresults, a few more version.* versi...
2009-07-13 H. Peter Anvindirectives: split global directives from backend-specif...
2009-07-12 H. Peter AnvinHash even backend-specific directives, unify null functions
2009-07-12 H. Peter AnvinDon't fclose() the output in the backend
2009-07-12 H. Peter AnvinUse a phash to decode directives
2009-07-12 Keith Kaniospreproc: add %exitmacro support and clean up recursive...
2009-07-11 Keith Kaniospreproc: refine appropriate handling of PP_RMACRO/PP_RI...
2009-07-11 Keith Kaniospptok: add rmacro/rimacro
2009-07-11 Keith Kaniospreproc: fix potential bug regarding MMacro->prev and...
2009-07-11 Keith Kaniospreproc: add recursive macro expansion support
2009-07-09 H. Peter AnvinNASM 2.07rc4
2009-07-09 H. Peter AnvinDocument macho64 output format
2009-07-09 Keith KaniosRevert "NASM 2.07rc4"
2009-07-09 Keith KaniosNASM 2.07rc4
2009-07-09 Keith Kaniosmacho64: Manually merge macho64 branch with master...
2009-07-08 Keith Kaniosoutmacho.c: fix section/relocation alignment issue
2009-07-07 H. Peter AnvinNASM 2.07rc3
2009-07-07 H. Peter Anvinchanges: document listing fix
2009-07-07 H. Peter Anvinpreproc: revert to older form of preprocessor user...
2009-07-07 H. Peter Anvinpreproc: always reprocess smacros after %+ - pasting
2009-07-07 H. Peter Anvinlisting: preserve list file on error, include errors
2009-07-07 H. Peter Anvinoutdbg: be excrutiatingly correct...
2009-07-07 H. Peter Anvinoutdbg: fix OUT_REL*ADR, add OUT_REL8ADR
2009-07-07 H. Peter Anvinoutbin: be consistent in spelling "Intel hex" with...
2009-07-07 H. Peter AnvinNASM 2.07rc2
2009-07-07 H. Peter Anvinchanges: add Mach-O alignment issue fix
2009-07-07 Keith KaniosMerge branch 'master' of git+ssh://repo.or.cz/srv/git...
2009-07-07 Keith Kaniosoutmacho: fixed section/relocation alignment issue
2009-07-07 H. Peter Anvinchanges: document %+ behavior revert
2009-07-07 H. Peter Anvinpreproc: don't handle %+ until the final phase of smacr...
2009-07-06 H. Peter AnvinNASM 2.07rc1
2009-07-06 H. Peter Anvinchanges.src: document user-visible changes
2009-07-06 H. Peter Anvindoc: update license and contact information
2009-07-06 H. Peter Anvinspec: change License to BSD
2009-07-06 H. Peter Anvinnasm.nsi: remove COPYING; add LICENSE
2009-07-06 H. Peter AnvinNASM: relicense under the 2-clause BSD license
2009-07-06 H. Peter Anvinoutbin: minor cleanups
2009-07-06 H. Peter AnvinBR 2817225: don't overrun a permts buffer with a maximu...
2009-07-06 H. Peter Anvinnasm.nsi: in the "NASM shell", put NASM first in PATH
2009-07-06 H. Peter AnvinChange noreturn macro to no_return to avoid header...
2009-07-06 H. Peter Anvinnasm.nsi: use LZMA compression
2009-07-06 H. Peter AnvinMore "make install" fixes...
2009-07-06 H. Peter Anvinrdf2bin: be smarter about extracting the format from...
2009-07-06 H. Peter Anvinnasm.nsi: add additional rdf2bin aliases
2009-07-06 H. Peter Anvinrdoff: fix "make install"
2009-07-05 H. Peter Anvintest/Makefile: add ith and srec targets
2009-07-05 H. Peter Anvindoc: S-records seems to usually be pluralized
2009-07-05 H. Peter Anvindoc: srec produces S-records, not Intel hex...
2009-07-05 H. Peter Anvindoc: use the term "extensions" to mean of-specific...
2009-07-05 H. Peter Anvindoc: fix capitalization
2009-07-05 H. Peter Anvinoutbin: when using saa_rnbytes() we have to saa_rewind()
2009-07-05 H. Peter Anvinoutbin: when writing S-records, write head record
next