Subject: CVS commit: [netbsd-4] src
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 04/16/2007 19:33:52
Module Name:	src
Committed By:	bouyer
Date:		Mon Apr 16 19:33:52 UTC 2007

Modified Files:
	src/bin/sh [netbsd-4]: arith.y arith_lex.l expand.c expand.h sh.1
	src/regress/bin/sh [netbsd-4]: expand.sh

Log Message:
Pull up following revision(s) (requested by apb in ticket #570):
	bin/sh/expand.c: revision 1.78
	bin/sh/arith.y: revision 1.18
	bin/sh/expand.h: revision 1.17
	regress/bin/sh/expand.sh: revision 1.4
	bin/sh/sh.1: revision 1.86
	bin/sh/arith_lex.l: revision 1.14
Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)).


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.17.16.1 src/bin/sh/arith.y
cvs rdiff -r1.13 -r1.13.4.1 src/bin/sh/arith_lex.l
cvs rdiff -r1.77 -r1.77.2.1 src/bin/sh/expand.c
cvs rdiff -r1.16 -r1.16.10.1 src/bin/sh/expand.h
cvs rdiff -r1.85 -r1.85.2.1 src/bin/sh/sh.1
cvs rdiff -r1.3 -r1.3.2.1 src/regress/bin/sh/expand.sh

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