platform/upstream/nasm.git
22 years agoClean up the character set handling somewhat.
H. Peter Anvin [Mon, 20 May 2002 19:50:34 +0000 (19:50 +0000)]
Clean up the character set handling somewhat.

22 years agoRemove some duplicated spaces.
H. Peter Anvin [Mon, 20 May 2002 19:49:53 +0000 (19:49 +0000)]
Remove some duplicated spaces.

22 years agoAdded make rules for files generated from perl scripts
Debbie Wiles [Mon, 20 May 2002 02:26:35 +0000 (02:26 +0000)]
Added make rules for files generated from perl scripts

22 years agoAdd __NASM_PATCHLEVEL__ and __NASM_VERSION_ID__ macros
H. Peter Anvin [Mon, 20 May 2002 01:04:34 +0000 (01:04 +0000)]
Add __NASM_PATCHLEVEL__ and __NASM_VERSION_ID__ macros

22 years agoAutomatically update the LATEST tag if doing a "real" release
H. Peter Anvin [Sun, 19 May 2002 05:37:08 +0000 (05:37 +0000)]
Automatically update the LATEST tag if doing a "real" release

22 years ago0.98.32 is out; now working on 0.98.33
H. Peter Anvin [Sun, 19 May 2002 05:34:55 +0000 (05:34 +0000)]
0.98.32 is out; now working on 0.98.33

22 years agoFix stray character that had snuck in. Damned.
H. Peter Anvin [Sun, 19 May 2002 05:22:45 +0000 (05:22 +0000)]
Fix stray character that had snuck in.  Damned.

22 years agoDocument new Cygwin compatibility
H. Peter Anvin [Sun, 19 May 2002 05:06:04 +0000 (05:06 +0000)]
Document new Cygwin compatibility

22 years agoCheck in the rest of the Cygwin support patch...
H. Peter Anvin [Sun, 19 May 2002 02:26:38 +0000 (02:26 +0000)]
Check in the rest of the Cygwin support patch...

22 years agoRemove autom4te.cache when cleaning up config.*
H. Peter Anvin [Sun, 19 May 2002 02:02:20 +0000 (02:02 +0000)]
Remove autom4te.cache when cleaning up config.*

22 years agoCleaner way to handle the PERLREQ removal
H. Peter Anvin [Sun, 19 May 2002 01:59:37 +0000 (01:59 +0000)]
Cleaner way to handle the PERLREQ removal

22 years agoFix so that the configure.in works with autoconf 2.5x; make sure
H. Peter Anvin [Sun, 19 May 2002 01:57:54 +0000 (01:57 +0000)]
Fix so that the configure.in works with autoconf 2.5x; make sure
"make cleaner" cleans up all that it needs to clean up

22 years agoFix a couple of perl4-isms that are now illegal
H. Peter Anvin [Sun, 19 May 2002 01:51:00 +0000 (01:51 +0000)]
Fix a couple of perl4-isms that are now illegal

22 years agoUse a driver Perl script to run genps.pl, since Windows Make can't
H. Peter Anvin [Sat, 18 May 2002 22:17:28 +0000 (22:17 +0000)]
Use a driver Perl script to run genps.pl, since Windows Make can't
handle `cat ...`

22 years agoAdd version number to the cover page, generated from the version file.
H. Peter Anvin [Sat, 18 May 2002 20:36:25 +0000 (20:36 +0000)]
Add version number to the cover page, generated from the version file.

22 years agouncomment "use strict" in macros.pl
Frank Kotler [Sat, 18 May 2002 07:28:31 +0000 (07:28 +0000)]
uncomment "use strict" in macros.pl

22 years agoapplied theowl's patch to raa_write - errors to raa_read
Frank Kotler [Sat, 18 May 2002 07:26:18 +0000 (07:26 +0000)]
applied theowl's patch to raa_write - errors to raa_read

22 years agoUndo a change that wasn't meant for public consumption (yet.)
H. Peter Anvin [Fri, 17 May 2002 16:43:17 +0000 (16:43 +0000)]
Undo a change that wasn't meant for public consumption (yet.)

22 years agoUpdate CHANGES with the current changes for 0.98.32
H. Peter Anvin [Fri, 17 May 2002 16:41:17 +0000 (16:41 +0000)]
Update CHANGES with the current changes for 0.98.32

22 years agoClean up the output/ and (to some degree) test/ directories.
H. Peter Anvin [Fri, 17 May 2002 16:26:33 +0000 (16:26 +0000)]
Clean up the output/ and (to some degree) test/ directories.

22 years agoChanged address to report bugs in ndisasm appendix.
Debbie Wiles [Fri, 17 May 2002 15:54:24 +0000 (15:54 +0000)]
Changed address to report bugs in ndisasm appendix.

22 years agoAdd one more instance of .rodata
H. Peter Anvin [Fri, 17 May 2002 15:08:13 +0000 (15:08 +0000)]
Add one more instance of .rodata

22 years agoRecorded recent work on preproc.c
Ed Beroset [Fri, 17 May 2002 10:38:23 +0000 (10:38 +0000)]
Recorded recent work on preproc.c

22 years agoMake .rodata a recognized ELF section with default attributes
H. Peter Anvin [Fri, 17 May 2002 04:51:10 +0000 (04:51 +0000)]
Make .rodata a recognized ELF section with default attributes

22 years agoadded const keyword to strdup argument
Ed Beroset [Fri, 17 May 2002 03:11:15 +0000 (03:11 +0000)]
added const keyword to strdup argument

22 years agoadded const keyword to strdup
Ed Beroset [Fri, 17 May 2002 03:10:55 +0000 (03:10 +0000)]
added const keyword to strdup

22 years agoFixed bug 556600 in which an unterminated macro error never included a file
Ed Beroset [Fri, 17 May 2002 03:10:13 +0000 (03:10 +0000)]
Fixed bug 556600 in which an unterminated macro error never included a file
name or line number.

22 years agoAdded documentation for __NASM_SUBMINOR__ and __NASM_VER__ macros.
Debbie Wiles [Fri, 17 May 2002 01:41:09 +0000 (01:41 +0000)]
Added documentation for __NASM_SUBMINOR__ and __NASM_VER__ macros.

22 years agoMake the ELF section a bit more accurate; clean up some index items
H. Peter Anvin [Fri, 17 May 2002 01:03:43 +0000 (01:03 +0000)]
Make the ELF section a bit more accurate; clean up some index items

22 years agoChanged \\ to \ in paths for -i command line option
Debbie Wiles [Fri, 17 May 2002 00:28:47 +0000 (00:28 +0000)]
Changed \\ to \ in paths for -i command line option

22 years agoCorrected uD# documentation
Debbie Wiles [Fri, 17 May 2002 00:14:58 +0000 (00:14 +0000)]
Corrected uD# documentation

22 years agoAnother \i --> \I change
Debbie Wiles [Thu, 16 May 2002 23:48:45 +0000 (23:48 +0000)]
Another \i --> \I change

22 years agoAdd missing space
H. Peter Anvin [Thu, 16 May 2002 23:30:48 +0000 (23:30 +0000)]
Add missing space

22 years agoChange \i -> \I in a few places
H. Peter Anvin [Thu, 16 May 2002 23:14:13 +0000 (23:14 +0000)]
Change \i -> \I in a few places

22 years agoFix some formatting inconsistencies in %ifmacro.
H. Peter Anvin [Thu, 16 May 2002 20:02:45 +0000 (20:02 +0000)]
Fix some formatting inconsistencies in %ifmacro.

22 years agoInclude the NASM logo from the specified EPS file rather than hard-coding it.
H. Peter Anvin [Thu, 16 May 2002 19:33:27 +0000 (19:33 +0000)]
Include the NASM logo from the specified EPS file rather than hard-coding it.

22 years agoFix a couple of index terms.
H. Peter Anvin [Thu, 16 May 2002 19:32:49 +0000 (19:32 +0000)]
Fix a couple of index terms.

22 years agoMinor formatting tweaks.
H. Peter Anvin [Thu, 16 May 2002 18:34:57 +0000 (18:34 +0000)]
Minor formatting tweaks.

22 years agoRip out the old PostScript backend and make the new one official.
H. Peter Anvin [Thu, 16 May 2002 18:15:31 +0000 (18:15 +0000)]
Rip out the old PostScript backend and make the new one official.

22 years agoChanging "hanging comma" index entries to omit the comma, and to
H. Peter Anvin [Thu, 16 May 2002 18:08:15 +0000 (18:08 +0000)]
Changing "hanging comma" index entries to omit the comma, and to
unify with a previous baseword entry if one is present.

22 years agoGenerate "hanging comma" clauses in the index
H. Peter Anvin [Thu, 16 May 2002 06:40:56 +0000 (06:40 +0000)]
Generate "hanging comma" clauses in the index

22 years agoChange the index term for "overloading multi-line macros" to match
H. Peter Anvin [Thu, 16 May 2002 05:53:01 +0000 (05:53 +0000)]
Change the index term for "overloading multi-line macros" to match
the corresponding single-line macro index term

22 years agoCorrected documentation for CMPXCHG
Debbie Wiles [Thu, 16 May 2002 02:16:58 +0000 (02:16 +0000)]
Corrected documentation for CMPXCHG

22 years agoUse a fontset for the title. Change fonts to use Times throughout.
H. Peter Anvin [Thu, 16 May 2002 02:11:21 +0000 (02:11 +0000)]
Use a fontset for the title.  Change fonts to use Times throughout.

22 years agoFix a typo which caused the index to be generated incorrectly.
H. Peter Anvin [Wed, 15 May 2002 21:32:56 +0000 (21:32 +0000)]
Fix a typo which caused the index to be generated incorrectly.

22 years agoStrip the anchor tags from the table of contents
H. Peter Anvin [Wed, 15 May 2002 21:13:59 +0000 (21:13 +0000)]
Strip the anchor tags from the table of contents

22 years agoUse a custom font encoding vector; generate copyright (inner cover) page
H. Peter Anvin [Wed, 15 May 2002 21:00:30 +0000 (21:00 +0000)]
Use a custom font encoding vector; generate copyright (inner cover) page

22 years agoMake the new PS/PDF backend somewhat configurable
H. Peter Anvin [Wed, 15 May 2002 19:02:52 +0000 (19:02 +0000)]
Make the new PS/PDF backend somewhat configurable

22 years agoOne day this will make ps2pdf optmimize the output PDF...
H. Peter Anvin [Wed, 15 May 2002 18:32:41 +0000 (18:32 +0000)]
One day this will make ps2pdf optmimize the output PDF...

22 years agoNew PS/PDF backend: first attempt at generating the index
H. Peter Anvin [Wed, 15 May 2002 07:11:21 +0000 (07:11 +0000)]
New PS/PDF backend: first attempt at generating the index

22 years ago* Slight enhancement to line continuation documentation
Bryan Ischo [Wed, 15 May 2002 01:42:58 +0000 (01:42 +0000)]
* Slight enhancement to line continuation documentation
* Added documentation for the %line preprocessor directive

22 years agoChange "const static" -> "static const" to keep gcc happy
H. Peter Anvin [Tue, 14 May 2002 23:54:46 +0000 (23:54 +0000)]
Change "const static" -> "static const" to keep gcc happy

22 years agoCode cleanup fixes from Ed Beroset
H. Peter Anvin [Tue, 14 May 2002 22:38:55 +0000 (22:38 +0000)]
Code cleanup fixes from Ed Beroset

22 years agoRemove stealth whitespace (all of the form ". \n").
H. Peter Anvin [Tue, 14 May 2002 22:05:16 +0000 (22:05 +0000)]
Remove stealth whitespace (all of the form ". \n").

22 years agoWork in progress: new PostScript/PDF generator back end
H. Peter Anvin [Tue, 14 May 2002 21:59:59 +0000 (21:59 +0000)]
Work in progress: new PostScript/PDF generator back end

22 years agoUse a dash for the title metadata
H. Peter Anvin [Tue, 14 May 2002 21:59:37 +0000 (21:59 +0000)]
Use a dash for the title metadata

22 years agoUse em dash for the title
H. Peter Anvin [Tue, 14 May 2002 21:28:54 +0000 (21:28 +0000)]
Use em dash for the title

22 years agoDon't remove head.ps by mistake
H. Peter Anvin [Tue, 14 May 2002 21:21:24 +0000 (21:21 +0000)]
Don't remove head.ps by mistake

22 years agoUpdated flags for some 186 instructions in the docs
Debbie Wiles [Tue, 14 May 2002 18:02:00 +0000 (18:02 +0000)]
Updated flags for some 186 instructions in the docs

22 years agoChange __error (reserved namespace) to _error (normal namespace)
H. Peter Anvin [Tue, 14 May 2002 17:44:03 +0000 (17:44 +0000)]
Change __error (reserved namespace) to _error (normal namespace)

22 years agoProduce "dip" -- basically digested paragraphs for standalone backends
H. Peter Anvin [Tue, 14 May 2002 06:05:06 +0000 (06:05 +0000)]
Produce "dip" -- basically digested paragraphs for standalone backends

22 years agoEncode metadata in the documentation source, rather than hard-coding it.
H. Peter Anvin [Tue, 14 May 2002 05:56:18 +0000 (05:56 +0000)]
Encode metadata in the documentation source, rather than hard-coding it.

22 years agoTry to be brutally EPSF conformant.
H. Peter Anvin [Tue, 14 May 2002 05:43:47 +0000 (05:43 +0000)]
Try to be brutally EPSF conformant.

22 years agoCorrect userdict -> 1 dict
H. Peter Anvin [Tue, 14 May 2002 05:28:16 +0000 (05:28 +0000)]
Correct userdict -> 1 dict

22 years agoNASM logo in Embeddable PostScript format
H. Peter Anvin [Tue, 14 May 2002 05:27:27 +0000 (05:27 +0000)]
NASM logo in Embeddable PostScript format

22 years agoFix from Ed Beroset for unterminated %macro directive -> coredump
H. Peter Anvin [Tue, 14 May 2002 03:18:53 +0000 (03:18 +0000)]
Fix from Ed Beroset for unterminated %macro directive -> coredump

22 years agoMore tidying up of the overall formatting. Ran through a spell checker.
Debbie Wiles [Mon, 13 May 2002 19:16:03 +0000 (19:16 +0000)]
More tidying up of the overall formatting. Ran through a spell checker.

22 years agoNumerous typos in instruction set fixed
Debbie Wiles [Sun, 12 May 2002 22:01:08 +0000 (22:01 +0000)]
Numerous typos in instruction set fixed

22 years agoAdd the source file itself to the dependency list.
H. Peter Anvin [Sun, 12 May 2002 21:40:21 +0000 (21:40 +0000)]
Add the source file itself to the dependency list.

22 years agoDependency-generation script
H. Peter Anvin [Sun, 12 May 2002 21:38:05 +0000 (21:38 +0000)]
Dependency-generation script

22 years agoCorrected another typo in the instruction set
Debbie Wiles [Sun, 12 May 2002 21:03:12 +0000 (21:03 +0000)]
Corrected another typo in the instruction set

22 years ago*** empty log message ***
Debbie Wiles [Sun, 12 May 2002 11:17:13 +0000 (11:17 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Debbie Wiles [Sun, 12 May 2002 10:31:05 +0000 (10:31 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Debbie Wiles [Sun, 12 May 2002 10:30:15 +0000 (10:30 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Debbie Wiles [Sun, 12 May 2002 10:22:25 +0000 (10:22 +0000)]
*** empty log message ***

22 years agoFix sequence point problem.
H. Peter Anvin [Sat, 11 May 2002 04:01:26 +0000 (04:01 +0000)]
Fix sequence point problem.

22 years agoMore CHANGES that were never documented properly.
H. Peter Anvin [Fri, 10 May 2002 23:17:49 +0000 (23:17 +0000)]
More CHANGES that were never documented properly.

22 years ago*** empty log message ***
Debbie Wiles [Fri, 10 May 2002 23:07:02 +0000 (23:07 +0000)]
*** empty log message ***

22 years agoOops... this file didn't get updated to log the new stuff for 0.98.31
H. Peter Anvin [Fri, 10 May 2002 22:24:49 +0000 (22:24 +0000)]
Oops... this file didn't get updated to log the new stuff for 0.98.31

22 years agoNext version will be 0.98.32
H. Peter Anvin [Fri, 10 May 2002 22:04:47 +0000 (22:04 +0000)]
Next version will be 0.98.32

22 years agoMove cleanup before work directory creation
H. Peter Anvin [Fri, 10 May 2002 22:01:17 +0000 (22:01 +0000)]
Move cleanup before work directory creation

22 years agoOperate from the correct path in "real" mode.
H. Peter Anvin [Fri, 10 May 2002 22:00:03 +0000 (22:00 +0000)]
Operate from the correct path in "real" mode.

22 years agoClean the directory correctly; generate the SF path correctly
H. Peter Anvin [Fri, 10 May 2002 21:58:43 +0000 (21:58 +0000)]
Clean the directory correctly; generate the SF path correctly

22 years agocvs tag doesn't have an -a option
H. Peter Anvin [Fri, 10 May 2002 21:56:53 +0000 (21:56 +0000)]
cvs tag doesn't have an -a option

22 years agoFix typo in release script
H. Peter Anvin [Fri, 10 May 2002 21:55:49 +0000 (21:55 +0000)]
Fix typo in release script

22 years ago*** empty log message ***
Debbie Wiles [Fri, 10 May 2002 20:59:11 +0000 (20:59 +0000)]
*** empty log message ***

22 years agoChange "working" to "OK"
H. Peter Anvin [Fri, 10 May 2002 19:52:08 +0000 (19:52 +0000)]
Change "working" to "OK"

22 years agoHandle the "output" directory correctly (patch from John Coffman.)
H. Peter Anvin [Fri, 10 May 2002 19:51:48 +0000 (19:51 +0000)]
Handle the "output" directory correctly (patch from John Coffman.)

22 years agoFix comment.
H. Peter Anvin [Fri, 10 May 2002 00:35:37 +0000 (00:35 +0000)]
Fix comment.

22 years agoMakefile work: Add working 16-bit DOS variants (Borland C++ 3.1, MSC 7),
H. Peter Anvin [Fri, 10 May 2002 00:29:32 +0000 (00:29 +0000)]
Makefile work: Add working 16-bit DOS variants (Borland C++ 3.1, MSC 7),
remove a file that seems to be beyond rescue, update the README file
to be a bit more informative.

22 years ago*** empty log message ***
Debbie Wiles [Thu, 9 May 2002 21:23:55 +0000 (21:23 +0000)]
*** empty log message ***

22 years agoProcessor level fixes from John Coffman
H. Peter Anvin [Thu, 9 May 2002 20:55:50 +0000 (20:55 +0000)]
Processor level fixes from John Coffman

22 years agoFix from John Coffman to 16-bit OBJ format output.
H. Peter Anvin [Thu, 9 May 2002 05:35:23 +0000 (05:35 +0000)]
Fix from John Coffman to 16-bit OBJ format output.

22 years agoFix the positioning of the page number in the table of contents
H. Peter Anvin [Tue, 7 May 2002 05:50:14 +0000 (05:50 +0000)]
Fix the positioning of the page number in the table of contents

22 years agoTests for the %ifmacro directives
H. Peter Anvin [Tue, 7 May 2002 04:31:28 +0000 (04:31 +0000)]
Tests for the %ifmacro directives

22 years agoAdd %ifmacro and friends, and fix two minor bugs:
H. Peter Anvin [Tue, 7 May 2002 00:10:05 +0000 (00:10 +0000)]
Add %ifmacro and friends, and fix two minor bugs:

a) The argument to %elif* is handled different than the one to %if*
b) Incorrect error messages for the %ifdef variants

22 years agoFix more instance of "NASM environment variable" -> NASMENV
H. Peter Anvin [Mon, 6 May 2002 22:04:10 +0000 (22:04 +0000)]
Fix more instance of "NASM environment variable" -> NASMENV

22 years agoChange NASMOPT to NASMENV
H. Peter Anvin [Mon, 6 May 2002 19:41:57 +0000 (19:41 +0000)]
Change NASMOPT to NASMENV

22 years agoMake RPM itself cycle through the necessary "architectures" to produce
H. Peter Anvin [Mon, 6 May 2002 07:07:25 +0000 (07:07 +0000)]
Make RPM itself cycle through the necessary "architectures" to produce
the doc package as noarch and the rest as the default arch.

22 years agoBuild the nasm-doc RPM as a noarch RPM. Unfortunately that has to be
H. Peter Anvin [Mon, 6 May 2002 06:46:14 +0000 (06:46 +0000)]
Build the nasm-doc RPM as a noarch RPM.  Unfortunately that has to be
built using a separate invocation of rpm :(