Age | Commit message (Expand) | Author |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2012-07-17 | martynas added support for the 'long double' math functions to libm at | Matthew Dempsky |
2012-04-14 | remove libf2c, hasn't been built since it was moved to ports in 2010. | Jonathan Gray |
2011-11-25 | Gratuitous major crank for upcoming alpha switch to gcc 4, in order to have | Miod Vallat |
2011-11-21 | when testing COMPILER_VERSION don't assume the default case is gcc2 | Jonathan Gray |
2011-10-16 | Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc3) and bump major. | Stefan Sperling |
2011-10-16 | Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major. | Stefan Sperling |
2011-09-19 | - enable thread model posix for gcc 3 which makes dwarf2 exception | Christian Weisgerber |
2011-07-18 | Enable SJLJ C++ exceptions on arm here too. | Matthieu Herrb |
2011-07-06 | Finalize work on the math library. It's time to do this monster | Martynas Venckus |
2011-06-24 | use .PATH instead of .PATH.c & .PATH.m; something in the recent bsd.man.mk | Theo de Raadt |
2011-04-28 | Expose wprintf and friends in the gcc3 libstdc++ std:: namespace. | Stefan Sperling |
2011-04-28 | Bring back wprintf() for gcc4 libstdc++. | Stefan Sperling |
2011-04-24 | Back out wprintf diff and crank. Need to check more architectures first. | Stefan Sperling |
2011-04-24 | Expose wprintf and friends in the std:: namespace. Major bump for libstdc++. | Stefan Sperling |
2010-09-04 | Compile the v3 demangler support code in libiberty, bump minor. Will be used | Miod Vallat |
2010-05-26 | make gcc4 lib sprintf/strcpy free. | Marc Espie |
2010-05-25 | unlink g77 from the build. | Marc Espie |
2010-05-16 | the cp-demangler is part of libsupc++ as well | Marc Espie |
2010-05-16 | install unwind.h, like for gcc3. | Marc Espie |
2010-05-15 | We really want position independant objects in libsupc++.a. | Matthieu Herrb |
2010-05-15 | Add libsupc++-v3 | Robert Nagy |
2010-05-15 | Add Makefile for libsupc++-v3 that pulls common stuff from | Robert Nagy |
2010-05-15 | Move libsupc++ sources and other common stuff to Makefile.common | Robert Nagy |
2010-05-10 | Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible | Dale Rahn |
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 |