Date: Thu, 9 Mar 2000 12:13:49 -0800 (PST) From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff BUG-REPORT ChangeLog FREEBSD-upgrade INSTALL Makefile.comm Makefile.in Makefile.sub NEWS PROBLEMS PROJECTS README VERSION aclocal.m4 configure configure.in src/contrib/groff/devhtml CB CBI CI CR DESC HB HBI HI HR ... Message-ID: <200003092013.MAA51332@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
asmodai 2000/03/09 12:13:49 PST
Modified files: (Branch: RELENG_3)
contrib/groff BUG-REPORT ChangeLog FREEBSD-upgrade
INSTALL Makefile.comm Makefile.in
Makefile.sub NEWS PROBLEMS PROJECTS
README VERSION aclocal.m4 configure
configure.in
contrib/groff/devlj4 Makefile.sub
contrib/groff/doc Makefile meref.me
contrib/groff/eqn list.cc main.cc
contrib/groff/grodvi dvi.cc
contrib/groff/groff groff.cc groff.man
contrib/groff/grolj4 grolj4.man lj4.cc
contrib/groff/grops ps.cc psrm.cc
contrib/groff/grotty tty.cc
contrib/groff/include printer.h
contrib/groff/libdriver input.cc printer.cc
contrib/groff/libgroff font.cc putenv.c strerror.c string.cc
contrib/groff/man groff_out.man
contrib/groff/mm ChangeLog Makefile.sub README
groff_mm.man groff_mmse.man tmac.m
tmac.mse
contrib/groff/mm/mm 0.MT 4.MT 5.MT ms.cov se_ms.cov
contrib/groff/nroff nroff.man nroff.sh
contrib/groff/pfbtops Makefile.sub
contrib/groff/pic main.cc pic.h pic.man pic.y tex.cc
troff.cc
contrib/groff/refer refer.cc
contrib/groff/soelim soelim.cc soelim.man
contrib/groff/tbl main.cc table.cc
contrib/groff/tfmtodit tfmtodit.cc
contrib/groff/tmac Makefile.sub doc-common doc-syms eqnrc
strip.sed tmac.an tmac.doc tmac.e
tmac.tty troffrc
contrib/groff/troff input.cc node.cc node.h troff.man
contrib/groff/xditview ChangeLog Dvi.c DviP.h Imakefile README
TODO device.c draw.c font.c xditview.c
xtotroff.c
gnu/usr.bin/groff/troff Makefile
Added files: (Branch: RELENG_3)
contrib/groff/devhtml CB CBI CI CR DESC HB HBI HI HR
Makefile.sub NB NBI NI NR S TB TBI TI TR
contrib/groff/doc groff.texinfo pic.ms
contrib/groff/grohtml ChangeLog Makefile.dep Makefile.sub
design.ms grohtml.man html.cc html.h
ordered_list.h
contrib/groff/mm Makefile.sim
contrib/groff/tmac groff_man.man groff_mdoc.man
groff_mdoc.samples.man groff_me.man
groff_msafer.man hyphen.us-ru tmac.arkup
tmac.html
contrib/groff/tmac/locale hyphen.us-ru koi8-r locale-list
contrib/groff/xditview GXditview-ad.h ad2c gray1.bm gray2.bm
gray3.bm gray4.bm gray5.bm gray6.bm
gray7.bm gray8.bm
Removed files: (Branch: RELENG_3)
contrib/groff/troff hyphen.us-ru
Log:
MFC: groff 1.15
Revision Changes Path
1.1.1.1.4.1 +6 -6 src/contrib/groff/BUG-REPORT
1.1.1.1.4.2 +423 -0 src/contrib/groff/ChangeLog
1.2.4.1 +4 -2 src/contrib/groff/FREEBSD-upgrade
1.1.1.1.4.2 +5 -1 src/contrib/groff/INSTALL
1.1.1.1.4.1 +1 -1 src/contrib/groff/Makefile.comm
1.1.1.1.4.1 +14 -6 src/contrib/groff/Makefile.in
1.1.1.1.4.1 +1 -1 src/contrib/groff/Makefile.sub
1.1.1.1.4.2 +72 -8 src/contrib/groff/NEWS
1.1.1.1.4.1 +10 -5 src/contrib/groff/PROBLEMS
1.1.1.1.4.2 +2 -6 src/contrib/groff/PROJECTS
1.1.1.1.4.2 +54 -13 src/contrib/groff/README
1.1.1.1.4.2 +1 -1 src/contrib/groff/VERSION
1.1.1.1.4.1 +160 -97 src/contrib/groff/aclocal.m4
1.1.1.1.4.1 +1208 -434 src/contrib/groff/configure
1.1.1.1.4.1 +6 -2 src/contrib/groff/configure.in
1.1.1.1.4.1 +1 -1 src/contrib/groff/devlj4/Makefile.sub
1.1.1.1.4.2 +14 -8 src/contrib/groff/doc/Makefile
1.1.1.1.4.1 +6 -2 src/contrib/groff/doc/meref.me
1.1.1.1.4.1 +2 -2 src/contrib/groff/eqn/list.cc
1.1.1.1.4.1 +4 -0 src/contrib/groff/eqn/main.cc
1.1.1.1.4.1 +2 -2 src/contrib/groff/grodvi/dvi.cc
1.1.1.1.4.1 +20 -6 src/contrib/groff/groff/groff.cc
1.2.4.2 +42 -16 src/contrib/groff/groff/groff.man
1.1.1.1.4.1 +11 -1 src/contrib/groff/grolj4/grolj4.man
1.1.1.1.4.1 +26 -6 src/contrib/groff/grolj4/lj4.cc
1.1.1.1.4.1 +2 -2 src/contrib/groff/grops/ps.cc
1.1.1.1.4.1 +1 -1 src/contrib/groff/grops/psrm.cc
1.1.1.1.4.1 +2 -2 src/contrib/groff/grotty/tty.cc
1.1.1.1.4.1 +11 -1 src/contrib/groff/include/printer.h
1.1.1.1.4.1 +2 -0 src/contrib/groff/libdriver/input.cc
1.1.1.1.4.1 +36 -14 src/contrib/groff/libdriver/printer.cc
1.2.4.1 +7 -5 src/contrib/groff/libgroff/font.cc
1.1.1.1.4.1 +1 -2 src/contrib/groff/libgroff/putenv.c
1.1.1.1.4.1 +4 -0 src/contrib/groff/libgroff/strerror.c
1.1.1.1.4.1 +1 -1 src/contrib/groff/libgroff/string.cc
1.2.2.1 +4 -1 src/contrib/groff/man/groff_out.man
1.1.1.1.4.1 +111 -0 src/contrib/groff/mm/ChangeLog
1.1.1.1.4.1 +7 -7 src/contrib/groff/mm/Makefile.sub
1.1.1.1.4.1 +2 -1 src/contrib/groff/mm/README
1.1.1.1.4.1 +197 -53 src/contrib/groff/mm/groff_mm.man
1.1.1.1.4.1 +7 -7 src/contrib/groff/mm/groff_mmse.man
1.1.1.1.4.1 +622 -277 src/contrib/groff/mm/tmac.m
1.1.1.1.4.1 +6 -5 src/contrib/groff/mm/tmac.mse
1.1.1.1.4.1 +8 -8 src/contrib/groff/mm/mm/0.MT
1.1.1.1.4.1 +14 -3 src/contrib/groff/mm/mm/4.MT
1.1.1.1.4.1 +2 -2 src/contrib/groff/mm/mm/5.MT
1.1.1.1.4.1 +2 -2 src/contrib/groff/mm/mm/ms.cov
1.1.1.1.4.1 +1 -1 src/contrib/groff/mm/mm/se_ms.cov
1.2.4.2 +9 -2 src/contrib/groff/nroff/nroff.man
1.4.2.6 +11 -2 src/contrib/groff/nroff/nroff.sh
1.1.1.1.4.1 +1 -0 src/contrib/groff/pfbtops/Makefile.sub
1.1.1.1.4.1 +5 -2 src/contrib/groff/pic/main.cc
1.1.1.1.4.1 +2 -0 src/contrib/groff/pic/pic.h
1.1.1.1.4.1 +13 -7 src/contrib/groff/pic/pic.man
1.1.1.1.4.1 +6 -3 src/contrib/groff/pic/pic.y
1.1.1.1.4.1 +2 -1 src/contrib/groff/pic/tex.cc
1.1.1.1.4.1 +2 -0 src/contrib/groff/pic/troff.cc
1.1.1.1.4.1 +2 -1 src/contrib/groff/refer/refer.cc
1.1.1.1.4.1 +56 -5 src/contrib/groff/soelim/soelim.cc
1.1.1.1.4.1 +14 -1 src/contrib/groff/soelim/soelim.man
1.1.1.1.4.1 +4 -2 src/contrib/groff/tbl/main.cc
1.1.1.1.4.1 +7 -7 src/contrib/groff/tbl/table.cc
1.1.1.1.4.1 +1 -1 src/contrib/groff/tfmtodit/tfmtodit.cc
1.1.1.1.4.1 +9 -6 src/contrib/groff/tmac/Makefile.sub
1.10.2.6 +32 -31 src/contrib/groff/tmac/doc-common
1.17.2.7 +5 -2 src/contrib/groff/tmac/doc-syms
1.2.4.1 +7 -4 src/contrib/groff/tmac/eqnrc
1.1.1.1.4.1 +2 -0 src/contrib/groff/tmac/strip.sed
1.1.1.1.4.1 +40 -12 src/contrib/groff/tmac/tmac.an
1.2.2.2 +5 -0 src/contrib/groff/tmac/tmac.doc
1.3.2.1 +6 -2 src/contrib/groff/tmac/tmac.e
1.1.1.1.4.1 +2 -1 src/contrib/groff/tmac/tmac.tty
1.2.4.3 +4 -2 src/contrib/groff/tmac/troffrc
1.1.1.1.4.2 +18 -4 src/contrib/groff/troff/input.cc
1.1.1.1.4.1 +7 -1 src/contrib/groff/troff/node.cc
1.1.1.1.4.1 +1 -0 src/contrib/groff/troff/node.h
1.2.4.1 +17 -3 src/contrib/groff/troff/troff.man
1.1.1.1.4.1 +57 -0 src/contrib/groff/xditview/ChangeLog
1.1.1.1.4.1 +42 -7 src/contrib/groff/xditview/Dvi.c
1.1.1.1.4.1 +1 -1 src/contrib/groff/xditview/DviP.h
1.1.1.1.4.1 +5 -2 src/contrib/groff/xditview/Imakefile
1.1.1.1.4.1 +1 -1 src/contrib/groff/xditview/README
1.1.1.1.4.1 +2 -0 src/contrib/groff/xditview/TODO
1.1.1.1.4.1 +9 -2 src/contrib/groff/xditview/device.c
1.1.1.1.4.1 +20 -20 src/contrib/groff/xditview/draw.c
1.1.1.1.4.1 +1 -1 src/contrib/groff/xditview/font.c
1.1.1.1.4.1 +14 -8 src/contrib/groff/xditview/xditview.c
1.1.1.1.4.1 +1 -1 src/contrib/groff/xditview/xtotroff.c
1.9.2.2 +2 -2 src/gnu/usr.bin/groff/troff/Makefile
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?200003092013.MAA51332>
