<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/core/strtoull.c, branch openslx</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/core/strtoull.c?h=openslx</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/core/strtoull.c?h=openslx'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2015-02-19T16:00:01+00:00</updated>
<entry>
<title>[libc] Rewrite strtoul()</title>
<updated>2015-02-19T16:00:01+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2015-02-19T16:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=a32b1e9e3557393d60fb4805cd74d8ba357b66cb'/>
<id>urn:sha1:a32b1e9e3557393d60fb4805cd74d8ba357b66cb</id>
<content type='text'>
The implementation of strtoul() has a partially unknown provenance.
Rewrite this code to avoid potential licensing uncertainty.

Since we now use -ffunction-sections, there is no need to place
strtoull() in a separate file from strtoul().

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[libc] Allow strtoul() to interpret negative numbers</title>
<updated>2012-04-17T09:42:08+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2012-04-17T09:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=1d33649516f2046e9fe692d42fffeeec96a2b858'/>
<id>urn:sha1:1d33649516f2046e9fe692d42fffeeec96a2b858</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[libc] Add strtoull()</title>
<updated>2010-08-19T11:22:07+00:00</updated>
<author>
<name>Piotr Jaroszyński</name>
</author>
<published>2010-07-18T15:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=1822b1deb939c28d8ca8078d16c4ab33e8edec90'/>
<id>urn:sha1:1822b1deb939c28d8ca8078d16c4ab33e8edec90</id>
<content type='text'>
Don't implement strtoul() on top of strtoull() as strtoull() is much
bigger and only used on linux currently. Instead refactor most of the
logic out of strtoul() into static inlines and reuse that. Also put it
in a separate object so it won't get linked in.

Signed-off-by: Piotr Jaroszyński &lt;p.jaroszynski@gmail.com&gt;
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
</feed>
