summaryrefslogtreecommitdiff
path: root/gnu/lib/libstdc++
AgeCommit message (Collapse)Author
2008-09-07bump minor. ok kettenis@Martynas Venckus
2008-07-25don't undefine C99 math macros, if !_GLIBCPP_USE_C99, so that weMartynas Venckus
can use these functions in C++. ok millert@. also looked over by espie@, fgsch@.
2008-07-24bump because of __nan in math.hTheo de Raadt
2008-05-27Cope with the changes in the libiberty C++ demangler, and crank minor versionMiod Vallat
as the demangler provides new interfaces.
2008-03-28Enable shared libraries on landisk.Dale Rahn
The sh architecture required some different linkage than most platforms, This fixes those other requirements.
2007-11-05make sure configure does not hardcode MAKE in its generated makefile.Marc Espie
(GNU people high on LSD... ? ??? )
2007-09-03crank libc and libstdc++ majorsTodd C. Miller
2006-12-26Fix inline asm. From GCC PR 17856. Fixes gnash on amd64.Mark Kettenis
pointed out by deanna@
2006-11-07remove sudo around includes, since that's already done by the toplevel.Marc Espie
Requested by Mr T.
2006-11-07activate *trans functions, noticed by robert/wilfried, tested byMarc Espie
various people.
2006-01-13Major number bump due to types changes.Todd C. Miller
2005-06-17next citrus step.Marc Espie
reviewed by millert, otto, kevlo, naddy, kettenis... libc+libstdc++ bump
2005-05-11use 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-30Fix printing floating-point numbers. Bump major number.Mark Kettenis
ok espie@
2005-04-27strcpy -> strlcpy, sprintf -> snprintf, so that the testsuite worksMarc Espie
again...
2005-04-27zap 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-27allows snprintf and friends to be in std if we include cstdio.hMarc 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-14major bump:Marc Espie
- activate partial wchar_t support; - kill old compatibility function that happens to use strcpy, poor guy.
2005-04-14temp scaffolding to switch on partial wchar_t support based onMarc Espie
_GLIBCPP_USE_TYPE_WCHAR_T
2005-04-10crank major -- it is CLEARLY needed; pval okTheo de Raadt
2005-04-09bye, bye, sprintf.Marc Espie
create an actual openbsd configuration that we can tweak. okay kettenis@
2005-04-08amd64 canonicalization.Mark Kettenis
ok deraadt@, pvalchev@
2005-03-29Bump major version.Mark Kettenis
ok deraadt@
2005-02-04unfuck amd64Peter Valchev
2005-01-25simplify OpenBSD case by using arch(1) and sed to grabBrad Smith
the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@
2005-01-02add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@Dale Rahn
2004-12-24mergeMarc Espie
2004-12-24gcc 3.3.5Marc Espie
2004-10-16- use shlib_version for major/minor lib revsBrad 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-11Clean up old mips stuff and add sgi.Per Fogelstrom
ok deraadt@
2004-07-13bump these again, depending on gcc2/gcc3 a different library is installedDale Rahn
and they have different major numbers to prevent collision.
2004-07-13errno changes, lib major version bumps, and general flag dayMarco 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-27for openbsd-*-hppa* force libtool to pass all dep-libs through for -lgcc ↵Michael Shalayeff
used for shlib linking; espie@ ok
2004-04-21Add luna88k related directories and information to the build infrastructure.Miod Vallat
ok deraadt@, millert@, krw@ - mdoc ok jmc@
2004-03-19Stricter file permissions upon install.Miod Vallat
ok espie@
2004-02-27cope with MACHINE_ARCH changing from x86_64 to amd64. For now, we wantTheo 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-09Do not compile libstdc++ with --enable-shared on NOPIC archs. ok espie@Dale Rahn
2004-01-31fix a few #if MACRO -> #if defined(MACRO) (-Wsystem-headers clean-up)Marc Espie
naddy, sturm, brad: tests, comments, fixes... thanks.
2004-01-13avoid installing headers during `install', since this is already doneMarc Espie
during `includes'.
2004-01-12better fix for non-versioned rebuild bug: backport from gcc HEAD,Marc Espie
submitted for the 3.3 branch.
2004-01-09let configure find out whether gcc has sjlj configured or not...Marc Espie
2004-01-07missed one v3Marc Espie
2004-01-05libstdc++-v3 -> libstdc++Marc Espie
2004-01-05make sure libstdc++ doesn't get rebuilt all the time.Marc Espie
2004-01-05deal with the usual libtool nonsense crap.Marc Espie
2004-01-05use installed compiler for testsMarc Espie
2004-01-05point other srcdirs to variable locations, so that Makefile.bsd-wrapperMarc Espie
can adjust them for the OpenBSD src tree.
2004-01-05adjust version for soname.Marc Espie
2004-01-05single out include dir so that we can do `make includes' fromMarc Espie
Makefile.bsd-wrapper.
2004-01-05basic infrastructure for OpenBSDMarc Espie