summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-08Revert "floatb.asm: fix broken testcase"H. Peter Anvin1-1/+1
2007-10-08floatb.asm: fix broken testcaseH. Peter Anvin1-1/+1
2007-10-08saa_rstruct: fix overrun checkH. Peter Anvin1-1/+1
2007-10-08Add Frank's floattest.asm test fileH. Peter Anvin1-0/+26
2007-10-07saa_fpwrite: initializing "len" should be part of the loopH. Peter Anvin1-2/+1
2007-10-07Fix infinite loop in function saa_fpwriteCharles Crayne1-0/+1
2007-10-05zerobyte.asm: use a real instruction to avoid confusing ndisasmH. Peter Anvin1-1/+1
2007-10-05zerobyte.asm: add test cases for non-initial \170 usesH. Peter Anvin1-0/+17
2007-10-05Check in the proper zerobyte testH. Peter Anvin2-0/+7
2007-10-05Emit REX prefix before literal zero (\170)H. Peter Anvin2-0/+1
2007-10-05LICENSE: Break long lineH. Peter Anvin1-1/+2
2007-10-05Add test for problematic floatsH. Peter Anvin1-0/+22
2007-10-04floatx.asm: add Inf and NaN to the boundary condition testsH. Peter Anvin1-2/+14
2007-10-04floatx.asm: add specific tests for exponent boundary conditionsH. Peter Anvin1-0/+26
2007-10-04float.c: correct the exponentH. Peter Anvin1-1/+1
2007-10-04Additional rules in test/MakefileH. Peter Anvin1-1/+5
2007-10-04Rewrite the handling of SAA's to allow random accessH. Peter Anvin3-146/+188
2007-10-03Change cloc_t to struct location, and reorder the membersH. Peter Anvin6-10/+10
2007-10-03BR 1352920: change loc_t -> cloc_tH. Peter Anvin6-8/+8
2007-10-03BR 1352920: Handle upper case %lineH. Peter Anvin1-1/+1
2007-10-03Use autoconf to request feature macrosH. Peter Anvin2-10/+4
2007-10-02preproc.c: constipationH. Peter Anvin1-5/+6
2007-10-02make alldepsH. Peter Anvin4-16/+16
2007-10-02Portability fixesH. Peter Anvin52-24/+133
2007-10-02Run "make alldeps".H. Peter Anvin4-12/+13
2007-10-02Use the crc64 we already use as the perfect hash function prehashH. Peter Anvin9-190/+465