<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/string, branch OPENBSD_2_0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_2_0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_2_0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>1996-09-25T13:19:01+00:00</updated>
<entry>
<title>need limits.h</title>
<updated>1996-09-25T13:19:01+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>1996-09-25T13:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7bfb6e73ddb58269b8ec906a008d5999e1b70abf'/>
<id>urn:sha1:7bfb6e73ddb58269b8ec906a008d5999e1b70abf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, mike.long@analog.com</title>
<updated>1996-09-25T08:17:31+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>1996-09-25T08:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e1d97f672bb21109e95b3a91fd67865f61ec96ca'/>
<id>urn:sha1:e1d97f672bb21109e95b3a91fd67865f61ec96ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid pulling in stdio</title>
<updated>1996-09-16T05:43:40+00:00</updated>
<author>
<name>tholo</name>
<email></email>
</author>
<published>1996-09-16T05:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9b25cbf97ec9b0c0fe72bf7024007a17a16b4b4a'/>
<id>urn:sha1:9b25cbf97ec9b0c0fe72bf7024007a17a16b4b4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dead code</title>
<updated>1996-09-15T09:31:53+00:00</updated>
<author>
<name>tholo</name>
<email></email>
</author>
<published>1996-09-15T09:31:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=27b62657a94b21845fcea14320c285cb5b1a2800'/>
<id>urn:sha1:27b62657a94b21845fcea14320c285cb5b1a2800</id>
<content type='text'>
Remove unused variables
Silence some warnings
lint(1) is your friend
</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>fix %V</title>
<updated>1996-06-10T06:19:33+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>1996-06-10T06:19:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=356d3bf1c9ce479f56c218896badf52348bae085'/>
<id>urn:sha1:356d3bf1c9ce479f56c218896badf52348bae085</id>
<content type='text'>
</content>
</entry>
<entry>
<title>switch on _KERNEL to load proper include file</title>
<updated>1996-05-01T12:57:54+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>1996-05-01T12:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2686d34ae2184cc85034a4afb5eacf55b9732934'/>
<id>urn:sha1:2686d34ae2184cc85034a4afb5eacf55b9732934</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for building lint(1) library</title>
<updated>1996-03-25T23:31:46+00:00</updated>
<author>
<name>tholo</name>
<email></email>
</author>
<published>1996-03-25T23:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=459b9ce58e48cda3e0c36646c65c2c1ec402dd50'/>
<id>urn:sha1:459b9ce58e48cda3e0c36646c65c2c1ec402dd50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add prototypes for local functions, add const qualifiers where needed</title>
<updated>1996-03-25T21:17:36+00:00</updated>
<author>
<name>tholo</name>
<email></email>
</author>
<published>1996-03-25T21:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c25c16795b2748b87f78736ade4213077a6cd03a'/>
<id>urn:sha1:c25c16795b2748b87f78736ade4213077a6cd03a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>From NetBSD: merge of 960317</title>
<updated>1996-03-19T23:15:14+00:00</updated>
<author>
<name>niklas</name>
<email></email>
</author>
<published>1996-03-19T23:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b12abff2eedd6c25979b3dc8890ef07b15432ea8'/>
<id>urn:sha1:b12abff2eedd6c25979b3dc8890ef07b15432ea8</id>
<content type='text'>
</content>
</entry>
</feed>
