| Commit message (Expand) | Author | Age | Files | Lines |
| * | When processing -a, strip off the path of the argument before copying | Dima Dorfman | 2001-06-18 | 1 | -3/+4 |
| * | Document the -a flag. | Alexander Langer | 2001-06-17 | 1 | -0/+12 |
| * | Add an -a option which will make send-pr copy the specified file into | Dima Dorfman | 2001-06-17 | 1 | -1/+21 |
| * | Fix the build of C programs that link against libperl, and use the | Anton Berezin | 2001-06-13 | 7 | -14/+14 |
| * | In debug mode don't print error for C,POSIX,ASCII,US-ASCII locales | Andrey A. Chernov | 2001-06-10 | 1 | -2/+7 |
| * | Fix for new locale names | Andrey A. Chernov | 2001-06-10 | 1 | -1/+1 |
| * | Fix for new locale names | Andrey A. Chernov | 2001-06-10 | 2 | -4/+7 |
| * | Don't allow the user to change the subject; instead, always generate | Dima Dorfman | 2001-06-07 | 1 | -10/+19 |
| * | Put the originator's full name in the From and Reply-to fields, and | Dima Dorfman | 2001-06-03 | 1 | -3/+3 |
| * | Minor style reformatting. | David E. O'Brien | 2001-06-01 | 1 | -12/+12 |
| * | Upgrade to Binutils 2.11.0. | David E. O'Brien | 2001-06-01 | 5 | -546/+704 |
| * | For the time being, Perl threading is considered dangerous. How, when | Mark Murray | 2001-05-31 | 8 | -4625/+1 |
| * | Upgrade to Binutils 2.11.0. | David E. O'Brien | 2001-05-28 | 17 | -608/+747 |
| * | `\<space>' (unpaddable space) does not work in groff_font(5) files, | Ruslan Ermilov | 2001-05-28 | 1 | -2/+1 |
| * | From the submitter: | Mark Murray | 2001-05-26 | 2 | -3/+2 |
| * | CURRENT no longer needs -pthread | Mark Murray | 2001-05-26 | 1 | -1/+0 |
| * | Use pw(8) instead of grep'ing through /etc/passwd. This fixes | Dima Dorfman | 2001-05-24 | 1 | -3/+3 |
| * | Add support for FreeBSD 4.4. | Ruslan Ermilov | 2001-05-15 | 1 | -0/+2 |
| * | Fix typo introduced in a comment in the previous commit | Kris Kennaway | 2001-05-12 | 1 | -1/+1 |
| * | Only load KOI8-R-specific bits if document language is set | Ruslan Ermilov | 2001-05-07 | 1 | -2/+4 |
| * | Create temporary files securely using mkstemp() instead of mktemp() | Kris Kennaway | 2001-05-06 | 3 | -2/+13 |
| * | Total hack to fix broken bootstrap. Add -I/usr/src/include at the tail | David E. O'Brien | 2001-05-03 | 1 | -0/+1 |
| * | like i386, add inclusion of lock.h | Matt Jacob | 2001-05-03 | 2 | -1/+4 |
| * | - Avoid circular `use Config', which may lead to random synax errors | Mark Murray | 2001-05-02 | 2 | -9/+13 |
| * | * Add Config.pm to fight situations when perldoc(1) showed a manual page | Josef Karthauser | 2001-05-01 | 6 | -10/+94 |
| * | Compensate for dethreaded headers. | Mark Murray | 2001-05-01 | 4 | -0/+6 |
| * | -lposix1e is dead. | Ruslan Ermilov | 2001-04-26 | 2 | -2/+0 |
| * | Backout rev.1.30, as the root of this problem was already fixed | Ruslan Ermilov | 2001-04-25 | 1 | -4/+0 |
| * | If the world was built using either -DNOCLEAN or -DNOCLEANDIR, it was | Ruslan Ermilov | 2001-04-23 | 1 | -0/+4 |
| * | This is not a problem but a feature of PMake. | Ruslan Ermilov | 2001-04-23 | 1 | -1/+0 |
| * | Add .Lb entry for -ldevinfo. | Ruslan Ermilov | 2001-04-23 | 1 | -0/+1 |
| * | Pick manpages from their original locations | Andrey A. Chernov | 2001-04-21 | 2 | -2/+4 |
| * | Work around the problem in multi-job make(1). | Ruslan Ermilov | 2001-04-19 | 1 | -0/+2 |
| * | mdoc(7) police: normalize .Nd. | Ruslan Ermilov | 2001-04-18 | 2 | -2/+2 |
| * | Synch with devascii/R.proto, RFC 1489, and groff_char(7). | Ruslan Ermilov | 2001-04-18 | 1 | -134/+150 |
| * | mdoc.samples(7) is superseded by mdoc(7). | Ruslan Ermilov | 2001-04-17 | 1 | -2/+1 |
| * | Upgrade to Groff 1.17. | Ruslan Ermilov | 2001-04-17 | 98 | -632/+956 |
| * | Install history.3 as rlhistory.3 to not conflict with existing libedit function | Andrey A. Chernov | 2001-04-12 | 1 | -1/+4 |
| * | Upgrade for readline 4.2 | Andrey A. Chernov | 2001-04-11 | 2 | -90/+58 |
| * | Upgrade to 4.2 | Andrey A. Chernov | 2001-04-11 | 3 | -5/+5 |
| * | Remove MIPS support. | David E. O'Brien | 2001-04-11 | 17 | -3187/+0 |
| * | psroff(1) has never been a part of Groff. | Ruslan Ermilov | 2001-04-10 | 2 | -1/+47 |
| * | From the author: | Mark Murray | 2001-04-08 | 1 | -0/+1 |
| * | beforeinstall -> SCRIPTS. | Ruslan Ermilov | 2001-04-07 | 14 | -138/+56 |
| * | Fix a few bugs in BSDPAN: | Josef Karthauser | 2001-04-05 | 2 | -10/+30 |
| * | mdoc(7) police: use .Nm, remove blank line (these cause warnings in mdocNG). | Ruslan Ermilov | 2001-04-04 | 1 | -2/+3 |
| * | Commit the first version of BSDPAN. | Josef Karthauser | 2001-04-03 | 22 | -29/+769 |
| * | Reduce the libiberty sources we build to those we actually need. | David E. O'Brien | 2001-03-31 | 1 | -5/+5 |
| * | Minor style cleanup. | David E. O'Brien | 2001-03-31 | 1 | -8/+6 |
| * | Add libiberty. This is needed on the Alpha by the iprobe port. | David E. O'Brien | 2001-03-31 | 2 | -0/+282 |