<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/gcvt.c, branch OPENBSD_4_2_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_4_2_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_4_2_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2006-10-29T18:45:56+00:00</updated>
<entry>
<title>make __dtoa &amp; strtod() thread-safe useing the same method as newer gdtoa</title>
<updated>2006-10-29T18:45:56+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2006-10-29T18:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=aede99584cb0d715ac3f7c41068bc88f09d2a61b'/>
<id>urn:sha1:aede99584cb0d715ac3f7c41068bc88f09d2a61b</id>
<content type='text'>
codebase.  tested mostly by ckuethe and myself.  __dtoa() use now requires
a call to __freedtoa()
</content>
</entry>
<entry>
<title>Return inf or nan as per printf() not Inf, Infinity or Nan (from dtoa)</title>
<updated>2006-01-10T16:18:37+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2006-01-10T16:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1e745892f72a6490f4783b86b64e88e0c5c4bf61'/>
<id>urn:sha1:1e745892f72a6490f4783b86b64e88e0c5c4bf61</id>
<content type='text'>
Remove an extraneous check for dtoa returning Inf/Nan
</content>
</entry>
<entry>
<title>Use localeconv() to get the locale-specific radix char like printf does.</title>
<updated>2006-01-10T02:23:02+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2006-01-10T02:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1fdb8b1f0e4af24cd5666eb62466dd2c91fe0353'/>
<id>urn:sha1:1fdb8b1f0e4af24cd5666eb62466dd2c91fe0353</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Nan and Infinity can be negative</title>
<updated>2006-01-10T02:08:28+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2006-01-10T02:08:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f04f970dc1c3a580d4e8264cea6e3ec0159cba66'/>
<id>urn:sha1:f04f970dc1c3a580d4e8264cea6e3ec0159cba66</id>
<content type='text'>
Decimal point was missing for some exponential output
Only divide sign by 10 once per loop
Add a missing NUL terminator for one case
If there is no whole number portion, print a leading zero (e.g. 0.1 not .1)
</content>
</entry>
<entry>
<title>zap remaining rcsid.</title>
<updated>2005-08-08T08:05:37+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2005-08-08T08:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d7398a270c9cd1b7b4d545ed70ea24384781a86c'/>
<id>urn:sha1:d7398a270c9cd1b7b4d545ed70ea24384781a86c</id>
<content type='text'>
Kill old files that are no longer compiled.

okay theo
</content>
</entry>
<entry>
<title>Sync with share/misc/license.template and add missing DARPA credit</title>
<updated>2003-06-17T21:56:24+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-06-17T21:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=032d9a965adfb74e42b18dc939b34fcda2cf740e'/>
<id>urn:sha1:032d9a965adfb74e42b18dc939b34fcda2cf740e</id>
<content type='text'>
where applicable.
</content>
</entry>
<entry>
<title>Use an ISC-tyle license for all my code; it is simpler and more permissive.</title>
<updated>2003-06-03T01:52:40+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-06-03T01:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=69d7edf2eca5a74bd88f4a6f7df9eb0e51ddf54f'/>
<id>urn:sha1:69d7edf2eca5a74bd88f4a6f7df9eb0e51ddf54f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass ndigit+1 as size arg to strlcpy() since ndigit doesn't include the NUL</title>
<updated>2003-05-09T20:01:43+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-05-09T20:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=583976a4c4c5bbc108417c5ae5b35108e3feb2a6'/>
<id>urn:sha1:583976a4c4c5bbc108417c5ae5b35108e3feb2a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use strlcpy(); assumes buf is at least ndigit bytes long which is as</title>
<updated>2003-04-02T02:43:50+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-04-02T02:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=795ea5fb0c616ca06e464ba5d16c49d512b33472'/>
<id>urn:sha1:795ea5fb0c616ca06e464ba5d16c49d512b33472</id>
<content type='text'>
safe as we can get.  deraadt@ OK
</content>
</entry>
<entry>
<title>Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.</title>
<updated>2002-12-02T15:38:54+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-12-02T15:38:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4affa22d97e7ea069b70bc4be601b8da989a17b8'/>
<id>urn:sha1:4affa22d97e7ea069b70bc4be601b8da989a17b8</id>
<content type='text'>
</content>
</entry>
</feed>
