Skip to content

Commit

Permalink
Correct name spelling and email address
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Zaporozhets <[email protected]>
  • Loading branch information
r-tty committed Jan 18, 2015
1 parent 76ee8e6 commit 7a33af2
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
12 changes: 6 additions & 6 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ D: Documentation - "3dNow!" instructions and misc.
D: insns.dat fixes and new instructions.

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

N: Yuri Zaporogets
E: [email protected]
N: Yuri Zaporozhets
E: [email protected]
D: RDOFF support

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

N: Kendall Bennet
E: [email protected]
E: [email protected]
D: NASM enhancements
D: macros
D: Syntax modifications

N: Gary Clark
E:
E:
D: AMD 3DNow! instructions

N: Andrew Crabtree
E:
E:
D: Debugging support

N: Rafael R. Sevilla
Expand Down
12 changes: 6 additions & 6 deletions doc/changes.src
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ from the current BITS setting (16 or 32).


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

01/09/01

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

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

\b Yuri Zaporogets - rdoff utility changes.
\b Yuri Zaporozhets - rdoff utility changes.


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

\b Fixed - elf and aoutb bug - shared libraries
- multiple "%include" bug in "-f obj"
- multiple "%include" bug in "-f obj"
- jcxz, jecxz bug
- unrecognized option bug in ndisasm
- unrecognized option bug in ndisasm

\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

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

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

\b Changed label allocation from 320/32 (10000 labels @ 200K+)
\b Changed label allocation from 320/32 (10000 labels @ 200K+)
to 32/37 (1000 labels); makes running under DOS much easier.
Since additional label space is allocated dynamically, this
should have no effect on large programs with lots of labels.
Expand Down
24 changes: 12 additions & 12 deletions rdoff/README
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Here is a brief summary of the programs' usage:
rdfdump
=======

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

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

-v increase verbosity level. Currently 4 verbosity levels are
-v increase verbosity level. Currently 4 verbosity levels are
available: default (which only prints error information), normal
(which prints information about the produced object, -v), medium
(which prints information about what the program is doing, -v -v)
Expand All @@ -68,25 +68,25 @@ Most of its options are not implemented, but those that are are listed here:
-a change alignment value to which multiple segments combigned into
a single segment should be aligned (must be either 1, 2, 4, 8,
16, 32 or 256. Default is 16).

-s strip exported symbols from output file. Symbols marked as
SYM_GLOBAL are never stripped.

-x warn about unresolved symbols.

-xe issue an error when at least one symbol is unresolved.

-o name write output to file <name>. The default output filename
is 'aout.rdx'.

-j path specify search path for object files. Default path is a
current directory.

-L path specify search path for libraries. Default path is a
current directory.

-g file embed 'file' as a first header record with type 'generic'.


rdx
===
Expand Down Expand Up @@ -146,7 +146,7 @@ how long the segment is.
BUGS
====

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

Yuri Zaporogets <[email protected]> - primary maintainer
Yuri Zaporozhets <[email protected]> - primary maintainer
Julian Hall <[email protected]> - original designer and author
6 changes: 3 additions & 3 deletions rdoff/doc/rdoff.texi
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

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

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

0 comments on commit 7a33af2

Please sign in to comment.