rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit a9b2dfaf4f225903cc999e5f1dc8f408599274d3
parent 6be65f1158693d5238b7afa54e4a8d8964c2773a
Author: Toby Goodwin <toby@paccrat.org>
Date:   Sun, 29 Jun 2014 22:18:00 +0100

update email and web addresses

Diffstat:
MAUTHORS | 22+++++++++++-----------
MNEWS | 2+-
MREADME | 6+++---
Mrc.1 | 4++--
4 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/AUTHORS b/AUTHORS @@ -1,4 +1,4 @@ -The current maintainer of rc is Tim Goodwin <tjg@star.le.ac.uk>. Please +The current maintainer of rc is Toby Goodwin <toby@paccrat.org>. Please send all bug reports to him. This shell was written by me, Byron Rakitzis, but kudos go to Paul Haahr @@ -7,8 +7,8 @@ bits and pieces to rc (notably the limits code, print.c, most of which.c and the backquote redirection code), and to Hugh Redelmeier for running rc through his fussy ANSI compiler and thereby provoking interesting discussions about portability, and also for providing many valuable -suggestions for improving rc's code in general. Finally, many thanks -go to David Sanderson, for reworking the man page to format well with +suggestions for improving rc's code in general. Finally, many thanks go +to David Sanderson, for reworking the man page to format well with troff, and for providing many suggestions both for rc and its man page. Thanks to Boyd Roberts for the original history.c, and to Hugh again for @@ -16,22 +16,22 @@ re-working parts of that code. Of course, without Tom Duff's design of the original rc, I could not have written this shell (though I probably would have written *a* -shell). Almost all of the features, with minor exceptions, have been -implemented as described in the Unix v10 manuals. Hats off to td for +shell). Almost all of the features, with minor exceptions, have been +implemented as described in the Unix v10 manuals. Hats off to td for designing a C-like, minimal but very useful shell. Tom Duff has kindly given permission for the paper he wrote for UKUUG to be distributed with this version of rc (called "plan9.ps" in the same -FTP or HTTP directory as the shell). Please read this paper bearing in +FTP or HTTP directory as the shell). Please read this paper bearing in mind that it describes a program that was written at AT&T and that the version of rc presented here differs in some respects. -Tim would like to thank these people for their contributions since he -took over maintenance of rc. Aharon Robbins, Arvid Requate, Bengt +Toby would like to thank these people for their contributions since he +took over maintenance of rc. Aharon Robbins, Arvid Requate, Bengt Kleberg, Brynjulv Hauksson, Byron Rakitzis, Callum Gibson, Chris -Siebenmann, Dale Scheetz, Dan Moniz, David Luyer, David Swasey, -Decklin Foster, Donn Cave, Erik Quanstrom, Gary Carvell, Gerry -Tomlinson, Gert-Jan Vons, Ian Lance Taylor, Jeremy Fitzhardinge, Marc +Siebenmann, Dale Scheetz, Dan Moniz, David Luyer, David Swasey, Decklin +Foster, Donn Cave, Erik Quanstrom, Gary Carvell, Gerry Tomlinson, +Gert-Jan Vons, Ian Lance Taylor, Jakub Wilk, Jeremy Fitzhardinge, Marc Moorcroft, Mark H Wilkinson, Mark K Gardner, Raymond Venneker, Rich $alz, Rob Savoye, Scott Schwartz, Stefan Dalibor, Steve Simon, Thomas Nordin, Tom Culliton, Tom Tromey, Vincent Broman, Wolfgang Zekoll. diff --git a/NEWS b/NEWS @@ -16,5 +16,5 @@ New features. None - this is a bugfix release. Documentation. Minor updates only. -Tim Goodwin +Toby Goodwin 2003-07-17 diff --git a/README b/README @@ -2,14 +2,14 @@ This is release rc-1.7.1. See COPYING for copying information. All files are - Copyright 1991, 2001, 2002, 2003 Byron Rakitzis. + Copyright 1991, 2001, 2002, 2003, 2014 Byron Rakitzis. See INSTALL for build and installation information. BUGS -Send bug reports to <tjg@star.le.ac.uk>. If a core dump is generated, +Send bug reports to <toby@paccrat.org>. If a core dump is generated, sending a backtrace will help a great deal. You can get a backtrace like this. @@ -35,4 +35,4 @@ WWW More information on releases of rc can be found at this web page. - http://www.star.le.ac.uk/~tjg/rc/ + http://tobold.org/article/rc diff --git a/rc.1 b/rc.1 @@ -2064,7 +2064,7 @@ single occurrence. .Cr "x=(a b) # NOT x=(a '' b)" .PP Bug reports should be mailed to -.Cr "<tjg@ast.cam.ac.uk>" . +.Cr "<toby@paccrat.org>" . .SH INCOMPATIBILITIES Here is a list of features which distinguish this incarnation of .I rc @@ -2150,7 +2150,7 @@ Unix Research System, Tenth Edition, Volume 2. (Saunders College Publishing) .PP -.Cr http://www.star.le.ac.uk/~tjg/rc/misc/td , +.Cr http://static.tobold.org/rc/rc-duff.html , an updated version of the above paper. .PP .IR history (1)