<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/apt-pkg/contrib, branch 1.1.9</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.1.9</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.1.9'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2015-12-27T15:23:32Z</updated>
<entry>
<title>FileFd: Add a buffered writing mode</title>
<updated>2015-12-27T15:23:32Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-27T13:29:01Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=88749b5dc18eb5708af20185e4339e76bda6fb72'/>
<id>urn:sha1:88749b5dc18eb5708af20185e4339e76bda6fb72</id>
<content type='text'>
This is somewhat experimental right now, and might not work
for everyone, so it is on an opt-in basis.
</content>
</entry>
<entry>
<title>FildFd: Introduce a Flush() function and call it from Close()</title>
<updated>2015-12-27T15:19:33Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-27T13:25:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=766761fd836d9e247daea924809965c21cc65dc7'/>
<id>urn:sha1:766761fd836d9e247daea924809965c21cc65dc7</id>
<content type='text'>
The flush function can be used for buffered writers.
</content>
</entry>
<entry>
<title>FileFdPrivate: Add getter and setter for fields</title>
<updated>2015-12-27T14:46:29Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-27T12:31:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1d68256d525234d4fef1bb050dc2165771cdf7e3'/>
<id>urn:sha1:1d68256d525234d4fef1bb050dc2165771cdf7e3</id>
<content type='text'>
We will soon implement a buffered writing decorator and we will
need to forward attribute changes to those.
</content>
</entry>
<entry>
<title>fileutl: simple_buffer: Add write() and full() methods</title>
<updated>2015-12-27T14:43:13Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-27T14:35:51Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c368b3abe198f59d5bd4d715a801e1b187b698a7'/>
<id>urn:sha1:c368b3abe198f59d5bd4d715a801e1b187b698a7</id>
<content type='text'>
These can be used to implement write buffering

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>fileutl: simple_buffer: Mark accessors as const</title>
<updated>2015-12-27T14:43:13Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-27T14:33:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ea58d39ee3b71b02ddfd134412adc99e7b09605d'/>
<id>urn:sha1:ea58d39ee3b71b02ddfd134412adc99e7b09605d</id>
<content type='text'>
Suggested by David.

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>FileFdPrivate: Extract SimpleBuffer and mark it as hidden</title>
<updated>2015-12-27T14:32:57Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-27T14:31:34Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=38dba8cd72be4d47a5590dd4bb84845fd341869e'/>
<id>urn:sha1:38dba8cd72be4d47a5590dd4bb84845fd341869e</id>
<content type='text'>
Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>Hex2Digit: Do not use isxdigit()</title>
<updated>2015-12-27T02:16:55Z</updated>
<author>
<name>Niels Thykier</name>
<email>nthykier@debian.org</email>
</author>
<published>2015-12-27T02:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=fc8f1c22523ffc54f5440e19663aa1009b4126ca'/>
<id>urn:sha1:fc8f1c22523ffc54f5440e19663aa1009b4126ca</id>
<content type='text'>
We directly check if we are a hex digit in HexDigit, so use that
information.

[jak@debian.org: Commit message wording]
</content>
</entry>
<entry>
<title>Convert most callers of isspace() to isspace_ascii()</title>
<updated>2015-12-27T00:20:41Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-26T23:51:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=74dedb4ae28fd4f7c89bf769708d4f7edc7ed79a'/>
<id>urn:sha1:74dedb4ae28fd4f7c89bf769708d4f7edc7ed79a</id>
<content type='text'>
This converts all callers that read machine-generated data,
callers that might work with user input are not converted.
</content>
</entry>
<entry>
<title>Introduce isspace_ascii() for use by parsers</title>
<updated>2015-12-26T23:42:37Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-26T23:42:37Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=98b063439156595f74c89e923bf4d3fd51a3b36f'/>
<id>urn:sha1:98b063439156595f74c89e923bf4d3fd51a3b36f</id>
<content type='text'>
This is like isspace(), but ignores the current locale.
</content>
</entry>
<entry>
<title>Refactor InternalReadLine to not unroll Size == 0 case</title>
<updated>2015-12-26T21:46:04Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-12-26T21:23:43Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=01152444ba96051fa0ca90b08dcbb8fec9d81745'/>
<id>urn:sha1:01152444ba96051fa0ca90b08dcbb8fec9d81745</id>
<content type='text'>
There is not much point and this is more readable.

Gbp-Dch: ignore
</content>
</entry>
</feed>
