nasm/nasm.git
20 years agoMove cleanup before work directory creationnasm-0.98.31
H. Peter Anvin [Fri, 10 May 2002 22:01:17 +0000 (10 22:01 +0000)]
Move cleanup before work directory creation

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

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

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

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

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

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

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

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

20 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 (10 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.

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

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

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

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

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

20 years agoAdd %ifmacro and friends, and fix two minor bugs:
H. Peter Anvin [Tue, 7 May 2002 00:10:05 +0000 (7 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

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

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

20 years agoMake RPM itself cycle through the necessary "architectures" to produce
H. Peter Anvin [Mon, 6 May 2002 07:07:25 +0000 (6 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.

20 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 (6 06:46 +0000)]
Build the nasm-doc RPM as a noarch RPM.  Unfortunately that has to be
built using a separate invocation of rpm :(

20 years agoRemove reference to now obsolete patch
H. Peter Anvin [Mon, 6 May 2002 06:32:23 +0000 (6 06:32 +0000)]
Remove reference to now obsolete patch

20 years agoDon't include the .hpj and .rtf files in the bundles -- noone wants
H. Peter Anvin [Mon, 6 May 2002 00:42:07 +0000 (6 00:42 +0000)]
Don't include the .hpj and .rtf files in the bundles -- noone wants
those files except the person who has to build the .hlp files, which has
to be done separately anyway.

Remove dire warning at the top; we're now using a working directory.

20 years agoMove the "makedist.sh" script to "misc"; label it with an "obsolete"
H. Peter Anvin [Mon, 6 May 2002 00:27:15 +0000 (6 00:27 +0000)]
Move the "makedist.sh" script to "misc"; label it with an "obsolete"
warning, and create new "release" script

20 years agoSeparate out the "tar" operation from the "make dist" operation
H. Peter Anvin [Sun, 5 May 2002 23:48:07 +0000 (5 23:48 +0000)]
Separate out the "tar" operation from the "make dist" operation
This is necessary for the release script (still in progress)

20 years agosyncmail seems to work ok...
H. Peter Anvin [Sat, 4 May 2002 23:54:34 +0000 (4 23:54 +0000)]
syncmail seems to work ok...

20 years agoDummy checkin to test new version of "syncmail"
H. Peter Anvin [Sat, 4 May 2002 23:51:29 +0000 (4 23:51 +0000)]
Dummy checkin to test new version of "syncmail"

20 years agoSupport generating PDF using ps2pdf with special annotations in the
H. Peter Anvin [Sat, 4 May 2002 14:16:20 +0000 (4 14:16 +0000)]
Support generating PDF using ps2pdf with special annotations in the
PostScript output of rdsrc.pl.

20 years agoUpdate nasmdoc.src to the current version from debs.
H. Peter Anvin [Sat, 4 May 2002 05:52:42 +0000 (4 05:52 +0000)]
Update nasmdoc.src to the current version from debs.

20 years agoRDOFF patch from Yuri Zaporogets:
H. Peter Anvin [Sat, 4 May 2002 05:42:30 +0000 (4 05:42 +0000)]
RDOFF patch from Yuri Zaporogets:

 - Panos Minos's LDRDF fix (correct export of relocation records);
 - Panos Minos's symtab.c verbose dump fix;
 - Librarian (rdflib) now puts a signature block when creating a library
   (instead of creating an empty file). In theory it doesn't break binary
   compatibility, but due to a bug in the original 'rdlib.c' you can't
   use old LDRDF with new libraries. Fix this bug as well.
 - Other minor changes in LDRDF.

20 years agoUpdate nasm.spec; preprocess it to use the version number from the
H. Peter Anvin [Sat, 4 May 2002 05:14:03 +0000 (4 05:14 +0000)]
Update nasm.spec; preprocess it to use the version number from the
"version" file.

20 years agoChange the NASM environment variable to NASMOPT.
H. Peter Anvin [Sat, 4 May 2002 04:11:00 +0000 (4 04:11 +0000)]
Change the NASM environment variable to NASMOPT.

20 years agoRemove unnecessary spaces in version.mac
H. Peter Anvin [Sat, 4 May 2002 04:10:09 +0000 (4 04:10 +0000)]
Remove unnecessary spaces in version.mac

20 years agoMake all version information come from the single file "version".
H. Peter Anvin [Sat, 4 May 2002 03:57:52 +0000 (4 03:57 +0000)]
Make all version information come from the single file "version".
Introduce new standard __NASM_SUBMINOR__ and __NASM_VER__ macros.

20 years agoUpdate ChangeLog and CHANGES to match the last checkin.
H. Peter Anvin [Sat, 4 May 2002 01:02:25 +0000 (4 01:02 +0000)]
Update ChangeLog and CHANGES to match the last checkin.

20 years agoRemove dummy file since the nasm-cvs now actually works.
H. Peter Anvin [Sat, 4 May 2002 00:45:03 +0000 (4 00:45 +0000)]
Remove dummy file since the nasm-cvs now actually works.

20 years agoYet another test of nasm-cvs
H. Peter Anvin [Sat, 4 May 2002 00:35:47 +0000 (4 00:35 +0000)]
Yet another test of nasm-cvs

20 years agoMore dummy changes to test nasm-cvs
H. Peter Anvin [Sat, 4 May 2002 00:33:31 +0000 (4 00:33 +0000)]
More dummy changes to test nasm-cvs

20 years agoYet another dummy change to test nasm-cvs
H. Peter Anvin [Sat, 4 May 2002 00:22:06 +0000 (4 00:22 +0000)]
Yet another dummy change to test nasm-cvs

20 years agoTry once again to get nasm-cvs to work properly
H. Peter Anvin [Sat, 4 May 2002 00:20:19 +0000 (4 00:20 +0000)]
Try once again to get nasm-cvs to work properly

20 years agoHandle separate source and object directories correctly.
H. Peter Anvin [Sat, 4 May 2002 00:15:02 +0000 (4 00:15 +0000)]
Handle separate source and object directories correctly.

20 years agoYet another dummy change to test nasm-cvs
H. Peter Anvin [Fri, 3 May 2002 23:04:24 +0000 (3 23:04 +0000)]
Yet another dummy change to test nasm-cvs

20 years agoMore nasm-cvs list testing...
H. Peter Anvin [Fri, 3 May 2002 22:56:49 +0000 (3 22:56 +0000)]
More nasm-cvs list testing...

20 years agoCreate dummy file to test nasm-cvs list
H. Peter Anvin [Fri, 3 May 2002 22:38:15 +0000 (3 22:38 +0000)]
Create dummy file to test nasm-cvs list

20 years agoTrivial changes to test the new nasm-cvs mailing list.
H. Peter Anvin [Fri, 3 May 2002 22:22:19 +0000 (3 22:22 +0000)]
Trivial changes to test the new nasm-cvs mailing list.

20 years agoRemove 0.98.31 header (again, a nasm-cvs list test)
H. Peter Anvin [Fri, 3 May 2002 22:12:13 +0000 (3 22:12 +0000)]
Remove 0.98.31 header (again, a nasm-cvs list test)

20 years agoCreate a 0.98.31 header in order to test the nasm-cvs list.
H. Peter Anvin [Fri, 3 May 2002 22:09:52 +0000 (3 22:09 +0000)]
Create a 0.98.31 header in order to test the nasm-cvs list.

20 years agoCompletely meaningless in order to test the new nasm-cvs list
H. Peter Anvin [Fri, 3 May 2002 21:57:09 +0000 (3 21:57 +0000)]
Completely meaningless in order to test the new nasm-cvs list

20 years agoNASM 0.98.30nasm-0.98.30
H. Peter Anvin [Tue, 30 Apr 2002 21:09:12 +0000 (30 21:09 +0000)]
NASM 0.98.30

20 years agoNASM 0.98.26nasm-0.98.26
H. Peter Anvin [Tue, 30 Apr 2002 21:08:42 +0000 (30 21:08 +0000)]
NASM 0.98.26

20 years agoNASM 0.98.25altnasm-0.98.25alt
H. Peter Anvin [Tue, 30 Apr 2002 21:08:11 +0000 (30 21:08 +0000)]
NASM 0.98.25alt

20 years agoNASM 0.98.25nasm-0.98.25
H. Peter Anvin [Tue, 30 Apr 2002 21:07:51 +0000 (30 21:07 +0000)]
NASM 0.98.25

20 years agoNASM 0.98.24nasm-0.98.24
H. Peter Anvin [Tue, 30 Apr 2002 21:06:59 +0000 (30 21:06 +0000)]
NASM 0.98.24

20 years agoNASM 0.98.23nasm-0.98.23
H. Peter Anvin [Tue, 30 Apr 2002 21:06:37 +0000 (30 21:06 +0000)]
NASM 0.98.23

20 years agoNASM 0.98.22nasm-0.98.22
H. Peter Anvin [Tue, 30 Apr 2002 21:06:16 +0000 (30 21:06 +0000)]
NASM 0.98.22

20 years agoNASM 0.98.21nasm-0.98.21
H. Peter Anvin [Tue, 30 Apr 2002 21:05:55 +0000 (30 21:05 +0000)]
NASM 0.98.21

20 years agoNASM 0.98.20nasm-0.98.20
H. Peter Anvin [Tue, 30 Apr 2002 21:05:35 +0000 (30 21:05 +0000)]
NASM 0.98.20

20 years agoNASM 0.98.19nasm-0.98.19
H. Peter Anvin [Tue, 30 Apr 2002 21:05:12 +0000 (30 21:05 +0000)]
NASM 0.98.19

20 years agoNASM 0.98.18nasm-0.98.18
H. Peter Anvin [Tue, 30 Apr 2002 21:04:43 +0000 (30 21:04 +0000)]
NASM 0.98.18

20 years agoNASM 0.98.17nasm-0.98.17
H. Peter Anvin [Tue, 30 Apr 2002 21:04:18 +0000 (30 21:04 +0000)]
NASM 0.98.17

20 years agoNASM 0.98.16fork-0.98enasm-0.98.16
H. Peter Anvin [Tue, 30 Apr 2002 21:03:11 +0000 (30 21:03 +0000)]
NASM 0.98.16

20 years agoNASM 0.98.15nasm-0.98.15
H. Peter Anvin [Tue, 30 Apr 2002 21:02:47 +0000 (30 21:02 +0000)]
NASM 0.98.15

20 years agoNASM 0.98.14nasm-0.98.14
H. Peter Anvin [Tue, 30 Apr 2002 21:02:23 +0000 (30 21:02 +0000)]
NASM 0.98.14

20 years agoNASM 0.98.12nasm-0.98.12
H. Peter Anvin [Tue, 30 Apr 2002 21:02:01 +0000 (30 21:02 +0000)]
NASM 0.98.12

20 years agoNASM 0.98.11nasm-0.98.11
H. Peter Anvin [Tue, 30 Apr 2002 21:01:38 +0000 (30 21:01 +0000)]
NASM 0.98.11

20 years agoNASM 0.98.09nasm-0.98.09
H. Peter Anvin [Tue, 30 Apr 2002 21:01:08 +0000 (30 21:01 +0000)]
NASM 0.98.09

20 years agoNASM 0.98.08nasm-0.98.08
H. Peter Anvin [Tue, 30 Apr 2002 21:00:33 +0000 (30 21:00 +0000)]
NASM 0.98.08

20 years agoNASM 0.98.03nasm-0.98.03
H. Peter Anvin [Tue, 30 Apr 2002 20:59:21 +0000 (30 20:59 +0000)]
NASM 0.98.03

20 years agoNASM 0.98fork-0.98bfnasm-0.98
H. Peter Anvin [Tue, 30 Apr 2002 20:58:18 +0000 (30 20:58 +0000)]
NASM 0.98

20 years agoNASM 0.98p7nasm-0.98p7
H. Peter Anvin [Tue, 30 Apr 2002 20:57:59 +0000 (30 20:57 +0000)]
NASM 0.98p7

20 years agoNASM 0.98p6nasm-0.98p6
H. Peter Anvin [Tue, 30 Apr 2002 20:57:38 +0000 (30 20:57 +0000)]
NASM 0.98p6

20 years agoNASM 0.98p3.7nasm-0.98p3.7
H. Peter Anvin [Tue, 30 Apr 2002 20:57:19 +0000 (30 20:57 +0000)]
NASM 0.98p3.7

20 years agoNASM 0.98p3.6nasm-0.98p3.6
H. Peter Anvin [Tue, 30 Apr 2002 20:57:02 +0000 (30 20:57 +0000)]
NASM 0.98p3.6

20 years agoNASM 0.98p3.5nasm-0.98p3.5
H. Peter Anvin [Tue, 30 Apr 2002 20:56:43 +0000 (30 20:56 +0000)]
NASM 0.98p3.5

20 years agoNASM 0.98p3.4nasm-0.98p3.4
H. Peter Anvin [Tue, 30 Apr 2002 20:56:19 +0000 (30 20:56 +0000)]
NASM 0.98p3.4

20 years agoNASM 0.98p3.3fork-0.98-j5nasm-0.98p3.3
H. Peter Anvin [Tue, 30 Apr 2002 20:55:37 +0000 (30 20:55 +0000)]
NASM 0.98p3.3

20 years agoNASM 0.98p3.2nasm-0.98p3.2
H. Peter Anvin [Tue, 30 Apr 2002 20:54:58 +0000 (30 20:54 +0000)]
NASM 0.98p3.2

20 years agoNASM 0.98p3-hpanasm-0.98p3-hpa
H. Peter Anvin [Tue, 30 Apr 2002 20:54:13 +0000 (30 20:54 +0000)]
NASM 0.98p3-hpa

20 years agoNASM 0.98p3nasm-0.98p3
H. Peter Anvin [Tue, 30 Apr 2002 20:53:55 +0000 (30 20:53 +0000)]
NASM 0.98p3

20 years agoNASM 0.97fork-0.98-jnasm-0.97
H. Peter Anvin [Tue, 30 Apr 2002 20:53:16 +0000 (30 20:53 +0000)]
NASM 0.97

20 years agoNASM 0.96nasm-0.96
H. Peter Anvin [Tue, 30 Apr 2002 20:52:49 +0000 (30 20:52 +0000)]
NASM 0.96

20 years agoNASM 0.95nasm-0.95
H. Peter Anvin [Tue, 30 Apr 2002 20:52:26 +0000 (30 20:52 +0000)]
NASM 0.95

20 years agoNASM 0.94nasm-0.94
H. Peter Anvin [Tue, 30 Apr 2002 20:52:08 +0000 (30 20:52 +0000)]
NASM 0.94

20 years agoNASM 0.93nasm-0.93
H. Peter Anvin [Tue, 30 Apr 2002 20:51:53 +0000 (30 20:51 +0000)]
NASM 0.93

20 years agoNASM 0.91nasm-0.91
H. Peter Anvin [Tue, 30 Apr 2002 20:51:32 +0000 (30 20:51 +0000)]
NASM 0.91