Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-26 | - revert thread model posix since it broke the build for hppa. will revist | Kurt Miller | |
when all archs are fully tested and working. - major bump libstdc++ | |||
2009-07-25 | - enable thread model posix for gcc 3 which makes dwarf2 exception | Kurt Miller | |
handling thread safe and enables thread safety for libstdc++ - include -D_REENTRANT when -pthread cpp arg is present (needed so boost can detect -pthread on the command line). - bump libstdc++ major See faq/current.html for instructions on how to correctly build userland for this change. okay kettenis@ | |||
2009-04-17 | - enable libstdc++ pthread regresses | Kurt Miller | |
- fix g++ regress so it can find libstdc++ in the objdir okay espie@ kettenis@ | |||
2009-03-07 | Our gcc doesn't provide __builtin_memmove(), so replace it by memmove(). | Landry Breuil | |
Slipped in when fixing libstdc++ for gtk2mm, spotted the hard way when porting nemiver. ok espie@ | |||
2009-01-28 | Remove unneeded include; fixes build problems with some ports that | Mark Kettenis | |
#include <math.h> and expect the C99 macros in that file to be available in the global namespace. This include was removed upstream some time after the libstdc++ we use was released. ok naddy@ | |||
2009-01-13 | steal some code from gcc 4.2, so that char_traits specializations start with | Marc Espie | |
more default stuff. as discussed with kettenis, landry, and others. Allow some gnome stuff (gtk2mm) to compile, and does not break source compatibility with the standard (well, not more than gcc 4.2 does) | |||
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 | |
functions: acos, asin, atan, atan2, cos, cosh, exp, fabs, floor, log, log10, sqrt, sin, sinh, tan, tanh fixes quite some ports tested by brad@. no objections millert@ | |||
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 | |
can use these functions in C++. ok millert@. also looked over by espie@, fgsch@. | |||
2008-07-24 | bump because of __nan in math.h | Theo de Raadt | |
2008-05-27 | Cope with the changes in the libiberty C++ demangler, and crank minor version | Miod Vallat | |
as the demangler provides new interfaces. | |||
2008-03-28 | Enable shared libraries on landisk. | Dale Rahn | |
The sh architecture required some different linkage than most platforms, This fixes those other requirements. | |||
2007-11-05 | make sure configure does not hardcode MAKE in its generated makefile. | Marc Espie | |
(GNU people high on LSD... ? ??? ) | |||
2007-09-03 | crank libc and libstdc++ majors | Todd C. Miller | |
2006-12-26 | Fix inline asm. From GCC PR 17856. Fixes gnash on amd64. | Mark Kettenis | |
pointed out by deanna@ | |||
2006-11-07 | remove sudo around includes, since that's already done by the toplevel. | Marc Espie | |
Requested by Mr T. | |||
2006-11-07 | activate *trans functions, noticed by robert/wilfried, tested by | Marc Espie | |
various people. | |||
2006-01-13 | Major number bump due to types changes. | Todd C. Miller | |
2005-06-17 | next citrus step. | Marc Espie | |
reviewed by millert, otto, kevlo, naddy, kettenis... libc+libstdc++ bump | |||
2005-05-11 | use the ctype stuff in libc instead of re-rolling our own. | Marc Espie | |
okay and comments from otto@ (static cast) and kettenis@. Major bump. | |||
2005-04-30 | Fix printing floating-point numbers. Bump major number. | Mark Kettenis | |
ok espie@ | |||
2005-04-27 | strcpy -> strlcpy, sprintf -> snprintf, so that the testsuite works | Marc Espie | |
again... | |||
2005-04-27 | zap strlcpy. | Marc Espie | |
bring some code from more recent gcc, in order to have size_t, and to simplify things a little. okay otto@ and friends. | |||
2005-04-27 | allows snprintf and friends to be in std if we include cstdio.h | Marc Espie | |
API addition -> minor bump. (part of the strlcpy change okayed by otto@ and friends, that's the part that requires the bump) | |||
2005-04-14 | major bump: | Marc Espie | |
- activate partial wchar_t support; - kill old compatibility function that happens to use strcpy, poor guy. | |||
2005-04-14 | temp scaffolding to switch on partial wchar_t support based on | Marc Espie | |
_GLIBCPP_USE_TYPE_WCHAR_T | |||
2005-04-10 | crank major -- it is CLEARLY needed; pval ok | Theo de Raadt | |
2005-04-09 | bye, bye, sprintf. | Marc Espie | |
create an actual openbsd configuration that we can tweak. okay kettenis@ | |||
2005-04-08 | amd64 canonicalization. | Mark Kettenis | |
ok deraadt@, pvalchev@ | |||
2005-03-29 | Bump major version. | Mark Kettenis | |
ok deraadt@ | |||
2005-02-04 | unfuck amd64 | Peter Valchev | |
2005-01-25 | simplify OpenBSD case by using arch(1) and sed to grab | Brad Smith | |
the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@ | |||
2005-01-02 | add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@ | Dale Rahn | |
2004-12-24 | merge | Marc Espie | |
2004-12-24 | gcc 3.3.5 | Marc Espie | |
2004-10-16 | - use shlib_version for major/minor lib revs | Brad Smith | |
- take CC/CXX into consideration with autoconf - put libtool_VERSION in configure back to the stock value (same as configure.in) ok millert@ drahn@ | |||
2004-08-11 | Clean up old mips stuff and add sgi. | Per Fogelstrom | |
ok deraadt@ | |||
2004-07-13 | bump these again, depending on gcc2/gcc3 a different library is installed | Dale Rahn | |
and they have different major numbers to prevent collision. | |||
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-05-27 | for openbsd-*-hppa* force libtool to pass all dep-libs through for -lgcc ↵ | Michael Shalayeff | |
used for shlib linking; espie@ ok | |||
2004-04-21 | Add luna88k related directories and information to the build infrastructure. | Miod Vallat | |
ok deraadt@, millert@, krw@ - mdoc ok jmc@ | |||
2004-03-19 | Stricter file permissions upon install. | Miod Vallat | |
ok espie@ | |||
2004-02-27 | cope with MACHINE_ARCH changing from x86_64 to amd64. For now, we want | Theo de Raadt | |
the toolchain to remain at the name x86_64. Tested on all other architectures that care. Done as very small snippets, so that espie does not blow a fuse. | |||
2004-02-09 | Do not compile libstdc++ with --enable-shared on NOPIC archs. ok espie@ | Dale Rahn | |
2004-01-31 | fix a few #if MACRO -> #if defined(MACRO) (-Wsystem-headers clean-up) | Marc Espie | |
naddy, sturm, brad: tests, comments, fixes... thanks. | |||
2004-01-13 | avoid installing headers during `install', since this is already done | Marc Espie | |
during `includes'. | |||
2004-01-12 | better fix for non-versioned rebuild bug: backport from gcc HEAD, | Marc Espie | |
submitted for the 3.3 branch. | |||
2004-01-09 | let configure find out whether gcc has sjlj configured or not... | Marc Espie | |
2004-01-07 | missed one v3 | Marc Espie | |