<feed xmlns='http://www.w3.org/2005/Atom'>
<title>colorize.git, branch v0.66</title>
<subtitle>Colorize text on terminal with ANSI escape sequences</subtitle>
<id>http://cgit.refcnt.org/colorize.git/atom/?h=v0.66</id>
<link rel='self' href='http://cgit.refcnt.org/colorize.git/atom/?h=v0.66'/>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/'/>
<updated>2024-06-09T19:27:28+00:00</updated>
<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='http://cgit.refcnt.org/colorize.git/commit/?id=743e75340d0882c7338eee51e03148984774a532'/>
<id>urn:sha1:743e75340d0882c7338eee51e03148984774a532</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Debian Standards-Version</title>
<updated>2024-06-09T19:15:54+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2024-06-09T19:15:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=27871dae5c06b502bd869e220b4595d6a3badebe'/>
<id>urn:sha1:27871dae5c06b502bd869e220b4595d6a3badebe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debian/copyright: amend years</title>
<updated>2024-06-09T19:06:50+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2024-06-09T19:06:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=89c75b229ee5df0f16ab6e1e3d3232e066b939e7'/>
<id>urn:sha1:89c75b229ee5df0f16ab6e1e3d3232e066b939e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debian/control: use v13 mode of debhelper-compat package</title>
<updated>2024-06-09T18:40:47+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2024-06-09T18:40:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=afce53fc050061dd2c0b58111c72cf716a981148'/>
<id>urn:sha1:afce53fc050061dd2c0b58111c72cf716a981148</id>
<content type='text'>
P: colorize source: package-uses-old-debhelper-compat-version 12
</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='http://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='http://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='http://cgit.refcnt.org/colorize.git/commit/?id=68668ded3a92f4b04bfd387c701faea8a1964abc'/>
<id>urn:sha1:68668ded3a92f4b04bfd387c701faea8a1964abc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cast argument to unsigned char when invoking is*()</title>
<updated>2022-01-02T14:51:23+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2022-01-02T14:33:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=52ce0307a0ad0781bc6baa8906245bb5618b8305'/>
<id>urn:sha1:52ce0307a0ad0781bc6baa8906245bb5618b8305</id>
<content type='text'>
fixes: warning: array subscript has type ‘char’ [-Wchar-subscripts]

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

Thanks Stephan Jauernick
</content>
</entry>
<entry>
<title>main(): amend wording of diagnostic</title>
<updated>2021-12-14T20:03:42+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2021-12-14T20:03:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=33e92f53d71c1801a04328859f3802a540317c9d'/>
<id>urn:sha1:33e92f53d71c1801a04328859f3802a540317c9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: declare readme target as phony</title>
<updated>2021-01-08T21:57:46+00:00</updated>
<author>
<name>Steven Schubiger</name>
<email>stsc@refcnt.org</email>
</author>
<published>2021-01-08T21:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.refcnt.org/colorize.git/commit/?id=e1f59580969ca24e59d4a7ce3ab1b91163a758b1'/>
<id>urn:sha1:e1f59580969ca24e59d4a7ce3ab1b91163a758b1</id>
<content type='text'>
</content>
</entry>
</feed>
