platform/upstream/nasm.git
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...
2007-10-01 H. Peter AnvinUnspecified files are null strings, not null pointers
2007-10-01 H. Peter AnvinCheck for the most basic filename overlaps
2007-10-01 Charles Craynemodified: nasm.1 to add newer command line options
2007-09-29 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2007-09-29 H. Peter Anvinconfigure.in: AC_SUBST_FILE should have been AC_SUBST
2007-09-29 H. Peter AnvinUnbreak relative references to immediate addresses
2007-09-28 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2007-09-28 H. Peter Anvinlib/vsnprintf.c: correct boundary conditions
2007-09-28 H. Peter AnvinAdd substitutes for snprintf() and vsnprintf()
2007-09-28 Frank KotlerMerge branch 'master' of git+ssh://fbkotler@repo.or...
2007-09-28 H. Peter AnvinExclude config.h from the dependency list for the canne...
2007-09-28 H. Peter Anvinversion.pl: Add support for daily snapshot releases
2007-09-28 H. Peter AnvinAdd Makefile for Linux -> DOS, Win32, OS/2 using OpenWatcom
2007-09-27 H. Peter AnvinAdd Makefile for OpenWatcom (DOS, OS/2 or Win32 output)
2007-09-27 H. Peter AnvinTest for various addressing modes in 64-bit mode
2007-09-26 H. Peter Anvinnasm option reshuffling, -E -> -Z
2007-09-26 Frank KotlerVersion 0.99.04
2007-09-26 H. Peter Anvinnasmdoc: corrections on 64-bit immediates/displacements
2007-09-25 H. Peter Anvinnasmdoc: shorten lines which are too long
2007-09-25 H. Peter AnvinDocument NASM behaviour for 64-bit immediates and displ...
2007-09-25 H. Peter Anvintest/movimm.asm: add optimizable forms
2007-09-25 H. Peter Anvinassemble.c: clean up whitespace
2007-09-25 H. Peter AnvinCorrect the handling of "MOV" with immediate in 64...
next