platform/upstream/nasm.git
2002-06-09 Ed BerosetAddressed feature request 555987 (Visual Studio integra...
2002-06-08 H. Peter Anvin0.98.34 is out, next is 0.98.35
2002-06-08 H. Peter AnvinBring CHANGES up to date.
2002-06-08 Debbie WilesAdded *1 case support for NOSPLIT ([NOSPLIT EAX] to...
2002-06-07 H. Peter AnvinThis is Jim's outcoff patch.
2002-06-07 Debbie WilesRemoved unnecessary address size flags from register...
2002-06-07 H. Peter AnvinFix for BR 561137 (gcc3 compilation issue.)
2002-06-06 H. Peter AnvinUpdate Makefile.bc3 so that it actually works again.
2002-06-06 H. Peter AnvinThis is the "megapatch":
2002-06-04 H. Peter AnvinComments are more useful when correct
2002-06-04 H. Peter AnvinBreak long lines by default.
2002-06-04 Debbie WilesAdded code to prevent FAR from being used with a register
2002-06-04 H. Peter AnvinCorrect the command line parsing of --
2002-06-04 H. Peter AnvinDon't hard-code '.' as the current directory
2002-06-04 H. Peter AnvinAllow multiple Makefiles to be specified
2002-06-04 H. Peter AnvinSupport generating dependencies in different syntaxes.
2002-06-02 H. Peter AnvinDocument "CPU IA64"
2002-06-02 H. Peter AnvinMake the disassembler correctly handle the new \34...
2002-06-01 Debbie WilesAltered the documentation for the %! directive
2002-05-31 H. Peter AnvinRemove obsolete script
2002-05-30 H. Peter AnvinCorrectly recognize $$ as TOKEN_BASE
2002-05-29 Debbie WilesDocumented the %! (get environment) preprocessor directive.
2002-05-28 H. Peter AnvinAdd the JMPE instruction.
2002-05-27 H. Peter AnvinDeal with another case of address/operand size confusio...
2002-05-27 H. Peter AnvinDrop the version number from the README file
2002-05-27 H. Peter AnvinCorrect handling of SEG <nonsegment>; per BR 560575
2002-05-27 H. Peter Anvin0.98.33 is out, so next will be 0.98.34
2002-05-27 H. Peter AnvinGenerate a spec file *correctly*
2002-05-27 H. Peter AnvinAutomatically make a specfile
2002-05-27 H. Peter AnvinNeed "make cleaner" not "make clean"
2002-05-27 H. Peter AnvinAvoid releasing intermediate files in the doc bundle
2002-05-26 H. Peter AnvinMore CHANGES updates...
2002-05-26 H. Peter AnvinAdd a way to link with specific system libraries (e...
2002-05-26 H. Peter AnvinUpdate the list of changes until now.
2002-05-26 H. Peter AnvinFix off-by-one error found when running theowl's test...
2002-05-26 H. Peter AnvinThis file needs <stdlib.h>
2002-05-26 H. Peter AnvinThis file needs <string.h>
2002-05-26 H. Peter AnvinFix really stupid thinko on my part...
2002-05-26 H. Peter AnvinClean up Makefile.unx and document it better
2002-05-26 H. Peter Anvinraa_read() is defined to return 0 for all uninitialized...
2002-05-26 H. Peter AnvinUndo accidental checkin of old code
2002-05-26 Debbie WilesReversed a change in 1.27 that affects ABSOLUTE.
2002-05-26 H. Peter AnvinHandle $ and $$ in ABSOLUTE sections
2002-05-26 John CoffmanAccount for ./output directory
2002-05-26 John CoffmanMove optimizer output from '-g' switch to '-Ov' switch
2002-05-26 H. Peter AnvinMake "ABSOLUTE <label>" work again; code based on 0.97.
2002-05-25 H. Peter AnvinAllow passing options to genps.pl from the user command...
2002-05-25 Debbie WilesDocumented %xdefine and %xidefine, and fixed an index...
2002-05-25 Debbie WilesDocumented the ___NASM_PATCHLEVEL__ and __NASM_VERSION_...
2002-05-25 H. Peter AnvinUpdate from John Coffman
2002-05-25 H. Peter AnvinMake it an error to supply a non-constant expression...
2002-05-25 H. Peter AnvinBetter explanation why insnsa.c is a separate module
2002-05-24 H. Peter AnvinMissed one undecorated ORG
2002-05-24 Debbie WilesFixed a few typos, tidied up index entries for BIN...
2002-05-24 Debbie WilesReversed a few changes erroneously removed in the last...
2002-05-24 Debbie WilesAdded multisection to documentation for the .bin format...
2002-05-24 Debbie WilesAdded extra tests, to fully test multisection support...
2002-05-23 H. Peter AnvinFix typo: "BIT 16" -> "BITS 16"
2002-05-22 H. Peter AnvinChange space to NBSP to avoid breakage on 'doze platforms
2002-05-22 H. Peter AnvinAdd %elif preprocessor test
2002-05-22 H. Peter AnvinUndo broken %elif change, and put in a big comment...
2002-05-22 H. Peter AnvinAdd 16-bit imul test for strictness
2002-05-22 H. Peter AnvinFix the handling of the STRICT keyword
2002-05-22 Debbie WilesAnother change to the STRICT documentation
2002-05-22 H. Peter AnvinNo C++ comments, please!
2002-05-22 Debbie WilesUpdated documentation for the STRICT keyword.
2002-05-22 Debbie WilesFixed the ABSOLUTE LABEL problem
2002-05-22 H. Peter AnvinDocument the STRICT keyword
2002-05-21 H. Peter AnvinFix em dashes which were broken by charset cleanup...
2002-05-21 H. Peter AnvinUse File::Spec to try to be more system-independent...
2002-05-21 H. Peter AnvinJMP instructions use the operand size prefix, not the...
2002-05-21 H. Peter AnvinImplement new "strict" keyword to inhibit optimization.
2002-05-21 H. Peter AnvinSpec file now depends on version.pl too
2002-05-21 H. Peter AnvinCorrect the generation of the spec file with a serial...
2002-05-21 H. Peter AnvinAccept X.YYplZ as a valid version number (equivalent...
2002-05-20 Debbie WilesAdded a reference to the section on mixed size addressi...
2002-05-20 H. Peter AnvinClean up the character set handling somewhat.
2002-05-20 H. Peter AnvinRemove some duplicated spaces.
2002-05-20 Debbie WilesAdded make rules for files generated from perl scripts
2002-05-20 H. Peter AnvinAdd __NASM_PATCHLEVEL__ and __NASM_VERSION_ID__ macros
2002-05-19 H. Peter AnvinAutomatically update the LATEST tag if doing a "real...
2002-05-19 H. Peter Anvin0.98.32 is out; now working on 0.98.33
2002-05-19 H. Peter AnvinFix stray character that had snuck in. Damned.
2002-05-19 H. Peter AnvinDocument new Cygwin compatibility
2002-05-19 H. Peter AnvinCheck in the rest of the Cygwin support patch...
2002-05-19 H. Peter AnvinRemove autom4te.cache when cleaning up config.*
2002-05-19 H. Peter AnvinCleaner way to handle the PERLREQ removal
2002-05-19 H. Peter AnvinFix so that the configure.in works with autoconf 2...
2002-05-19 H. Peter AnvinFix a couple of perl4-isms that are now illegal
2002-05-18 H. Peter AnvinUse a driver Perl script to run genps.pl, since Windows...
2002-05-18 H. Peter AnvinAdd version number to the cover page, generated from...
2002-05-18 Frank Kotleruncomment "use strict" in macros.pl
2002-05-18 Frank Kotlerapplied theowl's patch to raa_write - errors to raa_read
2002-05-17 H. Peter AnvinUndo a change that wasn't meant for public consumption...
2002-05-17 H. Peter AnvinUpdate CHANGES with the current changes for 0.98.32
2002-05-17 H. Peter AnvinClean up the output/ and (to some degree) test/ directo...
2002-05-17 Debbie WilesChanged address to report bugs in ndisasm appendix.
2002-05-17 H. Peter AnvinAdd one more instance of .rodata
2002-05-17 Ed BerosetRecorded recent work on preproc.c
2002-05-17 H. Peter AnvinMake .rodata a recognized ELF section with default...
next