<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/string/strrchr.3, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2024-12-11T23:28:20+00:00</updated>
<entry>
<title>appeared in 4.3BSD before 4.3BSD-Tahoe</title>
<updated>2024-12-11T23:28:20+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2024-12-11T23:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=15fd603970df70550b12292adf704e8f034b7eb4'/>
<id>urn:sha1:15fd603970df70550b12292adf704e8f034b7eb4</id>
<content type='text'>
ok millert@ schwarze@
</content>
</entry>
<entry>
<title>As per POSIX, when str{,r}chr is comparing it should convert c to a char.</title>
<updated>2018-10-01T06:37:37+00:00</updated>
<author>
<name>martijn</name>
<email></email>
</author>
<published>2018-10-01T06:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=14762f7fed750ccdd7b8473696771f67b80a6639'/>
<id>urn:sha1:14762f7fed750ccdd7b8473696771f67b80a6639</id>
<content type='text'>
The C implementation of str{,r}chr are not linked to the build, because
assembly implementations are used, but change to code for easier reference.
At least the i386 and amd64 are checked and seem to do the correct thing.

Found thanks to the csh any/strchr change.

minor pointers and OK millert@
</content>
</entry>
<entry>
<title>Document that these functions are now in strings.h.</title>
<updated>2015-11-24T09:14:35+00:00</updated>
<author>
<name>daniel</name>
<email></email>
</author>
<published>2015-11-24T09:14:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c68c847c27d23fce69f7b87cbd0b7f23d700bc0b'/>
<id>urn:sha1:c68c847c27d23fce69f7b87cbd0b7f23d700bc0b</id>
<content type='text'>
ok millert@
</content>
</entry>
<entry>
<title>Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze</title>
<updated>2013-06-05T03:39:23+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2013-06-05T03:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4'/>
<id>urn:sha1:2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update HISTORY and SEE ALSO for all of string(3), together with various</title>
<updated>2011-07-25T00:38:53+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2011-07-25T00:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4177f58a54256bfade9e5f9b4e2d5de8559df24c'/>
<id>urn:sha1:4177f58a54256bfade9e5f9b4e2d5de8559df24c</id>
<content type='text'>
smaller improvements; jmc@ and nicm@ both ask me to get this in because
further tweaking will be easier in-tree
</content>
</entry>
<entry>
<title>convert to new .Dd format;</title>
<updated>2007-05-31T19:20:26+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2007-05-31T19:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e021d0a0d5401ab3c1c88e4570ee8c832a47033b'/>
<id>urn:sha1:e021d0a0d5401ab3c1c88e4570ee8c832a47033b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the advertising clause in the UCB license which Berkeley</title>
<updated>2003-06-02T20:18:38+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-06-02T20:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=021d32a253720a2fcdb07690f59c7e08d1d661e6'/>
<id>urn:sha1:021d32a253720a2fcdb07690f59c7e08d1d661e6</id>
<content type='text'>
rescinded 22 July 1999.  Proofed by myself and Theo.
</content>
</entry>
<entry>
<title>Flesh out libc string function man pages.</title>
<updated>2000-04-21T15:24:20+00:00</updated>
<author>
<name>aaron</name>
<email></email>
</author>
<published>2000-04-21T15:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9fb35611cc3d03bef8b690b62e0904507c414a61'/>
<id>urn:sha1:9fb35611cc3d03bef8b690b62e0904507c414a61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>index/rindex as deprecated synonyms to strchr/strrchr.</title>
<updated>1999-09-21T16:44:01+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>1999-09-21T16:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=eddda6bf00c124288aea38cccb8f6cbd44e6a13b'/>
<id>urn:sha1:eddda6bf00c124288aea38cccb8f6cbd44e6a13b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Grammatical, spelling, and format fixes</title>
<updated>1999-06-06T06:57:52+00:00</updated>
<author>
<name>pjanzen</name>
<email></email>
</author>
<published>1999-06-06T06:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2abb7e1b593c048059dec8053fe6288a0211d22d'/>
<id>urn:sha1:2abb7e1b593c048059dec8053fe6288a0211d22d</id>
<content type='text'>
</content>
</entry>
</feed>
