Age | Commit message (Expand) | Author |
2017-02-15 | gcc4 on m88k still uses sjlj exceptions, as did arm before EABI. | Miod Vallat |
2017-01-21 | Only build gcc4 libs if COMPILER_VERSION is gcc4. | Jonathan Gray |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2001-03-18 | GNU readline-4.1 | Todd C. Miller |
2017-01-20 | Take gcc's suggestions about parenthesis around assignments used | Kenneth R Westerback |
2016-12-19 | A couple more unused variables. | Kenneth R Westerback |
2016-10-03 | Fix ownership for install on a noperm filesystem. | Martin Natano |
2016-09-01 | Re-enable libobjc on arm. | Mark Kettenis |
2016-09-01 | Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABI | Patrick Wildt |
2016-07-04 | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS | Philip Guenther |
2016-03-28 | Cleanup duplicate filenames in SRCS | Theo de Raadt |
2016-02-18 | Disable the stack protector when building libstdc++ on arm. Fixes test | Jonathan Gray |
2016-01-20 | quote ${CC} expansion, from andreas.kahari at icm uu se, ok mpi@ | Stuart Henderson |
2015-10-20 | On xmalloc failure, stop trying to determine the total amount of allocated | Pascal Stumpf |
2015-06-11 | Fix CVE-2012-3509, an integer overflow in libiberty, leading to | Alexander Bluhm |
2003-11-24 | And the includes are taken from GCC 2.95.pre3 test3 | Marc Espie |
2015-05-14 | Stop including CFLAGS in CXXFLAGS it creates problems when mixing | Jonathan Gray |
2015-01-19 | Prefer strdup() to malloc() + strcpy() and ftello() to ftell() | Miod Vallat |
2014-08-31 | Finally ``revert'' to the recent pexecute interface, now that we do not need | Miod Vallat |
2014-08-31 | Now that gcc 2.95 is out of the tree, get rid of the old hash table interface | Miod Vallat |
2014-03-27 | remove gets reference. ok espie | Ted Unangst |
2013-10-24 | Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval. | Philip Guenther |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-08-06 | Remove support for COMPILER_VERSION == gcc2. | Miod Vallat |
2013-06-21 | exists() calls in make are expensive so switch to test(1) and use the shell | Robert Nagy |
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 |