Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/31/1998 12:40:02
christos
Sat Jan 31 07:34:12 EST 1998
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv3321

Modified Files:
	arith.y 
Log Message:
Fix printf format.


christos
Sat Jan 31 07:36:18 EST 1998
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv3353

Modified Files:
	error.c mail.c memalloc.c 
Log Message:
Include our local includes after the system's ones.


christos
Sat Jan 31 07:37:56 EST 1998
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv3389

Modified Files:
	output.c output.h 
Log Message:
- Add gcc attributes to printf like functions
- Fix format strings to be const
- Fix buffer length to be size_t
- Add %p format
- Avoid code duplication in varargs/stdarg cases