summaryrefslogtreecommitdiffstats
path: root/gnu/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup duplicate filenames in SRCSderaadt2016-03-281-11/+2
* Disable the stack protector when building libstdc++ on arm. Fixes testjsg2016-02-181-1/+4
* quote ${CC} expansion, from andreas.kahari at icm uu se, ok mpi@sthen2016-01-201-2/+2
* On xmalloc failure, stop trying to determine the total amount of allocatedpascal2015-10-201-25/+0
* Fix CVE-2012-3509, an integer overflow in libiberty, leading tobluhm2015-06-112-4/+11
* Stop including CFLAGS in CXXFLAGS it creates problems when mixingjsg2015-05-143-11/+14
* Prefer strdup() to malloc() + strcpy() and ftello() to ftell()miod2015-01-191-5/+3
* Finally ``revert'' to the recent pexecute interface, now that we do not needmiod2014-08-312-772/+325
* Now that gcc 2.95 is out of the tree, get rid of the old hash table interfacemiod2014-08-314-371/+5
* remove gets reference. ok espietedu2014-03-271-1/+0
* Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.guenther2013-10-242-2/+2
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-135-6/+6
* Remove support for COMPILER_VERSION == gcc2.miod2013-08-062-13/+5
* exists() calls in make are expensive so switch to test(1) and use the shellrobert2013-06-211-5/+4
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-021-3/+1
* martynas added support for the 'long double' math functions to libm atmatthew2012-07-173-21/+21
* 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