summaryrefslogtreecommitdiffstats
path: root/gnu/lib
AgeCommit message (Expand)AuthorFilesLines
2012-04-14remove libf2c, hasn't been built since it was moved to ports in 2010.jsg266-43095/+0
2011-11-25Gratuitous major crank for upcoming alpha switch to gcc 4, in order to havemiod1-1/+1
2011-11-21when testing COMPILER_VERSION don't assume the default case is gcc2jsg1-6/+7
2011-10-16Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc3) and bump major.stsp3-21/+17
2011-10-16Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major.stsp2-5/+5
2011-09-19- enable thread model posix for gcc 3 which makes dwarf2 exceptionnaddy1-1/+1
2011-07-18Enable SJLJ C++ exceptions on arm here too.matthieu1-1/+5
2011-07-06Finalize work on the math library. It's time to do this monstermartynas2-2/+2
2011-06-24use .PATH instead of .PATH.c & .PATH.m; something in the recent bsd.man.mkderaadt1-3/+2
2011-04-28Expose wprintf and friends in the gcc3 libstdc++ std:: namespace.stsp2-7/+7
2011-04-28Bring back wprintf() for gcc4 libstdc++.stsp1-1/+1
2011-04-24Back out wprintf diff and crank. Need to check more architectures first.stsp1-1/+1
2011-04-24Expose wprintf and friends in the std:: namespace. Major bump for libstdc++.stsp1-1/+1
2010-09-04Compile the v3 demangler support code in libiberty, bump minor. Will be usedmiod2-2/+3
2010-05-26make gcc4 lib sprintf/strcpy free.espie1-5/+6
2010-05-25unlink g77 from the build.espie1-3/+3
2010-05-16the cp-demangler is part of libsupc++ as wellespie1-2/+2
2010-05-16install unwind.h, like for gcc3.espie1-7/+1
2010-05-15We really want position independant objects in libsupc++.a.matthieu1-1/+5
2010-05-15Add libsupc++-v3robert1-3/+4
2010-05-15Add Makefile for libsupc++-v3 that pulls common stuff fromrobert1-0/+11
2010-05-15Move libsupc++ sources and other common stuff to Makefile.commonrobert2-24/+37
2010-05-10Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexibledrahn2-7/+17
2010-05-09This file won't be needed, espie pointed out how stupid I was.robert1-3/+0
2010-05-09fix obvious typo, unbreak build on i386espie1-2/+2
2010-05-09Only #define _GLIBCXX_ATOMIC_BUILTINS on architectures where we use GCC'skettenis1-2/+4
2010-05-08add i386 to the atomicity via builtins list as welljsg1-2/+3
2010-05-08Use "builtins" for atomicity on sparc64 as well.kettenis1-2/+2
2010-05-08Install libsupc++ header files as well.kettenis1-2/+6
2010-05-07Add infrastructure to build libstdc++-v3 for gcc4robert4-0/+1742
2010-03-25Fix from readline 5.0 via Alexandr Shadchin to for a bug that preventsnicm3-1/+8
2009-10-12Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c torobert7-39/+1487
2009-07-26- revert thread model posix since it broke the build for hppa. will revistkurt1-1/+1
2009-07-25- enable thread model posix for gcc 3 which makes dwarf2 exceptionkurt1-1/+1
2009-04-17- enable libstdc++ pthread regresseskurt6-12/+12
2009-03-07Our gcc doesn't provide __builtin_memmove(), so replace it by memmove().landry1-1/+1
2009-01-28Remove unneeded include; fixes build problems with some ports thatkettenis1-1/+0
2009-01-13steal some code from gcc 4.2, so that char_traits specializations start withespie2-48/+134
2008-12-12bump major version, to be safe. ok theomartynas1-2/+2
2008-12-09libstdc++ (cmath) needs to handle integer arguments for the mathmartynas3-1/+132
2008-09-07bump minor. ok kettenis@martynas1-1/+1
2008-07-25don't undefine C99 math macros, if !_GLIBCPP_USE_C99, so that wemartynas1-4/+0
2008-07-24bump because of __nan in math.hderaadt1-2/+2
2008-07-24bumpmartynas1-2/+2
2008-06-22Enable the use of __attribute__ ((__nonnull__)) unconditionally under OpenBSD,miod1-1/+1
2008-06-07Put back sprintf -> snprintf changes which have been lost accidentally in themiod3-5/+5
2008-06-07Put back the diff made between rev. 1.1.1.3 and 1.3chl1-0/+2
2008-05-27Cope with the changes in the libiberty C++ demangler, and crank minor versionmiod3-6/+12
2008-05-27Merge OpenBSD specific changes:miod84-12847/+17887
2008-05-27Update libiberty to the version found in binutils 2.17.1 (which stillmiod83-1509/+5974