platform/upstream/nasm.git
2007-11-10 Charles CrayneUpdate documentation for stack relative directives
2007-11-09 Charles CrayneAdd flat64 to %stacksize choices
2007-11-09 H. Peter AnvinFix building under OpenWatcom
2007-11-09 H. Peter Anvinps2pdf: remove -dOptimize=true
2007-11-09 H. Peter AnvinNo binary files left in the source distro; unbreak...
2007-11-09 H. Peter AnvinBR 1828103: Fix %arg and %local
2007-11-09 H. Peter Anvinnasmlib.c: prefix_name(): use the elements() macro
2007-11-09 H. Peter AnvinMove elements() to nasmlib.h
2007-11-09 H. Peter Anvinconstipate the "str" argument to bsi() and bsii()
2007-11-08 Charles CrayneUpgrade RAA functions to hold 64-bit data.
2007-11-07 Charles CraynePass 64-bit instruction lengths to back-ends.
2007-11-07 Charles CraynePrepare for 64-bit instruction lengths
2007-11-06 Charles CrayneDisambiguate error messages
2007-11-06 Charles CrayneUpgrade label functions to 64-bit
2007-11-05 H. Peter AnvinPermit opcode names as labels as long as they are follo...
2007-11-04 Charles CrayneMake warning limit valid for both i386 and x86_64
2007-11-04 Charles CrayneWarn on out of bounds EA displacements
2007-11-01 H. Peter AnvinTreat info files as binary when creating xdoc distro...
2007-11-01 H. Peter AnvinRemove obsolete binary files from the distribution
2007-11-01 H. Peter AnvinMove declarations before statements
2007-11-01 H. Peter AnvinNASM 0.99.06
2007-11-01 H. Peter AnvinScript to tag the tree for release
2007-10-31 H. Peter AnvinEven more "riprel" tests
2007-10-30 H. Peter Anvinfloatx.asm: add tests for "rounds up to smallest denorm"
2007-10-30 H. Peter AnvinRun "make alldeps"
2007-10-30 H. Peter Anvinfloat.c: handle round-up-to-denorm correctly.
2007-10-30 H. Peter AnvinExhaustive test for 8-bit floating point values
2007-10-30 H. Peter AnvinClean up the handing of operands in assemble.c
2007-10-30 H. Peter AnvinDon't warn for segmented references
2007-10-30 H. Peter AnvinUse a 32-bit floating-point limb size; support 8-bit...
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...
next