<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>sic, branch HEAD</title>
<subtitle>simple irc client
</subtitle>
<entry>
<id>058547e707e961e0cb7f8af4877f1b92f4c6d888</id>
<published>2021-05-06T10:18:21Z</published>
<updated>2021-05-06T10:20:30Z</updated>
<title type="text">util: trim() fix for UB on pointer arithmetic</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/058547e707e961e0cb7f8af4877f1b92f4c6d888.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content type="text">commit 058547e707e961e0cb7f8af4877f1b92f4c6d888
parent 68c1c4e5110ed6a30cd3da0ae0c2ab0753e02cbb
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Thu,  6 May 2021 12:18:21 +0200

util: trim() fix for UB on pointer arithmetic

Follow-up fix on commit df4c0611366bf361fa263fbc57009cbe68456855

&quot;
While it is true reversing the condition solves a single-byte read at
one before s, there is a second instance of UB.

Having a pointer to one before an object is in of itself UB in C, it&#39;s
on the side of language lawyering, but it&#39;s UB.
I add here a quote from a C standard draft:
&gt; When an expression that has integer type is added to or subtracted
&gt; from a pointer, the result has the type of the pointer operand.
&gt; If both the pointer operand and the result point to elements of the
&gt; same array object, or one past the last element of the array object,
&gt; the evaluation shall not produce an overflow; otherwise, the
&gt; behavior is undefined.
Taken from: http://www.iso-9899.info/n1570.html#6.5.6p8
&quot;

Thanks Guilherme Janczak &lt;[email protected]&gt;

</content>
</entry>
<entry>
<id>68c1c4e5110ed6a30cd3da0ae0c2ab0753e02cbb</id>
<published>2021-05-05T23:42:38Z</published>
<updated>2021-05-05T23:47:08Z</updated>
<title type="text">README: fix a minor typo and make a small rewording</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/68c1c4e5110ed6a30cd3da0ae0c2ab0753e02cbb.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content type="text">commit 68c1c4e5110ed6a30cd3da0ae0c2ab0753e02cbb
parent f2c5daa9fe8ee9da89b9596c2b316ba7f9bd64a7
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Thu,  6 May 2021 01:42:38 +0200

README: fix a minor typo and make a small rewording

</content>
</entry>
<entry>
<id>f2c5daa9fe8ee9da89b9596c2b316ba7f9bd64a7</id>
<published>2021-05-05T23:39:46Z</published>
<updated>2021-05-05T23:45:51Z</updated>
<title type="text">Makefile improvements</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/f2c5daa9fe8ee9da89b9596c2b316ba7f9bd64a7.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content type="text">commit f2c5daa9fe8ee9da89b9596c2b316ba7f9bd64a7
parent 81533f966ec31049c6159eac482bb821cb1e54ef
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Thu,  6 May 2021 01:39:46 +0200

Makefile improvements

- Respect system/port flags by default.
- Be verbose and do not hide output. This makes it easier to debug a build.
- Remove the &quot;options&quot; target.
- Remove config.mk: just edit the Makefile or override flags if needed.
- dist: no need to clean before packaging files.
- dist: pipe directly to gzip without an intermediate tarball file.
- Define and add a POSIX marker to the Makefile.

</content>
</entry>
<entry>
<id>81533f966ec31049c6159eac482bb821cb1e54ef</id>
<published>2021-05-05T23:16:13Z</published>
<updated>2021-05-05T23:16:13Z</updated>
<title type="text">util: dial: no need for a static struct hints</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/81533f966ec31049c6159eac482bb821cb1e54ef.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content type="text">commit 81533f966ec31049c6159eac482bb821cb1e54ef
parent b188c784329baf8479f30f06c61c12226d797115
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Thu,  6 May 2021 01:16:13 +0200

util: dial: no need for a static struct hints

</content>
</entry>
<entry>
<id>b188c784329baf8479f30f06c61c12226d797115</id>
<published>2021-05-05T23:14:21Z</published>
<updated>2021-05-05T23:14:21Z</updated>
<title type="text">util: fix a shadowed variable name `srv`</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/b188c784329baf8479f30f06c61c12226d797115.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content type="text">commit b188c784329baf8479f30f06c61c12226d797115
parent d9bda20849c464eff0adb56414da1840abc6ef6a
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Thu,  6 May 2021 01:14:21 +0200

util: fix a shadowed variable name `srv`

</content>
</entry>
<entry>
<id>d9bda20849c464eff0adb56414da1840abc6ef6a</id>
<published>2021-05-05T23:09:21Z</published>
<updated>2021-05-05T23:09:21Z</updated>
<title type="text">fix undefined behaviour of using isspace ctype function</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/d9bda20849c464eff0adb56414da1840abc6ef6a.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content type="text">commit d9bda20849c464eff0adb56414da1840abc6ef6a
parent df4c0611366bf361fa263fbc57009cbe68456855
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Thu,  6 May 2021 01:09:21 +0200

fix undefined behaviour of using isspace ctype function

cast all ctype(3) functions argument to (unsigned char) to avoid UB

POSIX says:
&quot;The c argument is an int, the value of which the application shall ensure is a
character representable as an unsigned char or equal to the value of the macro
EOF. If the argument has any other value, the behavior is undefined.&quot;

Many libc cast implicitly the value, but NetBSD for example does not, which is
probably the correct thing to interpret it.

</content>
</entry>
<entry>
<id>df4c0611366bf361fa263fbc57009cbe68456855</id>
<published>2021-05-05T23:04:35Z</published>
<updated>2021-05-05T23:04:35Z</updated>
<title type="text">fix an out-of-bounds read if the input is &quot;&quot;</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/df4c0611366bf361fa263fbc57009cbe68456855.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content type="text">commit df4c0611366bf361fa263fbc57009cbe68456855
parent ec293427a0cc2ef7f561a60347ce940d567efb72
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Thu,  6 May 2021 01:04:35 +0200

fix an out-of-bounds read if the input is &quot;&quot;

Notified by Guilherme Janczak &lt;[email protected]&gt;, thanks!

</content>
</entry>
<entry>
<id>ec293427a0cc2ef7f561a60347ce940d567efb72</id>
<published>2020-10-11T12:51:35Z</published>
<updated>2020-10-11T12:51:35Z</updated>
<title type="text">fix include: include sys/select.h for select(2) and FD_(ZERO|SET)</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/ec293427a0cc2ef7f561a60347ce940d567efb72.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content type="text">commit ec293427a0cc2ef7f561a60347ce940d567efb72
parent 9bb34de449c8f22d869a6f3794107ed25d37c7c1
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Sun, 11 Oct 2020 14:51:35 +0200

fix include: include sys/select.h for select(2) and FD_(ZERO|SET)

Reported by nonterminal on IRC, thanks!

</content>
</entry>
<entry>
<id>9bb34de449c8f22d869a6f3794107ed25d37c7c1</id>
<published>2017-03-18T18:24:55Z</published>
<updated>2017-03-18T18:24:55Z</updated>
<title type="text">added Joerg Jung&#39;s pledge patch</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/9bb34de449c8f22d869a6f3794107ed25d37c7c1.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 9bb34de449c8f22d869a6f3794107ed25d37c7c1
parent 7f0141bbe92dc6c3423ff39d21e8ec5c18b58ec1
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Sat, 18 Mar 2017 19:24:55 +0100

added Joerg Jung&#39;s pledge patch

</content>
</entry>
<entry>
<id>7f0141bbe92dc6c3423ff39d21e8ec5c18b58ec1</id>
<published>2014-12-22T10:34:35Z</published>
<updated>2014-12-22T10:34:35Z</updated>
<title type="text">applied Troels unbuffer stdin patch, thanks</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/7f0141bbe92dc6c3423ff39d21e8ec5c18b58ec1.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 7f0141bbe92dc6c3423ff39d21e8ec5c18b58ec1
parent 6ae3c37e30f024d27e5b759f58a96c0bac0c5254
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Mon, 22 Dec 2014 11:34:35 +0100

applied Troels unbuffer stdin patch, thanks

</content>
</entry>
<entry>
<id>6ae3c37e30f024d27e5b759f58a96c0bac0c5254</id>
<published>2014-11-19T13:28:49Z</published>
<updated>2014-11-19T13:28:49Z</updated>
<title type="text">fix dist target, thanks Dimitris!</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/6ae3c37e30f024d27e5b759f58a96c0bac0c5254.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 6ae3c37e30f024d27e5b759f58a96c0bac0c5254
parent 6d4fd01fc10ab1196f6bdd52b39e4fd7214b56da
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Wed, 19 Nov 2014 14:28:49 +0100

fix dist target, thanks Dimitris!

</content>
</entry>
<entry>
<id>6d4fd01fc10ab1196f6bdd52b39e4fd7214b56da</id>
<published>2014-11-14T15:07:17Z</published>
<updated>2014-11-14T15:07:17Z</updated>
<title type="text">missed to remove old .hgtags</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/6d4fd01fc10ab1196f6bdd52b39e4fd7214b56da.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 6d4fd01fc10ab1196f6bdd52b39e4fd7214b56da
parent 6703fe45923e62fdad4ebdcc25c7df7dddbe1db8
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Fri, 14 Nov 2014 16:07:17 +0100

missed to remove old .hgtags

</content>
</entry>
<entry>
<id>6703fe45923e62fdad4ebdcc25c7df7dddbe1db8</id>
<published>2014-11-14T15:06:28Z</published>
<updated>2014-11-14T15:06:28Z</updated>
<title type="text">applied 3 additional patches by Dimitris</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/6703fe45923e62fdad4ebdcc25c7df7dddbe1db8.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 6703fe45923e62fdad4ebdcc25c7df7dddbe1db8
parent 5eaa0fff0d2d5c4b3f875add16894d53a7da9c45
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Fri, 14 Nov 2014 16:06:28 +0100

applied 3 additional patches by Dimitris

</content>
</entry>
<entry>
<id>5eaa0fff0d2d5c4b3f875add16894d53a7da9c45</id>
<published>2014-11-12T10:18:50Z</published>
<updated>2014-11-12T10:18:50Z</updated>
<title type="text">applied Eric&#39;s follow up patch</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/5eaa0fff0d2d5c4b3f875add16894d53a7da9c45.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 5eaa0fff0d2d5c4b3f875add16894d53a7da9c45
parent f87d3f5bef896bc066d46170b6e124d2a2239fba
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Wed, 12 Nov 2014 11:18:50 +0100

applied Eric&#39;s follow up patch

</content>
</entry>
<entry>
<id>f87d3f5bef896bc066d46170b6e124d2a2239fba</id>
<published>2014-11-02T08:23:48Z</published>
<updated>2014-11-02T08:23:48Z</updated>
<title type="text">applied Eric&#39;s config.def.h patch</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/f87d3f5bef896bc066d46170b6e124d2a2239fba.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit f87d3f5bef896bc066d46170b6e124d2a2239fba
parent 7cfa52d6eb11bd1c14e626806cce56c3faeadf26
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Sun,  2 Nov 2014 09:23:48 +0100

applied Eric&#39;s config.def.h patch

</content>
</entry>
<entry>
<id>7cfa52d6eb11bd1c14e626806cce56c3faeadf26</id>
<published>2013-08-02T20:45:08Z</published>
<updated>2013-08-02T20:45:08Z</updated>
<title type="text">version bump</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/7cfa52d6eb11bd1c14e626806cce56c3faeadf26.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 7cfa52d6eb11bd1c14e626806cce56c3faeadf26
parent 16c1c2df60735bf2ea3e9f5f1c6a3a1e0dd9f7f3
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Fri,  2 Aug 2013 22:45:08 +0200

version bump

</content>
</entry>
<entry>
<id>16c1c2df60735bf2ea3e9f5f1c6a3a1e0dd9f7f3</id>
<published>2013-08-02T20:20:48Z</published>
<updated>2013-08-02T20:20:48Z</updated>
<title type="text">fixed a silly bug, reported by several people, including Mark Edgar</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/16c1c2df60735bf2ea3e9f5f1c6a3a1e0dd9f7f3.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 16c1c2df60735bf2ea3e9f5f1c6a3a1e0dd9f7f3
parent fe525b32095b1575ddccda34658881262d4c9a1b
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Fri,  2 Aug 2013 22:20:48 +0200

fixed a silly bug, reported by several people, including Mark Edgar

</content>
</entry>
<entry>
<id>fe525b32095b1575ddccda34658881262d4c9a1b</id>
<published>2013-05-05T15:42:52Z</published>
<updated>2013-05-05T15:42:52Z</updated>
<title type="text">prepared a new release</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/fe525b32095b1575ddccda34658881262d4c9a1b.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit fe525b32095b1575ddccda34658881262d4c9a1b
parent a28f8b49c83f20586f67722ef745e96470f1ffeb
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Sun,  5 May 2013 17:42:52 +0200

prepared a new release

</content>
</entry>
<entry>
<id>a28f8b49c83f20586f67722ef745e96470f1ffeb</id>
<published>2012-04-19T23:15:32Z</published>
<updated>2012-04-19T23:15:32Z</updated>
<title type="text">a few corrections to manpage</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/a28f8b49c83f20586f67722ef745e96470f1ffeb.gph" />
<author>
<name>Connor Lane Smith</name>
<email>[email protected]</email>
</author>
<content type="text">commit a28f8b49c83f20586f67722ef745e96470f1ffeb
parent bade9ccb6cc6e1e4969644ca8d96ad9c32de23f4
Author: Connor Lane Smith &lt;[email protected]&gt;
Date:   Fri, 20 Apr 2012 00:15:32 +0100

a few corrections to manpage
</content>
</entry>
<entry>
<id>bade9ccb6cc6e1e4969644ca8d96ad9c32de23f4</id>
<published>2012-02-05T15:47:38Z</published>
<updated>2012-02-05T15:47:38Z</updated>
<title type="text">reversed the -u switch</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/bade9ccb6cc6e1e4969644ca8d96ad9c32de23f4.gph" />
<author>
<name>[email protected]</name>
<email>unknown</email>
</author>
<content type="text">commit bade9ccb6cc6e1e4969644ca8d96ad9c32de23f4
parent 2831ca36c3b6f8987e6cd188db44e451b4661862
Author: [email protected] &lt;unknown&gt;
Date:   Sun,  5 Feb 2012 16:47:38 +0100

reversed the -u switch
</content>
</entry>
<entry>
<id>2831ca36c3b6f8987e6cd188db44e451b4661862</id>
<published>2012-01-22T17:27:17Z</published>
<updated>2012-01-22T17:27:17Z</updated>
<title type="text">applied Quentin Carbonneaux&#39;s user patch</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/2831ca36c3b6f8987e6cd188db44e451b4661862.gph" />
<author>
<name>[email protected]</name>
<email>unknown</email>
</author>
<content type="text">commit 2831ca36c3b6f8987e6cd188db44e451b4661862
parent 3b5d848cd40c3ae8d7ac351f0c023217afa25e9e
Author: [email protected] &lt;unknown&gt;
Date:   Sun, 22 Jan 2012 18:27:17 +0100

applied Quentin Carbonneaux&#39;s user patch
</content>
</entry>
<entry>
<id>3b5d848cd40c3ae8d7ac351f0c023217afa25e9e</id>
<published>2011-04-08T12:51:16Z</published>
<updated>2011-04-08T12:51:16Z</updated>
<title type="text">applied Jeroen&#39;s manpage patch, thanks!</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/3b5d848cd40c3ae8d7ac351f0c023217afa25e9e.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 3b5d848cd40c3ae8d7ac351f0c023217afa25e9e
parent efb5435694d27b897ffb97f3bf4984488893bf80
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Fri,  8 Apr 2011 12:51:16 +0000

applied Jeroen&#39;s manpage patch, thanks!
</content>
</entry>
<entry>
<id>efb5435694d27b897ffb97f3bf4984488893bf80</id>
<published>2011-03-06T07:37:21Z</published>
<updated>2011-03-06T07:37:21Z</updated>
<title type="text">applied Dimitris patches, thanks</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/efb5435694d27b897ffb97f3bf4984488893bf80.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit efb5435694d27b897ffb97f3bf4984488893bf80
parent fdaf2adbc98db2979e68fbb653620a974c338d0a
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Sun,  6 Mar 2011 07:37:21 +0000

applied Dimitris patches, thanks
</content>
</entry>
<entry>
<id>fdaf2adbc98db2979e68fbb653620a974c338d0a</id>
<published>2010-08-06T08:52:12Z</published>
<updated>2010-08-06T08:52:12Z</updated>
<title type="text">fixed issue reported by serge on irc, util.c was excluded in dist target</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/fdaf2adbc98db2979e68fbb653620a974c338d0a.gph" />
<author>
<name>[email protected]</name>
<email>unknown</email>
</author>
<content type="text">commit fdaf2adbc98db2979e68fbb653620a974c338d0a
parent a4ba8e3b08cff1046e87c59ad688b8f7f6c42a41
Author: [email protected] &lt;unknown&gt;
Date:   Fri,  6 Aug 2010 09:52:12 +0100

fixed issue reported by serge on irc, util.c was excluded in dist target
</content>
</entry>
<entry>
<id>a4ba8e3b08cff1046e87c59ad688b8f7f6c42a41</id>
<published>2010-05-25T16:03:25Z</published>
<updated>2010-05-25T16:03:25Z</updated>
<title type="text">Added tag 1.1 for changeset d6140e3685b8</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/a4ba8e3b08cff1046e87c59ad688b8f7f6c42a41.gph" />
<author>
<name>Kris Maglione</name>
<email>[email protected]</email>
</author>
<content type="text">commit a4ba8e3b08cff1046e87c59ad688b8f7f6c42a41
parent 6af1b812ae862a64e0c92060b993b591a72d741e
Author: Kris Maglione &lt;[email protected]&gt;
Date:   Tue, 25 May 2010 12:03:25 -0400

Added tag 1.1 for changeset d6140e3685b8
</content>
</entry>
<entry>
<id>6af1b812ae862a64e0c92060b993b591a72d741e</id>
<published>2010-05-14T17:01:20Z</published>
<updated>2010-05-14T17:01:20Z</updated>
<title type="text">cleanup</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/6af1b812ae862a64e0c92060b993b591a72d741e.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 6af1b812ae862a64e0c92060b993b591a72d741e
parent 75d42255f22a40935ced8b2e4c134996f8efebe2
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Fri, 14 May 2010 18:01:20 +0100

cleanup
</content>
</entry>
<entry>
<id>75d42255f22a40935ced8b2e4c134996f8efebe2</id>
<published>2010-04-17T10:12:54Z</published>
<updated>2010-04-17T10:12:54Z</updated>
<title type="text">applied anonymous cleanup patch, thanks anonymous!</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/75d42255f22a40935ced8b2e4c134996f8efebe2.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 75d42255f22a40935ced8b2e4c134996f8efebe2
parent dad75aa6ba9f9b50b5f6c656929092aad0963462
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Sat, 17 Apr 2010 11:12:54 +0100

applied anonymous cleanup patch, thanks anonymous!
</content>
</entry>
<entry>
<id>dad75aa6ba9f9b50b5f6c656929092aad0963462</id>
<published>2010-03-23T18:00:37Z</published>
<updated>2010-03-23T18:00:37Z</updated>
<title type="text">removed debug line</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/dad75aa6ba9f9b50b5f6c656929092aad0963462.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit dad75aa6ba9f9b50b5f6c656929092aad0963462
parent d78d10d1a17e24c3b9ee0a9892c84035a95c413d
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Tue, 23 Mar 2010 18:00:37 +0000

removed debug line
</content>
</entry>
<entry>
<id>d78d10d1a17e24c3b9ee0a9892c84035a95c413d</id>
<published>2010-03-22T13:29:33Z</published>
<updated>2010-03-22T13:29:33Z</updated>
<title type="text">bugfix</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/d78d10d1a17e24c3b9ee0a9892c84035a95c413d.gph" />
<author>
<name>[email protected]</name>
<email>unknown</email>
</author>
<content type="text">commit d78d10d1a17e24c3b9ee0a9892c84035a95c413d
parent 1a4256ef71ddba6c3cbb28861e0321184860653f
Author: [email protected] &lt;unknown&gt;
Date:   Mon, 22 Mar 2010 13:29:33 +0000

bugfix
</content>
</entry>
<entry>
<id>1a4256ef71ddba6c3cbb28861e0321184860653f</id>
<published>2009-11-28T12:16:35Z</published>
<updated>2009-11-28T12:16:35Z</updated>
<title type="text">merged kris&#39; changes into mainstream sic</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/1a4256ef71ddba6c3cbb28861e0321184860653f.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 1a4256ef71ddba6c3cbb28861e0321184860653f
parent 9c7027fcbf86f3082bf0609a7784cc6f6cfa87c7
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Sat, 28 Nov 2009 12:16:35 +0000

merged kris&#39; changes into mainstream sic
</content>
</entry>
<entry>
<id>9c7027fcbf86f3082bf0609a7784cc6f6cfa87c7</id>
<published>2009-10-30T09:34:59Z</published>
<updated>2009-10-30T09:34:59Z</updated>
<title type="text">applied clamiax&#39; patch for null messages</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/9c7027fcbf86f3082bf0609a7784cc6f6cfa87c7.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 9c7027fcbf86f3082bf0609a7784cc6f6cfa87c7
parent 7f1961d4c6c5e326fcb588785f1935e4176a2d01
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Fri, 30 Oct 2009 09:34:59 +0000

applied clamiax&#39; patch for null messages
</content>
</entry>
<entry>
<id>7f1961d4c6c5e326fcb588785f1935e4176a2d01</id>
<published>2009-09-23T16:52:13Z</published>
<updated>2009-09-23T16:52:13Z</updated>
<title type="text">Update sic/util.c to match sic.c tip.</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/7f1961d4c6c5e326fcb588785f1935e4176a2d01.gph" />
<author>
<name>Kris Maglione</name>
<email>[email protected]</email>
</author>
<content type="text">commit 7f1961d4c6c5e326fcb588785f1935e4176a2d01
parent 2b853804113a01672790aed67cb372d35554b61e
Author: Kris Maglione &lt;[email protected]&gt;
Date:   Wed, 23 Sep 2009 12:52:13 -0400

Update sic/util.c to match sic.c tip.
</content>
</entry>
<entry>
<id>2b853804113a01672790aed67cb372d35554b61e</id>
<published>2009-09-23T15:26:48Z</published>
<updated>2009-09-23T15:26:48Z</updated>
<title type="text">Update kris/util.c strlcpy</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/2b853804113a01672790aed67cb372d35554b61e.gph" />
<author>
<name>Kris Maglione</name>
<email>[email protected]</email>
</author>
<content type="text">commit 2b853804113a01672790aed67cb372d35554b61e
parent 14e430ac5b398e0c47f1d80f3c4f4b6386f545c2
Author: Kris Maglione &lt;[email protected]&gt;
Date:   Wed, 23 Sep 2009 11:26:48 -0400

Update kris/util.c strlcpy
</content>
</entry>
<entry>
<id>14e430ac5b398e0c47f1d80f3c4f4b6386f545c2</id>
<published>2009-09-23T13:32:20Z</published>
<updated>2009-09-23T13:32:20Z</updated>
<title type="text">added kris&#39; sic.c and util.c temporarily, will need some time to see what will and won&#39;t be integrated into mainstream sic.c</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/14e430ac5b398e0c47f1d80f3c4f4b6386f545c2.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 14e430ac5b398e0c47f1d80f3c4f4b6386f545c2
parent 261dc71e58261c801e2be4db413e30b066ecf68f
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Wed, 23 Sep 2009 14:32:20 +0100

added kris&#39; sic.c and util.c temporarily, will need some time to see what will and won&#39;t be integrated into mainstream sic.c
</content>
</entry>
<entry>
<id>261dc71e58261c801e2be4db413e30b066ecf68f</id>
<published>2009-09-23T13:21:03Z</published>
<updated>2009-09-23T13:21:03Z</updated>
<title type="text">applied portions of Mark Edgars patch</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/261dc71e58261c801e2be4db413e30b066ecf68f.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 261dc71e58261c801e2be4db413e30b066ecf68f
parent 4a4f924fee3f3779e5856eabaed7672ca8d92a77
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Wed, 23 Sep 2009 14:21:03 +0100

applied portions of Mark Edgars patch
</content>
</entry>
<entry>
<id>4a4f924fee3f3779e5856eabaed7672ca8d92a77</id>
<published>2009-08-07T07:37:09Z</published>
<updated>2009-08-07T07:37:09Z</updated>
<title type="text">applied Martin Kopta&#39;s splint patch</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/4a4f924fee3f3779e5856eabaed7672ca8d92a77.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 4a4f924fee3f3779e5856eabaed7672ca8d92a77
parent b3ed5f414fab000e509ae23094befddca2aa6137
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Fri,  7 Aug 2009 08:37:09 +0100

applied Martin Kopta&#39;s splint patch
</content>
</entry>
<entry>
<id>b3ed5f414fab000e509ae23094befddca2aa6137</id>
<published>2009-02-21T19:14:13Z</published>
<updated>2009-02-21T19:14:13Z</updated>
<title type="text">thanks to Matthias-Christian Ott for this hint</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/b3ed5f414fab000e509ae23094befddca2aa6137.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit b3ed5f414fab000e509ae23094befddca2aa6137
parent ca6ba9a64a1332bf2bb4fac4b08030812dc3ff07
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Sat, 21 Feb 2009 19:14:13 +0000

thanks to Matthias-Christian Ott for this hint
</content>
</entry>
<entry>
<id>ca6ba9a64a1332bf2bb4fac4b08030812dc3ff07</id>
<published>2009-02-14T11:53:47Z</published>
<updated>2009-02-14T11:53:47Z</updated>
<title type="text">applied Jeroen Schot&#39;s patch</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/ca6ba9a64a1332bf2bb4fac4b08030812dc3ff07.gph" />
<author>
<name>a@null</name>
<email>unknown</email>
</author>
<content type="text">commit ca6ba9a64a1332bf2bb4fac4b08030812dc3ff07
parent f3827eec2a299cb0a556f9db12206e97d0f6e390
Author: a@null &lt;unknown&gt;
Date:   Sat, 14 Feb 2009 11:53:47 +0000

applied Jeroen Schot&#39;s patch
</content>
</entry>
<entry>
<id>f3827eec2a299cb0a556f9db12206e97d0f6e390</id>
<published>2009-02-14T11:42:45Z</published>
<updated>2009-02-14T11:42:45Z</updated>
<title type="text">applied Matthias-Christian Ott&#39;s remark about trailing newlines</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/f3827eec2a299cb0a556f9db12206e97d0f6e390.gph" />
<author>
<name>a@null</name>
<email>unknown</email>
</author>
<content type="text">commit f3827eec2a299cb0a556f9db12206e97d0f6e390
parent 8b2eeee541044627d2f3ccb0ad9275d92cb1e5fd
Author: a@null &lt;unknown&gt;
Date:   Sat, 14 Feb 2009 11:42:45 +0000

applied Matthias-Christian Ott&#39;s remark about trailing newlines
</content>
</entry>
<entry>
<id>8b2eeee541044627d2f3ccb0ad9275d92cb1e5fd</id>
<published>2008-07-29T18:22:08Z</published>
<updated>2008-07-29T18:22:08Z</updated>
<title type="text">Added tag 1.0 for changeset b8794f3ed15e</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/8b2eeee541044627d2f3ccb0ad9275d92cb1e5fd.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 8b2eeee541044627d2f3ccb0ad9275d92cb1e5fd
parent 2a372e2df178fc6912a004591e5049ebadcf4afc
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Tue, 29 Jul 2008 19:22:08 +0100

Added tag 1.0 for changeset b8794f3ed15e
</content>
</entry>
<entry>
<id>2a372e2df178fc6912a004591e5049ebadcf4afc</id>
<published>2008-07-29T18:18:03Z</published>
<updated>2008-07-29T18:18:03Z</updated>
<title type="text">made Makefile consistent</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/2a372e2df178fc6912a004591e5049ebadcf4afc.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 2a372e2df178fc6912a004591e5049ebadcf4afc
parent 888ab2272511712707dc4f43f80f1264b784d555
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Tue, 29 Jul 2008 19:18:03 +0100

made Makefile consistent
</content>
</entry>
<entry>
<id>888ab2272511712707dc4f43f80f1264b784d555</id>
<published>2008-07-29T18:11:07Z</published>
<updated>2008-07-29T18:11:07Z</updated>
<title type="text">updated LICENSE</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/888ab2272511712707dc4f43f80f1264b784d555.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 888ab2272511712707dc4f43f80f1264b784d555
parent 8a58b25cb7f239efa2f3df7c8aa088030f12aeda
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Tue, 29 Jul 2008 19:11:07 +0100

updated LICENSE
</content>
</entry>
<entry>
<id>8a58b25cb7f239efa2f3df7c8aa088030f12aeda</id>
<published>2008-07-06T12:29:19Z</published>
<updated>2008-07-06T12:29:19Z</updated>
<title type="text">updated sic</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/8a58b25cb7f239efa2f3df7c8aa088030f12aeda.gph" />
<author>
<name>anselm@aab</name>
<email>unknown</email>
</author>
<content type="text">commit 8a58b25cb7f239efa2f3df7c8aa088030f12aeda
parent 589cce35c508fad53a7948472a33897fda0facdc
Author: anselm@aab &lt;unknown&gt;
Date:   Sun,  6 Jul 2008 13:29:19 +0100

updated sic
</content>
</entry>
<entry>
<id>589cce35c508fad53a7948472a33897fda0facdc</id>
<published>2008-07-02T20:29:57Z</published>
<updated>2008-07-02T20:29:57Z</updated>
<title type="text">minor update</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/589cce35c508fad53a7948472a33897fda0facdc.gph" />
<author>
<name>Anselm R Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 589cce35c508fad53a7948472a33897fda0facdc
parent 5463bed7ed159472862f8e3dfd92d50195b03ee8
Author: Anselm R Garbe &lt;[email protected]&gt;
Date:   Wed,  2 Jul 2008 21:29:57 +0100

minor update
</content>
</entry>
<entry>
<id>5463bed7ed159472862f8e3dfd92d50195b03ee8</id>
<published>2007-04-13T09:50:51Z</published>
<updated>2007-04-13T09:50:51Z</updated>
<title type="text">updating copyright notice in sic as well</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/5463bed7ed159472862f8e3dfd92d50195b03ee8.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 5463bed7ed159472862f8e3dfd92d50195b03ee8
parent aa40ba1f3d3ce43264d6d4138c27ac4eaf410407
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Fri, 13 Apr 2007 11:50:51 +0200

updating copyright notice in sic as well
</content>
</entry>
<entry>
<id>aa40ba1f3d3ce43264d6d4138c27ac4eaf410407</id>
<published>2007-02-21T10:00:12Z</published>
<updated>2007-02-21T10:00:12Z</updated>
<title type="text">applied a fix inspired by recent wmii commit</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/aa40ba1f3d3ce43264d6d4138c27ac4eaf410407.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit aa40ba1f3d3ce43264d6d4138c27ac4eaf410407
parent ef99e720ffec7570261170b4858253249b91f6f9
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Wed, 21 Feb 2007 11:00:12 +0100

applied a fix inspired by recent wmii commit
</content>
</entry>
<entry>
<id>ef99e720ffec7570261170b4858253249b91f6f9</id>
<published>2007-02-14T09:05:41Z</published>
<updated>2007-02-14T09:05:41Z</updated>
<title type="text">removed LD as well, this is misleading</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/ef99e720ffec7570261170b4858253249b91f6f9.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit ef99e720ffec7570261170b4858253249b91f6f9
parent f9f6f8a19c035803b04d857807895b91d44c9e84
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Wed, 14 Feb 2007 10:05:41 +0100

removed LD as well, this is misleading
</content>
</entry>
<entry>
<id>f9f6f8a19c035803b04d857807895b91d44c9e84</id>
<published>2007-02-13T16:02:42Z</published>
<updated>2007-02-13T16:02:42Z</updated>
<title type="text">Added tag 0.9 for changeset 96eb1bfede5b</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/f9f6f8a19c035803b04d857807895b91d44c9e84.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit f9f6f8a19c035803b04d857807895b91d44c9e84
parent 82946e102dd8ca48b8a8df710c20bef94c649af0
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Tue, 13 Feb 2007 17:02:42 +0100

Added tag 0.9 for changeset 96eb1bfede5b
</content>
</entry>
<entry>
<id>82946e102dd8ca48b8a8df710c20bef94c649af0</id>
<published>2007-02-13T15:14:52Z</published>
<updated>2007-02-13T15:14:52Z</updated>
<title type="text">setting the topic must not be supported, its a trivial IRC command (*and rarely used btw*)</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/82946e102dd8ca48b8a8df710c20bef94c649af0.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 82946e102dd8ca48b8a8df710c20bef94c649af0
parent 7ef7529687d3e15aee3fe7fb6e6dceb3027ffd92
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Tue, 13 Feb 2007 16:14:52 +0100

setting the topic must not be supported, its a trivial IRC command (*and rarely used btw*)
</content>
</entry>
<entry>
<id>7ef7529687d3e15aee3fe7fb6e6dceb3027ffd92</id>
<published>2007-02-13T15:06:28Z</published>
<updated>2007-02-13T15:06:28Z</updated>
<title type="text">I believe I have fixed the issue, why sic didn&#39;t handled PINGs correctly</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/7ef7529687d3e15aee3fe7fb6e6dceb3027ffd92.gph" />
<author>
<name>[email protected]</name>
<email>unknown</email>
</author>
<content type="text">commit 7ef7529687d3e15aee3fe7fb6e6dceb3027ffd92
parent bcda402396cb7691e60a2be01c5ba067f9fb27ee
Author: [email protected] &lt;unknown&gt;
Date:   Tue, 13 Feb 2007 16:06:28 +0100

I believe I have fixed the issue, why sic didn&#39;t handled PINGs correctly
</content>
</entry>
<entry>
<id>bcda402396cb7691e60a2be01c5ba067f9fb27ee</id>
<published>2007-02-09T16:07:29Z</published>
<updated>2007-02-09T16:07:29Z</updated>
<title type="text">fixed sic man page</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/bcda402396cb7691e60a2be01c5ba067f9fb27ee.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit bcda402396cb7691e60a2be01c5ba067f9fb27ee
parent 1160be7ffa49eaa0f15b549c5da005d80fe4c126
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Fri,  9 Feb 2007 17:07:29 +0100

fixed sic man page
</content>
</entry>
<entry>
<id>1160be7ffa49eaa0f15b549c5da005d80fe4c126</id>
<published>2007-02-09T15:16:06Z</published>
<updated>2007-02-09T15:16:06Z</updated>
<title type="text">removed fullname, added support for tracking NICK changes</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/1160be7ffa49eaa0f15b549c5da005d80fe4c126.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 1160be7ffa49eaa0f15b549c5da005d80fe4c126
parent 75f0af7c42c1ccdf5bb87975c4ed6f52cd937f94
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Fri,  9 Feb 2007 16:16:06 +0100

removed fullname, added support for tracking NICK changes
</content>
</entry>
<entry>
<id>75f0af7c42c1ccdf5bb87975c4ed6f52cd937f94</id>
<published>2007-02-09T15:04:49Z</published>
<updated>2007-02-09T15:04:49Z</updated>
<title type="text">added eprint()</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/75f0af7c42c1ccdf5bb87975c4ed6f52cd937f94.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 75f0af7c42c1ccdf5bb87975c4ed6f52cd937f94
parent 81238e16fe3b79913730fb314cf9e590869b15ce
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Fri,  9 Feb 2007 16:04:49 +0100

added eprint()
</content>
</entry>
<entry>
<id>81238e16fe3b79913730fb314cf9e590869b15ce</id>
<published>2007-02-09T14:40:58Z</published>
<updated>2007-02-09T14:40:58Z</updated>
<title type="text">consistency patch</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/81238e16fe3b79913730fb314cf9e590869b15ce.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 81238e16fe3b79913730fb314cf9e590869b15ce
parent 60fc462aa931748914c9c221f73505413933d4cc
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Fri,  9 Feb 2007 15:40:58 +0100

consistency patch
</content>
</entry>
<entry>
<id>60fc462aa931748914c9c221f73505413933d4cc</id>
<published>2007-02-09T14:18:08Z</published>
<updated>2007-02-09T14:18:08Z</updated>
<title type="text">changing the special command operator</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/60fc462aa931748914c9c221f73505413933d4cc.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 60fc462aa931748914c9c221f73505413933d4cc
parent 9b093ac5c6e68935d7b941678159ed1e3218daa8
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Fri,  9 Feb 2007 15:18:08 +0100

changing the special command operator
</content>
</entry>
<entry>
<id>9b093ac5c6e68935d7b941678159ed1e3218daa8</id>
<published>2007-02-09T14:04:57Z</published>
<updated>2007-02-09T14:04:57Z</updated>
<title type="text">removed debug output</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/9b093ac5c6e68935d7b941678159ed1e3218daa8.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 9b093ac5c6e68935d7b941678159ed1e3218daa8
parent 264f8e9422850a8e7a5bda01d1ca04e17f553164
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Fri,  9 Feb 2007 15:04:57 +0100

removed debug output
</content>
</entry>
<entry>
<id>264f8e9422850a8e7a5bda01d1ca04e17f553164</id>
<published>2007-02-09T14:02:56Z</published>
<updated>2007-02-09T14:02:56Z</updated>
<title type="text">changed output</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/264f8e9422850a8e7a5bda01d1ca04e17f553164.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 264f8e9422850a8e7a5bda01d1ca04e17f553164
parent fe1e3560bedafa1d923bf34abb8f72aef2acb75f
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Fri,  9 Feb 2007 15:02:56 +0100

changed output
</content>
</entry>
<entry>
<id>fe1e3560bedafa1d923bf34abb8f72aef2acb75f</id>
<published>2007-02-09T13:42:40Z</published>
<updated>2007-02-09T13:42:40Z</updated>
<title type="text">small fix</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/fe1e3560bedafa1d923bf34abb8f72aef2acb75f.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit fe1e3560bedafa1d923bf34abb8f72aef2acb75f
parent 1edd94af86c032d4a83e5e2778526e567c1c4715
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Fri,  9 Feb 2007 14:42:40 +0100

small fix
</content>
</entry>
<entry>
<id>1edd94af86c032d4a83e5e2778526e567c1c4715</id>
<published>2007-02-09T13:40:11Z</published>
<updated>2007-02-09T13:40:11Z</updated>
<title type="text">some changes</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/1edd94af86c032d4a83e5e2778526e567c1c4715.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 1edd94af86c032d4a83e5e2778526e567c1c4715
parent a3abf3b3ef581c415e4a29845453e49258faaada
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Fri,  9 Feb 2007 14:40:11 +0100

some changes
</content>
</entry>
<entry>
<id>a3abf3b3ef581c415e4a29845453e49258faaada</id>
<published>2007-02-08T19:42:29Z</published>
<updated>2007-02-08T19:42:29Z</updated>
<title type="text">Don&#39;t use sic&#39;s hg tip, it is broken atm...</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/a3abf3b3ef581c415e4a29845453e49258faaada.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit a3abf3b3ef581c415e4a29845453e49258faaada
parent e3cbbe71c2694cac4c724d6b8b569836f6fa98ea
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Thu,  8 Feb 2007 20:42:29 +0100

Don&#39;t use sic&#39;s hg tip, it is broken atm...
</content>
</entry>
<entry>
<id>e3cbbe71c2694cac4c724d6b8b569836f6fa98ea</id>
<published>2007-02-08T14:32:51Z</published>
<updated>2007-02-08T14:32:51Z</updated>
<title type="text">adding debug support</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/e3cbbe71c2694cac4c724d6b8b569836f6fa98ea.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit e3cbbe71c2694cac4c724d6b8b569836f6fa98ea
parent 93842a5fe06992cb0738db02fe20f67d83f1849b
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Thu,  8 Feb 2007 15:32:51 +0100

adding debug support
</content>
</entry>
<entry>
<id>93842a5fe06992cb0738db02fe20f67d83f1849b</id>
<published>2007-02-08T14:10:47Z</published>
<updated>2007-02-08T14:10:47Z</updated>
<title type="text">fixed part message</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/93842a5fe06992cb0738db02fe20f67d83f1849b.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 93842a5fe06992cb0738db02fe20f67d83f1849b
parent 1f1228547cbfa796a84d8e461fff09ac8f50752d
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Thu,  8 Feb 2007 15:10:47 +0100

fixed part message
</content>
</entry>
<entry>
<id>1f1228547cbfa796a84d8e461fff09ac8f50752d</id>
<published>2007-02-08T14:10:10Z</published>
<updated>2007-02-08T14:10:10Z</updated>
<title type="text">small fix</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/1f1228547cbfa796a84d8e461fff09ac8f50752d.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 1f1228547cbfa796a84d8e461fff09ac8f50752d
parent ea71b6e88e385304013567869de7dc626194eb90
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Thu,  8 Feb 2007 15:10:10 +0100

small fix
</content>
</entry>
<entry>
<id>ea71b6e88e385304013567869de7dc626194eb90</id>
<published>2007-02-08T14:03:42Z</published>
<updated>2007-02-08T14:03:42Z</updated>
<title type="text">small fix, don&#39;t write message to server if channel is not given</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/ea71b6e88e385304013567869de7dc626194eb90.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit ea71b6e88e385304013567869de7dc626194eb90
parent cb68ce9e2c8406bd19fad4376dd024b623946d66
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Thu,  8 Feb 2007 15:03:42 +0100

small fix, don&#39;t write message to server if channel is not given
</content>
</entry>
<entry>
<id>cb68ce9e2c8406bd19fad4376dd024b623946d66</id>
<published>2007-02-08T13:51:04Z</published>
<updated>2007-02-08T13:51:04Z</updated>
<title type="text">some more simplifications</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/cb68ce9e2c8406bd19fad4376dd024b623946d66.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit cb68ce9e2c8406bd19fad4376dd024b623946d66
parent 5569a14e8edbc4e8e219b28658c7194201ed0417
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Thu,  8 Feb 2007 14:51:04 +0100

some more simplifications
</content>
</entry>
<entry>
<id>5569a14e8edbc4e8e219b28658c7194201ed0417</id>
<published>2007-02-08T13:27:39Z</published>
<updated>2007-02-08T13:27:39Z</updated>
<title type="text">testing some simplifications</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/5569a14e8edbc4e8e219b28658c7194201ed0417.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 5569a14e8edbc4e8e219b28658c7194201ed0417
parent 2e945e48fb0af513654a3a5dab429c0f1eb13c66
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Thu,  8 Feb 2007 14:27:39 +0100

testing some simplifications
</content>
</entry>
<entry>
<id>2e945e48fb0af513654a3a5dab429c0f1eb13c66</id>
<published>2007-02-06T15:42:17Z</published>
<updated>2007-02-06T15:42:17Z</updated>
<title type="text">small changes, bigger simplifications are on its way</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/2e945e48fb0af513654a3a5dab429c0f1eb13c66.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 2e945e48fb0af513654a3a5dab429c0f1eb13c66
parent a63ccb46009bcc69c5b536d4588fb2e54ca4d8e7
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Tue,  6 Feb 2007 16:42:17 +0100

small changes, bigger simplifications are on its way
</content>
</entry>
<entry>
<id>a63ccb46009bcc69c5b536d4588fb2e54ca4d8e7</id>
<published>2007-02-01T07:22:31Z</published>
<updated>2007-02-01T07:22:31Z</updated>
<title type="text">Added tag 0.8 for changeset 07fb3efaa2e9</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/a63ccb46009bcc69c5b536d4588fb2e54ca4d8e7.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit a63ccb46009bcc69c5b536d4588fb2e54ca4d8e7
parent 0a903a0c79d47885d6ecdb492988a6372665f1cb
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Thu,  1 Feb 2007 08:22:31 +0100

Added tag 0.8 for changeset 07fb3efaa2e9
</content>
</entry>
<entry>
<id>0a903a0c79d47885d6ecdb492988a6372665f1cb</id>
<published>2007-01-31T10:01:34Z</published>
<updated>2007-01-31T10:01:34Z</updated>
<title type="text">using Tcmd successors more carefully</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/0a903a0c79d47885d6ecdb492988a6372665f1cb.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 0a903a0c79d47885d6ecdb492988a6372665f1cb
parent 8edb0e23f4491a14a24883125a3a87b5392b56d1
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Wed, 31 Jan 2007 11:01:34 +0100

using Tcmd successors more carefully
</content>
</entry>
<entry>
<id>8edb0e23f4491a14a24883125a3a87b5392b56d1</id>
<published>2007-01-11T10:44:41Z</published>
<updated>2007-01-11T10:44:41Z</updated>
<title type="text">Added tag 0.7 for changeset 643a6e8b8634</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/8edb0e23f4491a14a24883125a3a87b5392b56d1.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 8edb0e23f4491a14a24883125a3a87b5392b56d1
parent 44e0417e14c2f0a59c8688cdaf6b7d485ff7bdea
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Thu, 11 Jan 2007 11:44:41 +0100

Added tag 0.7 for changeset 643a6e8b8634
</content>
</entry>
<entry>
<id>44e0417e14c2f0a59c8688cdaf6b7d485ff7bdea</id>
<published>2007-01-11T10:35:02Z</published>
<updated>2007-01-11T10:35:02Z</updated>
<title type="text">applied some segfault patches of Adrien Krunch Kunysz (thanks to Adrien!)</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/44e0417e14c2f0a59c8688cdaf6b7d485ff7bdea.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 44e0417e14c2f0a59c8688cdaf6b7d485ff7bdea
parent 148029905b9d0a06333cb43834eb819385561ab5
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Thu, 11 Jan 2007 11:35:02 +0100

applied some segfault patches of Adrien Krunch Kunysz (thanks to Adrien!)
</content>
</entry>
<entry>
<id>148029905b9d0a06333cb43834eb819385561ab5</id>
<published>2006-12-14T15:52:12Z</published>
<updated>2006-12-14T15:52:12Z</updated>
<title type="text">V7</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/148029905b9d0a06333cb43834eb819385561ab5.gph" />
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<content type="text">commit 148029905b9d0a06333cb43834eb819385561ab5
parent f8d2e7f2366f5f08f2fcbcc635f385e6a15aa25d
Author: arg@mig29 &lt;unknown&gt;
Date:   Thu, 14 Dec 2006 16:52:12 +0100

V7
</content>
</entry>
<entry>
<id>f8d2e7f2366f5f08f2fcbcc635f385e6a15aa25d</id>
<published>2006-11-26T14:53:33Z</published>
<updated>2006-11-26T14:53:33Z</updated>
<title type="text">fixed sizeof stuff</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/f8d2e7f2366f5f08f2fcbcc635f385e6a15aa25d.gph" />
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<content type="text">commit f8d2e7f2366f5f08f2fcbcc635f385e6a15aa25d
parent dc15c0d639693a25ec13bcd7b7f47a3b12266780
Author: arg@mig29 &lt;unknown&gt;
Date:   Sun, 26 Nov 2006 15:53:33 +0100

fixed sizeof stuff
</content>
</entry>
<entry>
<id>dc15c0d639693a25ec13bcd7b7f47a3b12266780</id>
<published>2006-11-09T16:38:01Z</published>
<updated>2006-11-09T16:38:01Z</updated>
<title type="text">Added tag 0.6 for changeset d7923d9e717c1c6f1ed3b17ec90bfdd7e7bfcca0</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/dc15c0d639693a25ec13bcd7b7f47a3b12266780.gph" />
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<content type="text">commit dc15c0d639693a25ec13bcd7b7f47a3b12266780
parent 73e181ce5bf93c857b843396efff154b02730f2d
Author: arg@mig29 &lt;unknown&gt;
Date:   Thu,  9 Nov 2006 17:38:01 +0100

Added tag 0.6 for changeset d7923d9e717c1c6f1ed3b17ec90bfdd7e7bfcca0
</content>
</entry>
<entry>
<id>73e181ce5bf93c857b843396efff154b02730f2d</id>
<published>2006-11-09T16:37:57Z</published>
<updated>2006-11-09T16:37:57Z</updated>
<title type="text">fixed a small grammar typo</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/73e181ce5bf93c857b843396efff154b02730f2d.gph" />
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<content type="text">commit 73e181ce5bf93c857b843396efff154b02730f2d
parent 9197fee8a9045b9555ffe12387524b2fc4a16805
Author: arg@mig29 &lt;unknown&gt;
Date:   Thu,  9 Nov 2006 17:37:57 +0100

fixed a small grammar typo
</content>
</entry>
<entry>
<id>9197fee8a9045b9555ffe12387524b2fc4a16805</id>
<published>2006-11-03T13:32:05Z</published>
<updated>2006-11-03T13:32:05Z</updated>
<title type="text">new time info</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/9197fee8a9045b9555ffe12387524b2fc4a16805.gph" />
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<content type="text">commit 9197fee8a9045b9555ffe12387524b2fc4a16805
parent 45ff5ccf31f27d61473e4811379c0d5319a25b20
Author: arg@mig29 &lt;unknown&gt;
Date:   Fri,  3 Nov 2006 14:32:05 +0100

new time info
</content>
</entry>
<entry>
<id>45ff5ccf31f27d61473e4811379c0d5319a25b20</id>
<published>2006-10-26T10:16:42Z</published>
<updated>2006-10-26T10:16:42Z</updated>
<title type="text">Added tag 0.5 for changeset 70d49a37b35695f2f771bddaf309f05ea60af8bc</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/45ff5ccf31f27d61473e4811379c0d5319a25b20.gph" />
<author>
<name>arg@mig29</name>
<email>unknown</email>
</author>
<content type="text">commit 45ff5ccf31f27d61473e4811379c0d5319a25b20
parent fe306465d022f6565adf74924fa7367c949558f0
Author: arg@mig29 &lt;unknown&gt;
Date:   Thu, 26 Oct 2006 12:16:42 +0200

Added tag 0.5 for changeset 70d49a37b35695f2f771bddaf309f05ea60af8bc
</content>
</entry>
<entry>
<id>fe306465d022f6565adf74924fa7367c949558f0</id>
<published>2006-10-23T08:56:06Z</published>
<updated>2006-10-23T08:56:06Z</updated>
<title type="text">same problem in sic as in dmenu</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/fe306465d022f6565adf74924fa7367c949558f0.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit fe306465d022f6565adf74924fa7367c949558f0
parent 1f3f048ab768bc22f743c6b66b4a1039767eddd4
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Mon, 23 Oct 2006 10:56:06 +0200

same problem in sic as in dmenu
</content>
</entry>
<entry>
<id>1f3f048ab768bc22f743c6b66b4a1039767eddd4</id>
<published>2006-10-13T09:10:41Z</published>
<updated>2006-10-13T09:10:41Z</updated>
<title type="text">Added tag 0.4 for changeset a3549fb4c72ff0edb816c8c29be7ff289db5b003</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/1f3f048ab768bc22f743c6b66b4a1039767eddd4.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 1f3f048ab768bc22f743c6b66b4a1039767eddd4
parent 3160fd2bedd1ff19a72a25113d6b48bad30cdfff
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Fri, 13 Oct 2006 11:10:41 +0200

Added tag 0.4 for changeset a3549fb4c72ff0edb816c8c29be7ff289db5b003
</content>
</entry>
<entry>
<id>3160fd2bedd1ff19a72a25113d6b48bad30cdfff</id>
<published>2006-10-12T06:03:37Z</published>
<updated>2006-10-12T06:03:37Z</updated>
<title type="text">hotfix</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/3160fd2bedd1ff19a72a25113d6b48bad30cdfff.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 3160fd2bedd1ff19a72a25113d6b48bad30cdfff
parent 560111d4ba0603fa8bfd2784980de421f97dd287
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Thu, 12 Oct 2006 08:03:37 +0200

hotfix
</content>
</entry>
<entry>
<id>560111d4ba0603fa8bfd2784980de421f97dd287</id>
<published>2006-10-11T16:23:03Z</published>
<updated>2006-10-11T16:23:03Z</updated>
<title type="text">hotfix</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/560111d4ba0603fa8bfd2784980de421f97dd287.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 560111d4ba0603fa8bfd2784980de421f97dd287
parent 48fc6f1b10cd15aad621c8c0216864edf94f4300
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Wed, 11 Oct 2006 18:23:03 +0200

hotfix
</content>
</entry>
<entry>
<id>48fc6f1b10cd15aad621c8c0216864edf94f4300</id>
<published>2006-10-09T16:01:26Z</published>
<updated>2006-10-09T16:01:26Z</updated>
<title type="text">removed useless crap</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/48fc6f1b10cd15aad621c8c0216864edf94f4300.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 48fc6f1b10cd15aad621c8c0216864edf94f4300
parent 4120182a4988a630aabf37355c3f59fb0ea785c2
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Mon,  9 Oct 2006 18:01:26 +0200

removed useless crap
</content>
</entry>
<entry>
<id>4120182a4988a630aabf37355c3f59fb0ea785c2</id>
<published>2006-10-09T05:28:43Z</published>
<updated>2006-10-09T05:28:43Z</updated>
<title type="text">changed version</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/4120182a4988a630aabf37355c3f59fb0ea785c2.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 4120182a4988a630aabf37355c3f59fb0ea785c2
parent 516c1cafaf1bf0165117caf47e987071c126d51c
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Mon,  9 Oct 2006 07:28:43 +0200

changed version
</content>
</entry>
<entry>
<id>516c1cafaf1bf0165117caf47e987071c126d51c</id>
<published>2006-10-09T05:26:24Z</published>
<updated>2006-10-09T05:26:24Z</updated>
<title type="text">fixed arg processing</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/516c1cafaf1bf0165117caf47e987071c126d51c.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 516c1cafaf1bf0165117caf47e987071c126d51c
parent 3a24553892e2c680ebbf9ef2c4883691590a5fe5
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Mon,  9 Oct 2006 07:26:24 +0200

fixed arg processing
</content>
</entry>
<entry>
<id>3a24553892e2c680ebbf9ef2c4883691590a5fe5</id>
<published>2006-10-09T05:20:07Z</published>
<updated>2006-10-09T05:20:07Z</updated>
<title type="text">code polishing, removed useless crap</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/3a24553892e2c680ebbf9ef2c4883691590a5fe5.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 3a24553892e2c680ebbf9ef2c4883691590a5fe5
parent 83e05870ce5487d0621cdc948cd69234ca0ce9b1
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Mon,  9 Oct 2006 07:20:07 +0200

code polishing, removed useless crap
</content>
</entry>
<entry>
<id>83e05870ce5487d0621cdc948cd69234ca0ce9b1</id>
<published>2006-09-26T15:52:37Z</published>
<updated>2006-09-26T15:52:37Z</updated>
<title type="text">small change to man page</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/83e05870ce5487d0621cdc948cd69234ca0ce9b1.gph" />
<author>
<name>arg@zarathustra</name>
<email>unknown</email>
</author>
<content type="text">commit 83e05870ce5487d0621cdc948cd69234ca0ce9b1
parent 089bad0eb0b823996c573764f7fe0bcb90ac5beb
Author: arg@zarathustra &lt;unknown&gt;
Date:   Tue, 26 Sep 2006 17:52:37 +0200

small change to man page

</content>
</entry>
<entry>
<id>089bad0eb0b823996c573764f7fe0bcb90ac5beb</id>
<published>2006-09-26T12:32:24Z</published>
<updated>2006-09-26T12:32:24Z</updated>
<title type="text">updated README</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/089bad0eb0b823996c573764f7fe0bcb90ac5beb.gph" />
<author>
<name>arg@mmvi</name>
<email>unknown</email>
</author>
<content type="text">commit 089bad0eb0b823996c573764f7fe0bcb90ac5beb
parent 1ad63946224df48eb5832ec97cd5baac58f2d484
Author: arg@mmvi &lt;unknown&gt;
Date:   Tue, 26 Sep 2006 14:32:24 +0200

updated README
</content>
</entry>
<entry>
<id>1ad63946224df48eb5832ec97cd5baac58f2d484</id>
<published>2006-09-26T12:27:34Z</published>
<updated>2006-09-26T12:27:34Z</updated>
<title type="text">Added tag 0.3 for changeset d77f00af559258679a0fad5d264685d663e6975a</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/1ad63946224df48eb5832ec97cd5baac58f2d484.gph" />
<author>
<name>arg@mmvi</name>
<email>unknown</email>
</author>
<content type="text">commit 1ad63946224df48eb5832ec97cd5baac58f2d484
parent 78e0c4f9ee1b689aff5b33c9aac1b86bf93ce6b3
Author: arg@mmvi &lt;unknown&gt;
Date:   Tue, 26 Sep 2006 14:27:34 +0200

Added tag 0.3 for changeset d77f00af559258679a0fad5d264685d663e6975a
</content>
</entry>
<entry>
<id>78e0c4f9ee1b689aff5b33c9aac1b86bf93ce6b3</id>
<published>2006-09-26T12:27:31Z</published>
<updated>2006-09-26T12:27:31Z</updated>
<title type="text">new tag</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/78e0c4f9ee1b689aff5b33c9aac1b86bf93ce6b3.gph" />
<author>
<name>arg@mmvi</name>
<email>unknown</email>
</author>
<content type="text">commit 78e0c4f9ee1b689aff5b33c9aac1b86bf93ce6b3
parent b3412f0a14d081f013d582f78e4d86a70ae82c27
Author: arg@mmvi &lt;unknown&gt;
Date:   Tue, 26 Sep 2006 14:27:31 +0200

new tag
</content>
</entry>
<entry>
<id>b3412f0a14d081f013d582f78e4d86a70ae82c27</id>
<published>2006-09-26T12:24:26Z</published>
<updated>2006-09-26T12:24:26Z</updated>
<title type="text">new stuff</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/b3412f0a14d081f013d582f78e4d86a70ae82c27.gph" />
<author>
<name>[email protected]</name>
<email>unknown</email>
</author>
<content type="text">commit b3412f0a14d081f013d582f78e4d86a70ae82c27
parent 1230561e3d0ff9de0ff1556a8bddafcb38e5017e
Author: [email protected] &lt;unknown&gt;
Date:   Tue, 26 Sep 2006 14:24:26 +0200

new stuff

</content>
</entry>
<entry>
<id>1230561e3d0ff9de0ff1556a8bddafcb38e5017e</id>
<published>2006-09-26T12:14:48Z</published>
<updated>2006-09-26T12:14:48Z</updated>
<title type="text">Added tag 0.3 for changeset dc05747ec127039afaa350094add73d151d17b72</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/1230561e3d0ff9de0ff1556a8bddafcb38e5017e.gph" />
<author>
<name>arg@mmvi</name>
<email>unknown</email>
</author>
<content type="text">commit 1230561e3d0ff9de0ff1556a8bddafcb38e5017e
parent b8950627a7289541be837438989db4409268b41e
Author: arg@mmvi &lt;unknown&gt;
Date:   Tue, 26 Sep 2006 14:14:48 +0200

Added tag 0.3 for changeset dc05747ec127039afaa350094add73d151d17b72
</content>
</entry>
<entry>
<id>b8950627a7289541be837438989db4409268b41e</id>
<published>2006-09-20T09:18:27Z</published>
<updated>2006-09-20T09:18:27Z</updated>
<title type="text">hotfix</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/b8950627a7289541be837438989db4409268b41e.gph" />
<author>
<name>[email protected]</name>
<email>unknown</email>
</author>
<content type="text">commit b8950627a7289541be837438989db4409268b41e
parent 5d19f0415e5e9412183d3e3468296e7bf193f071
Author: [email protected] &lt;unknown&gt;
Date:   Wed, 20 Sep 2006 11:18:27 +0200

hotfix

</content>
</entry>
<entry>
<id>5d19f0415e5e9412183d3e3468296e7bf193f071</id>
<published>2006-09-19T14:54:52Z</published>
<updated>2006-09-19T14:54:52Z</updated>
<title type="text">simplified sic</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/5d19f0415e5e9412183d3e3468296e7bf193f071.gph" />
<author>
<name>arg@mmvi</name>
<email>unknown</email>
</author>
<content type="text">commit 5d19f0415e5e9412183d3e3468296e7bf193f071
parent 2c257c70bc2529aafcc1116b4247ba214d70ff00
Author: arg@mmvi &lt;unknown&gt;
Date:   Tue, 19 Sep 2006 16:54:52 +0200

simplified sic
</content>
</entry>
<entry>
<id>2c257c70bc2529aafcc1116b4247ba214d70ff00</id>
<published>2006-09-05T07:47:15Z</published>
<updated>2006-09-05T07:47:15Z</updated>
<title type="text">fixed several annoyances</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/2c257c70bc2529aafcc1116b4247ba214d70ff00.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit 2c257c70bc2529aafcc1116b4247ba214d70ff00
parent fb185a5e18042d811990dcd5855b62e88d81a9d7
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Tue,  5 Sep 2006 09:47:15 +0200

fixed several annoyances
</content>
</entry>
<entry>
<id>fb185a5e18042d811990dcd5855b62e88d81a9d7</id>
<published>2006-09-05T05:32:24Z</published>
<updated>2006-09-05T05:32:24Z</updated>
<title type="text">removed html crap</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/fb185a5e18042d811990dcd5855b62e88d81a9d7.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit fb185a5e18042d811990dcd5855b62e88d81a9d7
parent c9668b78f2c5f2a844afbebc46f2fb368fcac315
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Tue,  5 Sep 2006 07:32:24 +0200

removed html crap
</content>
</entry>
<entry>
<id>c9668b78f2c5f2a844afbebc46f2fb368fcac315</id>
<published>2006-09-05T05:31:46Z</published>
<updated>2006-09-05T05:31:46Z</updated>
<title type="text">preparing new sic version</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/c9668b78f2c5f2a844afbebc46f2fb368fcac315.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit c9668b78f2c5f2a844afbebc46f2fb368fcac315
parent c2fcf48e6d334234859c5e015ec6cc816bca451b
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Tue,  5 Sep 2006 07:31:46 +0200

preparing new sic version
</content>
</entry>
<entry>
<id>c2fcf48e6d334234859c5e015ec6cc816bca451b</id>
<published>2006-09-04T06:54:14Z</published>
<updated>2006-09-04T06:54:14Z</updated>
<title type="text">applied Adriens patch</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/c2fcf48e6d334234859c5e015ec6cc816bca451b.gph" />
<author>
<name>Anselm R. Garbe</name>
<email>[email protected]</email>
</author>
<content type="text">commit c2fcf48e6d334234859c5e015ec6cc816bca451b
parent ee77b8efaef863413e87c2484021b0b1199b1eff
Author: Anselm R. Garbe &lt;[email protected]&gt;
Date:   Mon,  4 Sep 2006 08:54:14 +0200

applied Adriens patch
</content>
</entry>
<entry>
<id>ee77b8efaef863413e87c2484021b0b1199b1eff</id>
<published>2006-07-21T19:12:33Z</published>
<updated>2006-07-21T19:12:33Z</updated>
<title type="text">Added tag 0.2 for changeset 56350a01f27753cfbdbb3dbc25f2a53dd4c2ac45</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/ee77b8efaef863413e87c2484021b0b1199b1eff.gph" />
<author>
<name>[email protected]</name>
<email>unknown</email>
</author>
<content type="text">commit ee77b8efaef863413e87c2484021b0b1199b1eff
parent e9f9154ab78f612b21e325d37180d36452b52266
Author: [email protected] &lt;unknown&gt;
Date:   Fri, 21 Jul 2006 21:12:33 +0200

Added tag 0.2 for changeset 56350a01f27753cfbdbb3dbc25f2a53dd4c2ac45
</content>
</entry>
<entry>
<id>e9f9154ab78f612b21e325d37180d36452b52266</id>
<published>2006-07-21T19:12:29Z</published>
<updated>2006-07-21T19:12:29Z</updated>
<title type="text">made sic 0.2</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/e9f9154ab78f612b21e325d37180d36452b52266.gph" />
<author>
<name>[email protected]</name>
<email>unknown</email>
</author>
<content type="text">commit e9f9154ab78f612b21e325d37180d36452b52266
parent 9d87b90d50b8901d7a6bfe4b06b633a30fb9797f
Author: [email protected] &lt;unknown&gt;
Date:   Fri, 21 Jul 2006 21:12:29 +0200

made sic 0.2

</content>
</entry>
<entry>
<id>9d87b90d50b8901d7a6bfe4b06b633a30fb9797f</id>
<published>2006-07-21T13:46:05Z</published>
<updated>2006-07-21T13:46:05Z</updated>
<title type="text">fixed fullname handling in login</title>
<link rel="alternate" href="gopher://suckless.org/1/git/sic/commit/9d87b90d50b8901d7a6bfe4b06b633a30fb9797f.gph" />
<author>
<name>[email protected]</name>
<email>unknown</email>
</author>
<content type="text">commit 9d87b90d50b8901d7a6bfe4b06b633a30fb9797f
parent 6255ad68d67f6409ba8ee3e794f1ccdfad7ed101
Author: [email protected] &lt;unknown&gt;
Date:   Fri, 21 Jul 2006 15:46:05 +0200

fixed fullname handling in login

</content>
</entry>
</feed>