| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-04-14 | remove libf2c, hasn't been built since it was moved to ports in 2010. |  jsg | 266 | -43095/+0 |
| 2011-11-25 | Gratuitous major crank for upcoming alpha switch to gcc 4, in order to have |  miod | 1 | -1/+1 |
| 2011-11-21 | when testing COMPILER_VERSION don't assume the default case is gcc2 |  jsg | 1 | -6/+7 |
| 2011-10-16 | Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc3) and bump major. |  stsp | 3 | -21/+17 |
| 2011-10-16 | Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major. |  stsp | 2 | -5/+5 |
| 2011-09-19 | - enable thread model posix for gcc 3 which makes dwarf2 exception |  naddy | 1 | -1/+1 |
| 2011-07-18 | Enable SJLJ C++ exceptions on arm here too. |  matthieu | 1 | -1/+5 |
| 2011-07-06 | Finalize work on the math library. It's time to do this monster |  martynas | 2 | -2/+2 |
| 2011-06-24 | use .PATH instead of .PATH.c & .PATH.m; something in the recent bsd.man.mk |  deraadt | 1 | -3/+2 |
| 2011-04-28 | Expose wprintf and friends in the gcc3 libstdc++ std:: namespace. |  stsp | 2 | -7/+7 |
| 2011-04-28 | Bring back wprintf() for gcc4 libstdc++. |  stsp | 1 | -1/+1 |
| 2011-04-24 | Back out wprintf diff and crank. Need to check more architectures first. |  stsp | 1 | -1/+1 |
| 2011-04-24 | Expose wprintf and friends in the std:: namespace. Major bump for libstdc++. |  stsp | 1 | -1/+1 |
| 2010-09-04 | Compile the v3 demangler support code in libiberty, bump minor. Will be used |  miod | 2 | -2/+3 |
| 2010-05-26 | make gcc4 lib sprintf/strcpy free. |  espie | 1 | -5/+6 |
| 2010-05-25 | unlink g77 from the build. |  espie | 1 | -3/+3 |
| 2010-05-16 | the cp-demangler is part of libsupc++ as well |  espie | 1 | -2/+2 |
| 2010-05-16 | install unwind.h, like for gcc3. |  espie | 1 | -7/+1 |
| 2010-05-15 | We really want position independant objects in libsupc++.a. |  matthieu | 1 | -1/+5 |
| 2010-05-15 | Add libsupc++-v3 |  robert | 1 | -3/+4 |
| 2010-05-15 | Add Makefile for libsupc++-v3 that pulls common stuff from |  robert | 1 | -0/+11 |
| 2010-05-15 | Move libsupc++ sources and other common stuff to Makefile.common |  robert | 2 | -24/+37 |
| 2010-05-10 | Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible |  drahn | 2 | -7/+17 |
| 2010-05-09 | This file won't be needed, espie pointed out how stupid I was. |  robert | 1 | -3/+0 |
| 2010-05-09 | fix obvious typo, unbreak build on i386 |  espie | 1 | -2/+2 |
| 2010-05-09 | Only #define _GLIBCXX_ATOMIC_BUILTINS on architectures where we use GCC's |  kettenis | 1 | -2/+4 |
| 2010-05-08 | add i386 to the atomicity via builtins list as well |  jsg | 1 | -2/+3 |
| 2010-05-08 | Use "builtins" for atomicity on sparc64 as well. |  kettenis | 1 | -2/+2 |
| 2010-05-08 | Install libsupc++ header files as well. |  kettenis | 1 | -2/+6 |
| 2010-05-07 | Add infrastructure to build libstdc++-v3 for gcc4 |  robert | 4 | -0/+1742 |
| 2010-03-25 | Fix from readline 5.0 via Alexandr Shadchin to for a bug that prevents |  nicm | 3 | -1/+8 |
| 2009-10-12 | Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c to |  robert | 7 | -39/+1487 |
| 2009-07-26 | - revert thread model posix since it broke the build for hppa. will revist |  kurt | 1 | -1/+1 |
| 2009-07-25 | - enable thread model posix for gcc 3 which makes dwarf2 exception |  kurt | 1 | -1/+1 |
| 2009-04-17 | - enable libstdc++ pthread regresses |  kurt | 6 | -12/+12 |
| 2009-03-07 | Our gcc doesn't provide __builtin_memmove(), so replace it by memmove(). |  landry | 1 | -1/+1 |
| 2009-01-28 | Remove unneeded include; fixes build problems with some ports that |  kettenis | 1 | -1/+0 |
| 2009-01-13 | steal some code from gcc 4.2, so that char_traits specializations start with |  espie | 2 | -48/+134 |
| 2008-12-12 | bump major version, to be safe. ok theo |  martynas | 1 | -2/+2 |
| 2008-12-09 | libstdc++ (cmath) needs to handle integer arguments for the math |  martynas | 3 | -1/+132 |
| 2008-09-07 | bump minor. ok kettenis@ |  martynas | 1 | -1/+1 |
| 2008-07-25 | don't undefine C99 math macros, if !_GLIBCPP_USE_C99, so that we |  martynas | 1 | -4/+0 |
| 2008-07-24 | bump because of __nan in math.h |  deraadt | 1 | -2/+2 |
| 2008-07-24 | bump |  martynas | 1 | -2/+2 |
| 2008-06-22 | Enable the use of __attribute__ ((__nonnull__)) unconditionally under OpenBSD, |  miod | 1 | -1/+1 |
| 2008-06-07 | Put back sprintf -> snprintf changes which have been lost accidentally in the |  miod | 3 | -5/+5 |
| 2008-06-07 | Put back the diff made between rev. 1.1.1.3 and 1.3 |  chl | 1 | -0/+2 |
| 2008-05-27 | Cope with the changes in the libiberty C++ demangler, and crank minor version |  miod | 3 | -6/+12 |
| 2008-05-27 | Merge OpenBSD specific changes: |  miod | 84 | -12847/+17887 |
| 2008-05-27 | Update libiberty to the version found in binutils 2.17.1 (which still |  miod | 83 | -1509/+5974 |