summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant define that generates too long command linesnasm-0.98.35H. Peter Anvin2002-09-131-1/+1
* Fix ordering rule in "make spotless"H. Peter Anvin2002-09-131-1/+1
* Clean doc directory when making "make dist"H. Peter Anvin2002-09-131-0/+1
* Fix missing test for e->type being set.H. Peter Anvin2002-09-131-1/+2
* Update CHANGES for 0.98.35H. Peter Anvin2002-09-131-0/+10
* RAA fix from theowlH. Peter Anvin2002-09-121-2/+2
* Clean up unnecessary dependencies.H. Peter Anvin2002-09-1224-564/+559
* Fix Borland C++ optimization bug; add test for bad DOS binaries.H. Peter Anvin2002-09-122-2/+15
* Use tmpfile() instead of tmpnam()H. Peter Anvin2002-09-121-5/+3
* "const"-ipation fixes from Trevor WoernerH. Peter Anvin2002-09-1216-54/+57
* fixed multiple %ROTATE bugs (numbers 560567 and 560930) and changedEd Beroset2002-06-111-77/+102
* corrected comment above the report_error_vc functionEd Beroset2002-06-111-6/+6
* Visual C++ error format needs <space>:<space> after the parentheses.H. Peter Anvin2002-06-102-6/+4
* Added documentation for -X command line switch which allows the user toEd Beroset2002-06-091-0/+29
* Addressed feature request 555987 (Visual Studio integration) by adding theEd Beroset2002-06-091-19/+111
* 0.98.34 is out, next is 0.98.35H. Peter Anvin2002-06-081-1/+1
* Bring CHANGES up to date.nasm-0.98.34H. Peter Anvin2002-06-081-0/+15
* Added *1 case support for NOSPLIT ([NOSPLIT EAX] to generate SIB with dword o...Debbie Wiles2002-06-081-0/+3
* This is Jim's outcoff patch.H. Peter Anvin2002-06-071-0/+100
* Removed unnecessary address size flags from register only versions of instruc...Debbie Wiles2002-06-071-118/+118
* Fix for BR 561137 (gcc3 compilation issue.)H. Peter Anvin2002-06-071-5/+9
* Update Makefile.bc3 so that it actually works again.H. Peter Anvin2002-06-061-29/+30
* This is the "megapatch":H. Peter Anvin2002-06-0627-837/+1397
* Comments are more useful when correctH. Peter Anvin2002-06-041-1/+1
* Break long lines by default.H. Peter Anvin2002-06-041-3/+16
* Added code to prevent FAR from being used with a registerDebbie Wiles2002-06-041-0/+5
* Correct the command line parsing of --H. Peter Anvin2002-06-041-2/+2
* Don't hard-code '.' as the current directoryH. Peter Anvin2002-06-041-1/+1
* Allow multiple Makefiles to be specifiedH. Peter Anvin2002-06-041-1/+10
* Support generating dependencies in different syntaxes.H. Peter Anvin2002-06-041-16/+90
* Document "CPU IA64"H. Peter Anvin2002-06-021-3/+6
* Make the disassembler correctly handle the new \34-\36 and \44-\46 codes.H. Peter Anvin2002-06-021-1/+11
* Altered the documentation for the %! directiveDebbie Wiles2002-06-011-7/+9
* Remove obsolete scriptH. Peter Anvin2002-05-311-5/+0
* Correctly recognize $$ as TOKEN_BASEH. Peter Anvin2002-05-301-1/+1
* Documented the %! (get environment) preprocessor directive.Debbie Wiles2002-05-291-1/+32
* Add the JMPE instruction.H. Peter Anvin2002-05-283-0/+12
* Deal with another case of address/operand size confusion, BR 560873H. Peter Anvin2002-05-273-11/+56
* Drop the version number from the README fileH. Peter Anvin2002-05-271-2/+2
* Correct handling of SEG <nonsegment>; per BR 560575H. Peter Anvin2002-05-272-0/+8
* 0.98.33 is out, so next will be 0.98.34H. Peter Anvin2002-05-271-1/+1
* Generate a spec file *correctly*H. Peter Anvin2002-05-271-7/+6
* Automatically make a specfileH. Peter Anvin2002-05-271-0/+6
* Need "make cleaner" not "make clean"nasm-0.98.33H. Peter Anvin2002-05-271-1/+1
* Avoid releasing intermediate files in the doc bundleH. Peter Anvin2002-05-271-3/+2
* More CHANGES updates...H. Peter Anvin2002-05-261-0/+4
* Add a way to link with specific system libraries (e.g. efence).H. Peter Anvin2002-05-261-2/+3
* Update the list of changes until now.H. Peter Anvin2002-05-261-2/+6
* Fix off-by-one error found when running theowl's test cases.H. Peter Anvin2002-05-261-1/+1
* This file needs <stdlib.h>H. Peter Anvin2002-05-261-0/+1