Subject: PR/36650 CVS commit: src/bin/csh
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Tom Spindler <dogcow@netbsd.org>
List: netbsd-bugs
Date: 07/16/2007 02:30:02
The following reply was made to PR bin/36650; it has been noted by GNATS.

From: Tom Spindler <dogcow@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36650 CVS commit: src/bin/csh
Date: Mon, 16 Jul 2007 02:26:53 +0000 (UTC)

 Module Name:	src
 Committed By:	dogcow
 Date:		Mon Jul 16 02:26:53 UTC 2007
 
 Modified Files:
 	src/bin/csh: csh.c csh.h dir.c dol.c exec.c exp.c extern.h file.c
 	    func.c glob.c hist.c lex.c parse.c proc.c proc.h sem.c set.c
 
 Log Message:
 Rename bool -> cshbool; despite the name, bool actually holds values other
 than 0 or 1. Fixes PR/36650.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.37 -r1.38 src/bin/csh/csh.c
 cvs rdiff -r1.18 -r1.19 src/bin/csh/csh.h src/bin/csh/extern.h
 cvs rdiff -r1.26 -r1.27 src/bin/csh/dir.c src/bin/csh/set.c
 cvs rdiff -r1.23 -r1.24 src/bin/csh/dol.c src/bin/csh/exec.c \
     src/bin/csh/lex.c
 cvs rdiff -r1.16 -r1.17 src/bin/csh/exp.c
 cvs rdiff -r1.24 -r1.25 src/bin/csh/file.c
 cvs rdiff -r1.32 -r1.33 src/bin/csh/func.c
 cvs rdiff -r1.22 -r1.23 src/bin/csh/glob.c
 cvs rdiff -r1.15 -r1.16 src/bin/csh/hist.c
 cvs rdiff -r1.14 -r1.15 src/bin/csh/parse.c
 cvs rdiff -r1.31 -r1.32 src/bin/csh/proc.c
 cvs rdiff -r1.9 -r1.10 src/bin/csh/proc.h
 cvs rdiff -r1.25 -r1.26 src/bin/csh/sem.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.