<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uClibc-alpine/libc/string/i386, branch master</title>
<subtitle>Where we track our uclibc patches
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/'/>
<entry>
<title>convert // comments to /**/; remove empty #if/#endif pairs. no code changes</title>
<updated>2009-09-18T21:07:26+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-09-18T21:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=93f8a2e834eed69aff7ef3be8c2baba14bab0658'/>
<id>93f8a2e834eed69aff7ef3be8c2baba14bab0658</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>trim Experimentally off and uncommented hidden</title>
<updated>2009-09-18T18:57:40+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2009-09-18T18:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=21730caa6647f645974e132ca8afec79b4eeab2b'/>
<id>21730caa6647f645974e132ca8afec79b4eeab2b</id>
<content type='text'>
  sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *)
  sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *)
  should be a nop

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *)
  sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *)
  should be a nop

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libc/string/i386/string.h: fix -O0 build failure</title>
<updated>2009-07-21T13:44:39+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-07-21T13:44:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=f5e2aeee574f4e8a5c1fa2340843eb3c33483daa'/>
<id>f5e2aeee574f4e8a5c1fa2340843eb3c33483daa</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>relocate i386 string.h to i386-specific dir</title>
<updated>2009-07-20T12:08:30+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-07-20T12:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=192d41278bd3087dad534cb3c5b5f95b0fa6a875'/>
<id>192d41278bd3087dad534cb3c5b5f95b0fa6a875</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libc/string/i386/memset.c: memset 1 byte at a time is a bit gross</title>
<updated>2009-04-23T11:19:30+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-04-23T11:19:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=170fc95312689d64e44c607165cb25cc9d476374'/>
<id>170fc95312689d64e44c607165cb25cc9d476374</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libc/string/i386/rawmemchr.c: i386 version, adapted from strlen()</title>
<updated>2008-12-20T14:34:19+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-12-20T14:34:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=7dd438230613f3a29babf22543ee9ed89b8828d1'/>
<id>7dd438230613f3a29babf22543ee9ed89b8828d1</id>
<content type='text'>
libc/string/i386/strlen.c: small optimization, same code size)

    text           data     bss     dec     hex filename
- 240449           1759   11960  254168   3e0d8 lib/libuClibc-0.9.30-svn.so
+ 240339           1759   11960  254058   3e06a lib/libuClibc-0.9.30-svn.so

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libc/string/i386/strlen.c: small optimization, same code size)

    text           data     bss     dec     hex filename
- 240449           1759   11960  254168   3e0d8 lib/libuClibc-0.9.30-svn.so
+ 240339           1759   11960  254058   3e06a lib/libuClibc-0.9.30-svn.so

</pre>
</div>
</content>
</entry>
<entry>
<title>string/i386/strncpy.c: fixlet for testing code</title>
<updated>2008-12-20T01:54:55+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-12-20T01:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=1d5c6ff2a4e8624a24165a9f3469b43113447b9d'/>
<id>1d5c6ff2a4e8624a24165a9f3469b43113447b9d</id>
<content type='text'>
string/i386/strchrnul.c: new function, adapted from strchr.c

    text           data     bss     dec     hex filename
- 240604           1759   11960  254323   3e173 lib/libuClibc-0.9.30-svn.so
+ 240449           1759   11960  254168   3e0d8 lib/libuClibc-0.9.30-svn.so

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
string/i386/strchrnul.c: new function, adapted from strchr.c

    text           data     bss     dec     hex filename
- 240604           1759   11960  254323   3e173 lib/libuClibc-0.9.30-svn.so
+ 240449           1759   11960  254168   3e0d8 lib/libuClibc-0.9.30-svn.so

</pre>
</div>
</content>
</entry>
<entry>
<title>string/i386/strncpy: faster i386 version (same code size), testing code</title>
<updated>2008-12-20T01:34:52+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-12-20T01:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=bd7510cc6b7ea453c1bc1c12949174f6324a6bdc'/>
<id>bd7510cc6b7ea453c1bc1c12949174f6324a6bdc</id>
<content type='text'>
string/i386/*: formatiing and commentary tidying up

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
string/i386/*: formatiing and commentary tidying up

</pre>
</div>
</content>
</entry>
<entry>
<title>strchr: a bit faster version for i386 (same code size)</title>
<updated>2008-12-19T15:10:25+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-12-19T15:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=a0da3cfbbff226c7792be30e2bb277386e7cd086'/>
<id>a0da3cfbbff226c7792be30e2bb277386e7cd086</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>memmove: smaller one for i386, with added testing, and with</title>
<updated>2008-12-19T14:45:51+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-12-19T14:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=5bd420df5ed83791e0c65b445fbb54614d1a9d0a'/>
<id>5bd420df5ed83791e0c65b445fbb54614d1a9d0a</id>
<content type='text'>
 added check for src == dest. run tested.

    text           data     bss     dec     hex filename
-     39              0       0      39      27 libc/string/i386/memmove.os
+     37              0       0      37      25 libc/string/i386/memmove.os

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 added check for src == dest. run tested.

    text           data     bss     dec     hex filename
-     39              0       0      39      27 libc/string/i386/memmove.os
+     37              0       0      37      25 libc/string/i386/memmove.os

</pre>
</div>
</content>
</entry>
</feed>
