Age | Commit message (Expand) | Author |
2010-05-09 | This file won't be needed, espie pointed out how stupid I was. | Robert Nagy |
2010-05-09 | fix obvious typo, unbreak build on i386 | Marc Espie |
2010-05-09 | Only #define _GLIBCXX_ATOMIC_BUILTINS on architectures where we use GCC's | Mark Kettenis |
2010-05-08 | add i386 to the atomicity via builtins list as well | Jonathan Gray |
2010-05-08 | Use "builtins" for atomicity on sparc64 as well. | Mark Kettenis |
2010-05-08 | Install libsupc++ header files as well. | Mark Kettenis |
2010-05-07 | Add infrastructure to build libstdc++-v3 for gcc4 | Robert Nagy |
2010-03-25 | Fix from readline 5.0 via Alexandr Shadchin to for a bug that prevents | Nicholas Marriott |
2009-10-12 | Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c to | Robert Nagy |
2009-07-26 | - revert thread model posix since it broke the build for hppa. will revist | Kurt Miller |
2009-07-25 | - enable thread model posix for gcc 3 which makes dwarf2 exception | Kurt Miller |
2009-04-17 | - enable libstdc++ pthread regresses | Kurt Miller |
2009-03-07 | Our gcc doesn't provide __builtin_memmove(), so replace it by memmove(). | Landry Breuil |
2009-01-28 | Remove unneeded include; fixes build problems with some ports that | Mark Kettenis |
2009-01-13 | steal some code from gcc 4.2, so that char_traits specializations start with | Marc Espie |
2008-12-12 | bump major version, to be safe. ok theo | Martynas Venckus |
2008-12-09 | libstdc++ (cmath) needs to handle integer arguments for the math | Martynas Venckus |
2008-09-07 | bump minor. ok kettenis@ | Martynas Venckus |
2008-07-25 | don't undefine C99 math macros, if !_GLIBCPP_USE_C99, so that we | Martynas Venckus |
2008-07-24 | bump because of __nan in math.h | Theo de Raadt |
2008-07-24 | bump | Martynas Venckus |
2008-06-22 | Enable the use of __attribute__ ((__nonnull__)) unconditionally under OpenBSD, | Miod Vallat |
2008-06-07 | Put back sprintf -> snprintf changes which have been lost accidentally in the | Miod Vallat |
2008-06-07 | Put back the diff made between rev. 1.1.1.3 and 1.3 | Charles Longeau |
2008-05-27 | Cope with the changes in the libiberty C++ demangler, and crank minor version | Miod Vallat |
2008-05-27 | Merge OpenBSD specific changes: | Miod Vallat |
2008-05-27 | Update libiberty to the version found in binutils 2.17.1 (which still | Miod Vallat |
2008-03-28 | Enable shared libraries on landisk. | Dale Rahn |
2007-11-05 | make sure configure does not hardcode MAKE in its generated makefile. | Marc Espie |
2007-09-03 | crank libc and libstdc++ majors | Todd C. Miller |
2007-07-23 | - enable thread support in libobjc | Kurt Miller |
2006-12-26 | Fix inline asm. From GCC PR 17856. Fixes gnash on amd64. | Mark Kettenis |
2006-11-07 | remove sudo around includes, since that's already done by the toplevel. | Marc Espie |
2006-11-07 | activate *trans functions, noticed by robert/wilfried, tested by | Marc Espie |
2006-08-28 | -fgnu-runtime is only effective for Objective-C source, and produces a | Marc Aurele La France |
2006-07-12 | makeinfo --no-split, simplifies sets immensely. | Marc Espie |
2006-01-13 | Major number bump due to types changes. | Todd C. Miller |
2005-10-19 | strcpy -> strlcpy | Bjorn Sandell |
2005-06-17 | next citrus step. | Marc Espie |
2005-05-11 | use the ctype stuff in libc instead of re-rolling our own. | Marc Espie |
2005-04-30 | Fix printing floating-point numbers. Bump major number. | Mark Kettenis |
2005-04-28 | bump major version, just to be sure. | Marc Espie |
2005-04-28 | also use new libobjc on old architectures, since it builds fine with | Marc Espie |
2005-04-27 | strcpy -> strlcpy, sprintf -> snprintf, so that the testsuite works | Marc Espie |
2005-04-27 | zap strlcpy. | Marc Espie |
2005-04-27 | allows snprintf and friends to be in std if we include cstdio.h | Marc Espie |
2005-04-27 | strcpy->strlcpy, needed by libstdc++ actually. | Marc Espie |
2005-04-16 | amd64 canonicalization | Mark Kettenis |
2005-04-14 | major bump: | Marc Espie |
2005-04-14 | temp scaffolding to switch on partial wchar_t support based on | Marc Espie |