summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-19Formatting: kill off "stealth whitespace"H. Peter Anvin44-245/+235
2007-10-19test/floatx.asm: fix test caseH. Peter Anvin1-1/+1
2007-10-19uscore.asm: Fix test caseH. Peter Anvin1-1/+1
2007-10-19float.c: mark read_exponent() staticH. Peter Anvin1-1/+1
2007-10-19Don't confuse suffixed hexadecimal with floating-pointH. Peter Anvin2-3/+24
2007-10-19Anchor filename locations in .gitignoreH. Peter Anvin1-46/+46
2007-10-19test/Makefile: Use -Ox instead of -O999H. Peter Anvin1-1/+1
2007-10-19Test of underscored constantsH. Peter Anvin1-0/+10
2007-10-19Allow underscores in numbers; better detection of FPH. Peter Anvin3-78/+110
2007-10-19Modernize nasm.spec.in and make it closer to the Fedora versionH. Peter Anvin1-33/+32
2007-10-18Suppress datarootdir warnings from configureCharles Crayne3-0/+3
2007-10-18Suppress signedness warnings in disassemblerCharles Crayne2-5/+5
2007-10-18Cleaner solution for MinGW handling of __STRICT_ANSI__H. Peter Anvin2-3/+5
2007-10-18configure: Undefine __STRICT_ANSI__ for mingw's benefitH. Peter Anvin1-0/+3
2007-10-18Fix invocation of readnum()H. Peter Anvin2-12/+12
2007-10-18Suppress a few signedness warningsCharles Crayne3-5/+5
2007-10-18Avoid unnecessary warning on redefinition of section (bug 801180)root2-5/+11
2007-10-17Generate stabs entries for any executable sectionCharles Crayne2-14/+14
2007-10-16NASM 0.99.05H. Peter Anvin1-1/+1
2007-10-16Tests of obscenely large exponentsH. Peter Anvin1-14/+24
2007-10-16Comma-separate contents of __FLOAT__H. Peter Anvin1-1/+1
2007-10-16Implement floating-point option control directiveH. Peter Anvin5-4/+98
2007-10-16Floating-point warning fixes; fix round-to-overflowH. Peter Anvin3-13/+40
2007-10-16Handle rounding of denorms correctly; make fp overflow a warningH. Peter Anvin4-26/+59
2007-10-16Additional entries for .gitignoreH. Peter Anvin1-2/+10
2007-10-16Refactor floating-point formatting code; fix 80-bit denormsH. Peter Anvin1-181/+152
2007-10-16Add 1.5 as a test case: representative of an exact fractionH. Peter Anvin1-0/+15
2007-10-15Recognize 'd', 't' and 'y' as radix suffixesH. Peter Anvin1-1/+3
2007-10-15Fix FISTTP opcodes (BR 689695)H. Peter Anvin1-3/+3
2007-10-15New floating-point conversion routinesH. Peter Anvin2-303/+536
2007-10-15Add testnos3 from the gdtoa package (floating-point test)H. Peter Anvin1-0/+972
2007-10-13.gitignore file doesn't need to be in the release fileH. Peter Anvin1-1/+1
2007-10-13Add .gitignore file so "git status" produces something saneH. Peter Anvin1-0/+49
2007-10-13autoconf: drop AC_USE_SYSTEM_EXTENSIONS to support autoconf 2.59H. Peter Anvin1-3/+5
2007-10-13Fix 32-bit types in preproc.c and eval.cKeith Kanios2-19/+19
2007-10-11Must define types before using themCharles Crayne3-0/+3
2007-10-11preproc.c: move smacro define/undef to separate functionsH. Peter Anvin1-149/+82
2007-10-11preproc.c: PP_DEFINE and PP_XDEFINE are case-sensitiveH. Peter Anvin1-1/+1
2007-10-11preproc.c: normalize the handling of case sensitivityH. Peter Anvin1-17/+23
2007-10-11Define macros necessary for <inttypes.h> on C++H. Peter Anvin1-0/+7
2007-10-11More "bool" fixesH. Peter Anvin2-2/+3
2007-10-11preproc.c: allow 64-bit repeat countsH. Peter Anvin1-10/+11
2007-10-11preproc.c: For an SMacro, in_progress really is a boolean (no %rep)H. Peter Anvin1-1/+1
2007-10-11Additional uses of bool and enumH. Peter Anvin14-70/+77
2007-10-11preproc.c: MMacro.in_progress is not a booleanH. Peter Anvin1-1/+1
2007-10-10saa_fread/fwrite: when seeking, must set [rw]ptr as wellH. Peter Anvin1-0/+2
2007-10-10Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin25-410/+403
2007-10-10owlinux.mak: don't clean things we won't be able toH. Peter Anvin1-4/+5
2007-10-10configure.in: looks like we need autoconf 2.61 :(H. Peter Anvin1-2/+2
2007-10-10Create option -Ox to tell NASM to do unlimited passesH. Peter Anvin2-29/+46