only use memcpy realloc to shrink if an exact-sized free chunk exists
[oweals/musl.git] / configure
2020-06-02 Rich Felkersuppress unwanted warnings when configuring with clang
2019-11-06 rofl0rppc: add configure check for older compilers erroring...
2019-07-04 Fangrui Songconfigure: make AR and RANLIB customizable
2019-06-14 Rich Felkeradd riscv64 architecture support
2019-05-11 Rich Felkerimprove i386 inline syscall asm on non-broken compilers
2019-01-19 Rich Felkerconfigure: accept ppc[64] as alias for powerpc[64]...
2018-09-19 Rich Felkersupport clang internal assembler when building for...
2018-09-13 Rich Felkerconfigure: only try -Qunused-arguments for clang
2018-09-12 Rich Felkerremove vis.h protected-visibility hack
2018-06-19 Rich Felkeradd m68k port
2018-04-17 Rich Felkeruse explicit dynamic-list rather than symbolic-function...
2018-02-21 Matúš Olekšákfix detection of LIBCC for compiler-rt with clang
2018-02-07 Szabolcs Nagybetter configure check for long double support
2017-08-11 Rich Felkerdisable global visibility override hack (vis.h) by...
2017-06-23 Dmitry Golovinfix clang CFLAGS checks and silence unused argument...
2016-12-20 Rich Felkerwhen building for arm as thumb2 code, also request...
2016-11-12 Bobby Binghamadd s390x port
2016-08-30 Szabolcs Nagyconfigure: handle mipsisa64* triplet as a mips64 target
2016-05-09 Bobby Binghamadd powerpc64 port
2016-05-04 LeMay, Michaelfix redundant processing of --build flag in configure...
2016-04-29 Rich Felkerfollow standard configure behavior for cross compile...
2016-04-18 Rich Felkeradd mips n32 port (ILP32 ABI for mips64)
2016-04-03 Rich Felkeradd support for mips and mips64 r6 isa
2016-03-06 Rich Felkermake configure check for unsupported (SPE) powerpc...
2016-03-06 Felix Fietkauadd powerpc soft-float support
2016-03-06 Rich Felkeradd mips64 port
2016-02-19 Rich Felkeradd arch tuple matching for nt32 and nt64 in configure
2016-02-19 Rich Felkerwork around regression building for armhf with clang...
2016-02-18 Rich Felkerpartly revert detection of broken float in configure
2016-02-17 Rich Felkermake configure attempt to catch broken floating point...
2016-02-03 Rich Felkermake configure accept -h as an alias for --help
2016-01-31 Rich Felkerdon't suppress shared libc when linker lacks -Bsymbolic...
2016-01-28 Rich Felkeradd arch/generic include fallback to build rules
2016-01-28 Rich Felkerremove unneeded -I options from configure test for...
2016-01-26 Rich Felkeruse same object files for libc.a and libc.so if compile...
2016-01-20 Rich Felkerfix global visibility (vis.h) support for out-of-tree...
2016-01-17 Petr Hoseksupport out-of-tree build
2015-11-08 Rich Felkerwork around toolchains with broken visibility in libgcc...
2015-11-05 Rich Felkerhave configure check/add --gc-sections linker option
2015-11-05 Rich Felkerhave configure check/add linker options to reduce size...
2015-11-04 Rich Felkerhave configure check/add -ffunction-sections and -fdata...
2015-11-02 Rich Felkerkeep user-provided CFLAGS/LDFLAGS separate from those...
2015-10-23 Rich Felkerprevent user CFLAGS overrides from exposing executable...
2015-10-15 Rich Felkersuppress sh assembler rejection of instructions based...
2015-09-29 Rich Felkereliminate protected-visibility data in libc.so with...
2015-09-22 Rich Felkertry to suppress linking libc.so if there are undefined...
2015-09-22 Rich Felkerremove configure's suppression of enable sh/fdpic share...
2015-09-12 Rich Felkeradd sh fdpic subarch variants
2015-08-26 Alex DowadBuild process uses script to add CFI directives to...
2015-07-06 Shizadd musl-clang, a wrapper for system clang installs
2015-07-06 Shizbuild: fix musl-targeting toolchain test
2015-07-06 Shizbuild: overhaul wrapper script system for multiple...
2015-05-28 Shizconfigure: work around compilers that merely warn for...
2015-04-23 Rich Felkerfix syntax errors in configure script
2015-04-22 Rich Felkermake configure check for visibility preinclude compatib...
2015-04-21 Andre McCurdyconfigure: check for -march and -mtune passed via CC
2015-04-20 Rich Felkerfix regression in configure script with new visibility...
2015-04-20 Rich Felkeradd optional global visibility override
2015-04-14 Rich Felkerallow libc itself to be built with stack protector...
2015-03-12 Szabolcs Nagyadd aarch64 port
2015-01-31 Rich Felkerfix failure of configure to detect gcc due to message...
2014-07-18 Stefan Kristianssonadd or1k (OpenRISC 1000) architecture port
2014-07-17 Rich Felkerwork around constant folding bug 61144 in gcc 4.9.0...
2014-06-20 Rich Felkerremove optimization-inhibiting behavior from configure...
2014-06-10 Rich Felkerfail configure on --enable-shared if -Bsymbolic-functio...
2014-05-20 Rich Felkertrivial formatting fix for the config.mak generated...
2014-05-19 Rich Felkeradd configure check for broken gcc 4.9.0 and possibly...
2014-05-12 Rich Felkeradd configure check for working compiler
2014-04-28 Bobby Binghamfix superh nofpu check on old gcc versions
2014-03-19 rofl0rconfigure: check for __ILP32__ if arch is x86_64
2014-03-17 Rich Felkermake configure accept alternate gcc tuples for x32
2014-02-28 Rich Felkerimprove configure's target arch matching
2014-02-28 Rich Felkerfix missing CFLAGS in configure test for float on sh
2014-02-28 Rich Felkerfix copy-and-paste error in configure's IEEE double...
2014-02-28 Rich Felkeradd nofpu subarchs to the sh arch, and properly detect...
2014-02-28 Rich Felkerfix endian subarchs for sh arch
2014-02-28 Rich Felkerrename superh port to "sh" for consistency
2014-02-24 Szabolcs Nagymips: add mips-sf subarch support (soft-float)
2014-02-23 Bobby Binghamsuperh port
2014-02-23 rofl0rconfigure: suppress bogus pointer-int cast warnings
2014-02-23 rofl0rconfigure: recognize x86_64-x32 and x32
2013-08-28 Rich Felkerremove -Wcast-align from --enable-warnings
2013-08-27 Rich Felkeradd attribute((may_alias)) checking in configure
2013-08-20 Rich Felkerfix two bugs in sed code configure uses to save command...
2013-08-16 Rich Felkermake configure store its command line in config.mak...
2013-08-16 Rich Felkerfix detection of arm hardfloat
2013-08-11 Rich Felkerallow subarch-specific asm, including asm specific...
2013-08-02 Rich Felkerprotect against long double type mismatches (mainly...
2013-08-01 Rich Felkerwork around gcc 4.8's generation of self-referential...
2013-07-25 Rich Felkerdo not include math modules in the default -O3 optimiza...
2013-07-23 Rich Felkerenhance build process to allow selective -O3 optimization
2013-07-19 Rich Felkerfix invalid C in new trycppif tests in configure script
2013-07-19 Rich Felkeradd build system support for arch endian & float abi...
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-12 Rich Felkertreat invalid C as an error even if warnings aren't...
2012-11-19 Rich Felkerfix error in configure script using >/dev/null in noclo...
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-13 rofl0rPPC port cleaned up, static linking works well now.
2012-11-08 Rich Felkerfix "configure --prefix=" and improve path/arg handling...
next