Subject: CVS commit: src/bin/sh
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: source-changes
Date: 03/25/2007 06:29:27
Module Name:	src
Committed By:	apb
Date:		Sun Mar 25 06:29:27 UTC 2007

Modified Files:
	src/bin/sh: arith.y arith_lex.l expand.c expand.h

Log Message:
Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)).


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/bin/sh/arith.y
cvs rdiff -r1.13 -r1.14 src/bin/sh/arith_lex.l
cvs rdiff -r1.77 -r1.78 src/bin/sh/expand.c
cvs rdiff -r1.16 -r1.17 src/bin/sh/expand.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.