⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 汇编编译器的最新版本的源码.买了自己动手写操作系统这本书的人一定要下
💻
📖 第 1 页 / 共 5 页
字号:
Sat Nov 24 16:31:48 2007 -0800 H. Peter Anvin 
  * Typo fixes in documentation
Tue Nov 20 23:37:46 2007 -0800 H. Peter Anvin 
  * NASM 2.00rc3
Tue Nov 20 21:45:16 2007 -0800 H. Peter Anvin 
  * Unbreak CMPSW/CMPSD/CMPSQ
Tue Nov 20 13:23:34 2007 -0800 H. Peter Anvin 
  * Merge branch 'master' of git+ssh://repo.or.cz/srv/git/nasm
Tue Nov 20 13:22:58 2007 -0800 H. Peter Anvin 
  * ndisasm: handle the case of "no more sync points"
Mon Nov 19 23:09:31 2007 -0800 H. Peter Anvin 
  * NASM 2.00rc2
Mon Nov 19 23:09:24 2007 -0800 H. Peter Anvin 
  * tag-release: a simple script to tag the repository for release
Mon Nov 19 13:14:59 2007 -0800 H. Peter Anvin 
  * Slightly faster implementation of the deadman counter
Mon Nov 19 12:26:50 2007 -0800 H. Peter Anvin 
  * BR 812417: Deadman counter for macro expansion
Mon Nov 19 12:02:38 2007 -0800 H. Peter Anvin 
  * BR 877583: Fix RAA memory leak
Mon Nov 19 11:53:18 2007 -0800 H. Peter Anvin 
  * BR 863173: Fix offsets of TIMES/INCBIN in list file
Mon Nov 19 11:45:40 2007 -0800 H. Peter Anvin 
  * BR 1834731: Remove redundant error messages for no input file
Mon Nov 19 11:44:05 2007 -0800 H. Peter Anvin 
  * insns.pl: remove debugging output
Sun Nov 18 22:18:09 2007 -0800 H. Peter Anvin 
  * Clean up remaining build warnings
Sun Nov 18 21:55:26 2007 -0800 H. Peter Anvin 
  * BR 1834292: Fix multiple disassembler bugs
Sun Nov 18 12:01:05 2007 -0800 H. Peter Anvin 
  * BR 1834056: Remove warnings in rdoff/rdoff.c
Sun Nov 18 11:55:10 2007 -0800 H. Peter Anvin 
  * BR 1091926: Bounds checking for command line parsing
Sat Nov 17 21:21:18 2007 -0800 H. Peter Anvin 
  * Remove FIXME from documentation
Sat Nov 17 21:08:33 2007 -0800 Charles Crayne 
  * Check in Keith's Fixes
Sat Nov 17 14:35:19 2007 -0800 H. Peter Anvin 
  * Make the definition for float_const() match the prototype
Fri Nov 16 00:03:02 2007 -0800 H. Peter Anvin 
  * NASM 2.00rc1
Thu Nov 15 17:12:29 2007 -0800 H. Peter Anvin 
  * Clean up the command-line parsing; make -w/-W match others
Thu Nov 15 14:38:19 2007 -0800 H. Peter Anvin 
  * BR 993895: Support zero-operand floating-point insn
Thu Nov 15 10:25:52 2007 -0800 H. Peter Anvin 
  * Remove some vestiges of "native" RESW/RESD support
Thu Nov 15 10:24:55 2007 -0800 H. Peter Anvin 
  * outbin.c: fix one missed change from type -> size
Tue Nov 13 19:52:54 2007 -0800 root 
  * Support setting OSABI value in ELF header.
Tue Nov 13 11:34:34 2007 -0800 H. Peter Anvin 
  * Enable a few warnings by default; clean up warning descriptions
Tue Nov 13 11:31:15 2007 -0800 H. Peter Anvin 
  * Add gcc-style -W/-Wno- warning selections; -Wall; -Werror
Tue Nov 13 10:37:23 2007 -0800 H. Peter Anvin 
  * Clean up the fwrite*() function definitions somewhat
Tue Nov 13 09:49:51 2007 -0800 H. Peter Anvin 
  * Cast 64-bit switch expressions to (int) to keep OpenWatcom happy
Tue Nov 13 09:46:38 2007 -0800 H. Peter Anvin 
  * x86-host-specific performance improvement
Tue Nov 13 09:37:59 2007 -0800 H. Peter Anvin 
  * Address data is int64_t; simplify writing an address object
Mon Nov 12 23:00:31 2007 -0800 H. Peter Anvin 
  * ndisasm: factor out the common operand-extraction code
Mon Nov 12 22:56:07 2007 -0800 H. Peter Anvin 
  * Un-special-case "xchg rax,rax"; disassemble o64
Mon Nov 12 22:11:46 2007 -0800 H. Peter Anvin 
  * BR 1709392: Fix alignment handling in Mach-O format
Mon Nov 12 22:05:31 2007 -0800 H. Peter Anvin 
  * BR 1828866: fix handling of LAR/LSL
Mon Nov 12 21:57:00 2007 -0800 H. Peter Anvin 
  * Better (but not *good!*) handling of 64-bit addressing in ndisasm
Mon Nov 12 21:02:33 2007 -0800 H. Peter Anvin 
  * Fix disassembly of XCHG
Mon Nov 12 20:18:33 2007 -0800 H. Peter Anvin 
  * Test of XCHG
Mon Nov 12 20:18:05 2007 -0800 H. Peter Anvin 
  * Fix handling of XCHG in 64-bit mode
Mon Nov 12 19:36:13 2007 -0800 H. Peter Anvin 
  * More \321 -> \324 bug fixes
Mon Nov 12 18:26:31 2007 -0800 H. Peter Anvin 
  * float.c: all warnings and errors are pass 1 only
Sat Nov 10 21:55:19 2007 -0800 Charles Crayne 
  * Update documentation for stack relative directives.
Sat Nov 10 17:52:23 2007 -0800 Charles Crayne 
  * Clean up a few more 32-bit bottlenecks
Fri Nov 9 16:37:41 2007 -0800 Charles Crayne 
  * Update documantation for stack relative directives
Fri Nov 9 16:33:54 2007 -0800 Charles Crayne 
  * Merge branch 'master' of /home/chuck/development/gitnasm/
Fri Nov 9 16:25:43 2007 -0800 Charles Crayne 
  * Update documentation for stack relative directives
Fri Nov 9 14:44:02 2007 -0800 H. Peter Anvin 
  * Don't combine type and size into a single argument
Thu Nov 8 22:11:14 2007 -0800 Charles Crayne 
  * Add flat64 to %stacksize choices
Thu Nov 8 20:43:22 2007 -0800 H. Peter Anvin 
  * Fix building under OpenWatcom
Thu Nov 8 20:29:37 2007 -0800 H. Peter Anvin 
  * ps2pdf: remove -dOptimize=true
Thu Nov 8 20:21:41 2007 -0800 H. Peter Anvin 
  * No binary files left in the source distro; unbreak release script
Thu Nov 8 20:01:11 2007 -0800 H. Peter Anvin 
  * BR 1828103: Fix %arg and %local
Thu Nov 8 19:34:01 2007 -0800 H. Peter Anvin 
  * nasmlib.c: prefix_name(): use the elements() macro
Thu Nov 8 19:30:22 2007 -0800 H. Peter Anvin 
  * Move elements() to nasmlib.h
Thu Nov 8 19:15:33 2007 -0800 H. Peter Anvin 
  * constipate the "str" argument to bsi() and bsii()
Wed Nov 7 19:03:46 2007 -0800 Charles Crayne 
  * Upgrade RAA functions to hold 64-bit data.
Tue Nov 6 21:48:12 2007 -0800 Charles Crayne 
  * Pass 64-bit instruction lengths to back-ends.
Tue Nov 6 18:27:23 2007 -0800 Charles Crayne 
  * Prepare for 64-bit instruction lengths
Mon Nov 5 21:49:49 2007 -0800 Charles Crayne 
  * Disambiguate error messages
Mon Nov 5 17:19:32 2007 -0800 Charles Crayne 
  * Upgrade label functions to 64-bit
Sun Nov 4 21:10:42 2007 -0800 H. Peter Anvin 
  * Permit opcode names as labels as long as they are followed by a colon
Sun Nov 4 15:28:30 2007 -0800 Charles Crayne 
  * Make warning limit valid for both i386 and x86_64
Sat Nov 3 22:06:13 2007 -0700 Charles Crayne 
  * Warn on out of bounds EA displacements
Thu Nov 1 15:08:27 2007 -0700 H. Peter Anvin 
  * Treat info files as binary when creating xdoc distro file
Thu Nov 1 15:07:42 2007 -0700 H. Peter Anvin 
  * Remove obsolete binary files from the distribution
Thu Nov 1 14:53:32 2007 -0700 H. Peter Anvin 
  * Move declarations before statements
Wed Oct 31 23:37:35 2007 -0700 H. Peter Anvin 
  * NASM 0.99.06
Wed Oct 31 23:37:19 2007 -0700 H. Peter Anvin 
  * Script to tag the tree for release
Wed Oct 31 10:59:26 2007 -0700 H. Peter Anvin 
  * Even more "riprel" tests
Tue Oct 30 01:17:57 2007 -0700 H. Peter Anvin 
  * floatx.asm: add tests for "rounds up to smallest denorm"
Tue Oct 30 01:13:27 2007 -0700 H. Peter Anvin 
  * Run "make alldeps"
Tue Oct 30 01:13:09 2007 -0700 H. Peter Anvin 
  * float.c: handle round-up-to-denorm correctly.
Tue Oct 30 00:59:27 2007 -0700 H. Peter Anvin 
  * Exhaustive test for 8-bit floating point values
Mon Oct 29 23:12:47 2007 -0700 H. Peter Anvin 
  * Clean up the handing of operands in assemble.c
Mon Oct 29 22:56:08 2007 -0700 H. Peter Anvin 
  * Don't warn for segmented references
Mon Oct 29 20:20:12 2007 -0700 H. Peter Anvin 
  * Use a 32-bit floating-point limb size; support 8-bit float
Mon Oct 29 18:24:59 2007 -0700 Charles Crayne 
  * Reduce severity of redundant prefixes from error to warning.
Sun Oct 28 23:23:24 2007 -0700 H. Peter Anvin 
  * Test of some addressing modes in 64-bit mode.
Sun Oct 28 23:21:46 2007 -0700 H. Peter Anvin 
  * Fix bogus flagging of effective addresses as invalid
Sun Oct 28 23:10:34 2007 -0700 H. Peter Anvin 
  * Actually shut up the warning in rdfload.c
Sun Oct 28 22:04:42 2007 -0700 H. Peter Anvin 
  * Clean up stealth whitespace
Sun Oct 28 22:04:00 2007 -0700 H. Peter Anvin 
  * Fix warning about cast to pointer in rdfload.c
Sun Oct 28 22:04:00 2007 -0700 H. Peter Anvin 
  * 64-bit addressing and prefix handling changes
Sun Oct 28 15:29:54 2007 -0700 Charles Crayne 
  * Adjust stabs symbol index to match symbol table.
Fri Oct 26 21:38:02 2007 -0700 H. Peter Anvin 
  * readnum(): handle prefix-suffix collision like "0h"
Fri Oct 26 18:49:29 2007 -0700 H. Peter Anvin 
  * Better handling of platforms which hide "extended" functionality
Wed Oct 24 15:51:40 2007 -0700 Charles Crayne 
  * Merge branch 'master' of /home/chuck/development/gitnasm/
Wed Oct 24 15:30:17 2007 -0700 Charles Crayne 
  * Update sections about debug info formats
Wed Oct 24 15:29:51 2007 -0700 H. Peter Anvin 
  * Fix the handling of floating-point tokens in the preprocessor
Tue Oct 23 19:28:39 2007 -0700 Charles Crayne 
  * Fix bugs item #1817677
Tue Oct 23 00:08:58 2007 -0700 H. Peter Anvin 
  * Slightly simplify the radix-detection code
Mon Oct 22 19:48:06 2007 -0700 H. Peter Anvin 
  * Unbreak particularly tricky hex constants
Mon Oct 22 19:37:36 2007 -0700 H. Peter Anvin 
  * Decimal floating point can also start with 0. 0e 0E
Mon Oct 22 17:34:10 2007 -0700 H. Peter Anvin 
  * Support binary and octal floating-point
Mon Oct 22 16:53:48 2007 -0700 H. Peter Anvin 
  * More consistent handling of radix letters
Sun Oct 21 15:33:01 2007 -0700 H. Peter Anvin 
  * float.c: correct exponent capping
Sun Oct 21 14:21:43 2007 -0700 Charles Crayne 
  * Clean up elf symbol table section
Fri Oct 19 18:33:57 2007 -0700 H. Peter Anvin 
  * Allow $-prefixed hexadecimal FP as an alternative to 0x
Fri Oct 19 14:43:22 2007 -0700 H. Peter Anvin 
  * Scripts to remove stealth whitespace
Fri Oct 19 14:42:29 2007 -0700 H. Peter Anvin 
  * Formatting: kill off "stealth whitespace"
Fri Oct 19 14:26:52 2007 -0700 H. Peter Anvin 
  * test/floatx.asm: fix test case
Fri Oct 19 14:19:52 2007 -0700 H. Peter Anvin 
  * uscore.asm: Fix test case
Fri Oct 19 14:17:51 2007 -0700 H. Peter Anvin 
  * float.c: mark read_exponent() static
Fri Oct 19 14:10:35 2007 -0700 H. Peter Anvin 
  * Don't confuse suffixed hexadecimal with floating-point
Fri Oct 19 13:17:24 2007 -0700 H. Peter Anvin 
  * Anchor filename locations in .gitignore
Fri Oct 19 13:16:51 2007 -0700 H. Peter Anvin 
  * test/Makefile: Use -Ox instead of -O999
Fri Oct 19 13:14:06 2007 -0700 H. Peter Anvin 
  * Test of underscored constants
Fri Oct 19 13:10:46 2007 -0700 H. Peter Anvin 
  * Allow underscores in numbers; better detection of FP
Fri Oct 19 10:52:31 2007 -0700 H. Peter Anvin 
  * Modernize nasm.spec.in and make it closer to the Fedora version
Thu Oct 18 23:33:06 2007 -0700 Charles Crayne 
  * Suppress datarootdir warnings from configure
Thu Oct 18 21:17:20 2007 -0700 Charles Crayne 
  * Suppress signedness warnings in disassembler
Thu Oct 18 19:14:08 2007 -0700 H. Peter Anvin 
  * Cleaner solution for MinGW handling of __STRICT_ANSI__
Thu Oct 18 19:14:08 2007 -0700 H. Peter Anvin 
  * configure: Undefine __STRICT_ANSI__ for mingw's benefit
Thu Oct 18 19:14:07 2007 -0700 H. Peter Anvin 
  * Fix invocation of readnum()
Thu Oct 18 19:02:42 2007 -0700 Charles Crayne 
  * Suppress a few signedness warnings
Thu Oct 18 17:04:10 2007 -0700 root 
  * Avoid unnecessary warning on redefinition of section (bug 801180)
Wed Oct 17 17:55:45 2007 -0700 Charles Crayne 
  * Generate stabs entries for any executable section
Tue Oct 16 22:59:09 2007 -0700 H. Peter Anvin 
  * NASM 0.99.05
Tue Oct 16 15:46:04 2007 -0700 H. Peter Anvin 
  * Tests of obscenely large exponents
Tue Oct 16 14:42:32 2007 -0700 H. Peter Anvin 
  * Comma-separate contents of __FLOAT__
Tue Oct 16 14:40:27 2007 -0700 H. Peter Anvin 
  * Implement floating-point option control directive
Tue Oct 16 11:48:07 2007 -0700 H. Peter Anvin 
  * Floating-point warning fixes; fix round-to-overflow
Tue Oct 16 11:32:58 2007 -0700 H. Peter Anvin 
  * Handle rounding of denorms correctly; make fp overflow a warning
Tue Oct 16 10:35:02 2007 -0700 H. Peter Anvin 
  * Additional entries for .gitignore
Tue Oct 16 10:32:57 2007 -0700 H. Peter Anvin 
  * Refactor floating-point formatting code; fix 80-bit denorms
Tue Oct 16 10:31:16 2007 -0700 H. Peter Anvin 
  * Add 1.5 as a test case: representative of an exact fraction
Mon Oct 15 20:06:06 2007 -0700 H. Peter Anvin 
  * Recognize 'd', 't' and 'y' as radix suffixes
Mon Oct 15 19:53:10 2007 -0700 H. Peter Anvin 
  * Fix FISTTP opcodes (BR 689695)
Mon Oct 15 19:46:32 2007 -0700 H. Peter Anvin 
  * New floating-point conversion routines
Mon Oct 15 17:48:43 2007 -0700 H. Peter Anvin 
  * Add testnos3 from the gdtoa package (floating-point test)
Sat Oct 13 23:19:21 2007 -0700 H. Peter Anvin 
  * .gitignore file doesn't need to be in the release file
Sat Oct 13 23:17:41 2007 -0700 H. Peter Anvin 
  * Add .gitignore file so "git status" produces something sane
Sat Oct 13 23:12:46 2007 -0700 H. Peter Anvin 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -