Skip to content

Commit 7a33af2

Browse files
committed
Correct name spelling and email address
Signed-off-by: Yuri Zaporozhets <[email protected]>
1 parent 76ee8e6 commit 7a33af2

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

Diff for: AUTHORS

+6-6
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ D: Documentation - "3dNow!" instructions and misc.
3636
D: insns.dat fixes and new instructions.
3737

3838
N: AMD Inc. (names of developers here?)
39-
E:
39+
E:
4040
D: 3DNow instructions
4141
D: New Athlon instructions
4242
D: Makefile.vc fix
@@ -46,8 +46,8 @@ E: [email protected]
4646
D: added Jcc optimizations; CPU level checks
4747
D: bug fixes, compilation fixes
4848

49-
N: Yuri Zaporogets
50-
49+
N: Yuri Zaporozhets
50+
5151
D: RDOFF support
5252

5353
N: H. Peter Anvin
@@ -61,17 +61,17 @@ D: Preprocessor and OBJ (OMF) output format driver
6161
D: Organized DOS versions of 0.98 release
6262

6363
N: Kendall Bennet
64-
64+
6565
D: NASM enhancements
6666
D: macros
6767
D: Syntax modifications
6868

6969
N: Gary Clark
70-
E:
70+
E:
7171
D: AMD 3DNow! instructions
7272

7373
N: Andrew Crabtree
74-
E:
74+
E:
7575
D: Debugging support
7676

7777
N: Rafael R. Sevilla

Diff for: doc/changes.src

+6-6
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ from the current BITS setting (16 or 32).
12411241

12421242

12431243
\b Removed the "outforms.h" file - it appears to be
1244-
someone's old backup of "outform.h". version "0.98.06e"
1244+
someone's old backup of "outform.h". version "0.98.06e"
12451245

12461246
01/09/01
12471247

@@ -1264,7 +1264,7 @@ from the current BITS setting (16 or 32).
12641264

12651265
\b James Seter - -postfix, -prefix command line switches.
12661266

1267-
\b Yuri Zaporogets - rdoff utility changes.
1267+
\b Yuri Zaporozhets - rdoff utility changes.
12681268

12691269

12701270
\S{cl-0.98p1} Version 0.98p1
@@ -1277,9 +1277,9 @@ from the current BITS setting (16 or 32).
12771277
\S{cl-0.98bf (bug-fixed)} Version 0.98bf (bug-fixed)
12781278

12791279
\b Fixed - elf and aoutb bug - shared libraries
1280-
- multiple "%include" bug in "-f obj"
1280+
- multiple "%include" bug in "-f obj"
12811281
- jcxz, jecxz bug
1282-
- unrecognized option bug in ndisasm
1282+
- unrecognized option bug in ndisasm
12831283

12841284
\S{cl-0.98.03 with John Coffman's changes released 27-Jul-2000} Version 0.98.03 with John Coffman's changes released 27-Jul-2000
12851285

@@ -1302,7 +1302,7 @@ This feature is controlled by a new command-line switch: "O",
13021302
extra optimization passes, "-O1" allows up to 5 extra passes,
13031303
and "-O2"(default), allows up to 10 extra optimization passes.
13041304

1305-
\b Added a new directive: 'cpu XXX', where XXX is any of:
1305+
\b Added a new directive: 'cpu XXX', where XXX is any of:
13061306
8086, 186, 286, 386, 486, 586, pentium, 686, PPro, P2, P3 or
13071307
Katmai. All are case insensitive. All instructions will
13081308
be selected only if they apply to the selected cpu or lower.
@@ -1312,7 +1312,7 @@ Corrected a couple of bugs in cpu-dependence in 'insns.dat'.
13121312
the "bits 16/32" directive. This is nothing new, just conforms
13131313
to a lot of other assemblers. (minor)
13141314

1315-
\b Changed label allocation from 320/32 (10000 labels @ 200K+)
1315+
\b Changed label allocation from 320/32 (10000 labels @ 200K+)
13161316
to 32/37 (1000 labels); makes running under DOS much easier.
13171317
Since additional label space is allocated dynamically, this
13181318
should have no effect on large programs with lots of labels.

Diff for: rdoff/README

+12-12
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Here is a brief summary of the programs' usage:
2323
rdfdump
2424
=======
2525

26-
This tool prints a list of the header records in an RDOFF object in
26+
This tool prints a list of the header records in an RDOFF object in
2727
human-readable form, and optionally prints a hex dump of the contents
2828
of the segments.
2929

@@ -59,7 +59,7 @@ Most of its options are not implemented, but those that are are listed here:
5959
-2 redirect all output from stderr to stdout. It is useful for some
6060
systems which don't have such a redirection in shell (e.g. DOS).
6161

62-
-v increase verbosity level. Currently 4 verbosity levels are
62+
-v increase verbosity level. Currently 4 verbosity levels are
6363
available: default (which only prints error information), normal
6464
(which prints information about the produced object, -v), medium
6565
(which prints information about what the program is doing, -v -v)
@@ -68,25 +68,25 @@ Most of its options are not implemented, but those that are are listed here:
6868
-a change alignment value to which multiple segments combigned into
6969
a single segment should be aligned (must be either 1, 2, 4, 8,
7070
16, 32 or 256. Default is 16).
71-
71+
7272
-s strip exported symbols from output file. Symbols marked as
7373
SYM_GLOBAL are never stripped.
74-
74+
7575
-x warn about unresolved symbols.
76-
76+
7777
-xe issue an error when at least one symbol is unresolved.
78-
78+
7979
-o name write output to file <name>. The default output filename
8080
is 'aout.rdx'.
81-
81+
8282
-j path specify search path for object files. Default path is a
8383
current directory.
84-
84+
8585
-L path specify search path for libraries. Default path is a
8686
current directory.
87-
87+
8888
-g file embed 'file' as a first header record with type 'generic'.
89-
89+
9090

9191
rdx
9292
===
@@ -146,7 +146,7 @@ how long the segment is.
146146
BUGS
147147
====
148148

149-
This product has recently undergone a major revision, and as such there
149+
This product has recently undergone a major revision, and as such there
150150
are probably several bugs left over from the testing phase (although the
151151
previous version had quite a few that have now been fixed!). Could you
152152
please report any bugs to maintainers at the addresses below, including the
@@ -181,5 +181,5 @@ file for a comment containing the word 'TODO'. A brief list is given here:
181181
MAINTAINERS
182182
===========
183183

184-
Yuri Zaporogets <[email protected]> - primary maintainer
184+
Yuri Zaporozhets <[email protected]> - primary maintainer
185185
Julian Hall <[email protected]> - original designer and author

Diff for: rdoff/doc/rdoff.texi

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
@titlepage
99
@title Relocatable Dynamic Object File Format (RDOFF)
10-
@author Yuri Zaporogets @email{yuriz@@ukr.net}
10+
@author Yuri Zaporozhets @email{r_tty@@yahoo.co.uk}
1111
@author Julian Hall @email{jules@@dsf.org.uk}
1212
@end titlepage
1313

1414
@ifinfo
15-
Copyright @copyright{} 2002-2004 Netwide Assembler Project.
16-
Written by Yuri Zaporogets @email{yuriz@@users.sf.net}
15+
Copyright @copyright{} 2002-2015 Netwide Assembler Project.
16+
Written by Yuri Zaporozhets @email{r_tty@@yahoo.co.uk}
1717
Based on various sources and notes written by Julian Hall @email{jules@@dsf.org.uk}
1818
Distributed under GNU documentation license.
1919
@end ifinfo

0 commit comments

Comments
 (0)