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