<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uClibc-alpine/libc/string/frv, 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>frv/memset.S: add missing libc_hidden_def</title>
<updated>2011-03-09T21:37:05+00:00</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2011-03-09T21:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=3ec2f90152de3b11266bc0d3f4fa6a41b3c52374'/>
<id>3ec2f90152de3b11266bc0d3f4fa6a41b3c52374</id>
<content type='text'>
Signed-off-by: Peter S. Mazinger &lt;ps.m@gmx.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Peter S. Mazinger &lt;ps.m@gmx.net&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>Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block</title>
<updated>2008-05-19T22:57:34+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-05-19T22:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=125773133f0fe2425ab3d8305ed880e9010f6803'/>
<id>125773133f0fe2425ab3d8305ed880e9010f6803</id>
<content type='text'>
in string.h and strings.h. This caught unguarded string ops in
libc/inet/ethers.c __ether_line_w() function.

I will wait for fallout reports for a week or so,
then continue converting more libc_hidden_proto's.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in string.h and strings.h. This caught unguarded string ops in
libc/inet/ethers.c __ether_line_w() function.

I will wait for fallout reports for a week or so,
then continue converting more libc_hidden_proto's.

</pre>
</div>
</content>
</entry>
<entry>
<title>unify duplicated code cause i get tired of updating this stuff</title>
<updated>2006-02-03T23:29:34+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2006-02-03T23:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=7285da14ed731d5bdb310bd8f4018c07c8a83e5c'/>
<id>7285da14ed731d5bdb310bd8f4018c07c8a83e5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed</title>
<updated>2006-01-14T00:58:03+00:00</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2006-01-14T00:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=af0172162f7c653cad6a11ed1c1a5459bc154465'/>
<id>af0172162f7c653cad6a11ed1c1a5459bc154465</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used.</title>
<updated>2006-01-03T14:46:56+00:00</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2006-01-03T14:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=fe68563b9a070fedf117c8738652587945427bb3'/>
<id>fe68563b9a070fedf117c8738652587945427bb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove TOPDIR</title>
<updated>2005-11-21T16:15:55+00:00</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2005-11-21T16:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=ba31c6c463945c216d97ebe382654b8b9cd8061a'/>
<id>ba31c6c463945c216d97ebe382654b8b9cd8061a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hidden versions</title>
<updated>2005-11-12T00:03:11+00:00</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2005-11-12T00:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=ccb1922d8b3918b32a3cc11e61786c6c368967a8'/>
<id>ccb1922d8b3918b32a3cc11e61786c6c368967a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable multi build on asm files. i386/powerpc could be used if the source is splitted up</title>
<updated>2005-11-07T00:12:47+00:00</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2005-11-07T00:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=5565cde25062f5be8b8378d727e104922fec7801'/>
<id>5565cde25062f5be8b8378d727e104922fec7801</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace all Makefiles for new build infrastucture</title>
<updated>2005-10-29T10:16:07+00:00</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2005-10-29T10:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=e6aa37afc9c281a04f40250b8fcd35302064a087'/>
<id>e6aa37afc9c281a04f40250b8fcd35302064a087</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
