summaryrefslogtreecommitdiffstats
path: root/gnu/lib
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 5.1ache2006-03-272-1/+22
|
* Convert NO_PROFILE and NO_LIB32 to new style.ru2006-03-183-5/+9
|
* Reimplementation of world/kernel build options. For details, see:ru2006-03-172-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.ru2006-03-161-1/+0
|
* Include <sys/defs.h> to get __ISO_C_VISIBLE definition is one is notkan2005-09-161-0/+3
| | | | already available.
* Do not expose vfwscanf, vswscanf, vwscanf and wcstof functions ifkan2005-09-161-0/+8
| | | | they are not visible from wchar.h.
* Do not place paragraph information post-macro unless required by mdoc(7).trhodes2005-08-201-2/+2
|
* Repeatability is Considered Good when building this library, too. (Andcperciva2005-08-171-0/+1
| | | | I think this is the last one which needs it.)
* Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS. This makescperciva2005-08-171-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 notkensmith2005-07-226-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,tjr2005-05-101-26/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Update instructions to match recent import.tjr2005-05-101-7/+13
|
* Update build infrastructure for new GNU regex bits.tjr2005-05-102-1/+13
|
* Merge. Discard local bracket expression collating order patch, sincetjr2005-05-101-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,tjr2005-05-106-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.tjr2005-05-107-7862/+10847
| |
* | Turn on libobjc.so for all platforms on -current. It didn't work backpeter2005-05-011-12/+2
| | | | | | | | in 1996.
* | Enforce style.Makefile(5).trhodes2005-04-222-2/+2
| | | | | | | | Glanced at by: ru (some time ago).
* | Teach libstdc++ about frexpl() and ldexpl().das2005-03-261-2/+2
| |
* | Fixed compilation warnings.ru2005-02-211-1/+2
| |
* | Expand contractions.ru2005-02-151-1/+1
| |
* | Expand *n't contractions.ru2005-02-131-1/+1
| |
* | More math functions.kan2005-01-261-3/+3
| | | | | | | | Prodded by: stefanf
* | We have floorl() now. Reflect this in the library config file.kan2005-01-261-1/+1
| |
* | Of all templates only lists need a special implmementation file compiledkan2005-01-261-8/+9
| | | | | | | | | | to support __GLIBCXX_DEBUG. Add debug_list.cc to the list of files to compile.
* | Sort sections.ru2005-01-181-10/+11
| |
* | Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS for building thiscperciva2005-01-171-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
* | Fix 'redraw' of checklist box. It is occurs in situation when size ofphantom2005-01-041-0/+9
| | | | | | | | | | | | | | | | | | checklist box is strictly set via command line, but amount of checklist items less than height of checklist box. In this case bottom part of box was not redrawn (occurs when passing focus behind of 'Cancel' button while configuring any FreeBSD port OPTIONS) MFC after: 3 days
* | NOHTML -> NO_HTMLru2004-12-211-1/+1
| |
* | NODOCCOMPRESS -> NO_DOCCOMPRESSru2004-12-214-10/+10
| | | | | | | | | | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE
* | Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | | | | | OK'ed by: core
* | For variables that are only checked with defined(), don't provideru2004-10-243-4/+4
| | | | | | | | any fake value.
* | Replaced afterinstall: with FILES.ru2004-10-181-5/+2
| |
* | Back out termcap -> ncurses change in LDADD/DPADDache2004-10-181-2/+2
| | | | | | | | It expand functions scope too wide
* | Upgrade to 5.0ache2004-10-181-1/+1
| |
* | Upgrade to 5.0ache2004-10-182-8/+6
| |
* | Update for 5.0ache2004-10-181-6/+23
| |
* | Bump the library version numbers for the following libraries:kensmith2004-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | /lib/{libm,libreadline} /usr/lib/{libhistory,libopie,libpcap} in preparation for doing the same thing to RELENG_5. HUGE amounts of help for determining what to bump provided by kris. Discussed on: freebsd-current Approved by: re (not required for commit but something like this should be)
* | We *need* the pic libobjc library for amd64. It is needed for ia64 aspeter2004-09-291-0/+5
| | | | | | | | | | | | well, but I'll let Marcel decide whether he wants to build a .so or not. Without this, building certain ports that use objc have fatal errors.
* | Style.ru2004-09-191-8/+7
| |
* | Be explicit about which regex.h file we are including. This reduces thepeter2004-09-161-3/+7
| | | | | | | | need for hack workarounds in tools/lib32/build32.sh.
* | Fix a problem mentioned in the previous revision in a different,ru2004-09-101-3/+3
| | | | | | | | | | non-intrusive way. This should also fix the PowerPC build that broke due to this change.
* | Add the .h files to the .o dependency lists so the .h's are created beforeobrien2004-09-091-2/+2
| | | | | | | | trying to build the .o's.
* | Add atomicity.cc to CLEANFILES.ru2004-09-011-0/+1
| |
* | Add libgcov, a runtime support library for binaries compiled for basickan2004-08-142-1/+46
| | | | | | | | block profiling.
* | Add missing patch which was forgotten during GCC 3.4.2 import. libgcc.akan2004-08-041-4/+2
| | | | | | | | | | | | | | | | gets most of it content back now, when symbols from LIB2FUNCS are actually compiled. Noticed by: Steve Kargl <gk at troutmask dot apl dot washington dot edu> Pointy hat to: kan
* | Bmake glue for GCC 3.4.2-prerelease.kan2004-07-287-558/+666
| |
* | We generate this file from config.h automatically.kan2004-07-281-1227/+0
| |
* | Update to match recent importache2004-07-061-6/+4
| |
* | Fix regression in new version of GNU regex code: bracket expressionstjr2004-07-041-14/+19
| | | | | | | | | | | | like [X-Y] should match all characters between X-Y according to the locale's collating order, not by binary value. For now, this only fixes the !MBS_SUPPORT case (which is the default).
OpenPOWER on IntegriCloud