summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-05-26This file needs <string.h>H. Peter Anvin1-0/+1
2002-05-26Fix really stupid thinko on my part...H. Peter Anvin1-2/+2
2002-05-26Clean up Makefile.unx and document it betterH. Peter Anvin2-18/+38
2002-05-26raa_read() is defined to return 0 for all uninitialized entries, doH. Peter Anvin1-8/+12
2002-05-26Undo accidental checkin of old codeH. Peter Anvin1-8/+8
2002-05-26Reversed a change in 1.27 that affects ABSOLUTE.Debbie Wiles1-3/+3
2002-05-26Handle $ and $$ in ABSOLUTE sectionsH. Peter Anvin1-3/+7
2002-05-26Account for ./output directoryJohn Coffman1-1/+4
2002-05-26Move optimizer output from '-g' switch to '-Ov' switchJohn Coffman1-18/+30
2002-05-26Make "ABSOLUTE <label>" work again; code based on 0.97.H. Peter Anvin2-11/+12
2002-05-25Allow passing options to genps.pl from the user command lineH. Peter Anvin1-1/+2
2002-05-25Documented %xdefine and %xidefine, and fixed an index item in %define.Debbie Wiles1-1/+47
2002-05-25Documented the ___NASM_PATCHLEVEL__ and __NASM_VERSION_ID__ macros.Debbie Wiles1-8/+30
2002-05-25Update from John CoffmanH. Peter Anvin1-24/+43
2002-05-25Make it an error to supply a non-constant expression to ABSOLUTEH. Peter Anvin1-2/+6
2002-05-25Better explanation why insnsa.c is a separate moduleH. Peter Anvin1-3/+2
2002-05-24Missed one undecorated ORGH. Peter Anvin1-1/+1
2002-05-24Fixed a few typos, tidied up index entries for BIN and its' subentries.Debbie Wiles1-13/+15
2002-05-24Reversed a few changes erroneously removed in the last updateDebbie Wiles1-8/+12
2002-05-24Added multisection to documentation for the .bin format, and removed obsolete...Debbie Wiles1-23/+45
2002-05-24Added extra tests, to fully test multisection support for .bin formatDebbie Wiles1-0/+44
2002-05-23Fix typo: "BIT 16" -> "BITS 16"H. Peter Anvin1-1/+1
2002-05-22Change space to NBSP to avoid breakage on 'doze platformsH. Peter Anvin1-1/+3
2002-05-22Add %elif preprocessor testH. Peter Anvin1-0/+36
2002-05-22Undo broken %elif change, and put in a big comment explaining why theH. Peter Anvin1-2/+10
2002-05-22Add 16-bit imul test for strictnessH. Peter Anvin1-0/+7
2002-05-22Fix the handling of the STRICT keywordH. Peter Anvin2-2/+17
2002-05-22Another change to the STRICT documentationDebbie Wiles1-5/+6
2002-05-22No C++ comments, please!H. Peter Anvin1-1/+1
2002-05-22Updated documentation for the STRICT keyword.Debbie Wiles1-8/+11
2002-05-22Fixed the ABSOLUTE LABEL problemDebbie Wiles1-3/+2
2002-05-22Document the STRICT keywordH. Peter Anvin1-1/+20
2002-05-21Fix em dashes which were broken by charset cleanup changeH. Peter Anvin1-2/+2
2002-05-21Use File::Spec to try to be more system-independent...H. Peter Anvin1-3/+9
2002-05-21JMP instructions use the operand size prefix, not the address sizeH. Peter Anvin3-11/+30
2002-05-21Implement new "strict" keyword to inhibit optimization.H. Peter Anvin5-6/+72
2002-05-21Spec file now depends on version.pl tooH. Peter Anvin1-1/+1
2002-05-21Correct the generation of the spec file with a serial number.H. Peter Anvin1-1/+3
2002-05-21Accept X.YYplZ as a valid version number (equivalent to X.YY.0.Z) andH. Peter Anvin3-19/+25
2002-05-20Added a reference to the section on mixed size addressing (9.2) to the sectio...Debbie Wiles1-0/+8
2002-05-20Clean up the character set handling somewhat.H. Peter Anvin2-69/+59
2002-05-20Remove some duplicated spaces.H. Peter Anvin1-2/+2
2002-05-20Added make rules for files generated from perl scriptsDebbie Wiles1-0/+29
2002-05-20Add __NASM_PATCHLEVEL__ and __NASM_VERSION_ID__ macrosH. Peter Anvin1-7/+24
2002-05-19Automatically update the LATEST tag if doing a "real" releaseH. Peter Anvin1-1/+5
2002-05-190.98.32 is out; now working on 0.98.33H. Peter Anvin1-1/+1
2002-05-19Fix stray character that had snuck in. Damned.H. Peter Anvin1-1/+1
2002-05-19Document new Cygwin compatibilityH. Peter Anvin1-0/+1
2002-05-19Check in the rest of the Cygwin support patch...H. Peter Anvin3-48/+60
2002-05-19Remove autom4te.cache when cleaning up config.*H. Peter Anvin1-47/+51