Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |||||
* | | Fix 'redraw' of checklist box. It is occurs in situation when size of | phantom | 2005-01-04 | 1 | -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_HTML | ru | 2004-12-21 | 1 | -1/+1 | |
| | | ||||||
* | | NODOCCOMPRESS -> NO_DOCCOMPRESS | ru | 2004-12-21 | 4 | -10/+10 | |
| | | | | | | | | | | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE | |||||
* | | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 | |
| | | | | | | | | OK'ed by: core | |||||
* | | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 3 | -4/+4 | |
| | | | | | | | | any fake value. | |||||
* | | Replaced afterinstall: with FILES. | ru | 2004-10-18 | 1 | -5/+2 | |
| | | ||||||
* | | Back out termcap -> ncurses change in LDADD/DPADD | ache | 2004-10-18 | 1 | -2/+2 | |
| | | | | | | | | It expand functions scope too wide | |||||
* | | Upgrade to 5.0 | ache | 2004-10-18 | 1 | -1/+1 | |
| | | ||||||
* | | Upgrade to 5.0 | ache | 2004-10-18 | 2 | -8/+6 | |
| | | ||||||
* | | Update for 5.0 | ache | 2004-10-18 | 1 | -6/+23 | |
| | | ||||||
* | | Bump the library version numbers for the following libraries: | kensmith | 2004-10-01 | 1 | -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 as | peter | 2004-09-29 | 1 | -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. | ru | 2004-09-19 | 1 | -8/+7 | |
| | | ||||||
* | | Be explicit about which regex.h file we are including. This reduces the | peter | 2004-09-16 | 1 | -3/+7 | |
| | | | | | | | | need for hack workarounds in tools/lib32/build32.sh. | |||||
* | | Fix a problem mentioned in the previous revision in a different, | ru | 2004-09-10 | 1 | -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 before | obrien | 2004-09-09 | 1 | -2/+2 | |
| | | | | | | | | trying to build the .o's. | |||||
* | | Add atomicity.cc to CLEANFILES. | ru | 2004-09-01 | 1 | -0/+1 | |
| | | ||||||
* | | Add libgcov, a runtime support library for binaries compiled for basic | kan | 2004-08-14 | 2 | -1/+46 | |
| | | | | | | | | block profiling. | |||||
* | | Add missing patch which was forgotten during GCC 3.4.2 import. libgcc.a | kan | 2004-08-04 | 1 | -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. | kan | 2004-07-28 | 7 | -558/+666 | |
| | | ||||||
* | | We generate this file from config.h automatically. | kan | 2004-07-28 | 1 | -1227/+0 | |
| | | ||||||
* | | Update to match recent import | ache | 2004-07-06 | 1 | -6/+4 | |
| | | ||||||
* | | Fix regression in new version of GNU regex code: bracket expressions | tjr | 2004-07-04 | 1 | -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). | |||||
* | | Merge local changes (addition of $FreeBSD$). | tjr | 2004-07-04 | 1 | -422/+2425 | |
| | | ||||||
* | | This commit was generated by cvs2svn to compensate for changes in r131543, | tjr | 2004-07-04 | 1 | -12/+36 | |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | |||||
| * | Import of GNU regex from GNU grep 2.5.1 (trimmed). | tjr | 2004-07-04 | 2 | -434/+2461 | |
| | | ||||||
* | | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -34/+68 | |
| | | ||||||
* | | Removed trailing whitespace. | ru | 2004-07-02 | 1 | -9/+9 | |
| | | ||||||
* | | What is CVS doing to me?? | obrien | 2004-04-21 | 1 | -1/+1 | |
| | | ||||||
* | | Add missing unique bits from libI77 v3.3.3's config.h.in. | obrien | 2004-04-20 | 1 | -0/+45 | |
| | | | | | | | | | | | | | | | | | | | | The GCC developers separated out the configure header between libU77 and libI77 and FreeBSD didn't keep up with the change. So now this header needs to be a superset of both sublib's configuration specification. Notably this commit causes ftruncate(), fseeko(), and ftello() to be used. PR: 22635 | |||||
* | | Updated config.h for f77 3.3.3. | obrien | 2004-04-20 | 1 | -0/+21 | |
| | | ||||||
* | | Add "subscribe out of range" support. | obrien | 2004-04-20 | 1 | -1/+1 | |
| | | ||||||
* | | Just pass -DCRT_BEGIN as an option to mkdep(1), no need to override | ru | 2004-03-06 | 1 | -1/+1 | |
| | | | | | | | | the entire command. | |||||
* | | Test data before using it. | eric | 2004-02-26 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | Of course, libdialog is still chock-full of similar bugs, but it's been multiple years and no one has any better suggestions so the bugs will just be dealt with case-by-case. PR: 28221 | |||||
* | | Change warning hint to be more useful | ache | 2004-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | Add upgrade instructions | ache | 2004-02-25 | 1 | -0/+14 | |
| | | ||||||
* | | Upgrade to regex from grep 2.4.2 | ache | 2004-02-25 | 41 | -12865/+11 | |
| | | ||||||
* | | Merge conflicts | ache | 2004-02-25 | 2 | -1370/+1688 | |
| | | ||||||
* | | This commit was generated by cvs2svn to compensate for changes in r126209, | ache | 2004-02-25 | 1 | -0/+542 | |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | |||||
| * | Virgin import (trimmed) of GNU regex, from GNU grep 2.4.2 | ache | 2004-02-25 | 3 | -1531/+2566 | |
| | | ||||||
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 1993-07-30 | 50 | -22730/+0 | |
| | | | | | | | | 'VENDOR-libregex'. | |||||
* | | Allow to compile with non-GCC compiler. | obrien | 2004-02-19 | 1 | -1/+31 | |
| | | ||||||
* | | Install gnuregex.h as wrapper for gnu/regex.h (with warning) | ache | 2004-02-18 | 2 | -1/+6 | |
| | |