Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPC | raj | 2008-02-24 | 1 | -1/+1 |
| | | | | | | | | | variations (e500 currently), this provides a gcc-level FPU emulation and is an alternative approach to the recently introduced kernel-level emulation (FPU_EMU). Approved by: cognet (mentor) MFp4: e500 | ||||
* | Remove one more alpha leftover. | ru | 2008-01-24 | 1 | -1/+1 |
| | |||||
* | While checking over the libraries for 7.0-REL Kris found the following | kensmith | 2007-11-20 | 1 | -1/+1 |
| | | | | | | | | | | | libraries had not had their versions bumped relative to 6.3-REL but had indeed been changed. We need to bump their version so they can be properly added to the compat6x port: libasn1.so.8 libgssapi.so.8 libhdb.so.8 libkadm5clnt.so.8 libkadm5srv.so.8 libkafs5.so.8 libkrb5.so.8 libobjc.so.2 MFC After: 1 day | ||||
* | Back out last commit -- it breaks sparc64 build which has | ru | 2007-10-13 | 1 | -2/+2 |
| | | | | more than one .c file in SRCS. | ||||
* | Minor tweak to finding BEG/END source. | obrien | 2007-10-12 | 1 | -2/+2 |
| | |||||
* | - After gcc 4.2 import, include/objc/objc-api.h requires objc-decls.h which | rafan | 2007-10-12 | 1 | -1/+1 |
| | | | | | | | | | we did not install. Install objc-decls.h to fix. PR: 116943 Reported by: beech Submitted by: vanilla on -current, kan MFC after: 1 week | ||||
* | Fix stack overflow with too many items return list in 'dialog' program. | ache | 2007-08-24 | 1 | -1/+1 |
| | | | | | | (Noticed in ghostscript-gpl core dump) Approved by: re@ (bmah) | ||||
* | Install etx/numeric_traits.h. | kan | 2007-08-16 | 1 | -4/+4 |
| | | | | | PR: gnu/115250 Approved by: re (blanket) | ||||
* | Remove comment that was added by mistakes and which prevented _eprintf | kan | 2007-08-14 | 1 | -1/+1 |
| | | | | | | and gcc_bcmp to be added to static libgcc.a. Approved by: re (kensmith) | ||||
* | - Bump share library version which were missed in last bump | rafan | 2007-06-18 | 3 | -3/+3 |
| | | | | | | Reported by: jhb Discussed with: deischen, des, doubg, harti Approved by: re (kensmith) | ||||
* | Install omp.h file. | kan | 2007-05-31 | 1 | -0/+2 |
| | | | | Submitted by: Pieter de Goeje (pieter at degoejes dot nl) | ||||
* | Don't forget to clean generated ssp.h. | ru | 2007-05-22 | 1 | -0/+1 |
| | |||||
* | Fix the fallout from over-zealous obsolete files removal. Use correct | kan | 2007-05-19 | 1 | -1/+1 |
| | | | | atomicity.h file for arm and powerpc. | ||||
* | Do not compile hash_compat.c. | kan | 2007-05-19 | 1 | -1/+1 |
| | |||||
* | Update bmake glue to build GCC 4.2. | kan | 2007-05-19 | 13 | -680/+1398 |
| | | | | | | | | | | | | | | | | | | | | | Also: Switch FreeBSD to use libgcc_s.so.1. Use dl_iterate_phdr to locate shared objects' exception frame info instead of depending on older register_frame_info machinery. This allows us to avoid depending on libgcc_s.so.1 in binaries that do not use exception handling directly. As an additional benefit it breaks circular libc <=> libgcc_s.so.1 dependency too. Build newly added libgomp.so.1 library, the runtime support bits for OpenMP. Build LGPLed libssp library. Our libc provides our own BSD-licensed SSP callbacks implementation, so this library is only built to benefit applications that have hadcoded knowledge of libssp.so and libssp_nonshared.a. When linked in from command line, these libraries override libc implementation. | ||||
* | Change RL_LIBRARY_VERSION | ache | 2006-12-31 | 1 | -1/+1 |
| | |||||
* | Update config | ache | 2006-12-31 | 1 | -3/+33 |
| | |||||
* | Don't build the libgcc with functions already included in the libc to | cognet | 2006-10-12 | 1 | -1/+1 |
| | | | | | | unbreak the build. We'll switch back to the libgcc functions and get rid of the libsoftfloat later. | ||||
* | The ARM platform does the setjmp/longjmp type of exception handling. | obrien | 2006-10-05 | 1 | -0/+3 |
| | |||||
* | Fix build due to the incomplete removal of demangle.h. | ru | 2006-09-30 | 1 | -1/+1 |
| | |||||
* | Reduce diffs with file generated by FSF configure. | kan | 2006-09-22 | 1 | -12/+18 |
| | |||||
* | Update libsupc++ to include missing files. This was fixed in libstdc++ | kan | 2006-08-19 | 1 | -5/+6 |
| | | | | | | | a long time ago, but libsupc++ was left out somehow, PR: gnu/99702 Submitted by: George Mitchell | ||||
* | Garbage collect library we did not compile for ages. | kan | 2006-06-06 | 1 | -7/+0 |
| | |||||
* | Upgrade to 5.1 | ache | 2006-03-27 | 2 | -1/+22 |
| | |||||
* | Convert NO_PROFILE and NO_LIB32 to new style. | ru | 2006-03-18 | 3 | -5/+9 |
| | |||||
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 2 | -4/+8 |
| | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) | ||||
* | NO_MAN is not needed here. | ru | 2006-03-16 | 1 | -1/+0 |
| | |||||
* | Include <sys/defs.h> to get __ISO_C_VISIBLE definition is one is not | kan | 2005-09-16 | 1 | -0/+3 |
| | | | | already available. | ||||
* | Do not expose vfwscanf, vswscanf, vwscanf and wcstof functions if | kan | 2005-09-16 | 1 | -0/+8 |
| | | | | they are not visible from wchar.h. | ||||
* | Do not place paragraph information post-macro unless required by mdoc(7). | trhodes | 2005-08-20 | 1 | -2/+2 |
| | |||||
* | Repeatability is Considered Good when building this library, too. (And | cperciva | 2005-08-17 | 1 | -0/+1 |
| | | | | I think this is the last one which needs it.) | ||||
* | Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS. This makes | cperciva | 2005-08-17 | 1 | -0/+1 |
| | | | | | | | | this library build repeatably. (This change was made to libstdc++ several months ago; I just realized today that it would help here as well.) Approved by: kan | ||||
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 6 | -6/+6 |
| | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) | ||||
* | This commit was generated by cvs2svn to compensate for changes in r146052, | tjr | 2005-05-10 | 1 | -26/+0 |
| | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | Update instructions to match recent import. | tjr | 2005-05-10 | 1 | -7/+13 |
| | |||||
* | Update build infrastructure for new GNU regex bits. | tjr | 2005-05-10 | 2 | -1/+13 |
| | |||||
* | Merge. Discard local bracket expression collating order patch, since | tjr | 2005-05-10 | 1 | -7847/+51 |
| | | | | | modern versions of GNU regex already do things the way we want when multibyte character support is enabled. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r146040, | tjr | 2005-05-10 | 6 | -20/+10796 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import of regex bits from fedora-glibc-2_3_4-21 tag in glibc CVS. | tjr | 2005-05-10 | 7 | -7862/+10847 |
| | | |||||
* | | Turn on libobjc.so for all platforms on -current. It didn't work back | peter | 2005-05-01 | 1 | -12/+2 |
| | | | | | | | | in 1996. | ||||
* | | Enforce style.Makefile(5). | trhodes | 2005-04-22 | 2 | -2/+2 |
| | | | | | | | | Glanced at by: ru (some time ago). | ||||
* | | Teach libstdc++ about frexpl() and ldexpl(). | das | 2005-03-26 | 1 | -2/+2 |
| | | |||||
* | | Fixed compilation warnings. | ru | 2005-02-21 | 1 | -1/+2 |
| | | |||||
* | | Expand contractions. | ru | 2005-02-15 | 1 | -1/+1 |
| | | |||||
* | | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | | |||||
* | | More math functions. | kan | 2005-01-26 | 1 | -3/+3 |
| | | | | | | | | Prodded by: stefanf | ||||
* | | We have floorl() now. Reflect this in the library config file. | kan | 2005-01-26 | 1 | -1/+1 |
| | | |||||
* | | Of all templates only lists need a special implmementation file compiled | kan | 2005-01-26 | 1 | -8/+9 |
| | | | | | | | | | | to support __GLIBCXX_DEBUG. Add debug_list.cc to the list of files to compile. | ||||
* | | Sort sections. | ru | 2005-01-18 | 1 | -10/+11 |
| | | |||||
* | | Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS for building this | cperciva | 2005-01-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | library. As the value suggests, this allows the library to be built repeatably; without this flag, gcc uses a random value in its parsing. Since the random seed is only used when handling files which do not have any externally-visible symbols, this change is not needed for any other libraries in the FreeBSD base system. Discussed on: freebsd-arch (in early November) Approved by: kan MFC after: 1 week |