platform/upstream/nasm.git
2007-10-30 Charles CrayneReduce severity of redundant prefixes from error to...
2007-10-29 H. Peter AnvinTest of some addressing modes in 64-bit mode.
2007-10-29 H. Peter AnvinFix bogus flagging of effective addresses as invalid
2007-10-29 H. Peter AnvinActually shut up the warning in rdfload.c
2007-10-29 H. Peter AnvinClean up stealth whitespace
2007-10-29 H. Peter AnvinFix warning about cast to pointer in rdfload.c
2007-10-29 H. Peter Anvin64-bit addressing and prefix handling changes
2007-10-28 Charles CrayneAdjust stabs symbol index to match symbol table.
2007-10-27 H. Peter Anvinreadnum(): handle prefix-suffix collision like "0h"
2007-10-27 H. Peter AnvinBetter handling of platforms which hide "extended"...
2007-10-24 Charles CrayneMerge branch 'master' of /home/chuck/development/gitnasm/
2007-10-24 Charles CrayneUpdate sections about debug info formats
2007-10-24 H. Peter AnvinFix the handling of floating-point tokens in the prepro...
2007-10-24 Charles CrayneFix bugs item #1817677
2007-10-23 H. Peter AnvinSlightly simplify the radix-detection code
2007-10-23 H. Peter AnvinUnbreak particularly tricky hex constants
2007-10-23 H. Peter AnvinDecimal floating point can also start with 0. 0e 0E
2007-10-23 H. Peter AnvinSupport binary and octal floating-point
2007-10-22 H. Peter AnvinMore consistent handling of radix letters
2007-10-21 H. Peter Anvinfloat.c: correct exponent capping
2007-10-21 Charles CrayneClean up elf symbol table section
2007-10-20 H. Peter AnvinAllow $-prefixed hexadecimal FP as an alternative to 0x
2007-10-19 H. Peter AnvinScripts to remove stealth whitespace
2007-10-19 H. Peter AnvinFormatting: kill off "stealth whitespace"
2007-10-19 H. Peter Anvintest/floatx.asm: fix test case
2007-10-19 H. Peter Anvinuscore.asm: Fix test case
2007-10-19 H. Peter Anvinfloat.c: mark read_exponent() static
2007-10-19 H. Peter AnvinDon't confuse suffixed hexadecimal with floating-point
2007-10-19 H. Peter AnvinAnchor filename locations in .gitignore
2007-10-19 H. Peter Anvintest/Makefile: Use -Ox instead of -O999
2007-10-19 H. Peter AnvinTest of underscored constants
2007-10-19 H. Peter AnvinAllow underscores in numbers; better detection of FP
2007-10-19 H. Peter AnvinModernize nasm.spec.in and make it closer to the Fedora...
2007-10-19 Charles CrayneSuppress datarootdir warnings from configure
2007-10-19 Charles CrayneSuppress signedness warnings in disassembler
2007-10-19 H. Peter AnvinCleaner solution for MinGW handling of __STRICT_ANSI__
2007-10-19 H. Peter Anvinconfigure: Undefine __STRICT_ANSI__ for mingw's benefit
2007-10-19 H. Peter AnvinFix invocation of readnum()
2007-10-19 Charles CrayneSuppress a few signedness warnings
2007-10-19 rootAvoid unnecessary warning on redefinition of section...
2007-10-18 Charles CrayneGenerate stabs entries for any executable section
2007-10-17 H. Peter AnvinNASM 0.99.05
2007-10-16 H. Peter AnvinTests of obscenely large exponents
2007-10-16 H. Peter AnvinComma-separate contents of __FLOAT__
2007-10-16 H. Peter AnvinImplement floating-point option control directive
2007-10-16 H. Peter AnvinFloating-point warning fixes; fix round-to-overflow
2007-10-16 H. Peter AnvinHandle rounding of denorms correctly; make fp overflow...
2007-10-16 H. Peter AnvinAdditional entries for .gitignore
2007-10-16 H. Peter AnvinRefactor floating-point formatting code; fix 80-bit...
2007-10-16 H. Peter AnvinAdd 1.5 as a test case: representative of an exact...
2007-10-16 H. Peter AnvinRecognize 'd', 't' and 'y' as radix suffixes
2007-10-16 H. Peter AnvinFix FISTTP opcodes (BR 689695)
2007-10-16 H. Peter AnvinNew floating-point conversion routines
2007-10-16 H. Peter AnvinAdd testnos3 from the gdtoa package (floating-point...
2007-10-14 H. Peter Anvin.gitignore file doesn't need to be in the release file
2007-10-14 H. Peter AnvinAdd .gitignore file so "git status" produces something...
2007-10-14 H. Peter Anvinautoconf: drop AC_USE_SYSTEM_EXTENSIONS to support...
2007-10-13 Keith KaniosFix 32-bit types in preproc.c and eval.c
2007-10-12 Charles CrayneMust define types before using them
2007-10-11 H. Peter Anvinpreproc.c: move smacro define/undef to separate functions
2007-10-11 H. Peter Anvinpreproc.c: PP_DEFINE and PP_XDEFINE are case-sensitive
2007-10-11 H. Peter Anvinpreproc.c: normalize the handling of case sensitivity
2007-10-11 H. Peter AnvinDefine macros necessary for <inttypes.h> on C++
2007-10-11 H. Peter AnvinMore "bool" fixes
2007-10-11 H. Peter Anvinpreproc.c: allow 64-bit repeat counts
2007-10-11 H. Peter Anvinpreproc.c: For an SMacro, in_progress really is a boole...
2007-10-11 H. Peter AnvinAdditional uses of bool and enum
2007-10-11 H. Peter Anvinpreproc.c: MMacro.in_progress is not a boolean
2007-10-11 H. Peter Anvinsaa_fread/fwrite: when seeking, must set [rw]ptr as...
2007-10-10 H. Peter AnvinUse the compiler-provided booleans if available, otherw...
2007-10-10 H. Peter Anvinowlinux.mak: don't clean things we won't be able to
2007-10-10 H. Peter Anvinconfigure.in: looks like we need autoconf 2.61 :(
2007-10-10 H. Peter AnvinCreate option -Ox to tell NASM to do unlimited passes
2007-10-09 H. Peter AnvinRevert "floatb.asm: fix broken testcase"
2007-10-09 H. Peter Anvinfloatb.asm: fix broken testcase
2007-10-08 H. Peter Anvinsaa_rstruct: fix overrun check
2007-10-08 H. Peter AnvinAdd Frank's floattest.asm test file
2007-10-08 H. Peter Anvinsaa_fpwrite: initializing "len" should be part of the...
2007-10-08 Charles CrayneFix infinite loop in function saa_fpwrite
2007-10-06 H. Peter Anvinzerobyte.asm: use a real instruction to avoid confusing...
2007-10-06 H. Peter Anvinzerobyte.asm: add test cases for non-initial \170 uses
2007-10-06 H. Peter AnvinCheck in the proper zerobyte test
2007-10-06 H. Peter AnvinEmit REX prefix before literal zero (\170)
2007-10-06 H. Peter AnvinLICENSE: Break long line
2007-10-05 H. Peter AnvinAdd test for problematic floats
2007-10-05 H. Peter Anvinfloatx.asm: add Inf and NaN to the boundary condition...
2007-10-05 H. Peter Anvinfloatx.asm: add specific tests for exponent boundary...
2007-10-05 H. Peter Anvinfloat.c: correct the exponent
2007-10-04 H. Peter AnvinAdditional rules in test/Makefile
2007-10-04 H. Peter AnvinRewrite the handling of SAA's to allow random access
2007-10-04 H. Peter AnvinChange cloc_t to struct location, and reorder the members
2007-10-04 H. Peter AnvinBR 1352920: change loc_t -> cloc_t
2007-10-04 H. Peter AnvinBR 1352920: Handle upper case %line
2007-10-04 H. Peter AnvinUse autoconf to request feature macros
2007-10-03 H. Peter Anvinpreproc.c: constipation
2007-10-03 H. Peter Anvinmake alldeps
2007-10-03 H. Peter AnvinPortability fixes
2007-10-03 H. Peter AnvinRun "make alldeps".
2007-10-03 H. Peter AnvinUse the crc64 we already use as the perfect hash functi...
2007-10-02 H. Peter Anvininsns.dat: add systematic names for the hinting NOPs...
next