AUTHORS (2320B)
1 The current maintainer of rc is Toby Goodwin <toby@paccrat.org>. Please 2 send all bug reports to him, or via github: 3 4 https://github.com/rakitzis/rc/issues 5 6 This shell was written by me, Byron Rakitzis, but kudos go to Paul Haahr 7 for letting me know what a shell should do and for contributing certain 8 bits and pieces to rc (notably the limits code, print.c, most of which.c 9 and the backquote redirection code), and to Hugh Redelmeier for running 10 rc through his fussy ANSI compiler and thereby provoking interesting 11 discussions about portability, and also for providing many valuable 12 suggestions for improving rc's code in general. Finally, many thanks go 13 to David Sanderson, for reworking the man page to format well with 14 troff, and for providing many suggestions both for rc and its man page. 15 16 Thanks to Boyd Roberts for the original history.c, and to Hugh again for 17 re-working parts of that code. 18 19 Of course, without Tom Duff's design of the original rc, I could not 20 have written this shell (though I probably would have written *a* 21 shell). Almost all of the features, with minor exceptions, have been 22 implemented as described in the Unix v10 manuals. Hats off to td for 23 designing a C-like, minimal but very useful shell. 24 25 Tom Duff has kindly given permission for the paper he wrote for UKUUG to 26 be distributed with this version of rc (called "plan9.ps" in the same 27 FTP or HTTP directory as the shell). Please read this paper bearing in 28 mind that it describes a program that was written at AT&T and that the 29 version of rc presented here differs in some respects. 30 31 Toby would like to thank these people for their contributions since he 32 took over maintenance of rc. Aharon Robbins, Arvid Requate, Bengt 33 Kleberg, Bert Münnich, Brynjulv Hauksson, Byron Rakitzis, Callum Gibson, 34 Casper Ti. Vector, Chris Siebenmann, Dale Scheetz, Dan Moniz, David 35 Luyer, David Swasey, Decklin Foster, Donn Cave, Drazen Borkovic, Erik 36 Quanstrom, Gary Carvell, Gerry Tomlinson, Gert-Jan Vons, @GReagle, Ian 37 Lance Taylor, Jakub Wilk, Jeff Johnson, Jeremy Fitzhardinge, Leah 38 Neukirchen, Marc Moorcroft, Mark H Wilkinson, Mark K Gardner, 39 @RamKromberg, Raymond Venneker, Rich $alz, Rob Savoye, Robert Scheck, 40 Ross Lonstein, Scott Schwartz, Stefan Dalibor, Steve Simon, Thomas 41 Nordin, Tom Culliton, Tom Tromey, Vincent Broman, Wolfgang Zekoll.