Subject: changed files: 'src/usr.bin/printf printf.c'
To: None <source-changes>
From: J.T. Conklin <jtc>
List: source-changes
Date: 02/02/1994 16:16:16
Update of /b/source/CVS/src/usr.bin/printf
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/printf

Modified Files:
	printf.c 
Log Message:
Add and use getulong() to handle %u, %o, %x & %X formatting directives.
It was using getlong(), which caused values larger than LONG_MAX to be
truncated to LONG_MAX.
As recommended by 1003.2, print warning messages when argument cannot be 
converted to value or is out of range.


------------------------------------------------------------------------------