<feed xmlns='http://www.w3.org/2005/Atom'>
<title>colorize.git, branch v0.58</title>
<subtitle>Colorize text on terminal with ANSI escape sequences</subtitle>
<id>http://cgit.refcnt.org/colorize.git/atom/?h=v0.58</id>
<link rel='self' href='http://cgit.refcnt.org/colorize.git/atom/?h=v0.58'/>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/'/>
<updated>2016-01-21T11:06:41+00:00</updated>
<entry>
<title>colorize 0.58</title>
<updated>2016-01-21T11:06:41+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2016-01-21T11:06:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=189af18c6bd1f1f01d410fff4bc9d3996136b373'/>
<id>urn:sha1:189af18c6bd1f1f01d410fff4bc9d3996136b373</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add AUTHORS</title>
<updated>2016-01-21T10:22:09+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2016-01-21T10:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=e40fb97017ae74436bf55e1fc02da55b18d28c78'/>
<id>urn:sha1:e40fb97017ae74436bf55e1fc02da55b18d28c78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove a.out on make clean</title>
<updated>2016-01-21T09:34:04+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2016-01-21T09:34:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=97f34c606c888c5b0ea78aec38e9b669b56fa70a'/>
<id>urn:sha1:97f34c606c888c5b0ea78aec38e9b669b56fa70a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>List color separator in version output</title>
<updated>2016-01-20T18:33:54+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2016-01-20T18:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=1c1a8fa43747729d189904ecc2a2a86de29b88b0'/>
<id>urn:sha1:1c1a8fa43747729d189904ecc2a2a86de29b88b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make color separator configurable</title>
<updated>2016-01-19T20:48:11+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2016-01-19T20:48:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=b06babbc25367908898467939a1f168780046fa8'/>
<id>urn:sha1:b06babbc25367908898467939a1f168780046fa8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimize merging for partial lines further</title>
<updated>2016-01-15T14:40:32+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2016-01-15T14:40:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=025bf75f863750d29f7c7b523c2ad92f5bb62832'/>
<id>urn:sha1:025bf75f863750d29f7c7b523c2ad92f5bb62832</id>
<content type='text'>
Completing partial lines (i.e., to ones without truncated escape sequences)
can be handled more efficiently by concatenating only the partial line
beginning at the last escape control character with the characters read
from the input stream.  Compared to previous code which concatenated the
*entire* partial line with the characters read, pass now the resulting
string of aforementioned concatenation separately to the escape sequence
cleaning function.

Even though it may appear as a minor optimisation, it is a /substantial/
improvement in terms of memory being allocated when cleaning lines.
</content>
</entry>
<entry>
<title>Add README section header</title>
<updated>2016-01-01T12:55:06+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2016-01-01T12:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=dbbbe0626872bd88a0262a8545b81a1b5eeceaa4'/>
<id>urn:sha1:dbbbe0626872bd88a0262a8545b81a1b5eeceaa4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring data type into line</title>
<updated>2015-11-28T20:32:49+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2015-11-28T20:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=26c918ce126949b27ab3586248cdfffb902dc586'/>
<id>urn:sha1:26c918ce126949b27ab3586248cdfffb902dc586</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Circumvent cleanup function for testing output</title>
<updated>2015-11-07T21:33:14+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2015-11-07T21:33:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=0bb0226c45a302f5c06676818dd94ae7604d6c1b'/>
<id>urn:sha1:0bb0226c45a302f5c06676818dd94ae7604d6c1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move path skipping code to a function</title>
<updated>2015-10-27T19:31:34+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2015-10-27T19:31:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=d333dd13bcc968fb82db68bc1481c1e37754d71e'/>
<id>urn:sha1:d333dd13bcc968fb82db68bc1481c1e37754d71e</id>
<content type='text'>
</content>
</entry>
</feed>
