summaryrefslogtreecommitdiffstats
path: root/gnu/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* remove libf2c, hasn't been built since it was moved to ports in 2010.jsg2012-04-14266-43095/+0
* Gratuitous major crank for upcoming alpha switch to gcc 4, in order to havemiod2011-11-251-1/+1
* when testing COMPILER_VERSION don't assume the default case is gcc2jsg2011-11-211-6/+7
* Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc3) and bump major.stsp2011-10-163-21/+17
* Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major.stsp2011-10-162-5/+5
* - enable thread model posix for gcc 3 which makes dwarf2 exceptionnaddy2011-09-191-1/+1
* Enable SJLJ C++ exceptions on arm here too.matthieu2011-07-181-1/+5
* Finalize work on the math library. It's time to do this monstermartynas2011-07-062-2/+2
* use .PATH instead of .PATH.c & .PATH.m; something in the recent bsd.man.mkderaadt2011-06-241-3/+2
* Expose wprintf and friends in the gcc3 libstdc++ std:: namespace.stsp2011-04-282-7/+7
* Bring back wprintf() for gcc4 libstdc++.stsp2011-04-281-1/+1
* Back out wprintf diff and crank. Need to check more architectures first.stsp2011-04-241-1/+1
* Expose wprintf and friends in the std:: namespace. Major bump for libstdc++.stsp2011-04-241-1/+1
* Compile the v3 demangler support code in libiberty, bump minor. Will be usedmiod2010-09-042-2/+3
* make gcc4 lib sprintf/strcpy free.espie2010-05-261-5/+6
* unlink g77 from the build.espie2010-05-251-3/+3
* the cp-demangler is part of libsupc++ as wellespie2010-05-161-2/+2
* install unwind.h, like for gcc3.espie2010-05-161-7/+1
* We really want position independant objects in libsupc++.a.matthieu2010-05-151-1/+5
* Add libsupc++-v3robert2010-05-151-3/+4
* Add Makefile for libsupc++-v3 that pulls common stuff fromrobert2010-05-151-0/+11
* Move libsupc++ sources and other common stuff to Makefile.commonrobert2010-05-152-24/+37
* Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexibledrahn2010-05-102-7/+17
* This file won't be needed, espie pointed out how stupid I was.robert2010-05-091-3/+0
* fix obvious typo, unbreak build on i386espie2010-05-091-2/+2
* Only #define _GLIBCXX_ATOMIC_BUILTINS on architectures where we use GCC'skettenis2010-05-091-2/+4
* add i386 to the atomicity via builtins list as welljsg2010-05-081-2/+3
* Use "builtins" for atomicity on sparc64 as well.kettenis2010-05-081-2/+2
* Install libsupc++ header files as well.kettenis2010-05-081-2/+6
* Add infrastructure to build libstdc++-v3 for gcc4robert2010-05-074-0/+1742
* Fix from readline 5.0 via Alexandr Shadchin to for a bug that preventsnicm2010-03-253-1/+8
* Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c torobert2009-10-127-39/+1487
* - revert thread model posix since it broke the build for hppa. will revistkurt2009-07-261-1/+1
* - enable thread model posix for gcc 3 which makes dwarf2 exceptionkurt2009-07-251-1/+1
* - enable libstdc++ pthread regresseskurt2009-04-176-12/+12
* Our gcc doesn't provide __builtin_memmove(), so replace it by memmove().landry2009-03-071-1/+1
* Remove unneeded include; fixes build problems with some ports thatkettenis2009-01-281-1/+0
* steal some code from gcc 4.2, so that char_traits specializations start withespie2009-01-132-48/+134
* bump major version, to be safe. ok theomartynas2008-12-121-2/+2
* libstdc++ (cmath) needs to handle integer arguments for the mathmartynas2008-12-093-1/+132
* bump minor. ok kettenis@martynas2008-09-071-1/+1
* don't undefine C99 math macros, if !_GLIBCPP_USE_C99, so that wemartynas2008-07-251-4/+0
* bump because of __nan in math.hderaadt2008-07-241-2/+2
* bumpmartynas2008-07-241-2/+2
* Enable the use of __attribute__ ((__nonnull__)) unconditionally under OpenBSD,miod2008-06-221-1/+1
* Put back sprintf -> snprintf changes which have been lost accidentally in themiod2008-06-073-5/+5
* Put back the diff made between rev. 1.1.1.3 and 1.3chl2008-06-071-0/+2
* Cope with the changes in the libiberty C++ demangler, and crank minor versionmiod2008-05-273-6/+12
* Merge OpenBSD specific changes:miod2008-05-2784-13051/+18091
* Update libiberty to the version found in binutils 2.17.1 (which stillmiod2008-05-2783-1535/+6000