<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/string/swab.c, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2014-12-11T23:05:38+00:00</updated>
<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>- len is size_t, but n uses len and is an int.  Matching those types</title>
<updated>2008-03-15T21:54:09+00:00</updated>
<author>
<name>ray</name>
<email></email>
</author>
<published>2008-03-15T21:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a8537602a33c58670952fc29ef3a95e13d478746'/>
<id>urn:sha1:a8537602a33c58670952fc29ef3a95e13d478746</id>
<content type='text'>
should be good, plus it prevents weird things from happening if
len &gt; INT_MAX.

- Since n is now size_t, compare it against 0 instead of &gt;= 0.

- temp is used to store individual bytes, so use char instead
(matches fp and tp).

- millert noted that the comma operator may not guarantee order of
execution, so replace with semicolons.

Found by lint, OK millert.
</content>
</entry>
<entry>
<title>zap remaining rcsid.</title>
<updated>2005-08-08T08:05:37+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2005-08-08T08:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d7398a270c9cd1b7b4d545ed70ea24384781a86c'/>
<id>urn:sha1:d7398a270c9cd1b7b4d545ed70ea24384781a86c</id>
<content type='text'>
Kill old files that are no longer compiled.

okay theo
</content>
</entry>
<entry>
<title>ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@</title>
<updated>2005-03-30T20:13:52+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2005-03-30T20:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=862e6817b3f445520231811d27e5ba22fa2ed1c7'/>
<id>urn:sha1:862e6817b3f445520231811d27e5ba22fa2ed1c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ansification; pval ok</title>
<updated>2003-06-11T21:08:16+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2003-06-11T21:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=05ebc6b11cf74e0e9e901f2e1c26d0d682c57842'/>
<id>urn:sha1:05ebc6b11cf74e0e9e901f2e1c26d0d682c57842</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>move proto to unistd.h</title>
<updated>1998-02-10T02:19:48+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>1998-02-10T02:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3ad81c0a64ce5fcd52d1e4e57c81830fed266114'/>
<id>urn:sha1:3ad81c0a64ce5fcd52d1e4e57c81830fed266114</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix RCS ids</title>
<updated>1996-08-19T08:34:30+00:00</updated>
<author>
<name>tholo</name>
<email></email>
</author>
<published>1996-08-19T08:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e05d77aaf17452bebe333901f1acfad893fa05a7'/>
<id>urn:sha1:e05d77aaf17452bebe333901f1acfad893fa05a7</id>
<content type='text'>
Make sure everything uses {SYS,}LIBC_SCCS properly
</content>
</entry>
<entry>
<title>initial import of NetBSD tree</title>
<updated>1995-10-18T08:42:23+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>1995-10-18T08:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0527d29da443886d92e9a418180c5b25a5f8d270'/>
<id>urn:sha1:0527d29da443886d92e9a418180c5b25a5f8d270</id>
<content type='text'>
</content>
</entry>
</feed>
