2007-10-21 |
H. Peter Anvin | float.c: correct exponent capping
|
commit | commitdiff | tree |
2007-10-20 |
H. Peter Anvin | Allow $-prefixed hexadecimal FP as an alternative to 0x
|
commit | commitdiff | tree |
2007-10-19 |
H. Peter Anvin | Scripts to remove stealth whitespace
|
commit | commitdiff | tree |
2007-10-19 |
H. Peter Anvin | Formatting: kill off "stealth whitespace"
|
commit | commitdiff | tree |
2007-10-19 |
H. Peter Anvin | test/floatx.asm: fix test case
|
commit | commitdiff | tree |
2007-10-19 |
H. Peter Anvin | uscore.asm: Fix test case
|
commit | commitdiff | tree |
2007-10-19 |
H. Peter Anvin | float.c: mark read_exponent() static
|
commit | commitdiff | tree |
2007-10-19 |
H. Peter Anvin | Don't confuse suffixed hexadecimal with floating-point
|
commit | commitdiff | tree |
2007-10-19 |
H. Peter Anvin | Anchor filename locations in .gitignore
|
commit | commitdiff | tree |
2007-10-19 |
H. Peter Anvin | test/Makefile: Use -Ox instead of -O999
|
commit | commitdiff | tree |
2007-10-19 |
H. Peter Anvin | Test of underscored constants
|
commit | commitdiff | tree |
2007-10-19 |
H. Peter Anvin | Allow underscores in numbers; better detection of FP
|
commit | commitdiff | tree |
2007-10-19 |
H. Peter Anvin | Modernize nasm.spec.in and make it closer to the Fedora...
|
commit | commitdiff | tree |
2007-10-19 |
H. Peter Anvin | Cleaner solution for MinGW handling of __STRICT_ANSI__
|
commit | commitdiff | tree |
2007-10-19 |
H. Peter Anvin | configure: Undefine __STRICT_ANSI__ for mingw's benefit
|
commit | commitdiff | tree |
2007-10-19 |
H. Peter Anvin | Fix invocation of readnum()
|
commit | commitdiff | tree |
2007-10-17 |
H. Peter Anvin | NASM 0.99.05
|
commit | commitdiff | tree |
2007-10-16 |
H. Peter Anvin | Tests of obscenely large exponents
|
commit | commitdiff | tree |
2007-10-16 |
H. Peter Anvin | Comma-separate contents of __FLOAT__
|
commit | commitdiff | tree |
2007-10-16 |
H. Peter Anvin | Implement floating-point option control directive
|
commit | commitdiff | tree |
2007-10-16 |
H. Peter Anvin | Floating-point warning fixes; fix round-to-overflow
|
commit | commitdiff | tree |
2007-10-16 |
H. Peter Anvin | Handle rounding of denorms correctly; make fp overflow...
|
commit | commitdiff | tree |
2007-10-16 |
H. Peter Anvin | Additional entries for .gitignore
|
commit | commitdiff | tree |
2007-10-16 |
H. Peter Anvin | Refactor floating-point formatting code; fix 80-bit...
|
commit | commitdiff | tree |
2007-10-16 |
H. Peter Anvin | Add 1.5 as a test case: representative of an exact...
|
commit | commitdiff | tree |
2007-10-16 |
H. Peter Anvin | Recognize 'd', 't' and 'y' as radix suffixes
|
commit | commitdiff | tree |
2007-10-16 |
H. Peter Anvin | Fix FISTTP opcodes (BR 689695)
|
commit | commitdiff | tree |
2007-10-16 |
H. Peter Anvin | New floating-point conversion routines
|
commit | commitdiff | tree |
2007-10-16 |
H. Peter Anvin | Add testnos3 from the gdtoa package (floating-point...
|
commit | commitdiff | tree |
2007-10-14 |
H. Peter Anvin | .gitignore file doesn't need to be in the release file
|
commit | commitdiff | tree |
2007-10-14 |
H. Peter Anvin | Add .gitignore file so "git status" produces something...
|
commit | commitdiff | tree |
2007-10-14 |
H. Peter Anvin | autoconf: drop AC_USE_SYSTEM_EXTENSIONS to support...
|
commit | commitdiff | tree |
2007-10-11 |
H. Peter Anvin | preproc.c: move smacro define/undef to separate functions
|
commit | commitdiff | tree |
2007-10-11 |
H. Peter Anvin | preproc.c: PP_DEFINE and PP_XDEFINE are case-sensitive
|
commit | commitdiff | tree |
2007-10-11 |
H. Peter Anvin | preproc.c: normalize the handling of case sensitivity
|
commit | commitdiff | tree |
2007-10-11 |
H. Peter Anvin | Define macros necessary for <inttypes.h> on C++
|
commit | commitdiff | tree |
2007-10-11 |
H. Peter Anvin | More "bool" fixes
|
commit | commitdiff | tree |
2007-10-11 |
H. Peter Anvin | preproc.c: allow 64-bit repeat counts
|
commit | commitdiff | tree |
2007-10-11 |
H. Peter Anvin | preproc.c: For an SMacro, in_progress really is a boolean...
|
commit | commitdiff | tree |
2007-10-11 |
H. Peter Anvin | Additional uses of bool and enum
|
commit | commitdiff | tree |
2007-10-11 |
H. Peter Anvin | preproc.c: MMacro.in_progress is not a boolean
|
commit | commitdiff | tree |
2007-10-11 |
H. Peter Anvin | saa_fread/fwrite: when seeking, must set [rw]ptr as...
|
commit | commitdiff | tree |
2007-10-10 |
H. Peter Anvin | Use the compiler-provided booleans if available, otherwise...
|
commit | commitdiff | tree |
2007-10-10 |
H. Peter Anvin | owlinux.mak: don't clean things we won't be able to
|
commit | commitdiff | tree |
2007-10-10 |
H. Peter Anvin | configure.in: looks like we need autoconf 2.61 :(
|
commit | commitdiff | tree |
2007-10-10 |
H. Peter Anvin | Create option -Ox to tell NASM to do unlimited passes
|
commit | commitdiff | tree |
2007-10-09 |
H. Peter Anvin | Revert "floatb.asm: fix broken testcase"
|
commit | commitdiff | tree |
2007-10-09 |
H. Peter Anvin | floatb.asm: fix broken testcase
|
commit | commitdiff | tree |
2007-10-08 |
H. Peter Anvin | saa_rstruct: fix overrun check
|
commit | commitdiff | tree |
2007-10-08 |
H. Peter Anvin | Add Frank's floattest.asm test file
|
commit | commitdiff | tree |
2007-10-08 |
H. Peter Anvin | saa_fpwrite: initializing "len" should be part of the...
|
commit | commitdiff | tree |
2007-10-06 |
H. Peter Anvin | zerobyte.asm: use a real instruction to avoid confusing...
|
commit | commitdiff | tree |
2007-10-06 |
H. Peter Anvin | zerobyte.asm: add test cases for non-initial \170 uses
|
commit | commitdiff | tree |
2007-10-06 |
H. Peter Anvin | Check in the proper zerobyte test
|
commit | commitdiff | tree |
2007-10-06 |
H. Peter Anvin | Emit REX prefix before literal zero (\170)
|
commit | commitdiff | tree |
2007-10-06 |
H. Peter Anvin | LICENSE: Break long line
|
commit | commitdiff | tree |
2007-10-05 |
H. Peter Anvin | Add test for problematic floats
|
commit | commitdiff | tree |
2007-10-05 |
H. Peter Anvin | floatx.asm: add Inf and NaN to the boundary condition...
|
commit | commitdiff | tree |
2007-10-05 |
H. Peter Anvin | floatx.asm: add specific tests for exponent boundary...
|
commit | commitdiff | tree |
2007-10-05 |
H. Peter Anvin | float.c: correct the exponent
|
commit | commitdiff | tree |
2007-10-04 |
H. Peter Anvin | Additional rules in test/Makefile
|
commit | commitdiff | tree |
2007-10-04 |
H. Peter Anvin | Rewrite the handling of SAA's to allow random access
|
commit | commitdiff | tree |
2007-10-04 |
H. Peter Anvin | Change cloc_t to struct location, and reorder the members
|
commit | commitdiff | tree |
2007-10-04 |
H. Peter Anvin | BR 1352920: change loc_t -> cloc_t
|
commit | commitdiff | tree |
2007-10-04 |
H. Peter Anvin | BR 1352920: Handle upper case %line
|
commit | commitdiff | tree |
2007-10-04 |
H. Peter Anvin | Use autoconf to request feature macros
|
commit | commitdiff | tree |
2007-10-03 |
H. Peter Anvin | preproc.c: constipation
|
commit | commitdiff | tree |
2007-10-03 |
H. Peter Anvin | make alldeps
|
commit | commitdiff | tree |
2007-10-03 |
H. Peter Anvin | Portability fixes
|
commit | commitdiff | tree |
2007-10-03 |
H. Peter Anvin | Run "make alldeps".
|
commit | commitdiff | tree |
2007-10-03 |
H. Peter Anvin | Use the crc64 we already use as the perfect hash function...
|
commit | commitdiff | tree |
2007-10-02 |
H. Peter Anvin | insns.dat: add systematic names for the hinting NOPs...
|
commit | commitdiff | tree |
2007-10-01 |
H. Peter Anvin | Unspecified files are null strings, not null pointers
|
commit | commitdiff | tree |
2007-10-01 |
H. Peter Anvin | Check for the most basic filename overlaps
|
commit | commitdiff | tree |
2007-09-29 |
H. Peter Anvin | configure.in: AC_SUBST_FILE should have been AC_SUBST
|
commit | commitdiff | tree |
2007-09-29 |
H. Peter Anvin | Unbreak relative references to immediate addresses
|
commit | commitdiff | tree |
2007-09-28 |
H. Peter Anvin | lib/vsnprintf.c: correct boundary conditions
|
commit | commitdiff | tree |
2007-09-28 |
H. Peter Anvin | Add substitutes for snprintf() and vsnprintf()
|
commit | commitdiff | tree |
2007-09-28 |
H. Peter Anvin | Exclude config.h from the dependency list for the canned...
|
commit | commitdiff | tree |
2007-09-28 |
H. Peter Anvin | version.pl: Add support for daily snapshot releases
|
commit | commitdiff | tree |
2007-09-28 |
H. Peter Anvin | Add Makefile for Linux -> DOS, Win32, OS/2 using OpenWatcom
|
commit | commitdiff | tree |
2007-09-27 |
H. Peter Anvin | Add Makefile for OpenWatcom (DOS, OS/2 or Win32 output)
|
commit | commitdiff | tree |
2007-09-27 |
H. Peter Anvin | Test for various addressing modes in 64-bit mode
|
commit | commitdiff | tree |
2007-09-26 |
H. Peter Anvin | nasm option reshuffling, -E -> -Z
|
commit | commitdiff | tree |
2007-09-26 |
H. Peter Anvin | nasmdoc: corrections on 64-bit immediates/displacements
|
commit | commitdiff | tree |
2007-09-25 |
H. Peter Anvin | nasmdoc: shorten lines which are too long
|
commit | commitdiff | tree |
2007-09-25 |
H. Peter Anvin | Document NASM behaviour for 64-bit immediates and displacements
|
commit | commitdiff | tree |
2007-09-25 |
H. Peter Anvin | test/movimm.asm: add optimizable forms
|
commit | commitdiff | tree |
2007-09-25 |
H. Peter Anvin | assemble.c: clean up whitespace
|
commit | commitdiff | tree |
2007-09-25 |
H. Peter Anvin | Correct the handling of "MOV" with immediate in 64...
|
commit | commitdiff | tree |
2007-09-25 |
H. Peter Anvin | Test of immediate handling on 64-bit mode
|
commit | commitdiff | tree |
2007-09-25 |
H. Peter Anvin | Add nasm_zalloc() to nasmlib.c
|
commit | commitdiff | tree |
2007-09-25 |
H. Peter Anvin | Fix BR 1490407: size of the second operand of LAR/LSL
|
commit | commitdiff | tree |
2007-09-25 |
H. Peter Anvin | Fix BR 1490407: size of the second operand of LAR/LSL
|
commit | commitdiff | tree |
2007-09-25 |
H. Peter Anvin | Makefile.in: make "make install" create directories
|
commit | commitdiff | tree |
2007-09-25 |
H. Peter Anvin | Fix BR 1445441: uninitialized use of "error_file"
|
commit | commitdiff | tree |
2007-09-25 |
H. Peter Anvin | preproc.c: fix the loop in %undef
|
commit | commitdiff | tree |
2007-09-25 |
H. Peter Anvin | float.c: clear off uninitialized warning
|
commit | commitdiff | tree |
2007-09-25 |
H. Peter Anvin | outcoff: set the "virtual size field" to zero (BR 1351586)
|
commit | commitdiff | tree |
2007-09-24 |
H. Peter Anvin | insns.dat: SMINT - mark ND, DMINT - fix opcode
|
commit | commitdiff | tree |