<feed xmlns='http://www.w3.org/2005/Atom'>
<title>colorize.git, branch v0.51</title>
<subtitle>Colorize text on terminal with ANSI escape sequences</subtitle>
<id>http://cgit.refcnt.org/colorize.git/atom/?h=v0.51</id>
<link rel='self' href='http://cgit.refcnt.org/colorize.git/atom/?h=v0.51'/>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/'/>
<updated>2013-08-04T15:18:30Z</updated>
<entry>
<title>colorize 0.51</title>
<updated>2013-08-04T15:18:30Z</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2013-08-04T15:18:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=083595d502d2ddfad6ff4a925ea464dc66d65cb3'/>
<id>urn:sha1:083595d502d2ddfad6ff4a925ea464dc66d65cb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Print diagnostic for wrong count of arguments</title>
<updated>2013-08-03T21:01:28Z</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2013-08-03T21:01:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=5028bdc63573b90e18980b0de1eed49d003bad2e'/>
<id>urn:sha1:5028bdc63573b90e18980b0de1eed49d003bad2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Quote original unrecognized color name</title>
<updated>2013-08-03T17:55:47Z</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2013-08-03T17:55:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=d735e9ff2fe6f739365b4f0b17c8512ab2ca8ae2'/>
<id>urn:sha1:d735e9ff2fe6f739365b4f0b17c8512ab2ca8ae2</id>
<content type='text'>
This fixes the name being quoted for bold colors:

[sts@kronos colorize-eaf4e19]$ ./colorize Greeen
./colorize: foreground color 'greeen' not recognized
</content>
</entry>
<entry>
<title>Add vfprintf_diag and macro</title>
<updated>2013-07-31T16:25:48Z</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2013-07-31T16:25:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=eaf4e19237944d1a74d1bbd37fe3930b5b13f15f'/>
<id>urn:sha1:eaf4e19237944d1a74d1bbd37fe3930b5b13f15f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Make vfprintf_{fail,diag} wrappers"</title>
<updated>2013-07-30T21:21:05Z</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2013-07-30T21:21:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=712d03dec18769c5ce00af7edfc1b5f3f35e48da'/>
<id>urn:sha1:712d03dec18769c5ce00af7edfc1b5f3f35e48da</id>
<content type='text'>
This reverts commit fbbedc1d43af9c4fbc92611db19c617378dce2e8.

Undo as variadic macros are not allowed in C89.
</content>
</entry>
<entry>
<title>Make vfprintf_{fail,diag} wrappers</title>
<updated>2013-07-27T16:01:00Z</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2013-07-27T16:01:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=fbbedc1d43af9c4fbc92611db19c617378dce2e8'/>
<id>urn:sha1:fbbedc1d43af9c4fbc92611db19c617378dce2e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check for non-empty line</title>
<updated>2013-07-16T20:19:11Z</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2013-07-16T20:19:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=71b2608d4083475b8afabe1dc684563efe461140'/>
<id>urn:sha1:71b2608d4083475b8afabe1dc684563efe461140</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eliminate stream modes</title>
<updated>2013-07-13T20:47:54Z</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2013-07-13T20:47:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=48e16787d8aa263099b0f8d2d6faf4fe72a1c0d3'/>
<id>urn:sha1:48e16787d8aa263099b0f8d2d6faf4fe72a1c0d3</id>
<content type='text'>
The added complexity is not worth the cost as these modes do not
provide a real speed benefit nor is the implementation mature.

Thus, remove them.
</content>
</entry>
<entry>
<title>Tighten scope of test</title>
<updated>2013-07-04T09:12:45Z</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2013-07-04T09:12:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=8018e45de87a4dfd0b5a52d8b40f1958fa26fd73'/>
<id>urn:sha1:8018e45de87a4dfd0b5a52d8b40f1958fa26fd73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean sequences more strictly</title>
<updated>2013-07-03T21:40:37Z</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2013-07-03T21:40:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=bc00d671241fb5509b81a13efdf50cae616610d0'/>
<id>urn:sha1:bc00d671241fb5509b81a13efdf50cae616610d0</id>
<content type='text'>
</content>
</entry>
</feed>
