rc

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

commit dca1eabff1b5fd37367a5921153c51a694063bcb
parent bd6ac331d8f50d516f5ad7b489d9c5a547d0c133
Author: tjg <tjg>
Date:   Mon, 29 Oct 2001 10:04:47 +0000

  Bug: space vs tab confusion in commented out Makefile rules to
  rebuild parser (thanks Gary Carvell).

Diffstat:
MAUTHORS | 11++++++-----
MChangeLog | 8+++++++-
MMakefile.am | 4++--
3 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/AUTHORS b/AUTHORS @@ -29,8 +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, Chris Siebenmann, Dale -Scheetz, David Luyer, David Swasey, Decklin Foster, Donn Cave, 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. +Scheetz, David Luyer, David Swasey, Decklin Foster, Donn Cave, 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 @@ -726,4 +726,10 @@ Changes since rc-1.5b2 2001-10-25 - Feature: large file support. + Feature: large file support (thanks Scott Schwartz, Chris + Siebenmann). + +2001-10-29 + + Bug: space vs tab confusion in commented out Makefile rules to + rebuild parser (thanks Gary Carvell). diff --git a/Makefile.am b/Makefile.am @@ -58,8 +58,8 @@ DISTCLEANFILES = sigmsgs.c sigmsgs.h statval.h # portable (I hope). #parse.c parse.h: $(srcdir)/parse.y # $(YACC) -d $(srcdir)/parse.y -# mv y.tab.c parse.c -# mv y.tab.h parse.h +# mv y.tab.c parse.c +# mv y.tab.h parse.h check: trip