platform/upstream/nasm.git
2008-06-15 H. Peter AnvinScript to automagically synchronize the object file...
2008-06-15 H. Peter AnvinUpdate Mkfiles/*.mak
2008-06-15 H. Peter AnvinCHANGES: Document new features
2008-06-15 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-15 H. Peter AnvinCHANGES: document changes from nasm-2.03
2008-06-15 H. Peter Anvindoc: Add Unicode Strings to Unicode index
2008-06-15 H. Peter AnvinDocument __utf16__ and __utf32__
2008-06-15 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-15 H. Peter Anvinquote: fix termination condition for hexadecimal escapes
2008-06-15 H. Peter AnvinSupport __utf16__ and __utf32__ in an expression context
2008-06-15 H. Peter Anvinstrfunc: fix UTF-8 mid-character limit
2008-06-15 H. Peter Anvinstrfunc: always null-terminate the output buffer
2008-06-14 H. Peter AnvinImplement __utf16__() and __utf32__() for the DB family
2008-06-14 H. Peter Anvindoc: add a couple of stylistic alternatives
2008-06-12 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-12 H. Peter AnvinFix overflow in listing.c (BR 1991797)
2008-06-12 H. Peter Anvindoc: Nasm -> NASM
2008-06-12 H. Peter Anvindoc: title capitalization
2008-06-12 H. Peter Anvindoc: add missing period.
2008-06-12 H. Peter Anvindoc: remove obsolete note.
2008-06-12 H. Peter Anvindoc: Makefile fixes missing from previous checkin
2008-06-12 H. Peter Anvindoc: another case of the RTF backend corrupting state
2008-06-12 H. Peter Anvindoc: ps/pdf: set page numbers in normal-sized italic
2008-06-12 H. Peter Anvindoc: Add NASMENV to the index (BR 1917084)
2008-06-12 H. Peter Anvinps/pdf doc: default to 10-point font, wider leading
2008-06-12 H. Peter AnvinMake -F imply -g (BR 1991213)
2008-06-11 Charles CrayneCorrect X86_64 reference in dwarf support message
2008-06-11 H. Peter AnvinUse an explicit table for tolower() to avoid a function...
2008-06-11 H. Peter AnvinRemove expand_macros_in_string()
2008-06-11 H. Peter AnvinAdd %warning, saner unquoting of %error
2008-06-10 H. Peter Anvinnasmlib.c: fwriteint*() only need WORDS_LITTLEENDIAN
2008-06-10 H. Peter AnvinFix typo: s/most/least/
2008-06-10 H. Peter AnvinMake it possible to use "inline" and "restrict"
2008-06-10 H. Peter AnvinIntroduce likely/unlikely macros, use them in saa.c
2008-06-10 H. Peter AnvinSAA: optimize all power-of-two lengths
2008-06-10 H. Peter AnvinSAA: optimize seeks when used on a byte array
2008-06-10 H. Peter AnvinMake strings a first-class token type; defer evaluation
2008-06-10 H. Peter AnvinMove all the RAA code out of nasmlib
2008-06-10 H. Peter Anvinsaa.h doesn't need nasmlib.h
2008-06-10 H. Peter AnvinMove all the SAA code out of nasmlib
2008-06-09 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-09 H. Peter AnvinFix %? in multi-line macros with a label
2008-06-09 H. Peter AnvinReplace the WSAA macros with functions
2008-06-09 H. Peter AnvinUse autoconf to detect WORDS_LITTLEENDIAN
2008-06-09 H. Peter AnvinWSAA: make the WSAA macros contain their own buffer
2008-06-09 H. Peter AnvinNASM 2.03
2008-06-08 H. Peter Anvindoc: Fix title "String Constants"
2008-06-08 H. Peter Anvindoc: Index Unicode and UTF-8
2008-06-08 H. Peter Anvindoc: \t is also a supported escape sequence...
2008-06-08 H. Peter Anvindoc: s/by/in/ certain preprocessor directives.
2008-06-08 H. Peter AnvinSplit documentation on string syntax out of "character...
2008-06-08 H. Peter Anvindoc: A few floating-point examples
2008-06-08 H. Peter Anvindoc: add a comma
2008-06-08 H. Peter Anvindoc: ALL %if constructs have %elif/%ifn/%elifn variants.
2008-06-08 H. Peter Anvindoc: remove superfluous comma
2008-06-08 H. Peter AnvinImprove the %iftoken example
2008-06-08 H. Peter AnvinFix capitalization in titles
2008-06-08 H. Peter AnvinDocument forward references fixed in EQU.
2008-06-08 Frank KotlerDocument __OUTPUT_FORMAT__
2008-06-06 H. Peter AnvinNASM 2.03rc8
2008-06-06 H. Peter AnvinFix dependency list generation
2008-06-05 H. Peter AnvinNASM 2.03rc7
2008-06-05 H. Peter AnvinMerge branch 'master' of git+ssh://repo.or.cz/srv/git...
2008-06-05 H. Peter AnvinThe XSAVE group are SSE-spefix-sensitive
2008-06-05 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2008-06-05 Charles CrayneAvoid obscure segfault in DWARF generation
2008-06-05 H. Peter Anvininsnsd.c: don't generate an inaccessible table
2008-06-05 H. Peter AnvinNASM 2.03rc6
2008-06-05 H. Peter Anvindoc: Remove superfluous comma.
2008-06-05 H. Peter AnvinAdd %defstr, %idefstr
2008-06-04 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2008-06-04 Charles CrayneRemove EQU for critical expression list
2008-06-04 H. Peter AnvinNASM 2.03rc5
2008-06-04 H. Peter AnvinFix double free in %depend
2008-06-04 H. Peter AnvinFix memory management issues with expanded %include
2008-06-04 H. Peter AnvinUpdate .gitignore, remove bogus dependency
2008-06-04 H. Peter AnvinMakefile/dependency updates
2008-06-03 H. Peter Anvindoc: Remove "what's new" since it is out of date
2008-06-02 H. Peter Anvinquote: Change the definition of escp
2008-06-02 H. Peter Anvinquote: be consistent in not using C escapes for bytes
2008-06-02 H. Peter Anvinnasm_unquote: make code a little more uniform
2008-06-02 H. Peter Anvinquote: massively simplify nasm_skip_string()
2008-06-02 H. Peter AnvinDocument UTF-8 conversion better, use "byte" instead...
2008-06-02 H. Peter AnvinDocument that underscores in numbers is permitted.
2008-06-02 H. Peter AnvinNASM 2.03rc4
2008-06-02 H. Peter AnvinUpdate CHANGES
2008-06-02 H. Peter Anvinnasmdoc: document %substr, `...`
2008-06-02 H. Peter AnvinFix bug where the WinHelp backend corrupts the internal...
2008-06-02 H. Peter Anvinqstring: fix unquoting in %pathsearch directive
2008-06-02 H. Peter Anvinqstring: backquoted strings seem to work now...
2008-06-02 H. Peter Anvinqstring: first cut at full quoted string support in...
2008-06-01 H. Peter Anvinqstring: add nasm_unquote() supporting `...`
2008-05-30 H. Peter Anvindoc: Single section for all the date/time macros
2008-05-30 H. Peter Anvindoc: fix __UTC_DATE__ and __UTC_TIME__ description
2008-05-30 H. Peter Anvinincbin: use the macro name itself as context name
2008-05-30 H. Peter AnvinUpdate CHANGES
2008-05-30 H. Peter AnvinAdd missing %rotate directive to the FLOAT macro.
2008-05-30 H. Peter Anvinincbin definition: use %?
2008-05-30 H. Peter AnvinDocument %pathsearch and %depend
2008-05-30 H. Peter AnvinIntroduce %depend and %pathsearch, and make incbin...
next