| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup duplicate filenames in SRCS |  deraadt | 2016-03-28 | 1 | -11/+2 |
* | Disable the stack protector when building libstdc++ on arm. Fixes test |  jsg | 2016-02-18 | 1 | -1/+4 |
* | quote ${CC} expansion, from andreas.kahari at icm uu se, ok mpi@ |  sthen | 2016-01-20 | 1 | -2/+2 |
* | On xmalloc failure, stop trying to determine the total amount of allocated |  pascal | 2015-10-20 | 1 | -25/+0 |
* | Fix CVE-2012-3509, an integer overflow in libiberty, leading to |  bluhm | 2015-06-11 | 2 | -4/+11 |
* | Stop including CFLAGS in CXXFLAGS it creates problems when mixing |  jsg | 2015-05-14 | 3 | -11/+14 |
* | Prefer strdup() to malloc() + strcpy() and ftello() to ftell() |  miod | 2015-01-19 | 1 | -5/+3 |
* | Finally ``revert'' to the recent pexecute interface, now that we do not need |  miod | 2014-08-31 | 2 | -772/+325 |
* | Now that gcc 2.95 is out of the tree, get rid of the old hash table interface |  miod | 2014-08-31 | 4 | -371/+5 |
* | remove gets reference. ok espie |  tedu | 2014-03-27 | 1 | -1/+0 |
* | Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval. |  guenther | 2013-10-24 | 2 | -2/+2 |
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 5 | -6/+6 |
* | Remove support for COMPILER_VERSION == gcc2. |  miod | 2013-08-06 | 2 | -13/+5 |
* | exists() calls in make are expensive so switch to test(1) and use the shell |  robert | 2013-06-21 | 1 | -5/+4 |
* | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. |  okan | 2012-08-02 | 1 | -3/+1 |
* | martynas added support for the 'long double' math functions to libm at |  matthew | 2012-07-17 | 3 | -21/+21 |
* | remove libf2c, hasn't been built since it was moved to ports in 2010. |  jsg | 2012-04-14 | 266 | -43095/+0 |
* | Gratuitous major crank for upcoming alpha switch to gcc 4, in order to have |  miod | 2011-11-25 | 1 | -1/+1 |
* | when testing COMPILER_VERSION don't assume the default case is gcc2 |  jsg | 2011-11-21 | 1 | -6/+7 |
* | Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc3) and bump major. |  stsp | 2011-10-16 | 3 | -21/+17 |
* | Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major. |  stsp | 2011-10-16 | 2 | -5/+5 |
* | - enable thread model posix for gcc 3 which makes dwarf2 exception |  naddy | 2011-09-19 | 1 | -1/+1 |
* | Enable SJLJ C++ exceptions on arm here too. |  matthieu | 2011-07-18 | 1 | -1/+5 |
* | Finalize work on the math library. It's time to do this monster |  martynas | 2011-07-06 | 2 | -2/+2 |
* | use .PATH instead of .PATH.c & .PATH.m; something in the recent bsd.man.mk |  deraadt | 2011-06-24 | 1 | -3/+2 |
* | Expose wprintf and friends in the gcc3 libstdc++ std:: namespace. |  stsp | 2011-04-28 | 2 | -7/+7 |
* | Bring back wprintf() for gcc4 libstdc++. |  stsp | 2011-04-28 | 1 | -1/+1 |
* | Back out wprintf diff and crank. Need to check more architectures first. |  stsp | 2011-04-24 | 1 | -1/+1 |
* | Expose wprintf and friends in the std:: namespace. Major bump for libstdc++. |  stsp | 2011-04-24 | 1 | -1/+1 |
* | Compile the v3 demangler support code in libiberty, bump minor. Will be used |  miod | 2010-09-04 | 2 | -2/+3 |
* | make gcc4 lib sprintf/strcpy free. |  espie | 2010-05-26 | 1 | -5/+6 |
* | unlink g77 from the build. |  espie | 2010-05-25 | 1 | -3/+3 |
* | the cp-demangler is part of libsupc++ as well |  espie | 2010-05-16 | 1 | -2/+2 |
* | install unwind.h, like for gcc3. |  espie | 2010-05-16 | 1 | -7/+1 |
* | We really want position independant objects in libsupc++.a. |  matthieu | 2010-05-15 | 1 | -1/+5 |
* | Add libsupc++-v3 |  robert | 2010-05-15 | 1 | -3/+4 |
* | Add Makefile for libsupc++-v3 that pulls common stuff from |  robert | 2010-05-15 | 1 | -0/+11 |
* | Move libsupc++ sources and other common stuff to Makefile.common |  robert | 2010-05-15 | 2 | -24/+37 |
* | Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible |  drahn | 2010-05-10 | 2 | -7/+17 |
* | This file won't be needed, espie pointed out how stupid I was. |  robert | 2010-05-09 | 1 | -3/+0 |
* | fix obvious typo, unbreak build on i386 |  espie | 2010-05-09 | 1 | -2/+2 |
* | Only #define _GLIBCXX_ATOMIC_BUILTINS on architectures where we use GCC's |  kettenis | 2010-05-09 | 1 | -2/+4 |
* | add i386 to the atomicity via builtins list as well |  jsg | 2010-05-08 | 1 | -2/+3 |
* | Use "builtins" for atomicity on sparc64 as well. |  kettenis | 2010-05-08 | 1 | -2/+2 |
* | Install libsupc++ header files as well. |  kettenis | 2010-05-08 | 1 | -2/+6 |
* | Add infrastructure to build libstdc++-v3 for gcc4 |  robert | 2010-05-07 | 4 | -0/+1742 |
* | Fix from readline 5.0 via Alexandr Shadchin to for a bug that prevents |  nicm | 2010-03-25 | 3 | -1/+8 |
* | Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c to |  robert | 2009-10-12 | 7 | -39/+1487 |
* | - revert thread model posix since it broke the build for hppa. will revist |  kurt | 2009-07-26 | 1 | -1/+1 |
* | - enable thread model posix for gcc 3 which makes dwarf2 exception |  kurt | 2009-07-25 | 1 | -1/+1 |