<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tanya/source, branch v0.11.1</title>
<subtitle>GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/'/>
<entry>
<title>net.inet: Import range.array as well</title>
<updated>2018-08-03T14:52:34+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2018-08-03T14:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=b04928d2c85d7b1d1ea56246e2bd2bf7e652e52c'/>
<id>b04928d2c85d7b1d1ea56246e2bd2bf7e652e52c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use identity hash for integers and pointers</title>
<updated>2018-08-02T16:37:02+00:00</updated>
<author>
<name>Nathan Sashihara</name>
<email>21227491+n8sh@users.noreply.github.com</email>
</author>
<published>2018-08-02T16:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=ceb8e6a113809110526844d18a367d501b09ed4c'/>
<id>ceb8e6a113809110526844d18a367d501b09ed4c</id>
<content type='text'>
This is appropriate because HashArray in tanya.container.entry uses
prime numbers instead of powers of 2 for its number of buckets so there
is no pitfall if the hashes are all multiples of some power of 2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is appropriate because HashArray in tanya.container.entry uses
prime numbers instead of powers of 2 for its number of buckets so there
is no pitfall if the hashes are all multiples of some power of 2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make format() public</title>
<updated>2018-08-01T14:58:23+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2018-08-01T14:58:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=900a7172bf10fb1caa0e3228b31bd390a24da1f7'/>
<id>900a7172bf10fb1caa0e3228b31bd390a24da1f7</id>
<content type='text'>
Make format() public. Deprecate to!String.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make format() public. Deprecate to!String.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix format printing only the first argument</title>
<updated>2018-07-29T10:51:38+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2018-07-29T10:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=fe0576a2d6d18ebfe9d44dc5bdb577c79d650dae'/>
<id>fe0576a2d6d18ebfe9d44dc5bdb577c79d650dae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>format: Add errol3 lookup</title>
<updated>2018-07-28T11:52:59+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2018-07-28T11:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=a5b84deca7c7a1cfe4c61d0683cdc1a21714a5b7'/>
<id>a5b84deca7c7a1cfe4c61d0683cdc1a21714a5b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>network.socket.Linger.enabled: Add return type</title>
<updated>2018-07-25T03:40:49+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2018-07-25T03:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=24056d53c539454aaef519efdf89eca825572e6e'/>
<id>24056d53c539454aaef519efdf89eca825572e6e</id>
<content type='text'>
network.socket.Linger.enabled: Add missing return type (void).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
network.socket.Linger.enabled: Add missing return type (void).
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename meta.metafunction.Tuple into Pack</title>
<updated>2018-07-24T18:16:21+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2018-07-24T18:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=d62f29abd15ca406fb360309fd561673f9558b06'/>
<id>d62f29abd15ca406fb360309fd561673f9558b06</id>
<content type='text'>
typecons.Tuples and meta.metafunction.Tuples are often used together,
from the same module. So it is reasonable give them different names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
typecons.Tuples and meta.metafunction.Tuples are often used together,
from the same module. So it is reasonable give them different names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Format fixed-point numbers</title>
<updated>2018-07-22T13:28:17+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2018-07-22T13:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=f2eb99bab05835a73b9b37d89e65c5687edd4285'/>
<id>f2eb99bab05835a73b9b37d89e65c5687edd4285</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stringish to integral type conversion. Fix #44</title>
<updated>2018-07-18T04:33:45+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2018-07-18T04:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=531cae51a3911ab6a52c79b20dc1614473eb2fb1'/>
<id>531cae51a3911ab6a52c79b20dc1614473eb2fb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>conv: Fix overflow hanndling in readIntegral</title>
<updated>2018-07-17T14:03:05+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2018-07-17T14:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/tanya/commit/?id=1b203507f6d7b4ab167f6e575fd7c206bba24d1c'/>
<id>1b203507f6d7b4ab167f6e575fd7c206bba24d1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
