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