Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
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

Esta versão adiciona melhorias de compatibilidade maior, incluindo recursos específicos do Linux, funções de extensão GNU, compatibilidade de peculiaridades de kernel grsec e soluções para erros de portabilidade sutil, mas perigosa em alguns programas.

Tamanho, desempenho e correção melhorias foram feitas para a biblioteca de matemática.

Foram corrigidos vários bugs de baixo impacto.
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

Esta versão adiciona o suporte a C++ g + + / libstdc + + (isso requer correções secundárias para a glibc dependências no libstdc + +), uma nova biblioteca de matemática de C99 (Flutuar, long Duplo, complexo, etc.) com base no código de FreeBSD e o OpenBSD, um trabalho flutuante ponto ambiente em i386 e x86_64 e muitas correções de bugs e compatibilidade melhorias para a construção de programas ligeiramente nonportable contra 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

Esta é uma versão de um erro grave que escorregou na versão anterior: todos os programas vinculados estáticos que realizado pesquisas de DNS, mas não utilizou pthreads estavam falhando devido a um erro de lógica na vinculação fraca das funções de limpeza de cancelamento pthread.
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

Esta versão inclui numerosas adições de pequenas interfaces legadas e funções padrão anteriormente omitida que foram consideradas importantes para a construção de programas do mundo real. Suporte global construtor/destruidor foi fornecido no programa principal e compartilhado carregador de bibliotecas/dinâmico. Pedidos de anulação de thread são capazes de cancelar operações stdio bloqueados. Um bug no GCC 3 que impediram a construção de um compartilhada libc foi trabalhado ao redor. O wrapper GCC suporta agora gerar bibliotecas compartilhadas. Também foram corrigidos vários bugs obscuros.
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

Melhor suporte de braço, incluindo a vinculação dinâmica. Muitas melhorias e correções em pthread cond vars, barreiras e rwlocks. Sortidas compatibilidade pequenas melhorias e correções de erros ao redor.
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