<feed xmlns='http://www.w3.org/2005/Atom'>
<title>colorize.git/colorize.c, branch v0.67</title>
<subtitle>Colorize text on terminal with ANSI escape sequences</subtitle>
<id>https://cgit.refcnt.org/colorize.git/atom/colorize.c?h=v0.67</id>
<link rel='self' href='https://cgit.refcnt.org/colorize.git/atom/colorize.c?h=v0.67'/>
<link rel='alternate' type='text/html' href='https://cgit.refcnt.org/colorize.git/'/>
<updated>2026-02-11T12:14:48+00:00</updated>
<entry>
<title>colorize 0.67</title>
<updated>2026-02-11T12:14:48+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2026-02-11T12:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.refcnt.org/colorize.git/commit/?id=4e8795f4598581309f8804182c5fdc776e04038c'/>
<id>urn:sha1:4e8795f4598581309f8804182c5fdc776e04038c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't increment rainbow color with partial line</title>
<updated>2024-08-03T21:00:20+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2024-08-03T21:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.refcnt.org/colorize.git/commit/?id=eb322687409127e0519f1305ce1763fab10508ce'/>
<id>urn:sha1:eb322687409127e0519f1305ce1763fab10508ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor tweaks for rainbow mode</title>
<updated>2024-07-30T12:40:32+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2024-07-30T12:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.refcnt.org/colorize.git/commit/?id=db8be3e9012423c6b64e6e4112396c2eae426dc5'/>
<id>urn:sha1:db8be3e9012423c6b64e6e4112396c2eae426dc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow for background color rainbow mode</title>
<updated>2024-07-28T15:04:36+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2024-07-28T15:04:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.refcnt.org/colorize.git/commit/?id=46921f49f5e5e68f75a0d08671147ea4edcc8b0b'/>
<id>urn:sha1:46921f49f5e5e68f75a0d08671147ea4edcc8b0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>init_conf_boolean(): merge duplicated code</title>
<updated>2024-07-25T20:26:42+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2024-07-25T20:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.refcnt.org/colorize.git/commit/?id=d681c49c3229265ab29621430a64606165629c9b'/>
<id>urn:sha1:d681c49c3229265ab29621430a64606165629c9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add initial implementation of foreground color rainbow mode</title>
<updated>2024-07-25T12:35:26+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2024-07-25T12:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.refcnt.org/colorize.git/commit/?id=369e45fece49bb8487b8924a0851cc0ef8c6fbb8'/>
<id>urn:sha1:369e45fece49bb8487b8924a0851cc0ef8c6fbb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>colorize 0.66</title>
<updated>2024-06-09T19:27:28+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2024-06-09T19:27:28+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.refcnt.org/colorize.git/commit/?id=743e75340d0882c7338eee51e03148984774a532'/>
<id>urn:sha1:743e75340d0882c7338eee51e03148984774a532</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Omit declaration of optind/optarg</title>
<updated>2022-06-13T20:15:59+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2022-06-13T20:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.refcnt.org/colorize.git/commit/?id=86eee2131a7dc1d5893f1644e65bf35b18131350'/>
<id>urn:sha1:86eee2131a7dc1d5893f1644e65bf35b18131350</id>
<content type='text'>
fixes: warning: ‘optind’ redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
fixes: warning: ‘optarg’ redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]

https://github.com/stsc/colorize/issues/1

Thanks Stephan Jauernick
</content>
</entry>
<entry>
<title>Add comment that getpwuid() leaks memory</title>
<updated>2022-06-12T14:44:17+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2022-06-12T14:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.refcnt.org/colorize.git/commit/?id=66783f3f7b3eb4d0c3bfaf4d069e62bf1e4f5174'/>
<id>urn:sha1:66783f3f7b3eb4d0c3bfaf4d069e62bf1e4f5174</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cast argument to unsigned char when invoking to{lower,upper}()</title>
<updated>2022-01-02T15:56:41+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2022-01-02T15:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.refcnt.org/colorize.git/commit/?id=68668ded3a92f4b04bfd387c701faea8a1964abc'/>
<id>urn:sha1:68668ded3a92f4b04bfd387c701faea8a1964abc</id>
<content type='text'>
</content>
</entry>
</feed>
