summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge rev 1.2 (-fformat-extensions); 1.{7,9} (complain about -O2 on theobrien2001-02-171-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alpha & FORCE_OPTIMIZATION_DOWNGRADE); 1.8 (-Wnon-const-format) into GCC 2.95.3(RC#3).
* | | | | | | | Merge gcc-2.95.3-test3 changes onto mainline. Bump FreeBSD cc version.obrien2001-02-178-139/+151
| | | | | | | |
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r72562,obrien2001-02-1738-1127/+2898
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #3obrien2001-02-1747-1268/+3052
| | | | | | | |
| * | | | | | | Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #1peter2001-01-031-5/+5
| | | | | | | |
* | | | | | | | SEE ALSO is the special name, and should not be taken in quotes,ru2001-02-161-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since -mdoc checks for the "SEE" word only to set its variables. In the SEE ALSO section, -mdoc automatically emits an empty line before each new reference.
* | | | | | | | 1. Disable the recognition of the last dot character in theru2001-02-141-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default .Ar argument as an end-of-sentence character. Example: .Ar foo Produced: file ... foo Now produces: file ... foo 2. Fixed an off-by-one bug in the .It macro for the -hang lists. Example: .Bl -hang -width 8n -compact .It 1234 OK .It 1234567 OK .It 12345678 BUG .El Produced: 1234 OK 1234567 OK 12345678 BUG Now produces: 1234 OK 1234567 OK 12345678 BUG Ported from: mdocNG
* | | | | | | | Fixed the .St strings so that no single-character component ofru2001-02-081-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the name could be wrapped, e.g. ``ISO C'' is always printed on the same line. Ported from: mdocNG
* | | | | | | | Fixed the .Xr macro so that it produces the right spacingru2001-02-081-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and no hyphenation is possible on a dash (`-') character. Ported from: mdocNG
* | | | | | | | Bump __FreeBSD_cc_version to 500002 to show the -pthread option change.obrien2001-02-081-1/+1
| | | | | | | |
* | | | | | | | Synch: Add $FreeBSD$.asmodai2001-02-071-0/+1
| | | | | | | |
* | | | | | | | 1. Disable hyphenation on a dash (`-') character in macro arguments.ru2001-02-071-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2. Disable recognition of end-of-sentence characters in text-type macro arguments. 3. Fix the missing space bug when an end-of-sentence character was followed by another punctuation character. 4. Fix the bug where hyphenation was left disabled after .Re. Obtained from: mdocNG
* | | | | | | | Add a missing line-break request so that -raggedru2001-02-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -compact lists always start from the new line. Example: foo .Bd -ragged -compact bar .Ed Produced: foo bar Now produces: foo bar
* | | | | | | | Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compatability is not an existing english word.
* | | | | | | | Fix typo: seperate -> separate.asmodai2001-02-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seperate does not exist in the english language. Submitted to look at by: kris
* | | | | | | | Fix typo: wierd -> weird.asmodai2001-02-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no such thing as wierd in the english language.
* | | | | | | | fix conflictsdarrenr2001-02-046-19/+103
| | | | | | | |
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r72003,darrenr2001-02-0430-150/+327
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Import IP Filter updatedarrenr2001-02-0436-173/+443
| | | | | | | | |
* | | | | | | | | mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-015-41/+48
| | | | | | | | |
* | | | | | | | | Make the exclamation mark (`!') a recognizable punctuation character.ru2001-02-013-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: mdocNG
* | | | | | | | | Update port_after.h to reflect FreeBSD values.asmodai2001-01-301-2/+4
| | | | | | | | |
* | | | | | | | | Resolve conflicts after import.asmodai2001-01-287-85/+261
| | | | | | | | |
* | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r71756,asmodai2001-01-28109-1162/+1956
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Virgin import of BIND v8.2.3-RELasmodai2001-01-28116-1247/+2217
| | | | | | | | |
* | | | | | | | | Make the "-pthread" option work again, now that libc_r has to bejdp2001-01-251-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | linked in addition to libc rather than instead of libc. Ideally, "-pthread" would now be equivalent to adding "-lc_r" to the end of the link command. But it is slightly different in this implementation. Adding "-lc_r" to the link command would produce a "ld" command line containing this: ... -lc_r /usr/lib/libgcc.a -lc /usr/lib/libgcc.a ... but this implementation of the "-pthread" option produces this: ... /usr/lib/libgcc.a -lc_r -lc /usr/lib/libgcc.a ... It would be possible to make them identical, but that doesn't fit as nicely into GCC's way of doing things. I don't think the ordering change will make any difference in practice.
* | | | | | | | | Add entry for libcipher.ben2001-01-241-0/+1
| | | | | | | | |
* | | | | | | | | -pthread -> -lc_rru2001-01-241-1/+1
| | | | | | | | |
* | | | | | | | | Update FreeBSD import READMEgshapiro2001-01-211-4/+19
| | | | | | | | |
* | | | | | | | | Repair 8.11.2 merge conflictsgshapiro2001-01-2115-144/+225
| | | | | | | | |
* | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r71345,gshapiro2001-01-2163-779/+2178
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Import sendmail 8.11.2gshapiro2001-01-2178-925/+2405
| | | | | | | | |
* | | | | | | | | mdoc(7) police: removed leading whitespaces that are not insideru2001-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bd/Ed; these hardly degrade the quality of the produced output.
* | | | | | | | | Add librpcsvc.ru2001-01-171-0/+1
| | | | | | | | |
* | | | | | | | | Make tcpwrappers use the magic in syslog.h for getting syslog facilitydwmalone2001-01-141-100/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and level names. Add FreeBSD tag. PR: 24218 Approved by: markm
* | | | | | | | | Reduce diffs (mostly whitespace) to mdocNG.ru2001-01-121-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: mdocNG through NetBSD
* | | | | | | | | Make .Ft and .Vt macros accept punctuation characters asru2001-01-121-38/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arguments, make .Vt usable outside the SYNOPSIS section. Obtained from: mdocNG (not yet submitted for inclusion)
* | | | | | | | | Fixed the ``undesirable hyphenation'' problem, most noticeable with Xr.ru2001-01-111-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: mdocNG
* | | | | | | | | Fixed the bug in D1 macro where it would eat its first (text) argument.ru2001-01-111-14/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: mdocNG
* | | | | | | | | Prepare for mdoc(7)NG.ru2001-01-102-5/+11
| | | | | | | | |
* | | | | | | | | Prepare for mdoc(7)NG.ru2001-01-101-9/+7
| | | | | | | | |
* | | | | | | | | Prepare for mdoc(7)NG.ru2001-01-106-108/+179
| | | | | | | | |
* | | | | | | | | When pcap_compile() detects an error, it longjmp()'s out of thearchie2001-01-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scanner/parser. FreeBSD recently made 'flex' its default implementation of 'lex'. One of the incompatibilities of 'flex' vs. 'lex' is that if you longjmp() out of the scanner, you must call yyrestart() before doing another scan (as documented in flex(1)). So add an invocation to yyrestart() in lex_init(). This change should be backwards compatible with the original 'lex'. PR: bin/24116
* | | | | | | | | Upgrade instructions that describe the 11-July-2000 import.obrien2001-01-042-6/+7
| | | | | | | | |
* | | | | | | | | more(3) -> more(1), and add $FreeBSD$ben2001-01-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 24033 Submitted by: Rich Morin <rdm@cfcl.com>
* | | | | | | | | Merge rev 1.2 (-fformat-extensions); 1.{7,9} (complain about -O2 on theobrien2001-01-031-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alpha & FORCE_OPTIMIZATION_DOWNGRADE); 1.8 (-Wnon-const-format) into GCC 2.95.3(RC#1).
* | | | | | | | | Merge gcc.2.95.3-test1 changes onto mainlineobrien2001-01-038-805/+4478
| | | | | | | | |
* | | | | | | | | Merge gcc 2.95.3-test1 changes onto vendor branchobrien2001-01-031-14/+14
| | | | | | | | |
* | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r70635,obrien2001-01-0336-292/+1262
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #1obrien2001-01-0343-574/+1646
| | | | | | | | |
OpenPOWER on IntegriCloud