summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 64-bit addressing and prefix handling changesnewaddrH. Peter Anvin2007-10-286-225/+345
* readnum(): handle prefix-suffix collision like "0h"H. Peter Anvin2007-10-262-16/+15
* Better handling of platforms which hide "extended" functionalityH. Peter Anvin2007-10-262-5/+30
* Merge branch 'master' of /home/chuck/development/gitnasm/Charles Crayne2007-10-243-23/+107
|\
| * Fix the handling of floating-point tokens in the preprocessorH. Peter Anvin2007-10-243-23/+107
* | Update sections about debug info formatsCharles Crayne2007-10-241-4/+12
|/
* Fix bugs item #1817677Charles Crayne2007-10-231-0/+1
* Slightly simplify the radix-detection codeH. Peter Anvin2007-10-231-2/+4
* Unbreak particularly tricky hex constantsH. Peter Anvin2007-10-222-7/+29
* Decimal floating point can also start with 0. 0e 0EH. Peter Anvin2007-10-221-9/+2
* Support binary and octal floating-pointH. Peter Anvin2007-10-223-26/+73
* More consistent handling of radix lettersH. Peter Anvin2007-10-225-23/+235
* float.c: correct exponent cappingH. Peter Anvin2007-10-211-4/+3
* Clean up elf symbol table sectionCharles Crayne2007-10-212-24/+24
* Allow $-prefixed hexadecimal FP as an alternative to 0xH. Peter Anvin2007-10-193-1/+174
* Scripts to remove stealth whitespaceH. Peter Anvin2007-10-192-0/+434
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-1944-245/+235
* test/floatx.asm: fix test caseH. Peter Anvin2007-10-191-1/+1
* uscore.asm: Fix test caseH. Peter Anvin2007-10-191-1/+1
* float.c: mark read_exponent() staticH. Peter Anvin2007-10-191-1/+1
* Don't confuse suffixed hexadecimal with floating-pointH. Peter Anvin2007-10-192-3/+24
* Anchor filename locations in .gitignoreH. Peter Anvin2007-10-191-46/+46
* test/Makefile: Use -Ox instead of -O999H. Peter Anvin2007-10-191-1/+1
* Test of underscored constantsH. Peter Anvin2007-10-191-0/+10
* Allow underscores in numbers; better detection of FPH. Peter Anvin2007-10-193-78/+110
* Modernize nasm.spec.in and make it closer to the Fedora versionH. Peter Anvin2007-10-191-33/+32
* Suppress datarootdir warnings from configureCharles Crayne2007-10-183-0/+3
* Suppress signedness warnings in disassemblerCharles Crayne2007-10-182-5/+5
* Cleaner solution for MinGW handling of __STRICT_ANSI__H. Peter Anvin2007-10-182-3/+5
* configure: Undefine __STRICT_ANSI__ for mingw's benefitH. Peter Anvin2007-10-181-0/+3
* Fix invocation of readnum()H. Peter Anvin2007-10-182-12/+12
* Suppress a few signedness warningsCharles Crayne2007-10-183-5/+5
* Avoid unnecessary warning on redefinition of section (bug 801180)root2007-10-182-5/+11
* Generate stabs entries for any executable sectionCharles Crayne2007-10-172-14/+14
* NASM 0.99.05nasm-0.99.05H. Peter Anvin2007-10-161-1/+1
* Tests of obscenely large exponentsH. Peter Anvin2007-10-161-14/+24
* Comma-separate contents of __FLOAT__H. Peter Anvin2007-10-161-1/+1
* Implement floating-point option control directiveH. Peter Anvin2007-10-165-4/+98
* Floating-point warning fixes; fix round-to-overflowH. Peter Anvin2007-10-163-13/+40
* Handle rounding of denorms correctly; make fp overflow a warningH. Peter Anvin2007-10-164-26/+59
* Additional entries for .gitignoreH. Peter Anvin2007-10-161-2/+10
* Refactor floating-point formatting code; fix 80-bit denormsH. Peter Anvin2007-10-161-181/+152
* Add 1.5 as a test case: representative of an exact fractionH. Peter Anvin2007-10-161-0/+15
* Recognize 'd', 't' and 'y' as radix suffixesH. Peter Anvin2007-10-151-1/+3
* Fix FISTTP opcodes (BR 689695)H. Peter Anvin2007-10-151-3/+3
* New floating-point conversion routinesH. Peter Anvin2007-10-152-303/+536
* Add testnos3 from the gdtoa package (floating-point test)H. Peter Anvin2007-10-151-0/+972
* .gitignore file doesn't need to be in the release fileH. Peter Anvin2007-10-131-1/+1
* Add .gitignore file so "git status" produces something saneH. Peter Anvin2007-10-131-0/+49
* autoconf: drop AC_USE_SYSTEM_EXTENSIONS to support autoconf 2.59H. Peter Anvin2007-10-131-3/+5