<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/slcl/wildcard_cmp.c, branch remove</title>
<subtitle>Small and lightweight cloud storage written in C99 and POSIX.1-2008.
</subtitle>
<id>https://gitea.privatedns.org/xavi/slcl/atom?h=remove</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/slcl/atom?h=remove'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/'/>
<updated>2023-06-06T01:48:51+00:00</updated>
<entry>
<title>wildcard_cmp.c: Fix a couple of bugs</title>
<updated>2023-06-06T01:48:51+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-06-06T01:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=6adf1c44adb61a04bf37eb78eb5df5c4302bd768'/>
<id>urn:sha1:6adf1c44adb61a04bf37eb78eb5df5c4302bd768</id>
<content type='text'>
wildcard_cmp would otherwise fail with the following use cases:

s = "mymi", p = "*mi*"
s = "mymi", p = "*mi"
</content>
</entry>
<entry>
<title>wildcard_cmp.c: Remove leftovers</title>
<updated>2023-06-06T01:48:51+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-06-06T01:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=0d7ead46381da27f3b79e646434109ca4324ece8'/>
<id>urn:sha1:0d7ead46381da27f3b79e646434109ca4324ece8</id>
<content type='text'>
These statements had no effect since it was always executed when
n == 0.
</content>
</entry>
<entry>
<title>wildcard_cmp: Allow case-insensitive searches</title>
<updated>2023-06-06T01:48:50+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-06-05T23:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=6e5c001c287c51c558f4dc255d7a130937bd4777'/>
<id>urn:sha1:6e5c001c287c51c558f4dc255d7a130937bd4777</id>
<content type='text'>
The new search feature will require them.
</content>
</entry>
<entry>
<title>Split wildcard_cmp into its own component</title>
<updated>2023-06-06T01:48:50+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi.dcr@tutanota.com</email>
</author>
<published>2023-06-05T23:58:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/slcl/commit/?id=d4c8a8062ff722d7165f4b5faefe0f9b73d3738a'/>
<id>urn:sha1:d4c8a8062ff722d7165f4b5faefe0f9b73d3738a</id>
<content type='text'>
Future commits will make use of this function outside handler.c.
</content>
</entry>
</feed>
