Date: Mon, 6 Aug 2001 10:02:10 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff configure.ac ChangeLog MORE.STUFF Makefile.in NEWS REVISION aclocal.m4 configure test-groff win32-diffs configure.in src/contrib/groff/contrib/mm groff_mm.man groff_mmse.man m.tmac mmroff.man src/contrib/groff/doc ... Message-ID: <200108061702.f76H2A955751@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2001/08/06 10:02:10 PDT
Modified files: (Branch: RELENG_4)
contrib/groff ChangeLog MORE.STUFF Makefile.in NEWS
REVISION aclocal.m4 configure test-groff
win32-diffs
contrib/groff/contrib/mm groff_mm.man groff_mmse.man m.tmac
mmroff.man
contrib/groff/doc groff.texinfo homepage.ms pic.ms
contrib/groff/man groff.man groff_char.man groff_font.man
roff.man
contrib/groff/src/devices/grodvi dvi.cc grodvi.man
contrib/groff/src/devices/grohtml Makefile.sub grohtml.man
html-text.cc html-text.h
output.cc post-html.cc
contrib/groff/src/devices/grolbp lbp.cc lbp.h
contrib/groff/src/devices/grolj4 grolj4.man lj4.cc
contrib/groff/src/devices/grops grops.man ps.cc psrm.cc
contrib/groff/src/devices/grotty grotty.man tty.cc
contrib/groff/src/include getopt.h groff-getopt.h lib.h
nonposix.h
contrib/groff/src/libs/libbib index.cc
contrib/groff/src/libs/libgroff Makefile.sub font.cc getopt.c
tmpfile.cc
contrib/groff/src/preproc/eqn eqn.man lex.cc main.cc neqn.man
neqn.sh over.cc
contrib/groff/src/preproc/grn grn.man main.cc
contrib/groff/src/preproc/html Makefile.sub pre-html.cc
pushbackbuffer.cc
contrib/groff/src/preproc/pic main.cc pic.man pic.y
contrib/groff/src/preproc/refer command.cc ref.cc refer.cc
refer.man token.cc
contrib/groff/src/preproc/soelim soelim.cc soelim.man
contrib/groff/src/preproc/tbl main.cc tbl.man
contrib/groff/src/roff/groff groff.cc groff.man pipeline.c
contrib/groff/src/roff/grog Makefile.sub grog.man grog.pl
grog.sh
contrib/groff/src/roff/nroff nroff.man nroff.sh
contrib/groff/src/roff/troff dictionary.cc div.cc div.h env.cc
env.h input.cc input.h node.h
reg.cc token.h troff.man
contrib/groff/src/utils/addftinfo addftinfo.cc addftinfo.man
contrib/groff/src/utils/afmtodit afmtodit.man afmtodit.pl
contrib/groff/src/utils/hpftodit hpftodit.cc hpftodit.man
contrib/groff/src/utils/indxbib Makefile.sub indxbib.cc
indxbib.man
contrib/groff/src/utils/lkbib lkbib.cc lkbib.man
contrib/groff/src/utils/lookbib lookbib.cc lookbib.man
contrib/groff/src/utils/pfbtops pfbtops.c pfbtops.man
contrib/groff/src/utils/tfmtodit tfmtodit.cc tfmtodit.man
contrib/groff/src/xditview ChangeLog Imakefile.in
gxditview.man
contrib/groff/tmac an-old.tmac doc.tmac groff_man.man
groff_mdoc.man groff_me.man groff_ms.man
groff_mwww.man groff_tmac.man troffrc-end
www.tmac
Added files: (Branch: RELENG_4)
contrib/groff configure.ac
contrib/groff/src/libs/libgroff maxfilename.cc
Removed files: (Branch: RELENG_4)
contrib/groff configure.in
contrib/groff/src/devices/grohtml html-chars.h
contrib/groff/src/utils/indxbib dirnamemax.c
Log:
MFC: Upgrade to Groff 1.17.2.
Approved by: re
Revision Changes Path
1.1.1.3.2.3 +456 -10 src/contrib/groff/ChangeLog
1.1.1.1.2.3 +35 -16 src/contrib/groff/MORE.STUFF
1.1.1.2.2.3 +2 -1 src/contrib/groff/Makefile.in
1.1.1.3.2.3 +77 -34 src/contrib/groff/NEWS
1.1.1.1.2.3 +1 -1 src/contrib/groff/REVISION
1.1.1.2.2.3 +36 -66 src/contrib/groff/aclocal.m4
1.1.1.2.2.3 +3665 -1750 src/contrib/groff/configure
1.1.1.1.8.3 +3 -4 src/contrib/groff/test-groff
1.1.1.1.2.3 +4 -4 src/contrib/groff/win32-diffs
1.1.1.1.2.2 +5 -1 src/contrib/groff/contrib/mm/groff_mm.man
1.1.1.1.2.2 +5 -1 src/contrib/groff/contrib/mm/groff_mmse.man
1.1.1.1.2.2 +2 -3 src/contrib/groff/contrib/mm/m.tmac
1.1.1.1.2.2 +5 -1 src/contrib/groff/contrib/mm/mmroff.man
1.1.1.1.4.3 +5 -11 src/contrib/groff/doc/groff.texinfo
1.1.1.1.2.3 +1 -1 src/contrib/groff/doc/homepage.ms
1.1.1.2.4.3 +4 -4 src/contrib/groff/doc/pic.ms
1.1.1.1.2.3 +45 -9 src/contrib/groff/man/groff.man
1.1.1.1.8.3 +6 -2 src/contrib/groff/man/groff_char.man
1.1.1.1.8.3 +5 -1 src/contrib/groff/man/groff_font.man
1.1.1.1.2.3 +6 -4 src/contrib/groff/man/roff.man
1.1.1.1.2.2 +4 -3 src/contrib/groff/src/devices/grodvi/dvi.cc
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/devices/grodvi/grodvi.man
1.1.1.1.2.2 +0 -1 src/contrib/groff/src/devices/grohtml/Makefile.sub
1.1.1.1.2.2 +28 -5 src/contrib/groff/src/devices/grohtml/grohtml.man
1.1.1.1.2.2 +2 -2 src/contrib/groff/src/devices/grohtml/html-text.cc
1.1.1.1.2.2 +1 -1 src/contrib/groff/src/devices/grohtml/html-text.h
1.1.1.1.2.2 +4 -1 src/contrib/groff/src/devices/grohtml/output.cc
1.1.1.1.2.2 +18 -11 src/contrib/groff/src/devices/grohtml/post-html.cc
1.1.1.1.2.2 +4 -3 src/contrib/groff/src/devices/grolbp/lbp.cc
1.1.1.1.2.2 +4 -4 src/contrib/groff/src/devices/grolbp/lbp.h
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/devices/grolj4/grolj4.man
1.1.1.1.2.2 +6 -3 src/contrib/groff/src/devices/grolj4/lj4.cc
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/devices/grops/grops.man
1.1.1.1.2.2 +3 -3 src/contrib/groff/src/devices/grops/ps.cc
1.1.1.1.2.2 +6 -5 src/contrib/groff/src/devices/grops/psrm.cc
1.4.2.2 +7 -3 src/contrib/groff/src/devices/grotty/grotty.man
1.1.1.1.2.2 +2 -1 src/contrib/groff/src/devices/grotty/tty.cc
1.1.1.1.2.2 +14 -3 src/contrib/groff/src/include/getopt.h
1.1.1.1.2.2 +14 -14 src/contrib/groff/src/include/groff-getopt.h
1.1.1.1.2.2 +10 -6 src/contrib/groff/src/include/lib.h
1.1.1.1.2.2 +2 -1 src/contrib/groff/src/include/nonposix.h
1.1.1.1.2.2 +3 -3 src/contrib/groff/src/libs/libbib/index.cc
1.1.1.1.2.2 +3 -1 src/contrib/groff/src/libs/libgroff/Makefile.sub
1.1.1.1.2.2 +3 -2 src/contrib/groff/src/libs/libgroff/font.cc
1.1.1.1.2.2 +12 -5 src/contrib/groff/src/libs/libgroff/getopt.c
1.1.1.1.2.2 +23 -42 src/contrib/groff/src/libs/libgroff/tmpfile.cc
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/preproc/eqn/eqn.man
1.1.1.1.2.2 +3 -2 src/contrib/groff/src/preproc/eqn/lex.cc
1.1.1.1.2.2 +1 -1 src/contrib/groff/src/preproc/eqn/main.cc
1.1.1.1.2.2 +22 -0 src/contrib/groff/src/preproc/eqn/neqn.man
1.7.2.2 +4 -3 src/contrib/groff/src/preproc/eqn/neqn.sh
1.1.1.1.2.2 +2 -2 src/contrib/groff/src/preproc/eqn/over.cc
1.1.1.1.2.2 +7 -2 src/contrib/groff/src/preproc/grn/grn.man
1.1.1.1.2.2 +2 -1 src/contrib/groff/src/preproc/grn/main.cc
1.1.1.1.2.2 +0 -1 src/contrib/groff/src/preproc/html/Makefile.sub
1.1.1.1.2.2 +416 -92 src/contrib/groff/src/preproc/html/pre-html.cc
1.1.1.1.2.2 +3 -2 src/contrib/groff/src/preproc/html/pushbackbuffer.cc
1.1.1.1.2.2 +1 -1 src/contrib/groff/src/preproc/pic/main.cc
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/preproc/pic/pic.man
1.1.1.1.2.2 +8 -4 src/contrib/groff/src/preproc/pic/pic.y
1.1.1.1.2.2 +3 -2 src/contrib/groff/src/preproc/refer/command.cc
1.1.1.1.2.2 +4 -4 src/contrib/groff/src/preproc/refer/ref.cc
1.1.1.1.2.2 +2 -1 src/contrib/groff/src/preproc/refer/refer.cc
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/preproc/refer/refer.man
1.1.1.1.2.2 +2 -2 src/contrib/groff/src/preproc/refer/token.cc
1.1.1.1.2.2 +7 -7 src/contrib/groff/src/preproc/soelim/soelim.cc
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/preproc/soelim/soelim.man
1.1.1.1.2.2 +3 -2 src/contrib/groff/src/preproc/tbl/main.cc
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/preproc/tbl/tbl.man
1.1.1.1.2.2 +2 -1 src/contrib/groff/src/roff/groff/groff.cc
1.6.2.2 +7 -3 src/contrib/groff/src/roff/groff/groff.man
1.1.1.1.2.2 +8 -2 src/contrib/groff/src/roff/groff/pipeline.c
1.1.1.1.2.2 +0 -1 src/contrib/groff/src/roff/grog/Makefile.sub
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/roff/grog/grog.man
1.1.1.1.2.2 +27 -0 src/contrib/groff/src/roff/grog/grog.pl
1.1.1.1.2.2 +19 -4 src/contrib/groff/src/roff/grog/grog.sh
1.7.2.2 +41 -19 src/contrib/groff/src/roff/nroff/nroff.man
1.11.2.2 +2 -2 src/contrib/groff/src/roff/nroff/nroff.sh
1.1.1.1.2.2 +4 -4 src/contrib/groff/src/roff/troff/dictionary.cc
1.1.1.1.2.2 +29 -10 src/contrib/groff/src/roff/troff/div.cc
1.1.1.1.2.2 +1 -1 src/contrib/groff/src/roff/troff/div.h
1.1.1.1.2.2 +16 -5 src/contrib/groff/src/roff/troff/env.cc
1.1.1.1.2.2 +1 -2 src/contrib/groff/src/roff/troff/env.h
1.1.1.1.2.2 +159 -32 src/contrib/groff/src/roff/troff/input.cc
1.1.1.1.2.2 +4 -0 src/contrib/groff/src/roff/troff/input.h
1.1.1.1.2.3 +1 -1 src/contrib/groff/src/roff/troff/node.h
1.1.1.1.2.2 +3 -2 src/contrib/groff/src/roff/troff/reg.cc
1.1.1.1.2.2 +1 -1 src/contrib/groff/src/roff/troff/token.h
1.1.1.1.2.2 +32 -3 src/contrib/groff/src/roff/troff/troff.man
1.1.1.1.2.2 +5 -4 src/contrib/groff/src/utils/addftinfo/addftinfo.cc
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/utils/addftinfo/addftinfo.man
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/utils/afmtodit/afmtodit.man
1.1.1.1.2.2 +1 -1 src/contrib/groff/src/utils/afmtodit/afmtodit.pl
1.1.1.1.2.2 +12 -11 src/contrib/groff/src/utils/hpftodit/hpftodit.cc
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/utils/hpftodit/hpftodit.man
1.1.1.1.2.2 +0 -2 src/contrib/groff/src/utils/indxbib/Makefile.sub
1.1.1.1.2.2 +35 -39 src/contrib/groff/src/utils/indxbib/indxbib.cc
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/utils/indxbib/indxbib.man
1.1.1.1.2.2 +4 -3 src/contrib/groff/src/utils/lkbib/lkbib.cc
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/utils/lkbib/lkbib.man
1.1.1.1.2.2 +2 -2 src/contrib/groff/src/utils/lookbib/lookbib.cc
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/utils/lookbib/lookbib.man
1.1.1.1.2.2 +21 -2 src/contrib/groff/src/utils/pfbtops/pfbtops.c
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/utils/pfbtops/pfbtops.man
1.1.1.1.2.2 +6 -5 src/contrib/groff/src/utils/tfmtodit/tfmtodit.cc
1.1.1.1.2.2 +6 -2 src/contrib/groff/src/utils/tfmtodit/tfmtodit.man
1.1.1.1.2.2 +4 -0 src/contrib/groff/src/xditview/ChangeLog
1.1.1.1.2.2 +11 -0 src/contrib/groff/src/xditview/Imakefile.in
1.1.1.1.2.2 +4 -1 src/contrib/groff/src/xditview/gxditview.man
1.1.1.1.2.2 +57 -32 src/contrib/groff/tmac/an-old.tmac
1.1.1.1.2.3 +1 -1 src/contrib/groff/tmac/doc.tmac
1.1.1.1.4.3 +6 -2 src/contrib/groff/tmac/groff_man.man
1.1.1.1.4.3 +77 -53 src/contrib/groff/tmac/groff_mdoc.man
1.1.1.1.4.2 +4 -0 src/contrib/groff/tmac/groff_me.man
1.1.1.1.8.2 +6 -2 src/contrib/groff/tmac/groff_ms.man
1.1.1.1.2.2 +25 -9 src/contrib/groff/tmac/groff_mwww.man
1.1.1.1.2.3 +5 -4 src/contrib/groff/tmac/groff_tmac.man
1.1.1.1.2.3 +10 -10 src/contrib/groff/tmac/troffrc-end
1.1.1.1.2.2 +24 -17 src/contrib/groff/tmac/www.tmac
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108061702.f76H2A955751>
