|
|
October 19, 2007
- Scripts to remove stealth whitespace, H. Peter Anvin
- Formatting: kill off "stealth whitespace", H. Peter Anvin
- test/floatx.asm: fix test case, H. Peter Anvin
- uscore.asm: Fix test case, H. Peter Anvin
- float.c: mark read_exponent() static, H. Peter Anvin
- Don't confuse suffixed hexadecimal with floating-point, H. Peter Anvin
- Anchor filename locations in .gitignore, H. Peter Anvin
- test/Makefile: Use -Ox instead of -O999, H. Peter Anvin
- Test of underscored constants, H. Peter Anvin
- Allow underscores in numbers; better detection of FP, H. Peter Anvin
- Modernize nasm.spec.in and make it closer to the Fedora version, H. Peter Anvin
- Suppress datarootdir warnings from configure, Charles Crayne
- Suppress signedness warnings in disassembler, Charles Crayne
- Cleaner solution for MinGW handling of __STRICT_ANSI__, H. Peter Anvin
- configure: Undefine __STRICT_ANSI__ for mingw's benefit, H. Peter Anvin
- Fix invocation of readnum(), H. Peter Anvin
- Suppress a few signedness warnings, Charles Crayne
- Avoid unnecessary warning on redefinition of section (bug 801180), root
October 16, 2007
- Tests of obscenely large exponents, H. Peter Anvin
- Comma-separate contents of __FLOAT__, H. Peter Anvin
- Implement floating-point option control directive, H. Peter Anvin
- Floating-point warning fixes; fix round-to-overflow, H. Peter Anvin
- Handle rounding of denorms correctly; make fp overflow a warning, H. Peter Anvin
- Additional entries for .gitignore, H. Peter Anvin
- Add 1.5 as a test case: representative of an exact fraction, H. Peter Anvin
- Refactor floating-point formatting code; fix 80-bit denorms, H. Peter Anvin
- Recognize 'd', 't' and 'y' as radix suffixes, H. Peter Anvin
- Fix FISTTP opcodes (BR 689695), H. Peter Anvin
- New floating-point conversion routines, H. Peter Anvin
- Add testnos3 from the gdtoa package (floating-point test), H. Peter Anvin
October 11, 2007
- preproc.c: move smacro define/undef to separate functions, H. Peter Anvin
- preproc.c: PP_DEFINE and PP_XDEFINE are case-sensitive, H. Peter Anvin
- preproc.c: normalize the handling of case sensitivity, H. Peter Anvin
- Define macros necessary for <inttypes.h> on C++, H. Peter Anvin
- More "bool" fixes, H. Peter Anvin
- preproc.c: allow 64-bit repeat counts, H. Peter Anvin
- preproc.c: For an SMacro, in_progress really is a boolean (no %rep), H. Peter Anvin
- Additional uses of bool and enum, H. Peter Anvin
- preproc.c: MMacro.in_progress is not a boolean, H. Peter Anvin
- saa_fread/fwrite: when seeking, must set [rw]ptr as well, H. Peter Anvin
|
|