Age | Commit message (Expand) | Author |
2024-02-06 | Add risc-v support code for clang -msave-restore | Jeremie Courreges-Anglas |
2024-02-06 | Fix RTARCH in our Makefile and lets us access riscv-specific implementations | Jeremie Courreges-Anglas |
2024-02-04 | Adapt base libstdc++ to the new ctype.h defines | Jeremie Courreges-Anglas |
2024-01-26 | update libcxx, libcxxabi and libunwind to 16.0.6; | Robert Nagy |
2023-11-12 | Fix install path, reminded by otto@ | Jeremie Courreges-Anglas |
2023-10-17 | Update ncurses and associated libraries (form, panel, menu) to | Nicholas Marriott |
2023-09-06 | Build with -std=gnu89 to fix the build with clang-16 | Jeremie Courreges-Anglas |
2023-07-05 | backport the implementation of ranges::find{, _if, _if_not} | Robert Nagy |
2022-11-01 | Do not neuter __attribute__ with __STRICT_ANSI__ | Theo Buehler |
2001-03-18 | GNU readline-4.1 | Todd C. Miller |
2022-02-16 | Plug ubsan_minimal into gnu/lib/libclang_rt build | Greg Steuck |
2021-12-28 | Compile out-of-line helpers for atomic operations which can be enabled | Patrick Wildt |
2021-12-17 | Update build infrastructure for LLVM 13.0.0. | Patrick Wildt |
2021-11-12 | backport https://reviews.llvm.org/D107127 to fix shared libraries using emutls | Robert Nagy |
2021-09-28 | Link libclang_rt.profile to the build. | Frederic Cambus |
2021-09-15 | Add build infrastructure for the libclang_rt.profile library. | Frederic Cambus |
2021-06-11 | remove netbsd specific LIBRARY section; ok jca | Jason McIntyre |
2021-06-10 | Minor mandoc -Tlint fixes | Jeremie Courreges-Anglas |
2021-06-10 | Indentation | Jeremie Courreges-Anglas |
2021-06-10 | No RCS IDs in shlib_version files | Jeremie Courreges-Anglas |
2021-06-09 | Enable libexecinfo. | mortimer |
2021-06-09 | Add libexecinfo. | mortimer |
2021-04-28 | Build libcompiler_rt for riscv64 | Dale Rahn |
2021-04-28 | Update build infrastructure for libc++ and libc++abi version 11.1.0. | Patrick Wildt |
2021-01-11 | Switch libc++ and libc++abi to version 10.0.1. | Patrick Wildt |
2021-01-02 | Adjust link path for libc++ to find libc++abi to match change of Makefile | Patrick Wildt |
2021-01-02 | Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for an | Patrick Wildt |
2020-08-14 | Don't build double-double functions since long double is the same as double | Mark Kettenis |
2020-08-11 | Remove fixtfti.c from ppc-if to unbreak macppc build. I guess kettenis@ | Patrick Wildt |
2020-08-11 | fix path for testing if a .S exists | Jonathan Gray |
2020-08-10 | Un-hook and re-hook libcompiler_rt. | Patrick Wildt |
2020-08-10 | Add build infrastructure for compiler-rt. | Patrick Wildt |
2019-12-21 | a few depend:-related thingies that were still in. | Marc Espie |
2019-04-03 | mortimer unlinked libobjc from the build, but didn't know how to cvs rm. | Ted Unangst |
2004-01-15 | move libobjc around to its own directory (from src/gnu/egcs/libobjc) | Marc Espie |
2019-03-20 | fix serious markup error: \B -> \fB to select bold font | Ingo Schwarze |
2019-01-15 | Fix the inter-library dependency for libedit and libreadline. | YASUOKA Masahiko |
2018-11-14 | Record an inter-library dependency on libcurses in libedit and libreadline, | Stuart Henderson |
2018-09-14 | Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@ | Christian Weisgerber |
2017-08-10 | Unlink libobjc. It is not used in base, and ports are pulling in libobjc2 fro... | mortimer |
2017-07-28 | provide missing prototypes | Marc Espie |
2017-07-27 | fix warnings from missing headers. | Marc Espie |
2017-07-24 | install gcc, g++ as gcc and g++ instead of cc, c++ and create links | Robert Nagy |
2017-07-19 | more depends gc / yacc rules overhaul | Marc Espie |
2017-07-10 | remove misc. depend and yacc nits that no longer matter. | Marc Espie |
2017-07-04 | complete "nodepend" in source | Marc Espie |
2017-06-23 | Make libiberty test programs compile and run without segfault. | Alexander Bluhm |
2017-06-16 | mark files as BUILDFIRST, or write explicit dependencies, so that most | Marc Espie |
2017-06-12 | destroy lint remnants. | Marc Espie |
2017-04-17 | Change build infrastructure to allow building both gcc and clang. This | Mark Kettenis |