<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/string, branch libressl-v2.2.3</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.2.3</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.2.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-06-19T18:41:53+00:00</updated>
<entry>
<title>Remove needless casts.  There's no reason to cast delim to char *</title>
<updated>2015-06-19T18:41:53+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2015-06-19T18:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5f22e43ab16130f217f9100a74e7d4d376707354'/>
<id>urn:sha1:5f22e43ab16130f217f9100a74e7d4d376707354</id>
<content type='text'>
when we can just make spanp const char * to match it.  OK deraadt@
</content>
</entry>
<entry>
<title>Make index/rindex weak aliases of strchr/strrchr since they are not</title>
<updated>2015-05-15T22:29:37+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2015-05-15T22:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8542b4252e10ee9efd45f44099d0c2f5b6ca5d53'/>
<id>urn:sha1:8542b4252e10ee9efd45f44099d0c2f5b6ca5d53</id>
<content type='text'>
part of the ISO C standard and have also been dropped from POSIX.
OK guenther@ kettenis@
</content>
</entry>
<entry>
<title>Update comment to match code; Caspar Schutijser</title>
<updated>2015-03-02T21:41:08+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2015-03-02T21:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f6e9eb23339296eec0a10399b584cbdf4948b62f'/>
<id>urn:sha1:f6e9eb23339296eec0a10399b584cbdf4948b62f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make strlcpy/strlcat slightly easier to read.</title>
<updated>2015-01-15T03:54:12+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2015-01-15T03:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c97f4154e07aea44fd7f923b797a79f8dbd864dd'/>
<id>urn:sha1:c97f4154e07aea44fd7f923b797a79f8dbd864dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>catch up with swab.c rev. 1.9:</title>
<updated>2014-12-12T20:06:13+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2014-12-12T20:06:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=93ff7299d8beaf99c0558377108e38ba7237a0e0'/>
<id>urn:sha1:93ff7299d8beaf99c0558377108e38ba7237a0e0</id>
<content type='text'>
update SYNOPSIS and DESCRIPTION and add STANDARDS
</content>
</entry>
<entry>
<title>update swab() to match the current posix definition. "rationale: none."</title>
<updated>2014-12-11T23:05:38+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2014-12-11T23:05:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8ef91d8b33f1cb914ebe5eb2a05beee896ed2d01'/>
<id>urn:sha1:8ef91d8b33f1cb914ebe5eb2a05beee896ed2d01</id>
<content type='text'>
rewrite the function to be simpler as well. the compiler can unroll the
loop for us if necessary.
ok schwarze
</content>
</entry>
<entry>
<title>no more string(3);</title>
<updated>2014-12-09T14:41:00+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2014-12-09T14:41:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=49043506a1c970587f9d374a79cec1945e08f2d0'/>
<id>urn:sha1:49043506a1c970587f9d374a79cec1945e08f2d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In ingo's new world order, we do not want multiple manual pages describing</title>
<updated>2014-12-09T07:28:46+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-12-09T07:28:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5cd5e0377a60528d90a8552d4705f760c6e324ee'/>
<id>urn:sha1:5cd5e0377a60528d90a8552d4705f760c6e324ee</id>
<content type='text'>
the same thingies.  Therefore these "lists of functions" man pages can go
away.
Hurray!  I've wanted these pages to die for around 10 years!
ok ingo (and i think jmc)
</content>
</entry>
<entry>
<title>Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.</title>
<updated>2014-11-30T21:21:59+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2014-11-30T21:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2f8f81cd7d51edc2c22f90355222b5dafedab140'/>
<id>urn:sha1:2f8f81cd7d51edc2c22f90355222b5dafedab140</id>
<content type='text'>
The former is not used anywhere in NetBSD, FreeBSD, or DragonFly
and not supported by groff, so i'm going to delete it from mandoc(1).
We don't need two macros for the same thing.
</content>
</entry>
<entry>
<title>restructure libc/string + libc/arch/*/string coperation regarding</title>
<updated>2014-11-30T19:43:57+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-11-30T19:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d8f66904ee035f3e8b0d2d91fedb956995e16678'/>
<id>urn:sha1:d8f66904ee035f3e8b0d2d91fedb956995e16678</id>
<content type='text'>
(potentially) MD versions (function dependent, not filename dependent)
split out memcpy/memmove/bcopy and strchr/index/strrchr/rindex
Bring back amd64 .S versions

And the final touch: switch all architectures temporarily to MI
memcpy.c, which contains syslog + abort for overlapping copies.  A nice
harsh undefined behaviour.  We will clean the entire userland of the
remaining issues in this catagory, then switch to the optimised memcpy
which skips the memmove check.

I tried to cut this change into pieces, but testing each sub-step on
every architecture is too time consuming and mindnumbing.
ok miod
</content>
</entry>
</feed>
