Subject: changed files: 'src/lib/libc/stdlib strtod.c'
To: None <source-changes>
From: J.T. Conklin <jtc>
List: source-changes
Date: 11/09/1993 17:59:02
Update of /b/source/CVS/src/lib/libc/stdlib
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/libc/stdlib

Modified Files:
	strtod.c 
Log Message:
Upgraded to Jun 21, 1993 version from research.att.com:
  With 32-bit ints, the former could give too small a block for the return
  value when, e.g., mode = 2 or 4 and ndigits = 24 (16 for 16-bit ints).
  tweak to work with 32-bit ints and 64-bit long


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