summaryrefslogtreecommitdiff
path: root/debian/config
AgeCommit message (Collapse)Author
2003-12-30Rework malloc. The new default implementation is based on dlmalloc from DougEric Andersen
Lea. It is about 2x faster than the old malloc-930716, and behave itself much better -- it will properly release memory back to the system, and it uses a combination of brk() for small allocations and mmap() for larger allocations. -Erik
2003-12-22Update the config used when building a .debEric Andersen
2003-11-13Update the debian packaging for use in a standalone uClibcEric Andersen
system, rather than being a subordinate lib under a glibc based system. -Erik
2003-02-12Update CVS to Debian 0.9.18-1 packageDavid Schleef