Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-24 | bump | Martynas Venckus | |
2008-06-22 | Enable the use of __attribute__ ((__nonnull__)) unconditionally under OpenBSD, | Miod Vallat | |
as has been done for the __sentinel__ attribute, since all toolchains support it. | |||
2008-06-07 | Put back sprintf -> snprintf changes which have been lost accidentally in the | Miod Vallat | |
last update. | |||
2008-06-07 | Put back the diff made between rev. 1.1.1.3 and 1.3 | Charles Longeau | |
ok miod@ | |||
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-05-27 | Merge OpenBSD specific changes: | Miod Vallat | |
- pexecute implementation replaced with the older gcc 2.95 implementation, as gcc 2.95's collect2 relies upon an implementation behaviour which has been lost in further libiberty updates. - keep the old hash table interfaces, which are used by gcc 2.95. - keep the OpenBSD replacement for the md5 interface. - keep the OpenBSD strl{cat,cpy} and snprinft usage. Bump libiberty minor version due to the addition of a few new symbols. | |||
2008-05-27 | Update libiberty to the version found in binutils 2.17.1 (which still | Miod Vallat | |
identifies itself as the gcc 3 version...) | |||
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 | |
2007-07-23 | - enable thread support in libobjc | Kurt Miller | |
- disable thread priorities in libobjc to avoid thread starvation issues - major bump lib due to new link dependency on pthread - link objc regress with -pthread Tested on i386/amd64/powerpc/landisk/vax/sparc64/hppa. okay espie@ | |||
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-08-28 | -fgnu-runtime is only effective for Objective-C source, and produces a | Marc Aurele La France | |
warning otherwise. ok herrb@ | |||
2006-07-12 | makeinfo --no-split, simplifies sets immensely. | Marc Espie | |
Approved deraadt@, kettenis@ | |||
2006-01-13 | Major number bump due to types changes. | Todd C. Miller | |
2005-10-19 | strcpy -> strlcpy | Bjorn Sandell | |
ok beck@ | |||
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-28 | bump major version, just to be sure. | Marc Espie | |
I did check on i386 that the compiled code was identical. However, nm shows different symbols in old libobjc compiled with gcc 2.95 versus symbols in new libobjc compiled with gcc 3.3.5. Since that makes Theo uneasy, and since I didn't remember to ask miod to verify nm before/after the libobjc change on all architectures, let's crank the major number. This is probably 99.9% unnecessary, but the crank takes care of the 0.1% chance that I fucked up and that this change will break, say, the Objective C ABI on mvme88k. Fucked up process on my part. Theo's right to remind me. | |||
2005-04-28 | also use new libobjc on old architectures, since it builds fine with | Marc Espie | |
gcc 2.95. tests and okay miod@, marc@. | |||
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-27 | strcpy->strlcpy, needed by libstdc++ actually. | Marc Espie | |
2005-04-16 | amd64 canonicalization | Mark Kettenis | |
ok pvalchev@, fine deraadt@ | |||
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-14 | use snprintf. okay deraadt@ | Marc Espie | |
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-03-28 | Fix libobjc for i386. | 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-09 | go look in MAKEOBJDIR if defined, ensuring cross-pieces have a chance | Marc Espie | |
to find each other. okay niklas@ (`deja-vu') | |||
2005-01-02 | add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@ | Dale Rahn | |
2004-12-30 | Actual synch with 3.3.5. | Marc Espie | |
Changes in Makefile.bsd-wrapper to avoid prereq. Fix in lib*/config.h.in to include the right ones and get the correct definitions. Bump of shlib_version accordingly. | |||
2004-12-24 | result of merge | Marc Espie | |
2004-12-24 | gcc 3.3.5 | Marc Espie | |
2004-12-24 | merge | Marc Espie | |