<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/string, branch OPENBSD_3_3_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_3_3_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_3_3_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2003-03-14T14:35:29+00:00</updated>
<entry>
<title>ANSI function headers</title>
<updated>2003-03-14T14:35:29+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-03-14T14:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1c6faae982600718c3de7d1e2ec7cc8c34b173c5'/>
<id>urn:sha1:1c6faae982600718c3de7d1e2ec7cc8c34b173c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a few more strlcy; ok from beck &amp; ho</title>
<updated>2003-03-13T15:47:33+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2003-03-13T15:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d088ab7ffc5483ee741713b7b9340d9e521c0432'/>
<id>urn:sha1:d088ab7ffc5483ee741713b7b9340d9e521c0432</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix a variety of missing or wrong MLINKS</title>
<updated>2003-02-20T03:20:09+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2003-02-20T03:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f6d63f0a81b38a2d67959dee24550672ef05f5e3'/>
<id>urn:sha1:f6d63f0a81b38a2d67959dee24550672ef05f5e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add strerror_r and functions versions of getchar_unlocked and</title>
<updated>2002-11-21T20:45:05+00:00</updated>
<author>
<name>marc</name>
<email></email>
</author>
<published>2002-11-21T20:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a5b4134ef006a2be508ba3af1cfa90305c508e24'/>
<id>urn:sha1:a5b4134ef006a2be508ba3af1cfa90305c508e24</id>
<content type='text'>
putchar_unlocked.   Crank the minor on related libs.  OK fgs@, deraadt@
</content>
</entry>
<entry>
<title>Convert to ANSI function headers and make 'ch' argument int, not char.</title>
<updated>2002-07-24T04:16:01+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-07-24T04:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0a8e0953b806aa0ac60022c94c66011f44ceaacd'/>
<id>urn:sha1:0a8e0953b806aa0ac60022c94c66011f44ceaacd</id>
<content type='text'>
Noticed by deraadt@
</content>
</entry>
<entry>
<title>For strncpy(), dst is not NUL terminated if strlen(src) &gt;= len.</title>
<updated>2002-05-13T17:04:43+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-05-13T17:04:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c1491265c93a6e980cb9120a5364d2f892a03b98'/>
<id>urn:sha1:c1491265c93a6e980cb9120a5364d2f892a03b98</id>
<content type='text'>
Also fix a typo; adapted from a patch by Moritz Jodeit
</content>
</entry>
<entry>
<title>Initial cleanup:</title>
<updated>2002-04-30T16:31:42+00:00</updated>
<author>
<name>mpech</name>
<email></email>
</author>
<published>2002-04-30T16:31:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=735441d3d93924dacae18f55adaa1568893e6b65'/>
<id>urn:sha1:735441d3d93924dacae18f55adaa1568893e6b65</id>
<content type='text'>
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -&gt; CAVEATS;
o) fix usage of .Fa;
o) &lt;blank-line&gt; -&gt; .Pp;
o) wrap long lines;

millert@ ok
</content>
</entry>
<entry>
<title>Part one of userland __P removal.  Done with a simple regexp with some minor hand editing to make comments line up correctly.  Another pass is forthcoming that handles the cases that could not be done automatically.</title>
<updated>2002-02-16T21:27:50+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-02-16T21:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=052e020be6be85be6238c44b8386a61f8db7b6a4'/>
<id>urn:sha1:052e020be6be85be6238c44b8386a61f8db7b6a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>when strerror() has an Unknown error, also set EINVAL</title>
<updated>2001-12-08T20:37:32+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2001-12-08T20:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e5c0bcf0a1bf83998cce5c66cc9fb31068867108'/>
<id>urn:sha1:e5c0bcf0a1bf83998cce5c66cc9fb31068867108</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2nd param is const</title>
<updated>2001-11-21T14:32:45+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2001-11-21T14:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=baf103050bed8b455a434ead03efd0ea07742829'/>
<id>urn:sha1:baf103050bed8b455a434ead03efd0ea07742829</id>
<content type='text'>
</content>
</entry>
</feed>
