<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uClibc-alpine/libc/stdlib/malloc, branch 0_9_8</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>Update my email address.  I am no longer andersen@lineo.com</title>
<updated>2001-12-19T15:53:08+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-12-19T15:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=5a65349824bb70bb75d8e05a9f879b55af32309f'/>
<id>5a65349824bb70bb75d8e05a9f879b55af32309f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor cleanup</title>
<updated>2001-09-29T21:35:08+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-09-29T21:35:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=f24155cd29c6f30158d5c3df03c63b0c9ca30775'/>
<id>f24155cd29c6f30158d5c3df03c63b0c9ca30775</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to accomodate the header file changes</title>
<updated>2001-09-27T05:24:26+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-09-27T05:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=2512c847453c24b928c34beed88902fbb6877b7a'/>
<id>2512c847453c24b928c34beed88902fbb6877b7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ok, this should finish off my massive ro-organization.  The source</title>
<updated>2001-05-12T06:19:18+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-05-12T06:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=f0da4aa1d854ca9c2a0e652dcb1d81bbf4d971f4'/>
<id>f0da4aa1d854ca9c2a0e652dcb1d81bbf4d971f4</id>
<content type='text'>
tree is less messy now (which helps), all libraries are placed into
uClibc/lib when compiling, all libraries now use a consistant mechanism
for being built, all libraries use a consistant naming scheme where the
lib name includes the uClibc version number, which makes ldconfig
happy and willing to work with us.
 -Erik
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tree is less messy now (which helps), all libraries are placed into
uClibc/lib when compiling, all libraries now use a consistant mechanism
for being built, all libraries use a consistant naming scheme where the
lib name includes the uClibc version number, which makes ldconfig
happy and willing to work with us.
 -Erik
</pre>
</div>
</content>
</entry>
<entry>
<title>A patch from Matthias Kilian &lt;kili@outback.escape.de&gt; to fix  -DDEBUG_MALLOC</title>
<updated>2001-05-11T16:25:55+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-05-11T16:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=9b39f1ce8980202bcd9db6be04b462e766d7d91c'/>
<id>9b39f1ce8980202bcd9db6be04b462e766d7d91c</id>
<content type='text'>
so that it works for realloc too.
 -Erik
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so that it works for realloc too.
 -Erik
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up breakage resulting from flipping the sense of some defines.  Change from</title>
<updated>2001-03-19T06:24:20+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-03-19T06:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=e2f6ebd3f2969753e4ffc337ce5fb6cdf9d74775'/>
<id>e2f6ebd3f2969753e4ffc337ce5fb6cdf9d74775</id>
<content type='text'>
defining things to "0" in the disabled case to outright undefining them, lest
code that does an "#ifdef FOO" get inadvertantly triggered.  Remove now
unneeded lines from Rules.mak which makes the command line smaller and avoids
redundancy (since this stuff is now pulled in via features.h).
 -Erik
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
defining things to "0" in the disabled case to outright undefining them, lest
code that does an "#ifdef FOO" get inadvertantly triggered.  Remove now
unneeded lines from Rules.mak which makes the command line smaller and avoids
redundancy (since this stuff is now pulled in via features.h).
 -Erik
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to "malloc" so it will work on CPUs not supporting non-aligned words.</title>
<updated>2001-02-21T19:11:26+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-02-21T19:11:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=2109636071eb7b3c085b6fcefcbed272a61e6713'/>
<id>2109636071eb7b3c085b6fcefcbed272a61e6713</id>
<content type='text'>
malloc still only works for little-endian CPUs... Patch by Jean-Yves Avenard
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
malloc still only works for little-endian CPUs... Patch by Jean-Yves Avenard
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce dependancies -- don't use sysconf() internal to libc.</title>
<updated>2001-01-15T13:23:33+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-01-15T13:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=eafdf1b819e2211d2dda91661b462640043d879e'/>
<id>eafdf1b819e2211d2dda91661b462640043d879e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"I will always compile before I commit."</title>
<updated>2001-01-12T11:53:48+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-01-12T11:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=6c7a9c98a3331b4dc2044ca1ba232e05926b1aae'/>
<id>6c7a9c98a3331b4dc2044ca1ba232e05926b1aae</id>
<content type='text'>
"I will always compile before I commit."
"I will always compile before I commit."
 -Erik
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"I will always compile before I commit."
"I will always compile before I commit."
 -Erik
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from James Graves &lt;jgraves@deltamobile.com&gt; to better handle m68k.</title>
<updated>2001-01-12T10:53:48+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-01-12T10:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=ddaf94095891a21cedd6a18d9178e4444fb937a7'/>
<id>ddaf94095891a21cedd6a18d9178e4444fb937a7</id>
<content type='text'>
Also fixes 2 very important malloc bugs!  Anyone using malloc (esp mmu-less)
should update and recompile.
 -Erik
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixes 2 very important malloc bugs!  Anyone using malloc (esp mmu-less)
should update and recompile.
 -Erik
</pre>
</div>
</content>
</entry>
</feed>
