Downloadliste

Projektbeschreibung

musl is a new implementation of the standard library for Linux-based systems. It is lightweight, fast, simple, free, and strives to be correct in the sense of standards-conformance and safety. It includes a wrapper for building programs against musl in place of the system standard library (e.g. glibc), making it possible to immediately evaluate the library and build compact statically linked binaries with it.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-02 07:05
0.9.9

Dieses Release bringt große Kompatibilität Verbesserungen, einschließlich Linux-spezifische Features, GNU-Erweiterungsfunktionen, Grsec Kernel Macken Kompatibilität und Problemumgehungen für subtile, aber gefährlichen Portabilität Störungen in einigen Programmen.

Größe, Leistung und Korrektheit Verbesserungen wurden an der Mathematik-Bibliothek vorgenommen.

Zahlreiche Low-Impact-Bugs wurden behoben.
This release adds
major compatibility improvements,
including Linux-specific features,
GNU extension functions,
grsec kernel quirks compatibility,
and workarounds for subtle but dangerous portability errors
in some programs.

Size,
performance,
and correctness improvements have been made to the math library.

Numerous low-impact bugs have been fixed.

2012-03-18 19:12
0.8.7

Diese Version unterstützt C++ mit g + / Libstdc ++ (Dies erfordert kleinere Fixes für Glibc Abhängigkeiten in libstdc++), eine neue C99-Mathematik-Bibliothek (Float, long double, komplexe, etc.) auf der Grundlage von FreeBSD und OpenBSD-Code, eine funktionierende unverankerte Punkt Umgebung auf i386 und x86_64, und viele Bugfixes und Kompatibilität Verbesserungen zum Aufbau von leicht Nonportable Programmen gegen Musl.
Tags: Beta
This release adds C++ support with g++/libstdc++ (this requires minor fixes for glibc dependencies in libstdc++), a new C99 math library (float, long double, complex, etc.) based on FreeBSD and OpenBSD code, a working floating point environment on i386 and x86_64, and many bugfixes and compatibility improvements for building slightly-nonportable programs against musl.

2012-02-29 07:35
0.8.6

Dies ist ein Bugfix-Release für einen schweren Fehler, die in der vorherigen Version rutschte: alle statisch verknüpfte Programme, die DNS-Lookups durchgeführt, aber nicht Pthreads verwendet wurden aufgrund eines Fehlers Logik in die schwache Verknüpfung der Pthread Stornierung Bereinigungsfunktionen abstürzt.
Tags: Beta
This is a bugfix release for a serious bug that slipped into the previous release: all static linked programs that performed DNS lookups but did not use pthreads were crashing due to a logic error in the weak linking of pthread cancellation cleanup functions.

2012-02-28 12:35
0.8.5

Diese Version enthält zahlreiche Ergänzungen der kleinen Vermächtnisschnittstellen und vorher ausgelassen Standardfunktionen, die wichtig für den Aufbau der realen Welt Programme ermittelt wurden. Global-Konstruktor/Destruktor-Unterstützung wurde in das Hauptprogramm und freigegebene Bibliotheken/dynamische Ladeprogramm. Thread Abbruch Anforderungen können jetzt blockiert Stdio Operationen abzubrechen. Ein Fehler in GCC 3, das Gebäude einer freigegebenen Libc verhindert hat um gearbeitet wurde. Der GCC-Wrapper unterstützt jetzt generieren gemeinsam genutzte Bibliotheken. Verschiedene obskure Fehler wurden auch behoben.
Tags: Beta
This release includes numerous additions of small legacy interfaces and previously-omitted standard functions that were determined to be important for building real-world programs. Global constructor/destructor support was provided in the main program and shared libraries/dynamic loader. Thread cancellation requests are now able to cancel blocked stdio operations. A bug in GCC 3 that prevented building a shared libc has been worked around. The GCC wrapper now supports generating shared libraries. Various obscure bugs have also been fixed.

2012-01-24 07:04
0.8.4

Besser ARM-Unterstützung, einschließlich dynamische Verknüpfung. Viele Verbesserungen und Fehlerbehebungen in Pthread Cond Vars, Hindernisse und Rwlocks. Verschiedene kleine Kompatibilität Verbesserungen und Bugfixes überall.
Tags: Beta
Better ARM support, including dynamic linking. Many improvements and fixes in pthread cond vars, barriers, and rwlocks. Assorted small compatibility improvements and bugfixes all around.

Project Resources