<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uClibc-alpine/libc/string/generic, branch 0.9.31</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>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>- fix link failures coming from recently added, misplaced strverscmp.</title>
<updated>2009-02-13T14:09:32+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2009-02-13T14:09:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=0dcae49270555804589b519d6a6d13b22f45e70c'/>
<id>0dcae49270555804589b519d6a6d13b22f45e70c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>forgot to add libc/string/generic/strverscmp.c</title>
<updated>2009-02-08T22:45:13+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-02-08T22:45:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=8ccf6499eee9ebc7622db955317e6f9715875454'/>
<id>8ccf6499eee9ebc7622db955317e6f9715875454</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>since gcc -Os hates us and does not inline string ops,</title>
<updated>2008-12-17T01:36:31+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-12-17T01:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=41c15785a9b620a8c85944649c20cca853f40e84'/>
<id>41c15785a9b620a8c85944649c20cca853f40e84</id>
<content type='text'>
implement inline versions of some of them.
Enable only those which result roughly in the same
code size as using out-or-line versions.

None of this affects users, installed headers won't have
any trace of it.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implement inline versions of some of them.
Enable only those which result roughly in the same
code size as using out-or-line versions.

None of this affects users, installed headers won't have
any trace of it.

</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the rest of "bounded pointers" scaffolding. gcc website says"</title>
<updated>2008-12-13T21:11:40+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-12-13T21:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=ac131a333b1c63000fcab69cc6723d75d7075a3a'/>
<id>ac131a333b1c63000fcab69cc6723d75d7075a3a</id>
<content type='text'>
"Bounds Checking Projects... This project has been abandoned"
for four years at least.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Bounds Checking Projects... This project has been abandoned"
for four years at least.

</pre>
</div>
</content>
</entry>
<entry>
<title>string/generic/memcmp.c: remove some really paranoid guards</title>
<updated>2008-12-13T03:00:59+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-12-13T03:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=12632ad75678e42011af59aaec5e64a4a202d0dd'/>
<id>12632ad75678e42011af59aaec5e64a4a202d0dd</id>
<content type='text'>
 for ancient compilers. none of other string/*.c files have them.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 for ancient compilers. none of other string/*.c files have them.

</pre>
</div>
</content>
</entry>
<entry>
<title>*: remove vestiges of gcc's "bounded pointers" feature,</title>
<updated>2008-12-12T14:48:10+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-12-12T14:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=9611f84e124405edc8ce1af0b40560c3a7d6ae72'/>
<id>9611f84e124405edc8ce1af0b40560c3a7d6ae72</id>
<content type='text'>
 it is dead (not supported by gcc) for years.
 (more of it remains in multiple copies of sigaction.c)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 it is dead (not supported by gcc) for years.
 (more of it remains in multiple copies of sigaction.c)

</pre>
</div>
</content>
</entry>
<entry>
<title>libc_hidden_proto removal, just a few functions</title>
<updated>2008-11-18T01:09:55+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-11-18T01:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=e8c6de1939e1f8a2898a0e53134fa175560b9469'/>
<id>e8c6de1939e1f8a2898a0e53134fa175560b9469</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- use c89-style comments</title>
<updated>2008-10-03T13:59:52+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-10-03T13:59:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=2ba017a2d5af01cc3ef0dc554252a521e8d7c4f8'/>
<id>2ba017a2d5af01cc3ef0dc554252a521e8d7c4f8</id>
<content type='text'>
  Closes issue #5194
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Closes issue #5194
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation problem whit the following config options:</title>
<updated>2008-10-01T14:58:13+00:00</updated>
<author>
<name>Carmelo Amoroso</name>
<email>carmelo.amoroso@st.com</email>
</author>
<published>2008-10-01T14:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=9efc3f5022ecc56db919d7907e0133e7b53ffedb'/>
<id>9efc3f5022ecc56db919d7907e0133e7b53ffedb</id>
<content type='text'>
UCLIBC_HAS_STRING_GENERIC_OPT=y
UCLIBC_HAS_STRING_ARCH_OPT is not set
by making WORD_COPY_FWD macros visible.

Signed-off-by: Carmelo Amoroso &lt;carmelo.amoroso@st.com&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
UCLIBC_HAS_STRING_GENERIC_OPT=y
UCLIBC_HAS_STRING_ARCH_OPT is not set
by making WORD_COPY_FWD macros visible.

Signed-off-by: Carmelo Amoroso &lt;carmelo.amoroso@st.com&gt;

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