Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-12-24 | gcc 3.3.5 | Marc Espie | |
2004-12-24 | result from merge... highly weird, since dale mixed things up | Marc Espie | |
and we're going back, as his libf2c 3.3.2 is actually libf2c 3.2.3. | |||
2004-12-24 | fix up conflicts | 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-09-18 | gnu code will never, ever, EVER, get close to passing lint | Theo de Raadt | |
2004-08-30 | cute side-effect of bsd.lib.mk, some typos only show up with make tags. | Marc Espie | |
noticed by marco@ okay millert@ | |||
2004-08-11 | Clean up old mips stuff and add sgi. | Per Fogelstrom | |
ok deraadt@ | |||
2004-08-09 | Remove second instance of nls.c from the file list. | Per Fogelstrom | |
OK from kettenis@, 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-07-04 | cats -> arm; miod ok | Theo de Raadt | |
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-05-20 | Correctly copy text into line buffer. | Mark Kettenis | |
ok miod@ | |||
2004-05-17 | Update floatformat.[ch] to gdb-6.1 version. Include regex.c in library. | Mark Kettenis | |
ok otto@, pval@ | |||
2004-05-10 | Resolve conflicts for GNU readline 4.3p5. | Mark Kettenis | |
ok deraadt@, otto@, pval@ | |||
2004-05-10 | GNU readline 4.3p5 | Mark Kettenis | |