rc

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

commit eea228e936fab3fffb001bd63d49de505d1ee092
parent 919925fbf135231f1adeb2bcf368b0b262674dc6
Author: tjg <tjg>
Date:   Wed, 22 May 2002 14:25:10 +0000

  Documentation: possible warning in tripping.c (thanks Dan Moniz).

Diffstat:
MAUTHORS | 12++++++------
MChangeLog | 2++
MINSTALL | 3+++
3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/AUTHORS b/AUTHORS @@ -29,9 +29,9 @@ 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 Kleberg, Brynjulv Hauksson, Byron Rakitzis, Callum Gibson, Chris -Siebenmann, Dale Scheetz, David Luyer, David Swasey, Decklin Foster, -Donn Cave, Erik Quanstrom, Gary Carvell, Gerry Tomlinson, Gert-Jan -Vons, Ian Lance Taylor, 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. +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 +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/ChangeLog b/ChangeLog @@ -781,4 +781,6 @@ Changes since rc-1.5b2 2002-05-22 + Documentation: possible warning in tripping.c (thanks Dan Moniz). + Release: rc-1.6c7. diff --git a/INSTALL b/INSTALL @@ -181,6 +181,9 @@ On some systems there are warnings about "passing arg 2 of `getgroups' from incompatible pointer type" in which.c. I believe this is due to an incorrect declaration of `getgroups()' in those systems' header files. +The warning "left shift count >= width of type" in tripping.c may +occur if off_t is only 32 bits. + Any other warnings should be reported to the maintainer.