<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/strtod.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-30T18:30:52+00:00</updated>
<entry>
<title>must pull in sys/types.h unconditionaly, because it is needed my pthreads</title>
<updated>2006-10-30T18:30:52+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2006-10-30T18:30:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a7d73a674a110ab9c1aca03bf504093429036132'/>
<id>urn:sha1:a7d73a674a110ab9c1aca03bf504093429036132</id>
<content type='text'>
includes used a bit later (for instance on the vax)
</content>
</entry>
<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>__mips64__ handling too.. sigh</title>
<updated>2006-10-13T03:50:14+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2006-10-13T03:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=16f3998fffb9fa6b0a8b894d1ba84c94e3fc6c69'/>
<id>urn:sha1:16f3998fffb9fa6b0a8b894d1ba84c94e3fc6c69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sparc64 should be in the #ifdef</title>
<updated>2006-10-12T05:58:57+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2006-10-12T05:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=07212f91ab3c6af351512d481d3ba5dd504471f8'/>
<id>urn:sha1:07212f91ab3c6af351512d481d3ba5dd504471f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use __amd64__ instead, until lint is fixed</title>
<updated>2006-10-12T01:49:34+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2006-10-12T01:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d9d2b8832720c8390c587ada79c6d0b65bb3dd2b'/>
<id>urn:sha1:d9d2b8832720c8390c587ada79c6d0b65bb3dd2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reorder #if tests because apparently on amd64 cpp proceeds to blow it's</title>
<updated>2006-10-12T00:27:47+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2006-10-12T00:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b9332e1290954897a261f0914bde6a8d3bfbdd4f'/>
<id>urn:sha1:b9332e1290954897a261f0914bde6a8d3bfbdd4f</id>
<content type='text'>
own brains out, and then takes lint down with it.  To be investigated...
</content>
</entry>
<entry>
<title>Teach'em about cpus in spandex</title>
<updated>2006-10-10T22:03:22+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2006-10-10T22:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1b49efeadc5b04d01ac4f1e1d1c54b1374cf82a'/>
<id>urn:sha1:d1b49efeadc5b04d01ac4f1e1d1c54b1374cf82a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make a var volatile, which forces a mem write at the right spot, and</title>
<updated>2006-10-01T11:36:33+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2006-10-01T11:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c2d940ce6f2c3ef66262b7c1953e6286cf68b267'/>
<id>urn:sha1:c2d940ce6f2c3ef66262b7c1953e6286cf68b267</id>
<content type='text'>
detctecion of underflow where it would otherwise not  happen for FPUs
that have a larger register size than sizeof double (i386, m68k). ok
deraadt@ weingart@ kettenis@
</content>
</entry>
<entry>
<title>fix a !foo &amp; bar.</title>
<updated>2006-05-19T14:15:27+00:00</updated>
<author>
<name>thib</name>
<email></email>
</author>
<published>2006-05-19T14:15:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=97354c58d33c6c705b3780bdd53cc36bbf301839'/>
<id>urn:sha1:97354c58d33c6c705b3780bdd53cc36bbf301839</id>
<content type='text'>
ok miod@, tedu@, pedro@
</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>
</feed>
