platform/upstream/nasm.git
2008-06-19 H. Peter Anvindoc: framework for documenting standard macro packages
2008-06-19 H. Peter Anvin%use: call these directives "standard macro packages"
2008-06-19 H. Peter Anvinmacros.pl: need to use $' to get proper left-to-right...
2008-06-19 H. Peter Anvinmacros.pl: remove debug prints; improve compression...
2008-06-19 H. Peter Anvinmacros.c: compress by tokenizing macro directives
2008-06-19 H. Peter Anvinpreproc: add support for builtin include modules (...
2008-06-19 H. Peter Anvindoc: macroize texi2ipf and ipfc
2008-06-19 H. Peter Anvindoc: for ps to pdf conversion, use "acrodist", "ps2pdf...
2008-06-17 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-17 H. Peter Anvindoc: add missing nasmdoc.txt target
2008-06-17 H. Peter AnvinNASM 2.03.01
2008-06-16 H. Peter AnvinBackport the syncfiles script to the nasm-2.03.x branch
2008-06-16 H. Peter Anvinsyncfiles: use #-- ... --# for consistency with mkdep.pl
2008-06-16 H. Peter Anvinsyncfiles: terminate directory names at equal signs
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter Anvin-F implies -g backported to 2.03.01
2008-06-16 H. Peter AnvinCHANGES: document backport of -F implies -g
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMake -F imply -g (BR 1991213)
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter Anvindoc: Nasm -> NASM
2008-06-16 H. Peter Anvindoc: title capitalization
2008-06-16 H. Peter Anvindoc: add missing period.
2008-06-16 H. Peter Anvindoc: Makefile fixes missing from previous checkin
2008-06-16 H. Peter Anvindoc: another case of the RTF backend corrupting state
2008-06-16 H. Peter Anvindoc: ps/pdf: set page numbers in normal-sized italic
2008-06-16 H. Peter Anvindoc: Add NASMENV to the index (BR 1917084)
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinDocumentation facelift backported to 2.03.x
2008-06-16 H. Peter AnvinCHANGES: Document documentation facelift
2008-06-16 H. Peter Anvinps/pdf doc: default to 10-point font, wider leading
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinCHANGES: call the next version on this branch 2.03.01
2008-06-16 H. Peter Anvinsyncfiles: use the same regexp for hints as mkdep uses
2008-06-16 H. Peter Anvinsyncfiles: handle the case of the null path separator
2008-06-16 H. Peter Anvinutf.asm: add some error cases
2008-06-16 H. Peter Anvinsyncfiles.pl: remove obsolete comment
2008-06-16 H. Peter AnvinFree EOT_DB_STRING_FREE in cleanup_insn()
2008-06-15 H. Peter AnvinMark Perl scripts executable
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
next