<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gistatic/tests, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://euandre.org/git/gistatic/atom?h=main</id>
<link rel='self' href='http://euandre.org/git/gistatic/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gistatic/'/>
<updated>2025-05-11T10:58:03Z</updated>
<entry>
<title>Finish branches.html and setup i18n of manpages and HTML strings</title>
<updated>2025-05-11T10:58:03Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-05-11T10:58:03Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gistatic/commit/?id=04c91c40d548bb70062fcadeeeea37fd4319e066'/>
<id>urn:sha1:04c91c40d548bb70062fcadeeeea37fd4319e066</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch from POSIX sh to Go</title>
<updated>2025-05-02T22:10:40Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-05-02T21:34:58Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gistatic/commit/?id=715815e3bea7fec41a385742b0a6a8fee4c5cf99'/>
<id>urn:sha1:715815e3bea7fec41a385742b0a6a8fee4c5cf99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP: Commit sh code as-is</title>
<updated>2025-05-02T21:25:16Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-05-02T21:25:16Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gistatic/commit/?id=7b9c475de4d30a909a0f4da4c0a2f754498f7f0e'/>
<id>urn:sha1:7b9c475de4d30a909a0f4da4c0a2f754498f7f0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rm -rf tests/resources/repositories/repo-{1,2}/.gitdir/info/</title>
<updated>2025-05-02T10:15:17Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-05-02T10:15:17Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gistatic/commit/?id=1725f2d32849913cfa341016a253b8975c8acf9a'/>
<id>urn:sha1:1725f2d32849913cfa341016a253b8975c8acf9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rm tests/resources/repositories/repo-{1,2}/.gitdir/hooks/*.sample</title>
<updated>2025-05-02T10:13:15Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-05-02T10:13:15Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gistatic/commit/?id=09002d255da2187e66d344f8314cbc0df899f084'/>
<id>urn:sha1:09002d255da2187e66d344f8314cbc0df899f084</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup repo, reinit in sh</title>
<updated>2023-04-14T17:08:18Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2023-04-14T17:07:43Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gistatic/commit/?id=7afce21a30355068a4bdd186b44d79dd37d94937'/>
<id>urn:sha1:7afce21a30355068a4bdd186b44d79dd37d94937</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/*.c: Add newline between function return type and its name</title>
<updated>2021-08-28T01:44:19Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2021-08-28T01:44:19Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gistatic/commit/?id=ede12d99fc46ca3fd638d8b47f498497ef28b3df'/>
<id>urn:sha1:ede12d99fc46ca3fd638d8b47f498497ef28b3df</id>
<content type='text'>
The purpose of this change is two-fold:
- make function and variable declarations grep-friendly (one can use a
  pattern /^fn_name/ to find the definition);
- make the lines shorter, so less functions need to have their arguments
  span over many lines.

This is more grep-friendly both for finding the function definition, but
also for matching on the return type of the function or the variable.

Update tests/c-lint.sh to enforce this.
</content>
</entry>
<entry>
<title>public/makefile.svg: Start generating it with makefile2graph and graphviz</title>
<updated>2021-08-23T10:59:03Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2021-08-23T10:59:03Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gistatic/commit/?id=c3ecea5a1deb70fe06706086c5d631e5c49dc43e'/>
<id>urn:sha1:c3ecea5a1deb70fe06706086c5d631e5c49dc43e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/c-lint.sh: Use grep exit status instead of empty string output</title>
<updated>2021-08-22T16:08:53Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2021-08-22T16:08:53Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gistatic/commit/?id=b8faea851ccb9545ea68d989d6a619c754fb8580'/>
<id>urn:sha1:b8faea851ccb9545ea68d989d6a619c754fb8580</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/dev-integration.sh: Fix calls to executable and test</title>
<updated>2021-08-22T16:04:38Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2021-08-22T16:04:38Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gistatic/commit/?id=0df344b03a877d7ae9c171e54168175738ad51a1'/>
<id>urn:sha1:0df344b03a877d7ae9c171e54168175738ad51a1</id>
<content type='text'>
</content>
</entry>
</feed>
