<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/cleanpath.git/lib, branch 1.0.0</title>
<subtitle>Path filtering library/utility
</subtitle>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/'/>
<entry>
<title>Proper namespace for the header file. Bump version.</title>
<updated>2021-05-13T03:46:22+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2021-05-13T03:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=89511934b805999e0c12071750c52c1c45d35536'/>
<id>89511934b805999e0c12071750c52c1c45d35536</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Warn once about regex on windows from cleanpath utility, not library</title>
<updated>2021-05-08T21:25:36+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2021-05-08T21:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=054508b5edeaef602ee4251bb3828387cb26f582'/>
<id>054508b5edeaef602ee4251bb3828387cb26f582</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Testing (#5)</title>
<updated>2021-05-07T22:27:17+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2021-05-07T22:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=d0e3a85d09eb43c5de821dded7fc4aa76f593d2d'/>
<id>d0e3a85d09eb43c5de821dded7fc4aa76f593d2d</id>
<content type='text'>
* Fix separators appearing at the end once and for all

* Add cleanpath executable tests

* Escape slashes

* Enable verbose testing</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix separators appearing at the end once and for all

* Add cleanpath executable tests

* Escape slashes

* Enable verbose testing</pre>
</div>
</content>
</entry>
<entry>
<title>Improvements (#4)</title>
<updated>2021-05-07T14:35:28+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2021-05-07T14:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=b072d93e47949c9729c979fceef8a7c7bfd22d39'/>
<id>b072d93e47949c9729c979fceef8a7c7bfd22d39</id>
<content type='text'>
* Move display code into functions

* Mark windows supported

* Guard against overruns

* Add --list argument to docs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move display code into functions

* Mark windows supported

* Guard against overruns

* Add --list argument to docs</pre>
</div>
</content>
</entry>
<entry>
<title>Add windows (#3)</title>
<updated>2021-05-06T21:45:01+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2021-05-06T21:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=c967ce981c2bedc23f0cd614ea7a3b108d009365'/>
<id>c967ce981c2bedc23f0cd614ea7a3b108d009365</id>
<content type='text'>
* Add windows support</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add windows support</pre>
</div>
</content>
</entry>
<entry>
<title>Guard memory errors</title>
<updated>2021-05-06T21:01:31+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2021-05-06T21:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=be932c2f558b535ba2c2d10bf6d0df68040a1821'/>
<id>be932c2f558b535ba2c2d10bf6d0df68040a1821</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Forget about ARG_MAX. The likelihood of accepting an unfathomably large input from the environment is pretty low</title>
<updated>2021-05-06T20:49:09+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2021-05-06T20:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=41ba28892a04ab8a35a2751b4b7801414706f284'/>
<id>41ba28892a04ab8a35a2751b4b7801414706f284</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No sep ending (#2)</title>
<updated>2021-05-06T04:34:05+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2021-05-06T04:34:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=c429ae2f0790c3486e7e420f4f2883c6a530ccf0'/>
<id>c429ae2f0790c3486e7e420f4f2883c6a530ccf0</id>
<content type='text'>
* Be extra sure not to inject a separator at the end of the output string</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Be extra sure not to inject a separator at the end of the output string</pre>
</div>
</content>
</entry>
<entry>
<title>Create cmake.yml (#1)</title>
<updated>2021-05-06T03:14:13+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2021-05-06T03:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=562258a7663a8d6447c46059743b173e19196e76'/>
<id>562258a7663a8d6447c46059743b173e19196e76</id>
<content type='text'>
* Create cmake.yml

* Do not include limits.h for fun</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Create cmake.yml

* Do not include limits.h for fun</pre>
</div>
</content>
</entry>
<entry>
<title>Independent ifdefs</title>
<updated>2021-05-06T02:49:48+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2021-05-06T02:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=84f355252e33510c96adc94114ff7e63e8059d8b'/>
<id>84f355252e33510c96adc94114ff7e63e8059d8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
