CVS commit: src/external/bsd/mdocml/dist

2020-03-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Mar 17 22:03:41 UTC 2020

Modified Files:
src/external/bsd/mdocml/dist: main.c

Log Message:
mdocml: Comment out non-applicable warning.

We don't use makewhatis on NetBSD, we use makemandb.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/mdocml/dist/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2019-12-07 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  7 12:45:28 UTC 2019

Modified Files:
src/external/bsd/mdocml/dist: st.c

Log Message:
Really add -isoC-2018 (not just the docs).


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.11 -r1.2 src/external/bsd/mdocml/dist/st.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2019-12-07 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  7 12:45:11 UTC 2019

Modified Files:
src/external/bsd/mdocml/dist: mdoc_argv.c

Log Message:
Reduce diff to upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/mdocml/dist/mdoc_argv.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2019-12-07 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Dec  7 12:43:19 UTC 2019

Modified Files:
src/external/bsd/mdocml/dist: mdoc.c

Log Message:
Reduce diff to upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/mdocml/dist/mdoc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2019-03-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar 29 22:00:31 UTC 2019

Modified Files:
src/external/bsd/mdocml/dist: out.c

Log Message:
Set the maximum column index in a tbl(7) to the maximum *right* edge
of any cell span, not to the maximum *left* edge, which may be smaller
if the last column of the table is only reached by horizontal spans,
but not by any regular cell in any row of the table.
Otherwise, the algorithm calculating column widths accessed memomy
after the end of the colwidth[] array, while it was trying to handle
the rightmost column(s).

Crash reported by Jason Thorpe 
via https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=54069
and via Thomas Klausner (wiz@).
Christos@ Zoulas sent a (correct, but slightly confusing) patch.
The patch i'm committing here is easier to understand.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/mdocml/dist/out.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2019-03-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Mar 28 20:26:49 UTC 2019

Modified Files:
src/external/bsd/mdocml/dist: out.c

Log Message:
PR/54069: Jason Thorpe: Prevent memory overrun. Can be easily reproduced
with groff_ms.7 and -fsanitize=address.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/out.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2019-03-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Mar 11 03:56:30 UTC 2019

Modified Files:
src/external/bsd/mdocml/dist: man_validate.c mdoc_validate.c

Log Message:
add __dead for clang.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.19 -r1.2 src/external/bsd/mdocml/dist/man_validate.c
cvs rdiff -u -r1.15 -r1.16 src/external/bsd/mdocml/dist/mdoc_validate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2018-09-28 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Fri Sep 28 13:21:37 UTC 2018

Modified Files:
src/external/bsd/mdocml/dist: configure

Log Message:
Don't include nbtool_config.h too early.  It pulls in system headers
and so #define _GNU_SOURCE afterwards doesn't have any effect on them.

PR bin/53634


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/bsd/mdocml/dist/configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2018-08-14 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Tue Aug 14 13:21:52 UTC 2018

Modified Files:
src/external/bsd/mdocml/dist: configure

Log Message:
remove stray "fi" to unbreak build


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/mdocml/dist/configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2018-07-27 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Fri Jul 27 15:14:43 UTC 2018

Modified Files:
src/external/bsd/mdocml/dist: mdoc.7 st.in

Log Message:
s/17/18, I was reading a draft.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/mdocml/dist/mdoc.7
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/dist/st.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2018-07-27 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Fri Jul 27 14:29:46 UTC 2018

Modified Files:
src/external/bsd/mdocml/dist: mdoc.7 st.in

Log Message:
Support -isoC-2017


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.20 -r1.2 src/external/bsd/mdocml/dist/mdoc.7
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/mdocml/dist/st.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2017-07-03 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Jul  3 13:18:31 UTC 2017

Modified Files:
src/external/bsd/mdocml/dist: msec.in

Log Message:
Add 3lua and 9lua.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/dist/msec.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2017-03-19 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sun Mar 19 16:51:45 UTC 2017

Modified Files:
src/external/bsd/mdocml/dist: configure

Log Message:
Fix configure script to not always provide an extern for strsep().


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/mdocml/dist/configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2017-03-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 19 15:34:26 UTC 2017

Modified Files:
src/external/bsd/mdocml/dist: configure

Log Message:
don't redefine EFTYPE (tools build, defined by compat_defs.h)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/mdocml/dist/configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2017-01-08 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Jan  8 21:34:23 UTC 2017

Modified Files:
src/external/bsd/mdocml/dist: configure

Log Message:
Make sure isblank is not a macro, it will have failed the configure
check earlier.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/mdocml/dist/configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2016-07-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jul 20 12:04:18 UTC 2016

Modified Files:
src/external/bsd/mdocml/dist: tag.c

Log Message:
mark tag_signal as noreturn.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/tag.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2016-07-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jul 18 22:51:38 UTC 2016

Modified Files:
src/external/bsd/mdocml/dist: mandoc_aux.h

Log Message:
add missing attribute.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/mandoc_aux.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2016-07-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jul 18 18:46:07 UTC 2016

Modified Files:
src/external/bsd/mdocml/dist: mdoc_validate.c

Log Message:
adapt to changed api


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/mdocml/dist/mdoc_validate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2016-07-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jul 18 18:45:56 UTC 2016

Modified Files:
src/external/bsd/mdocml/dist: tag.c

Log Message:
need sys/stat.h for umask.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/mdocml/dist/tag.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2016-07-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jul 18 17:04:29 UTC 2016

Modified Files:
src/external/bsd/mdocml/dist: read.c

Log Message:
CID 1349675:  Null pointer dereference


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/mdocml/dist/read.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2016-07-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jul 18 17:02:44 UTC 2016

Modified Files:
src/external/bsd/mdocml/dist: mdoc_macro.c

Log Message:
CID 1349674  Null pointer dereference


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.18 -r1.2 src/external/bsd/mdocml/dist/mdoc_macro.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2016-07-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jul 18 16:58:04 UTC 2016

Modified Files:
src/external/bsd/mdocml/dist: tag.c

Log Message:
CID 1349652: Set umask before mkstemp


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/mdocml/dist/tag.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2016-07-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jul 18 16:56:04 UTC 2016

Modified Files:
src/external/bsd/mdocml/dist: mdoc_validate.c

Log Message:
CID 1288934: Use after free.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/mdocml/dist/mdoc_validate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2016-01-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jan  7 22:47:49 UTC 2016

Modified Files:
src/external/bsd/mdocml/dist: eqn.c

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/eqn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2016-01-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jan  7 21:11:54 UTC 2016

Modified Files:
src/external/bsd/mdocml/dist: read.c

Log Message:
Revert part of previous; fd is closed by readfd...


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/mdocml/dist/read.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2016-01-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jan  7 20:10:55 UTC 2016

Modified Files:
src/external/bsd/mdocml/dist: main.c

Log Message:
CID 1257465: Annotate tainted.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.15 -r1.2 src/external/bsd/mdocml/dist/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2016-01-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jan  7 20:00:35 UTC 2016

Modified Files:
src/external/bsd/mdocml/dist: man_macro.c

Log Message:
CID 1257473: NULL deref


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.14 -r1.2 src/external/bsd/mdocml/dist/man_macro.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2016-01-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jan  7 19:51:40 UTC 2016

Modified Files:
src/external/bsd/mdocml/dist: term.c

Log Message:
CID 1288941: Wrong sizeof


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.17 -r1.2 src/external/bsd/mdocml/dist/term.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2016-01-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Jan  7 19:32:44 UTC 2016

Modified Files:
src/external/bsd/mdocml/dist: eqn.c

Log Message:
CID 1288962: lim was never incremented thus self-definition loop detection
was not functional.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 src/external/bsd/mdocml/dist/eqn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2015-12-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Dec 27 22:26:19 UTC 2015

Modified Files:
src/external/bsd/mdocml/dist: configure

Log Message:
- Don't look for tests in the local directory, we might be running this from
  somewhere else.
- Clear MAKEFLAGS so that make(1) behaves as it is supposed to.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2015-12-27 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Dec 27 12:42:18 UTC 2015

Modified Files:
src/external/bsd/mdocml/dist: mandoc_aux.h

Log Message:
Mark mandoc_asprintf as printf-like


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/mdocml/dist/mandoc_aux.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2015-12-19 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sat Dec 19 19:28:06 UTC 2015

Modified Files:
src/external/bsd/mdocml/dist: configure

Log Message:
strsep must be undefined first, certain glibc magic breaks a prototype
otherwise.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/mdocml/dist/configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2015-12-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 18 14:30:41 UTC 2015

Modified Files:
src/external/bsd/mdocml/dist: libmandoc.h mandoc.h preconv.c read.c

Log Message:
make buffers for parsing functions const.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/mdocml/dist/libmandoc.h
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/mdocml/dist/mandoc.h
cvs rdiff -u -r1.1.1.3 -r1.2 src/external/bsd/mdocml/dist/preconv.c
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/mdocml/dist/read.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2015-12-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Dec 17 22:31:12 UTC 2015

Modified Files:
src/external/bsd/mdocml/dist: Makefile compat_fgetln.c configure lib.in
libmandoc.h man.c man_term.c mandoc.h mansearch.c mdoc_argv.c
mdoc_term.c mdoc_validate.c msec.in read.c roff.c st.in tbl.c
tbl_data.c tbl_layout.c tbl_opts.c
Removed Files:
src/external/bsd/mdocml/dist: apropos.c arch.c arch.in att.in
compat_strnlen.c config.h.post config.h.pre external.png.uu
man.cgi.7 mandocdb.8 preconv.1 test-strnlen.c vol.c vol.in

Log Message:
merge conflicts.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.15 -r1.2 src/external/bsd/mdocml/dist/Makefile \
src/external/bsd/mdocml/dist/man.c
cvs rdiff -u -r1.1.1.4 -r0 src/external/bsd/mdocml/dist/apropos.c \
src/external/bsd/mdocml/dist/att.in \
src/external/bsd/mdocml/dist/config.h.post
cvs rdiff -u -r1.1.1.7 -r0 src/external/bsd/mdocml/dist/arch.c \
src/external/bsd/mdocml/dist/vol.c
cvs rdiff -u -r1.5 -r0 src/external/bsd/mdocml/dist/arch.in
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/compat_fgetln.c \
src/external/bsd/mdocml/dist/mandoc.h src/external/bsd/mdocml/dist/st.in
cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/mdocml/dist/compat_strnlen.c \
src/external/bsd/mdocml/dist/test-strnlen.c
cvs rdiff -u -r1.1.1.3 -r0 src/external/bsd/mdocml/dist/config.h.pre \
src/external/bsd/mdocml/dist/external.png.uu \
src/external/bsd/mdocml/dist/man.cgi.7 \
src/external/bsd/mdocml/dist/mandocdb.8 \
src/external/bsd/mdocml/dist/preconv.1 \
src/external/bsd/mdocml/dist/vol.in
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/mdocml/dist/configure \
src/external/bsd/mdocml/dist/mansearch.c
cvs rdiff -u -r1.18 -r1.19 src/external/bsd/mdocml/dist/lib.in
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/mdocml/dist/libmandoc.h \
src/external/bsd/mdocml/dist/msec.in
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/mdocml/dist/man_term.c \
src/external/bsd/mdocml/dist/mdoc_term.c \
src/external/bsd/mdocml/dist/read.c
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/dist/mdoc_argv.c \
src/external/bsd/mdocml/dist/mdoc_validate.c \
src/external/bsd/mdocml/dist/tbl_layout.c
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/mdocml/dist/roff.c
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/mdocml/dist/tbl.c \
src/external/bsd/mdocml/dist/tbl_data.c \
src/external/bsd/mdocml/dist/tbl_opts.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2015-11-21 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sun Nov 22 05:01:44 UTC 2015

Modified Files:
src/external/bsd/mdocml/dist: lib.in

Log Message:
+libpanel


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/external/bsd/mdocml/dist/lib.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2015-09-28 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Sep 28 22:11:40 UTC 2015

Modified Files:
src/external/bsd/mdocml/dist: lib.in

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/mdocml/dist/lib.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2015-09-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Sep 28 21:05:57 UTC 2015

Modified Files:
src/external/bsd/mdocml/dist: lib.in

Log Message:
Add libproc/librtld_db


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/bsd/mdocml/dist/lib.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2014-01-05 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Jan  5 20:38:55 UTC 2014

Modified Files:
src/external/bsd/mdocml/dist: roff.c

Log Message:
Restore cast hack for GCC's "new qualifiers in middle of multi-level
non-const cast" warning.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/bsd/mdocml/dist/roff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2014-01-05 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Jan  5 19:27:20 UTC 2014

Modified Files:
src/external/bsd/mdocml/dist: arch.in compat_fgetln.c lib.in
libmandoc.h man_term.c mandoc.h mdoc_argv.c mdoc_term.c
mdoc_validate.c msec.in read.c roff.c st.in tbl.c tbl_data.c
tbl_layout.c tbl_opts.c
Removed Files:
src/external/bsd/mdocml/dist: apropos_db.c apropos_db.h catman.8
catman.c mandocdb.h whatis.1

Log Message:
Merge mdocml 1.12.3.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r0 src/external/bsd/mdocml/dist/apropos_db.c \
src/external/bsd/mdocml/dist/apropos_db.h \
src/external/bsd/mdocml/dist/mandocdb.h \
src/external/bsd/mdocml/dist/whatis.1
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/arch.in \
src/external/bsd/mdocml/dist/libmandoc.h \
src/external/bsd/mdocml/dist/msec.in
cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/mdocml/dist/catman.8 \
src/external/bsd/mdocml/dist/catman.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/mdocml/dist/compat_fgetln.c \
src/external/bsd/mdocml/dist/mandoc.h src/external/bsd/mdocml/dist/st.in
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/mdocml/dist/lib.in \
src/external/bsd/mdocml/dist/roff.c
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/mdocml/dist/man_term.c \
src/external/bsd/mdocml/dist/mdoc_term.c \
src/external/bsd/mdocml/dist/read.c
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/mdocml/dist/mdoc_argv.c \
src/external/bsd/mdocml/dist/mdoc_validate.c \
src/external/bsd/mdocml/dist/tbl_layout.c
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/mdocml/dist/tbl.c \
src/external/bsd/mdocml/dist/tbl_data.c \
src/external/bsd/mdocml/dist/tbl_opts.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2013-12-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Dec 25 15:09:27 UTC 2013

Modified Files:
src/external/bsd/mdocml/dist: st.in

Log Message:
add p1003.1j


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.8 -r1.2 src/external/bsd/mdocml/dist/st.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2013-12-17 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Dec 17 09:28:10 UTC 2013

Modified Files:
src/external/bsd/mdocml/dist: mdoc_argv.c

Log Message:
Fix handling of nested double quotes.

>From Ingo Schwarze  based on patch by enami@
in PR 48438.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/mdocml/dist/mdoc_argv.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2013-04-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr  3 14:50:26 UTC 2013

Modified Files:
src/external/bsd/mdocml/dist: mdoc_argv.c mdoc_validate.c

Log Message:
merge diffs


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/mdoc_argv.c
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/mdocml/dist/mdoc_validate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2013-04-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr  3 14:46:57 UTC 2013

Update of /cvsroot/src/external/bsd/mdocml/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv4396

Log Message:
import latest

Status:

Vendor Tag: KRISTAPS
Release Tags:   mdocml-1-12-1

U src/external/bsd/mdocml/dist/apropos.1
U src/external/bsd/mdocml/dist/Makefile
N src/external/bsd/mdocml/dist/TODO
U src/external/bsd/mdocml/dist/compat_fgetln.c
U src/external/bsd/mdocml/dist/apropos.c
U src/external/bsd/mdocml/dist/apropos_db.c
U src/external/bsd/mdocml/dist/apropos_db.h
U src/external/bsd/mdocml/dist/arch.c
U src/external/bsd/mdocml/dist/arch.in
U src/external/bsd/mdocml/dist/att.c
U src/external/bsd/mdocml/dist/att.in
U src/external/bsd/mdocml/dist/catman.8
U src/external/bsd/mdocml/dist/catman.c
U src/external/bsd/mdocml/dist/cgi.c
U src/external/bsd/mdocml/dist/chars.c
U src/external/bsd/mdocml/dist/chars.in
U src/external/bsd/mdocml/dist/example.style.css
U src/external/bsd/mdocml/dist/compat_getsubopt.c
U src/external/bsd/mdocml/dist/compat_strlcat.c
U src/external/bsd/mdocml/dist/compat_strlcpy.c
U src/external/bsd/mdocml/dist/config.h.post
U src/external/bsd/mdocml/dist/config.h.pre
U src/external/bsd/mdocml/dist/demandoc.1
U src/external/bsd/mdocml/dist/demandoc.c
U src/external/bsd/mdocml/dist/eqn.7
U src/external/bsd/mdocml/dist/eqn.c
U src/external/bsd/mdocml/dist/eqn_html.c
U src/external/bsd/mdocml/dist/eqn_term.c
U src/external/bsd/mdocml/dist/man_validate.c
U src/external/bsd/mdocml/dist/html.c
U src/external/bsd/mdocml/dist/html.h
U src/external/bsd/mdocml/dist/external.png.uu
U src/external/bsd/mdocml/dist/lib.c
U src/external/bsd/mdocml/dist/lib.in
U src/external/bsd/mdocml/dist/libman.h
U src/external/bsd/mdocml/dist/libmandoc.h
U src/external/bsd/mdocml/dist/libmdoc.h
U src/external/bsd/mdocml/dist/libroff.h
U src/external/bsd/mdocml/dist/main.c
U src/external/bsd/mdocml/dist/main.h
U src/external/bsd/mdocml/dist/man.7
U src/external/bsd/mdocml/dist/man.c
U src/external/bsd/mdocml/dist/man.cgi.7
U src/external/bsd/mdocml/dist/man-cgi.css
U src/external/bsd/mdocml/dist/man.h
U src/external/bsd/mdocml/dist/man_hash.c
U src/external/bsd/mdocml/dist/man_html.c
U src/external/bsd/mdocml/dist/man_macro.c
U src/external/bsd/mdocml/dist/man_term.c
U src/external/bsd/mdocml/dist/mandoc_char.7
U src/external/bsd/mdocml/dist/mandoc.1
U src/external/bsd/mdocml/dist/mandoc.3
U src/external/bsd/mdocml/dist/mandoc.c
C src/external/bsd/mdocml/dist/mandoc.h
C src/external/bsd/mdocml/dist/mdoc_validate.c
U src/external/bsd/mdocml/dist/mandocdb.8
U src/external/bsd/mdocml/dist/mandocdb.c
U src/external/bsd/mdocml/dist/mandocdb.h
U src/external/bsd/mdocml/dist/manpath.c
U src/external/bsd/mdocml/dist/manpath.h
U src/external/bsd/mdocml/dist/mdoc.7
U src/external/bsd/mdocml/dist/mdoc.c
U src/external/bsd/mdocml/dist/mdoc.h
C src/external/bsd/mdocml/dist/mdoc_argv.c
U src/external/bsd/mdocml/dist/mdoc_hash.c
U src/external/bsd/mdocml/dist/mdoc_html.c
U src/external/bsd/mdocml/dist/mdoc_macro.c
U src/external/bsd/mdocml/dist/mdoc_man.c
U src/external/bsd/mdocml/dist/mdoc_term.c
U src/external/bsd/mdocml/dist/test-fgetln.c
U src/external/bsd/mdocml/dist/msec.c
U src/external/bsd/mdocml/dist/msec.in
U src/external/bsd/mdocml/dist/out.c
U src/external/bsd/mdocml/dist/out.h
U src/external/bsd/mdocml/dist/preconv.1
U src/external/bsd/mdocml/dist/preconv.c
U src/external/bsd/mdocml/dist/predefs.in
C src/external/bsd/mdocml/dist/read.c
U src/external/bsd/mdocml/dist/roff.7
U src/external/bsd/mdocml/dist/roff.c
U src/external/bsd/mdocml/dist/st.c
U src/external/bsd/mdocml/dist/st.in
U src/external/bsd/mdocml/dist/tbl.7
U src/external/bsd/mdocml/dist/tbl.c
U src/external/bsd/mdocml/dist/tbl_data.c
U src/external/bsd/mdocml/dist/tbl_html.c
U src/external/bsd/mdocml/dist/tbl_layout.c
U src/external/bsd/mdocml/dist/tbl_opts.c
U src/external/bsd/mdocml/dist/tbl_term.c
U src/external/bsd/mdocml/dist/term.c
U src/external/bsd/mdocml/dist/term.h
U src/external/bsd/mdocml/dist/term_ascii.c
U src/external/bsd/mdocml/dist/term_ps.c
U src/external/bsd/mdocml/dist/test-getsubopt.c
U src/external/bsd/mdocml/dist/test-mmap.c
U src/external/bsd/mdocml/dist/test-strlcat.c
U src/external/bsd/mdocml/dist/test-strlcpy.c
U src/external/bsd/mdocml/dist/test-strptime.c
U src/external/bsd/mdocml/dist/tree.c
U src/external/bsd/mdocml/dist/vol.c
U src/external/bsd/mdocml/dist/vol.in
U src/external/bsd/mdocml/dist/whatis.1

4 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jKRISTAPS:yesterday -jKRISTAPS 
src/external/bsd/mdocml/dist



CVS commit: src/external/bsd/mdocml/dist

2013-04-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr  3 01:05:16 UTC 2013

Modified Files:
src/external/bsd/mdocml/dist: roff.c

Log Message:
Allow both x==y and x=y in conditionals. With this change the ksh93 manpage
works.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/bsd/mdocml/dist/roff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2013-04-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr  3 01:00:03 UTC 2013

Modified Files:
src/external/bsd/mdocml/dist: roff.c

Log Message:
remove debugging printf.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/mdocml/dist/roff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2013-04-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr  3 00:58:49 UTC 2013

Modified Files:
src/external/bsd/mdocml/dist: roff.c

Log Message:
- remove the expand inline function, we don't need it.
- make allow = 1, deny = 0 to avoid confusion
- use memset properly
- merge ctl duplicated code
- add numeric conditional evaluator for unary and binary
- fix parsing of numeric registers to stop on non alnum

With those fixes, the man page for top(1) works.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/mdocml/dist/roff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2013-04-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr  3 00:55:33 UTC 2013

Modified Files:
src/external/bsd/mdocml/dist: read.c

Log Message:
do roff nr expansion before trailing backslash


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/mdocml/dist/read.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2013-03-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar 22 12:31:25 UTC 2013

Modified Files:
src/external/bsd/mdocml/dist: roff.c

Log Message:
avoid arraycount for toolz


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/mdocml/dist/roff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2013-03-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar 22 01:24:47 UTC 2013

Modified Files:
src/external/bsd/mdocml/dist: libmandoc.h read.c roff.c

Log Message:
move the code to expand variables in one place and use it to expand
variables inside conditionals. still conditionals with variables don't
work.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/mdocml/dist/libmandoc.h
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/mdocml/dist/read.c
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/mdocml/dist/roff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2013-03-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Mar 21 21:42:16 UTC 2013

Modified Files:
src/external/bsd/mdocml/dist: libmandoc.h read.c roff.c

Log Message:
support expanding numbered registers


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.9 -r1.2 src/external/bsd/mdocml/dist/libmandoc.h
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/dist/read.c
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/mdocml/dist/roff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2012-11-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Nov 24 22:29:09 UTC 2012

Modified Files:
src/external/bsd/mdocml/dist: tbl_data.c

Log Message:
XXX: rename data() to getdata(). This is to avoid an assembler botch on the
ppc64 toolchain where function names are prefixed with a period, so "data"
becomes ".data" and ".data" is confused by the assembler with the segment
directive with the same name. Clearly this is a toolchain issue; we should
be able to call functions "text" and "data" but it is simpler to fix the
code rather than the toolchain.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/tbl_data.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2012-11-20 Thread Alistair G. Crooks
Module Name:src
Committed By:   agc
Date:   Tue Nov 20 16:24:30 UTC 2012

Modified Files:
src/external/bsd/mdocml/dist: lib.in

Log Message:
add definition for libnetpgpverify


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/mdocml/dist/lib.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2012-06-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jun 10 00:25:51 UTC 2012

Modified Files:
src/external/bsd/mdocml/dist: lib.in

Log Message:
add libexecinfo


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/mdocml/dist/lib.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2012-02-16 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Feb 16 20:58:23 UTC 2012

Modified Files:
src/external/bsd/mdocml/dist: mandoc.h read.c

Log Message:
Merge mandoc.h r1.99 and read.c 1.28 from upstream:
Add mparse_readmem, which allows application to run the parser directly
from memory, e.g. after de-compressing a document.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.9 -r1.2 src/external/bsd/mdocml/dist/mandoc.h
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/mdocml/dist/read.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2012-02-06 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Feb  6 10:42:44 UTC 2012

Modified Files:
src/external/bsd/mdocml/dist: read.c

Log Message:
Pull read.c r1.27 from upstream repository:
Don't silently skip non-ASCII characters, but replace them with ``?''.
This is less likely to break the syntax of macros.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/mdocml/dist/read.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2012-01-30 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Mon Jan 30 18:50:45 UTC 2012

Modified Files:
src/external/bsd/mdocml/dist: roff.c

Log Message:
Fix broken build by laundering const. hi joerg


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/dist/roff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2012-01-30 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Jan 30 17:03:01 UTC 2012

Modified Files:
src/external/bsd/mdocml/dist: arch.in compat_fgetln.c lib.in man_term.c
mdoc_term.c mdoc_validate.c msec.in read.c roff.c tbl_data.c

Log Message:
Merge for mdocml 1.20.1pre import


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/mdocml/dist/arch.in \
src/external/bsd/mdocml/dist/msec.in \
src/external/bsd/mdocml/dist/tbl_data.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/mdocml/dist/compat_fgetln.c
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/dist/lib.in
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/mdocml/dist/man_term.c \
src/external/bsd/mdocml/dist/mdoc_term.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/mdoc_validate.c \
src/external/bsd/mdocml/dist/read.c
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/mdocml/dist/roff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2012-01-30 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Jan 30 16:44:32 UTC 2012

Update of /cvsroot/src/external/bsd/mdocml/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv21577

Log Message:
Merge mdocml state from 2012-01-30 for various relaxed checks in the
parser to allow it to pass almost all man pages in pkgsrc.

Status:

Vendor Tag: KRISTAPS
Release Tags:   mdocml-1-12-1-pre

U src/external/bsd/mdocml/dist/out.c
U src/external/bsd/mdocml/dist/config.h.post
U src/external/bsd/mdocml/dist/tbl_opts.c
C src/external/bsd/mdocml/dist/read.c
U src/external/bsd/mdocml/dist/tbl_data.c
U src/external/bsd/mdocml/dist/preconv.1
N src/external/bsd/mdocml/dist/apropos_db.h
U src/external/bsd/mdocml/dist/tree.c
U src/external/bsd/mdocml/dist/tbl.c
U src/external/bsd/mdocml/dist/test-strlcat.c
N src/external/bsd/mdocml/dist/compat_fgetln.c
U src/external/bsd/mdocml/dist/mandoc_char.7
U src/external/bsd/mdocml/dist/compat_strlcpy.c
U src/external/bsd/mdocml/dist/preconv.c
U src/external/bsd/mdocml/dist/tbl_html.c
U src/external/bsd/mdocml/dist/libroff.h
U src/external/bsd/mdocml/dist/att.c
U src/external/bsd/mdocml/dist/eqn.7
U src/external/bsd/mdocml/dist/mdoc_macro.c
U src/external/bsd/mdocml/dist/html.h
U src/external/bsd/mdocml/dist/mdoc_hash.c
N src/external/bsd/mdocml/dist/man-cgi.css
U src/external/bsd/mdocml/dist/term.c
U src/external/bsd/mdocml/dist/msec.in
C src/external/bsd/mdocml/dist/arch.in
C src/external/bsd/mdocml/dist/lib.in
U src/external/bsd/mdocml/dist/man.7
U src/external/bsd/mdocml/dist/mdoc_man.c
N src/external/bsd/mdocml/dist/man.cgi.7
U src/external/bsd/mdocml/dist/msec.c
U src/external/bsd/mdocml/dist/mdoc_argv.c
U src/external/bsd/mdocml/dist/att.in
U src/external/bsd/mdocml/dist/libman.h
U src/external/bsd/mdocml/dist/main.h
U src/external/bsd/mdocml/dist/mdoc_html.c
N src/external/bsd/mdocml/dist/test-fgetln.c
U src/external/bsd/mdocml/dist/mandocdb.c
N src/external/bsd/mdocml/dist/manpath.c
U src/external/bsd/mdocml/dist/vol.in
C src/external/bsd/mdocml/dist/man_term.c
U src/external/bsd/mdocml/dist/roff.7
N src/external/bsd/mdocml/dist/apropos_db.c
U src/external/bsd/mdocml/dist/compat_getsubopt.c
C src/external/bsd/mdocml/dist/roff.c
U src/external/bsd/mdocml/dist/mandocdb.8
U src/external/bsd/mdocml/dist/mdoc.h
U src/external/bsd/mdocml/dist/arch.c
U src/external/bsd/mdocml/dist/term_ascii.c
U src/external/bsd/mdocml/dist/tbl_term.c
U src/external/bsd/mdocml/dist/demandoc.1
U src/external/bsd/mdocml/dist/eqn.c
U src/external/bsd/mdocml/dist/man_validate.c
U src/external/bsd/mdocml/dist/Makefile
U src/external/bsd/mdocml/dist/st.c
U src/external/bsd/mdocml/dist/eqn_term.c
U src/external/bsd/mdocml/dist/config.h.pre
U src/external/bsd/mdocml/dist/test-strlcpy.c
U src/external/bsd/mdocml/dist/vol.c
U src/external/bsd/mdocml/dist/predefs.in
U src/external/bsd/mdocml/dist/lib.c
U src/external/bsd/mdocml/dist/mdoc.7
U src/external/bsd/mdocml/dist/term.h
N src/external/bsd/mdocml/dist/whatis.1
U src/external/bsd/mdocml/dist/libmdoc.h
U src/external/bsd/mdocml/dist/tbl_layout.c
N src/external/bsd/mdocml/dist/manpath.h
U src/external/bsd/mdocml/dist/man.h
U src/external/bsd/mdocml/dist/chars.in
U src/external/bsd/mdocml/dist/compat_strlcat.c
U src/external/bsd/mdocml/dist/test-getsubopt.c
U src/external/bsd/mdocml/dist/external.png.uu
N src/external/bsd/mdocml/dist/mandocdb.h
C src/external/bsd/mdocml/dist/mdoc_term.c
N src/external/bsd/mdocml/dist/catman.8
N src/external/bsd/mdocml/dist/cgi.c
U src/external/bsd/mdocml/dist/out.h
U src/external/bsd/mdocml/dist/mdoc.c
U src/external/bsd/mdocml/dist/tbl.7
U src/external/bsd/mdocml/dist/main.c
N src/external/bsd/mdocml/dist/catman.c
U src/external/bsd/mdocml/dist/man_html.c
U src/external/bsd/mdocml/dist/term_ps.c
U src/external/bsd/mdocml/dist/st.in
U src/external/bsd/mdocml/dist/libmandoc.h
C src/external/bsd/mdocml/dist/mdoc_validate.c
U src/external/bsd/mdocml/dist/apropos.c
U src/external/bsd/mdocml/dist/mandoc.3
U src/external/bsd/mdocml/dist/apropos.1
U src/external/bsd/mdocml/dist/mandoc.1
U src/external/bsd/mdocml/dist/mandoc.h
U src/external/bsd/mdocml/dist/chars.c
U src/external/bsd/mdocml/dist/mandoc.c
U src/external/bsd/mdocml/dist/test-strptime.c
U src/external/bsd/mdocml/dist/example.style.css
U src/external/bsd/mdocml/dist/eqn_html.c
U src/external/bsd/mdocml/dist/man.c
U src/external/bsd/mdocml/dist/demandoc.c
U src/external/bsd/mdocml/dist/man_hash.c
U src/external/bsd/mdocml/dist/html.c
U src/external/bsd/mdocml/dist/man_macro.c
U src/external/bsd/mdocml/dist/test-mmap.c

7 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jKRISTAPS:yesterday -jKRISTAPS 
src/external/bsd/mdocml/dist



CVS commit: src/external/bsd/mdocml/dist

2012-01-25 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Wed Jan 25 22:23:46 UTC 2012

Modified Files:
src/external/bsd/mdocml/dist: lib.in

Log Message:
Add libquota, as requested by wiz


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/mdocml/dist/lib.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2011-12-18 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Sun Dec 18 13:40:08 UTC 2011

Modified Files:
src/external/bsd/mdocml/dist: arch.in

Log Message:
Lowercase arch strings, and add missing ones.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r1.2 src/external/bsd/mdocml/dist/arch.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2011-10-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Oct 28 14:00:20 UTC 2011

Modified Files:
src/external/bsd/mdocml/dist: tbl_data.c

Log Message:
rename data() -> parse_data() to appease the powerpc64 toolchain:
{standard input}: Assembler messages:
{standard input}:105: Error: symbol `.data' is already defined


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/mdocml/dist/tbl_data.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2011-10-12 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Oct 12 14:11:25 UTC 2011

Modified Files:
src/external/bsd/mdocml/dist: roff.c

Log Message:
Revert incorrect last change and redo it in a way that doesn't violate
strict aliasing rules.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/mdocml/dist/roff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2011-10-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Oct 12 13:44:33 UTC 2011

Modified Files:
src/external/bsd/mdocml/dist: roff.c

Log Message:
fix wrong cast.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/roff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2011-10-11 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Oct 11 19:12:13 UTC 2011

Modified Files:
src/external/bsd/mdocml/dist: lib.in man_term.c mdoc_argv.c mdoc_term.c
mdoc_validate.c read.c roff.c tbl.c tbl_layout.c tbl_opts.c
Removed Files:
src/external/bsd/mdocml/dist: compat.c mandoc-db.1 mandoc-db.c

Log Message:
Merge changes for mdocml-1.12.0.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r0 src/external/bsd/mdocml/dist/compat.c
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/mdocml/dist/lib.in \
src/external/bsd/mdocml/dist/tbl_layout.c
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/mdocml/dist/man_term.c \
src/external/bsd/mdocml/dist/mdoc_term.c
cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/mdocml/dist/mandoc-db.1 \
src/external/bsd/mdocml/dist/mandoc-db.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/mdocml/dist/mdoc_argv.c \
src/external/bsd/mdocml/dist/mdoc_validate.c \
src/external/bsd/mdocml/dist/read.c src/external/bsd/mdocml/dist/roff.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/tbl.c \
src/external/bsd/mdocml/dist/tbl_opts.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2011-10-11 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Oct 11 19:09:46 UTC 2011

Update of /cvsroot/src/external/bsd/mdocml/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv9293

Log Message:
Import mdocml 1.12.0:
- Support to output HTML fragments
- Initial support for mdoc->man translation
- Initial eqn support
- preconv / apropos / demandoc (not hooked up)
- Various bugfixes

Status:

Vendor Tag: KRISTAPS
Release Tags:   mdocml-1-12-0

U src/external/bsd/mdocml/dist/Makefile
N src/external/bsd/mdocml/dist/apropos.1
N src/external/bsd/mdocml/dist/apropos.c
U src/external/bsd/mdocml/dist/arch.c
U src/external/bsd/mdocml/dist/arch.in
U src/external/bsd/mdocml/dist/att.c
U src/external/bsd/mdocml/dist/att.in
U src/external/bsd/mdocml/dist/chars.c
U src/external/bsd/mdocml/dist/chars.in
N src/external/bsd/mdocml/dist/compat_getsubopt.c
N src/external/bsd/mdocml/dist/compat_strlcat.c
N src/external/bsd/mdocml/dist/compat_strlcpy.c
U src/external/bsd/mdocml/dist/config.h.post
U src/external/bsd/mdocml/dist/config.h.pre
N src/external/bsd/mdocml/dist/demandoc.1
N src/external/bsd/mdocml/dist/demandoc.c
U src/external/bsd/mdocml/dist/eqn.7
U src/external/bsd/mdocml/dist/eqn.c
N src/external/bsd/mdocml/dist/eqn_html.c
N src/external/bsd/mdocml/dist/eqn_term.c
U src/external/bsd/mdocml/dist/example.style.css
U src/external/bsd/mdocml/dist/external.png.uu
U src/external/bsd/mdocml/dist/html.c
U src/external/bsd/mdocml/dist/html.h
U src/external/bsd/mdocml/dist/lib.c
C src/external/bsd/mdocml/dist/lib.in
U src/external/bsd/mdocml/dist/libman.h
U src/external/bsd/mdocml/dist/libmandoc.h
U src/external/bsd/mdocml/dist/libmdoc.h
U src/external/bsd/mdocml/dist/libroff.h
U src/external/bsd/mdocml/dist/main.c
U src/external/bsd/mdocml/dist/main.h
U src/external/bsd/mdocml/dist/man.7
U src/external/bsd/mdocml/dist/man.c
U src/external/bsd/mdocml/dist/man.h
U src/external/bsd/mdocml/dist/man_hash.c
U src/external/bsd/mdocml/dist/man_html.c
U src/external/bsd/mdocml/dist/man_macro.c
C src/external/bsd/mdocml/dist/man_term.c
U src/external/bsd/mdocml/dist/man_validate.c
U src/external/bsd/mdocml/dist/mandoc.1
U src/external/bsd/mdocml/dist/mandoc.3
U src/external/bsd/mdocml/dist/mandoc.c
U src/external/bsd/mdocml/dist/mandoc.h
U src/external/bsd/mdocml/dist/mandoc_char.7
N src/external/bsd/mdocml/dist/mandocdb.8
N src/external/bsd/mdocml/dist/mandocdb.c
U src/external/bsd/mdocml/dist/mdoc.7
U src/external/bsd/mdocml/dist/mdoc.c
U src/external/bsd/mdocml/dist/mdoc.h
C src/external/bsd/mdocml/dist/mdoc_argv.c
U src/external/bsd/mdocml/dist/mdoc_hash.c
U src/external/bsd/mdocml/dist/mdoc_html.c
U src/external/bsd/mdocml/dist/mdoc_macro.c
N src/external/bsd/mdocml/dist/mdoc_man.c
C src/external/bsd/mdocml/dist/mdoc_term.c
C src/external/bsd/mdocml/dist/mdoc_validate.c
U src/external/bsd/mdocml/dist/msec.c
U src/external/bsd/mdocml/dist/msec.in
U src/external/bsd/mdocml/dist/out.c
U src/external/bsd/mdocml/dist/out.h
N src/external/bsd/mdocml/dist/preconv.1
N src/external/bsd/mdocml/dist/preconv.c
N src/external/bsd/mdocml/dist/predefs.in
C src/external/bsd/mdocml/dist/read.c
U src/external/bsd/mdocml/dist/roff.7
C src/external/bsd/mdocml/dist/roff.c
U src/external/bsd/mdocml/dist/st.c
U src/external/bsd/mdocml/dist/st.in
U src/external/bsd/mdocml/dist/tbl.7
C src/external/bsd/mdocml/dist/tbl.c
U src/external/bsd/mdocml/dist/tbl_data.c
U src/external/bsd/mdocml/dist/tbl_html.c
C src/external/bsd/mdocml/dist/tbl_layout.c
C src/external/bsd/mdocml/dist/tbl_opts.c
U src/external/bsd/mdocml/dist/tbl_term.c
U src/external/bsd/mdocml/dist/term.c
U src/external/bsd/mdocml/dist/term.h
U src/external/bsd/mdocml/dist/term_ascii.c
U src/external/bsd/mdocml/dist/term_ps.c
N src/external/bsd/mdocml/dist/test-getsubopt.c
N src/external/bsd/mdocml/dist/test-mmap.c
U src/external/bsd/mdocml/dist/test-strlcat.c
U src/external/bsd/mdocml/dist/test-strlcpy.c
N src/external/bsd/mdocml/dist/test-strptime.c
U src/external/bsd/mdocml/dist/tree.c
U src/external/bsd/mdocml/dist/vol.c
U src/external/bsd/mdocml/dist/vol.in

10 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jKRISTAPS:yesterday -jKRISTAPS 
src/external/bsd/mdocml/dist



CVS commit: src/external/bsd/mdocml/dist

2011-06-01 Thread Hans Rosenfeld
Module Name:src
Committed By:   hans
Date:   Wed Jun  1 15:52:49 UTC 2011

Modified Files:
src/external/bsd/mdocml/dist: read.c

Log Message:
include config.h


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/mdocml/dist/read.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2011-04-15 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Apr 15 22:05:52 UTC 2011

Modified Files:
src/external/bsd/mdocml/dist: roff.c

Log Message:
Really apply roff.c 1.134 for the conditional stack fix


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.7 -r1.2 src/external/bsd/mdocml/dist/roff.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2011-04-15 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Apr 15 15:50:28 UTC 2011

Modified Files:
src/external/bsd/mdocml/dist: mdoc_argv.c tbl_layout.c

Log Message:
Deal with two cases of name shadowing


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.13 -r1.2 src/external/bsd/mdocml/dist/mdoc_argv.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/tbl_layout.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2011-04-15 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Apr 15 13:47:18 UTC 2011

Modified Files:
src/external/bsd/mdocml/dist: man_term.c mdoc_term.c tbl.c tbl_layout.c
tbl_opts.c
Removed Files:
src/external/bsd/mdocml/dist: chars.h man.3 man_argv.c mdoc.3
mdoc_strings.c roff.3 roff.h

Log Message:
Merge for mdocml-1.11.1


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r0 src/external/bsd/mdocml/dist/chars.h \
src/external/bsd/mdocml/dist/man_argv.c
cvs rdiff -u -r1.1.1.6 -r0 src/external/bsd/mdocml/dist/man.3 \
src/external/bsd/mdocml/dist/mdoc.3
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/dist/man_term.c \
src/external/bsd/mdocml/dist/mdoc_term.c
cvs rdiff -u -r1.1.1.9 -r0 src/external/bsd/mdocml/dist/mdoc_strings.c
cvs rdiff -u -r1.1.1.4 -r0 src/external/bsd/mdocml/dist/roff.3
cvs rdiff -u -r1.1.1.3 -r0 src/external/bsd/mdocml/dist/roff.h
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/mdocml/dist/tbl.c \
src/external/bsd/mdocml/dist/tbl_layout.c \
src/external/bsd/mdocml/dist/tbl_opts.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2011-04-15 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Apr 15 13:45:43 UTC 2011

Update of /cvsroot/src/external/bsd/mdocml/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv28680

Log Message:
Import mdocml-1.11.1 with a few additional fixes from CVS:

Merge the libraries into a single frontend, libmandoc.
Iinitial support for eqn(1) functionality.

Additional changes:
Portability fixes (tbl_opts.c 1.11, tbl_layout.c 1.18, tbl.c 1.25)
HTML space fixe (mdocml_html.c 1.163)
ROFF conditional nesting bug (roff.c 1.131)

Status:

Vendor Tag: KRISTAPS
Release Tags:   mdocml-1-11-1

U src/external/bsd/mdocml/dist/Makefile
U src/external/bsd/mdocml/dist/roff.c
U src/external/bsd/mdocml/dist/arch.c
U src/external/bsd/mdocml/dist/arch.in
U src/external/bsd/mdocml/dist/att.c
U src/external/bsd/mdocml/dist/att.in
U src/external/bsd/mdocml/dist/chars.c
U src/external/bsd/mdocml/dist/chars.in
U src/external/bsd/mdocml/dist/compat.c
U src/external/bsd/mdocml/dist/config.h.post
U src/external/bsd/mdocml/dist/tbl_term.c
U src/external/bsd/mdocml/dist/config.h.pre
U src/external/bsd/mdocml/dist/term.c
U src/external/bsd/mdocml/dist/example.style.css
U src/external/bsd/mdocml/dist/html.c
U src/external/bsd/mdocml/dist/html.h
N src/external/bsd/mdocml/dist/eqn.7
U src/external/bsd/mdocml/dist/lib.c
N src/external/bsd/mdocml/dist/eqn.c
U src/external/bsd/mdocml/dist/lib.in
U src/external/bsd/mdocml/dist/libman.h
U src/external/bsd/mdocml/dist/libmandoc.h
U src/external/bsd/mdocml/dist/libmdoc.h
U src/external/bsd/mdocml/dist/libroff.h
U src/external/bsd/mdocml/dist/main.c
U src/external/bsd/mdocml/dist/main.h
N src/external/bsd/mdocml/dist/mandoc.3
U src/external/bsd/mdocml/dist/man.7
U src/external/bsd/mdocml/dist/man.c
U src/external/bsd/mdocml/dist/man.h
N src/external/bsd/mdocml/dist/mandoc-db.1
U src/external/bsd/mdocml/dist/man_hash.c
U src/external/bsd/mdocml/dist/man_html.c
U src/external/bsd/mdocml/dist/man_macro.c
C src/external/bsd/mdocml/dist/man_term.c
U src/external/bsd/mdocml/dist/man_validate.c
U src/external/bsd/mdocml/dist/mandoc.1
U src/external/bsd/mdocml/dist/mandoc.c
U src/external/bsd/mdocml/dist/mandoc.h
U src/external/bsd/mdocml/dist/mandoc_char.7
N src/external/bsd/mdocml/dist/read.c
U src/external/bsd/mdocml/dist/mdoc.7
U src/external/bsd/mdocml/dist/mdoc.c
U src/external/bsd/mdocml/dist/mdoc.h
U src/external/bsd/mdocml/dist/mdoc_argv.c
U src/external/bsd/mdocml/dist/mdoc_hash.c
U src/external/bsd/mdocml/dist/mdoc_html.c
U src/external/bsd/mdocml/dist/mdoc_macro.c
N src/external/bsd/mdocml/dist/mandoc-db.c
C src/external/bsd/mdocml/dist/mdoc_term.c
U src/external/bsd/mdocml/dist/mdoc_validate.c
U src/external/bsd/mdocml/dist/msec.c
U src/external/bsd/mdocml/dist/msec.in
U src/external/bsd/mdocml/dist/out.c
U src/external/bsd/mdocml/dist/out.h
C src/external/bsd/mdocml/dist/tbl_opts.c
U src/external/bsd/mdocml/dist/roff.7
U src/external/bsd/mdocml/dist/st.c
U src/external/bsd/mdocml/dist/st.in
U src/external/bsd/mdocml/dist/tbl.7
C src/external/bsd/mdocml/dist/tbl.c
U src/external/bsd/mdocml/dist/tbl_data.c
U src/external/bsd/mdocml/dist/tbl_html.c
U src/external/bsd/mdocml/dist/term.h
U src/external/bsd/mdocml/dist/term_ascii.c
U src/external/bsd/mdocml/dist/term_ps.c
U src/external/bsd/mdocml/dist/test-strlcat.c
U src/external/bsd/mdocml/dist/test-strlcpy.c
U src/external/bsd/mdocml/dist/tree.c
U src/external/bsd/mdocml/dist/vol.c
U src/external/bsd/mdocml/dist/vol.in
C src/external/bsd/mdocml/dist/tbl_layout.c
U src/external/bsd/mdocml/dist/external.png.uu

5 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jKRISTAPS:yesterday -jKRISTAPS 
src/external/bsd/mdocml/dist



CVS commit: src/external/bsd/mdocml/dist

2011-01-12 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Jan 12 22:58:42 UTC 2011

Modified Files:
src/external/bsd/mdocml/dist: man_term.c mdoc_term.c
Removed Files:
src/external/bsd/mdocml/dist: man_action.c mdoc_action.c style.css

Log Message:
Merge for mdocml-1.10.9


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.7 -r0 src/external/bsd/mdocml/dist/man_action.c
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/mdocml/dist/man_term.c \
src/external/bsd/mdocml/dist/mdoc_term.c
cvs rdiff -u -r1.12 -r0 src/external/bsd/mdocml/dist/mdoc_action.c
cvs rdiff -u -r1.1.1.3 -r0 src/external/bsd/mdocml/dist/style.css

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2011-01-12 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Jan 12 22:57:22 UTC 2011

Update of /cvsroot/src/external/bsd/mdocml/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv3862

Log Message:
Import mdocml-1.10.9 and additional post-release bugfixes
(tbl_data.c 1.15, tbl_layout.c 1.13, tbl_opts.c 1.8).

This features many small improvements and the initial integration of
tbl(1) support on all output devices.

Status:

Vendor Tag: KRISTAPS
Release Tags:   mdocml-1-10-9

U src/external/bsd/mdocml/dist/mdoc_macro.c
U src/external/bsd/mdocml/dist/config.h.pre
U src/external/bsd/mdocml/dist/test-strlcpy.c
U src/external/bsd/mdocml/dist/test-strlcat.c
U src/external/bsd/mdocml/dist/chars.in
U src/external/bsd/mdocml/dist/vol.in
U src/external/bsd/mdocml/dist/st.in
U src/external/bsd/mdocml/dist/msec.in
U src/external/bsd/mdocml/dist/lib.in
U src/external/bsd/mdocml/dist/att.in
U src/external/bsd/mdocml/dist/arch.in
N src/external/bsd/mdocml/dist/tbl.7
U src/external/bsd/mdocml/dist/roff.3
U src/external/bsd/mdocml/dist/roff.7
U src/external/bsd/mdocml/dist/man.3
U src/external/bsd/mdocml/dist/man.7
U src/external/bsd/mdocml/dist/mandoc_char.7
U src/external/bsd/mdocml/dist/mdoc.7
U src/external/bsd/mdocml/dist/mdoc.3
U src/external/bsd/mdocml/dist/mandoc.1
U src/external/bsd/mdocml/dist/Makefile
N src/external/bsd/mdocml/dist/libroff.h
U src/external/bsd/mdocml/dist/mandoc.h
U src/external/bsd/mdocml/dist/roff.h
U src/external/bsd/mdocml/dist/main.h
U src/external/bsd/mdocml/dist/out.h
U src/external/bsd/mdocml/dist/chars.h
U src/external/bsd/mdocml/dist/html.h
U src/external/bsd/mdocml/dist/libmandoc.h
U src/external/bsd/mdocml/dist/term.h
U src/external/bsd/mdocml/dist/libman.h
U src/external/bsd/mdocml/dist/man.h
U src/external/bsd/mdocml/dist/libmdoc.h
U src/external/bsd/mdocml/dist/mdoc.h
N src/external/bsd/mdocml/dist/tbl_data.c
N src/external/bsd/mdocml/dist/tbl_layout.c
N src/external/bsd/mdocml/dist/tbl_opts.c
N src/external/bsd/mdocml/dist/tbl.c
U src/external/bsd/mdocml/dist/roff.c
U src/external/bsd/mdocml/dist/mandoc.c
U src/external/bsd/mdocml/dist/man_argv.c
U src/external/bsd/mdocml/dist/man_validate.c
U src/external/bsd/mdocml/dist/man_hash.c
U src/external/bsd/mdocml/dist/man.c
U src/external/bsd/mdocml/dist/man_macro.c
N src/external/bsd/mdocml/dist/tbl_html.c
N src/external/bsd/mdocml/dist/tbl_term.c
U src/external/bsd/mdocml/dist/term_ascii.c
U src/external/bsd/mdocml/dist/term_ps.c
U src/external/bsd/mdocml/dist/out.c
U src/external/bsd/mdocml/dist/man_html.c
U src/external/bsd/mdocml/dist/mdoc_html.c
U src/external/bsd/mdocml/dist/html.c
C src/external/bsd/mdocml/dist/man_term.c
U src/external/bsd/mdocml/dist/compat.c
U src/external/bsd/mdocml/dist/tree.c
U src/external/bsd/mdocml/dist/term.c
U src/external/bsd/mdocml/dist/chars.c
C src/external/bsd/mdocml/dist/mdoc_term.c
U src/external/bsd/mdocml/dist/main.c
U src/external/bsd/mdocml/dist/st.c
U src/external/bsd/mdocml/dist/msec.c
U src/external/bsd/mdocml/dist/vol.c
U src/external/bsd/mdocml/dist/arch.c
U src/external/bsd/mdocml/dist/att.c
U src/external/bsd/mdocml/dist/lib.c
U src/external/bsd/mdocml/dist/mdoc_validate.c
U src/external/bsd/mdocml/dist/mdoc_argv.c
U src/external/bsd/mdocml/dist/mdoc_strings.c
U src/external/bsd/mdocml/dist/mdoc_hash.c
U src/external/bsd/mdocml/dist/mdoc.c
U src/external/bsd/mdocml/dist/config.h.post
U src/external/bsd/mdocml/dist/external.png.uu
N src/external/bsd/mdocml/dist/example.style.css

2 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jKRISTAPS:yesterday -jKRISTAPS 
src/external/bsd/mdocml/dist



CVS commit: src/external/bsd/mdocml/dist

2011-01-02 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan  2 22:03:25 UTC 2011

Modified Files:
src/external/bsd/mdocml/dist: msec.in

Log Message:
Prefix section headers for 1 to 9 with "NetBSD " to match output
for non-HTML pages (i.e. groff ones). Noted by njoly.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/mdocml/dist/msec.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2010-07-27 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Jul 27 22:40:24 UTC 2010

Modified Files:
src/external/bsd/mdocml/dist: man_term.c mdoc_action.c mdoc_term.c

Log Message:
Merge mdocml 1.10.5


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/mdocml/dist/man_term.c \
src/external/bsd/mdocml/dist/mdoc_term.c
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/mdocml/dist/mdoc_action.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2010-07-27 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Jul 27 22:35:17 UTC 2010

Update of /cvsroot/src/external/bsd/mdocml/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv29930

Log Message:
Import mdocml 1.10.5:
- Initial support for PDF output
- Improved support for various roff commands

Status:

Vendor Tag: KRISTAPS
Release Tags:   mdocml-1-10-5

U src/external/bsd/mdocml/dist/mdoc_macro.c
U src/external/bsd/mdocml/dist/config.h.pre
U src/external/bsd/mdocml/dist/test-strlcpy.c
U src/external/bsd/mdocml/dist/test-strlcat.c
U src/external/bsd/mdocml/dist/external.png.uu
U src/external/bsd/mdocml/dist/chars.in
U src/external/bsd/mdocml/dist/vol.in
U src/external/bsd/mdocml/dist/st.in
U src/external/bsd/mdocml/dist/msec.in
U src/external/bsd/mdocml/dist/lib.in
U src/external/bsd/mdocml/dist/att.in
U src/external/bsd/mdocml/dist/arch.in
U src/external/bsd/mdocml/dist/style.css
U src/external/bsd/mdocml/dist/roff.3
U src/external/bsd/mdocml/dist/roff.7
U src/external/bsd/mdocml/dist/man.3
U src/external/bsd/mdocml/dist/man.7
U src/external/bsd/mdocml/dist/mandoc_char.7
U src/external/bsd/mdocml/dist/mdoc.7
U src/external/bsd/mdocml/dist/mdoc.3
U src/external/bsd/mdocml/dist/mandoc.1
U src/external/bsd/mdocml/dist/Makefile
U src/external/bsd/mdocml/dist/mandoc.h
U src/external/bsd/mdocml/dist/roff.h
U src/external/bsd/mdocml/dist/main.h
U src/external/bsd/mdocml/dist/out.h
U src/external/bsd/mdocml/dist/chars.h
U src/external/bsd/mdocml/dist/html.h
U src/external/bsd/mdocml/dist/libmandoc.h
U src/external/bsd/mdocml/dist/term.h
U src/external/bsd/mdocml/dist/libman.h
U src/external/bsd/mdocml/dist/man.h
U src/external/bsd/mdocml/dist/libmdoc.h
U src/external/bsd/mdocml/dist/mdoc.h
U src/external/bsd/mdocml/dist/roff.c
U src/external/bsd/mdocml/dist/mandoc.c
U src/external/bsd/mdocml/dist/man_argv.c
U src/external/bsd/mdocml/dist/man_action.c
U src/external/bsd/mdocml/dist/man_validate.c
U src/external/bsd/mdocml/dist/man_hash.c
U src/external/bsd/mdocml/dist/man.c
U src/external/bsd/mdocml/dist/man_macro.c
U src/external/bsd/mdocml/dist/term_ascii.c
U src/external/bsd/mdocml/dist/term_ps.c
U src/external/bsd/mdocml/dist/out.c
U src/external/bsd/mdocml/dist/man_html.c
U src/external/bsd/mdocml/dist/mdoc_html.c
U src/external/bsd/mdocml/dist/html.c
C src/external/bsd/mdocml/dist/man_term.c
U src/external/bsd/mdocml/dist/compat.c
U src/external/bsd/mdocml/dist/tree.c
U src/external/bsd/mdocml/dist/term.c
U src/external/bsd/mdocml/dist/chars.c
C src/external/bsd/mdocml/dist/mdoc_term.c
U src/external/bsd/mdocml/dist/main.c
U src/external/bsd/mdocml/dist/st.c
U src/external/bsd/mdocml/dist/msec.c
U src/external/bsd/mdocml/dist/vol.c
U src/external/bsd/mdocml/dist/arch.c
U src/external/bsd/mdocml/dist/att.c
U src/external/bsd/mdocml/dist/lib.c
C src/external/bsd/mdocml/dist/mdoc_action.c
U src/external/bsd/mdocml/dist/mdoc_validate.c
U src/external/bsd/mdocml/dist/mdoc_argv.c
U src/external/bsd/mdocml/dist/mdoc_strings.c
U src/external/bsd/mdocml/dist/mdoc_hash.c
U src/external/bsd/mdocml/dist/mdoc.c
U src/external/bsd/mdocml/dist/config.h.post

3 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jKRISTAPS:yesterday -jKRISTAPS 
src/external/bsd/mdocml/dist



CVS commit: src/external/bsd/mdocml/dist

2010-07-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Jul 25 19:12:40 UTC 2010

Modified Files:
src/external/bsd/mdocml/dist: man_term.c mdoc_action.c mdoc_term.c

Log Message:
Merge mdocml 1.10.4


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/dist/man_term.c \
src/external/bsd/mdocml/dist/mdoc_term.c
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/mdocml/dist/mdoc_action.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2010-07-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Jul 25 19:10:53 UTC 2010

Update of /cvsroot/src/external/bsd/mdocml/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv2438

Log Message:
Import mdocml 1.10.4:
- Smaller bugfixes
- Improved .ds support
- Support .Bk -words
- Improve multi-page postscript output
- Improve indentation in SYNOPSIS
- Improved support for badly nested blocks

Status:

Vendor Tag: KRISTAPS
Release Tags:   mdocml-1-10-4

U src/external/bsd/mdocml/dist/mdoc_macro.c
U src/external/bsd/mdocml/dist/config.h.pre
U src/external/bsd/mdocml/dist/test-strlcpy.c
U src/external/bsd/mdocml/dist/test-strlcat.c
U src/external/bsd/mdocml/dist/external.png.uu
U src/external/bsd/mdocml/dist/chars.in
U src/external/bsd/mdocml/dist/vol.in
U src/external/bsd/mdocml/dist/st.in
U src/external/bsd/mdocml/dist/msec.in
U src/external/bsd/mdocml/dist/lib.in
U src/external/bsd/mdocml/dist/att.in
U src/external/bsd/mdocml/dist/arch.in
U src/external/bsd/mdocml/dist/style.css
U src/external/bsd/mdocml/dist/roff.3
U src/external/bsd/mdocml/dist/roff.7
U src/external/bsd/mdocml/dist/man.3
U src/external/bsd/mdocml/dist/man.7
U src/external/bsd/mdocml/dist/mandoc_char.7
U src/external/bsd/mdocml/dist/mdoc.7
U src/external/bsd/mdocml/dist/mdoc.3
U src/external/bsd/mdocml/dist/mandoc.1
U src/external/bsd/mdocml/dist/Makefile
U src/external/bsd/mdocml/dist/mandoc.h
U src/external/bsd/mdocml/dist/roff.h
U src/external/bsd/mdocml/dist/main.h
U src/external/bsd/mdocml/dist/out.h
U src/external/bsd/mdocml/dist/chars.h
U src/external/bsd/mdocml/dist/html.h
U src/external/bsd/mdocml/dist/libmandoc.h
U src/external/bsd/mdocml/dist/term.h
U src/external/bsd/mdocml/dist/libman.h
U src/external/bsd/mdocml/dist/man.h
U src/external/bsd/mdocml/dist/libmdoc.h
U src/external/bsd/mdocml/dist/mdoc.h
U src/external/bsd/mdocml/dist/roff.c
U src/external/bsd/mdocml/dist/mandoc.c
U src/external/bsd/mdocml/dist/man_argv.c
U src/external/bsd/mdocml/dist/man_action.c
U src/external/bsd/mdocml/dist/man_validate.c
U src/external/bsd/mdocml/dist/man_hash.c
U src/external/bsd/mdocml/dist/man.c
U src/external/bsd/mdocml/dist/man_macro.c
U src/external/bsd/mdocml/dist/term_ascii.c
U src/external/bsd/mdocml/dist/term_ps.c
U src/external/bsd/mdocml/dist/out.c
U src/external/bsd/mdocml/dist/man_html.c
U src/external/bsd/mdocml/dist/mdoc_html.c
U src/external/bsd/mdocml/dist/html.c
C src/external/bsd/mdocml/dist/man_term.c
U src/external/bsd/mdocml/dist/compat.c
U src/external/bsd/mdocml/dist/tree.c
U src/external/bsd/mdocml/dist/term.c
U src/external/bsd/mdocml/dist/chars.c
C src/external/bsd/mdocml/dist/mdoc_term.c
U src/external/bsd/mdocml/dist/main.c
U src/external/bsd/mdocml/dist/st.c
U src/external/bsd/mdocml/dist/msec.c
U src/external/bsd/mdocml/dist/vol.c
U src/external/bsd/mdocml/dist/arch.c
U src/external/bsd/mdocml/dist/att.c
U src/external/bsd/mdocml/dist/lib.c
C src/external/bsd/mdocml/dist/mdoc_action.c
U src/external/bsd/mdocml/dist/mdoc_validate.c
U src/external/bsd/mdocml/dist/mdoc_argv.c
U src/external/bsd/mdocml/dist/mdoc_strings.c
U src/external/bsd/mdocml/dist/mdoc_hash.c
U src/external/bsd/mdocml/dist/mdoc.c
U src/external/bsd/mdocml/dist/config.h.post

3 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jKRISTAPS:yesterday -jKRISTAPS 
src/external/bsd/mdocml/dist



CVS commit: src/external/bsd/mdocml/dist

2010-06-24 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Jun 24 17:19:58 UTC 2010

Modified Files:
src/external/bsd/mdocml/dist: man_term.c mdoc_action.c mdoc_term.c

Log Message:
Merge mdocml-1.10.1


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/mdocml/dist/man_term.c \
src/external/bsd/mdocml/dist/mdoc_term.c
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/mdocml/dist/mdoc_action.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2010-06-24 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Jun 24 17:16:48 UTC 2010

Update of /cvsroot/src/external/bsd/mdocml/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv23834

Log Message:
Import mdocml-1.10.2:
- Minor bug-fixes and optimisations
- Support font styles for Postscript output

Status:

Vendor Tag: KRISTAPS
Release Tags:   mdocml-1-10-2

U src/external/bsd/mdocml/dist/mdoc_macro.c
U src/external/bsd/mdocml/dist/config.h.pre
U src/external/bsd/mdocml/dist/test-strlcpy.c
U src/external/bsd/mdocml/dist/test-strlcat.c
U src/external/bsd/mdocml/dist/external.png.uu
U src/external/bsd/mdocml/dist/chars.in
U src/external/bsd/mdocml/dist/vol.in
U src/external/bsd/mdocml/dist/st.in
U src/external/bsd/mdocml/dist/msec.in
U src/external/bsd/mdocml/dist/lib.in
U src/external/bsd/mdocml/dist/att.in
U src/external/bsd/mdocml/dist/arch.in
U src/external/bsd/mdocml/dist/style.css
U src/external/bsd/mdocml/dist/roff.3
U src/external/bsd/mdocml/dist/roff.7
U src/external/bsd/mdocml/dist/man.3
U src/external/bsd/mdocml/dist/man.7
U src/external/bsd/mdocml/dist/mandoc_char.7
U src/external/bsd/mdocml/dist/mdoc.7
U src/external/bsd/mdocml/dist/mdoc.3
U src/external/bsd/mdocml/dist/mandoc.1
U src/external/bsd/mdocml/dist/Makefile
U src/external/bsd/mdocml/dist/mandoc.h
U src/external/bsd/mdocml/dist/roff.h
U src/external/bsd/mdocml/dist/main.h
U src/external/bsd/mdocml/dist/out.h
U src/external/bsd/mdocml/dist/chars.h
U src/external/bsd/mdocml/dist/html.h
U src/external/bsd/mdocml/dist/libmandoc.h
U src/external/bsd/mdocml/dist/term.h
U src/external/bsd/mdocml/dist/libman.h
U src/external/bsd/mdocml/dist/man.h
U src/external/bsd/mdocml/dist/libmdoc.h
U src/external/bsd/mdocml/dist/mdoc.h
U src/external/bsd/mdocml/dist/roff.c
U src/external/bsd/mdocml/dist/mandoc.c
U src/external/bsd/mdocml/dist/man_argv.c
U src/external/bsd/mdocml/dist/man_action.c
U src/external/bsd/mdocml/dist/man_validate.c
U src/external/bsd/mdocml/dist/man_hash.c
U src/external/bsd/mdocml/dist/man.c
U src/external/bsd/mdocml/dist/man_macro.c
N src/external/bsd/mdocml/dist/term_ascii.c
N src/external/bsd/mdocml/dist/term_ps.c
U src/external/bsd/mdocml/dist/out.c
U src/external/bsd/mdocml/dist/man_html.c
U src/external/bsd/mdocml/dist/mdoc_html.c
U src/external/bsd/mdocml/dist/html.c
C src/external/bsd/mdocml/dist/man_term.c
U src/external/bsd/mdocml/dist/compat.c
U src/external/bsd/mdocml/dist/tree.c
U src/external/bsd/mdocml/dist/term.c
U src/external/bsd/mdocml/dist/chars.c
C src/external/bsd/mdocml/dist/mdoc_term.c
U src/external/bsd/mdocml/dist/main.c
U src/external/bsd/mdocml/dist/st.c
U src/external/bsd/mdocml/dist/msec.c
U src/external/bsd/mdocml/dist/vol.c
U src/external/bsd/mdocml/dist/arch.c
U src/external/bsd/mdocml/dist/att.c
U src/external/bsd/mdocml/dist/lib.c
C src/external/bsd/mdocml/dist/mdoc_action.c
U src/external/bsd/mdocml/dist/mdoc_validate.c
U src/external/bsd/mdocml/dist/mdoc_argv.c
U src/external/bsd/mdocml/dist/mdoc_strings.c
U src/external/bsd/mdocml/dist/mdoc_hash.c
U src/external/bsd/mdocml/dist/mdoc.c
U src/external/bsd/mdocml/dist/config.h.post

3 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jKRISTAPS:yesterday -jKRISTAPS 
src/external/bsd/mdocml/dist



CVS commit: src/external/bsd/mdocml/dist

2010-06-16 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Jun 17 00:56:03 UTC 2010

Modified Files:
src/external/bsd/mdocml/dist: man_term.c mdoc_term.c

Log Message:
Move the character table initialisation a bit earlier for man pages that
contain special characters in the header. From upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.8 -r1.2 src/external/bsd/mdocml/dist/man_term.c
cvs rdiff -u -r1.1.1.9 -r1.2 src/external/bsd/mdocml/dist/mdoc_term.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2010-06-16 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Jun 16 18:13:41 UTC 2010

Modified Files:
src/external/bsd/mdocml/dist: mdoc_action.c
Removed Files:
src/external/bsd/mdocml/dist: manuals.7

Log Message:
Merge mdocml-1.10.1


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r0 src/external/bsd/mdocml/dist/manuals.7
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/mdocml/dist/mdoc_action.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2010-06-16 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Jun 16 18:09:55 UTC 2010

Update of /cvsroot/src/external/bsd/mdocml/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv16856

Log Message:
Import mdocml-1.10.1:
- Support multiline .Bl -column content
- cleanup SYNOPSIS macro handling
- Allow specifying the terminal width for -Tascii
- Initial PostScript output

Status:

Vendor Tag: KRISTAPS
Release Tags:   mdocml-1-10-1

U src/external/bsd/mdocml/dist/mdoc_macro.c
U src/external/bsd/mdocml/dist/config.h.pre
U src/external/bsd/mdocml/dist/test-strlcpy.c
U src/external/bsd/mdocml/dist/test-strlcat.c
U src/external/bsd/mdocml/dist/external.png.uu
U src/external/bsd/mdocml/dist/chars.in
U src/external/bsd/mdocml/dist/vol.in
U src/external/bsd/mdocml/dist/st.in
U src/external/bsd/mdocml/dist/msec.in
U src/external/bsd/mdocml/dist/lib.in
U src/external/bsd/mdocml/dist/att.in
U src/external/bsd/mdocml/dist/arch.in
U src/external/bsd/mdocml/dist/style.css
U src/external/bsd/mdocml/dist/roff.3
U src/external/bsd/mdocml/dist/roff.7
U src/external/bsd/mdocml/dist/man.3
U src/external/bsd/mdocml/dist/man.7
U src/external/bsd/mdocml/dist/mandoc_char.7
U src/external/bsd/mdocml/dist/mdoc.7
U src/external/bsd/mdocml/dist/mdoc.3
U src/external/bsd/mdocml/dist/mandoc.1
U src/external/bsd/mdocml/dist/Makefile
U src/external/bsd/mdocml/dist/mandoc.h
U src/external/bsd/mdocml/dist/roff.h
U src/external/bsd/mdocml/dist/main.h
U src/external/bsd/mdocml/dist/out.h
U src/external/bsd/mdocml/dist/chars.h
U src/external/bsd/mdocml/dist/html.h
U src/external/bsd/mdocml/dist/libmandoc.h
U src/external/bsd/mdocml/dist/term.h
U src/external/bsd/mdocml/dist/libman.h
U src/external/bsd/mdocml/dist/man.h
U src/external/bsd/mdocml/dist/libmdoc.h
U src/external/bsd/mdocml/dist/mdoc.h
U src/external/bsd/mdocml/dist/roff.c
U src/external/bsd/mdocml/dist/mandoc.c
U src/external/bsd/mdocml/dist/man_argv.c
U src/external/bsd/mdocml/dist/man_action.c
U src/external/bsd/mdocml/dist/man_validate.c
U src/external/bsd/mdocml/dist/man_hash.c
U src/external/bsd/mdocml/dist/man.c
U src/external/bsd/mdocml/dist/man_macro.c
U src/external/bsd/mdocml/dist/out.c
U src/external/bsd/mdocml/dist/man_html.c
U src/external/bsd/mdocml/dist/mdoc_html.c
U src/external/bsd/mdocml/dist/html.c
U src/external/bsd/mdocml/dist/man_term.c
U src/external/bsd/mdocml/dist/compat.c
U src/external/bsd/mdocml/dist/tree.c
U src/external/bsd/mdocml/dist/term.c
U src/external/bsd/mdocml/dist/chars.c
U src/external/bsd/mdocml/dist/mdoc_term.c
U src/external/bsd/mdocml/dist/main.c
U src/external/bsd/mdocml/dist/st.c
U src/external/bsd/mdocml/dist/msec.c
U src/external/bsd/mdocml/dist/vol.c
U src/external/bsd/mdocml/dist/arch.c
U src/external/bsd/mdocml/dist/att.c
U src/external/bsd/mdocml/dist/lib.c
C src/external/bsd/mdocml/dist/mdoc_action.c
U src/external/bsd/mdocml/dist/mdoc_validate.c
U src/external/bsd/mdocml/dist/mdoc_argv.c
U src/external/bsd/mdocml/dist/mdoc_strings.c
U src/external/bsd/mdocml/dist/mdoc_hash.c
U src/external/bsd/mdocml/dist/mdoc.c
U src/external/bsd/mdocml/dist/config.h.post

1 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jKRISTAPS:yesterday -jKRISTAPS 
src/external/bsd/mdocml/dist



CVS commit: src/external/bsd/mdocml/dist

2010-06-01 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Jun  1 21:27:23 UTC 2010

Modified Files:
src/external/bsd/mdocml/dist: mdoc_action.c

Log Message:
Merge mdocml-1.10.0


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/mdocml/dist/mdoc_action.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2010-06-01 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Jun  1 21:18:02 UTC 2010

Update of /cvsroot/src/external/bsd/mdocml/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv26170

Log Message:
Import mdocml-1.10.0:
- basic support for the low-level roff macros
- various cleanups and improvements

Status:

Vendor Tag: KRISTAPS
Release Tags:   mdocml-1-10-0

U src/external/bsd/mdocml/dist/mdoc_macro.c
U src/external/bsd/mdocml/dist/config.h.pre
U src/external/bsd/mdocml/dist/test-strlcpy.c
U src/external/bsd/mdocml/dist/test-strlcat.c
U src/external/bsd/mdocml/dist/external.png.uu
U src/external/bsd/mdocml/dist/chars.in
U src/external/bsd/mdocml/dist/vol.in
U src/external/bsd/mdocml/dist/st.in
U src/external/bsd/mdocml/dist/msec.in
U src/external/bsd/mdocml/dist/lib.in
U src/external/bsd/mdocml/dist/att.in
U src/external/bsd/mdocml/dist/arch.in
U src/external/bsd/mdocml/dist/style.css
N src/external/bsd/mdocml/dist/roff.3
N src/external/bsd/mdocml/dist/roff.7
U src/external/bsd/mdocml/dist/man.3
U src/external/bsd/mdocml/dist/man.7
U src/external/bsd/mdocml/dist/mandoc_char.7
U src/external/bsd/mdocml/dist/manuals.7
U src/external/bsd/mdocml/dist/mdoc.7
U src/external/bsd/mdocml/dist/mdoc.3
U src/external/bsd/mdocml/dist/mandoc.1
U src/external/bsd/mdocml/dist/Makefile
N src/external/bsd/mdocml/dist/mandoc.h
N src/external/bsd/mdocml/dist/roff.h
U src/external/bsd/mdocml/dist/main.h
U src/external/bsd/mdocml/dist/out.h
U src/external/bsd/mdocml/dist/chars.h
U src/external/bsd/mdocml/dist/html.h
U src/external/bsd/mdocml/dist/libmandoc.h
U src/external/bsd/mdocml/dist/term.h
U src/external/bsd/mdocml/dist/libman.h
U src/external/bsd/mdocml/dist/man.h
U src/external/bsd/mdocml/dist/libmdoc.h
U src/external/bsd/mdocml/dist/mdoc.h
N src/external/bsd/mdocml/dist/roff.c
U src/external/bsd/mdocml/dist/mandoc.c
U src/external/bsd/mdocml/dist/man_argv.c
U src/external/bsd/mdocml/dist/man_action.c
U src/external/bsd/mdocml/dist/man_validate.c
U src/external/bsd/mdocml/dist/man_hash.c
U src/external/bsd/mdocml/dist/man.c
U src/external/bsd/mdocml/dist/man_macro.c
U src/external/bsd/mdocml/dist/out.c
U src/external/bsd/mdocml/dist/man_html.c
U src/external/bsd/mdocml/dist/mdoc_html.c
U src/external/bsd/mdocml/dist/html.c
U src/external/bsd/mdocml/dist/man_term.c
U src/external/bsd/mdocml/dist/compat.c
U src/external/bsd/mdocml/dist/tree.c
U src/external/bsd/mdocml/dist/term.c
U src/external/bsd/mdocml/dist/chars.c
U src/external/bsd/mdocml/dist/mdoc_term.c
U src/external/bsd/mdocml/dist/main.c
U src/external/bsd/mdocml/dist/st.c
U src/external/bsd/mdocml/dist/msec.c
U src/external/bsd/mdocml/dist/vol.c
U src/external/bsd/mdocml/dist/arch.c
U src/external/bsd/mdocml/dist/att.c
U src/external/bsd/mdocml/dist/lib.c
C src/external/bsd/mdocml/dist/mdoc_action.c
U src/external/bsd/mdocml/dist/mdoc_validate.c
U src/external/bsd/mdocml/dist/mdoc_argv.c
U src/external/bsd/mdocml/dist/mdoc_strings.c
U src/external/bsd/mdocml/dist/mdoc_hash.c
U src/external/bsd/mdocml/dist/mdoc.c
U src/external/bsd/mdocml/dist/config.h.post

1 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jKRISTAPS:yesterday -jKRISTAPS 
src/external/bsd/mdocml/dist



CVS commit: src/external/bsd/mdocml/dist

2010-04-20 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Apr 20 18:07:52 UTC 2010

Modified Files:
src/external/bsd/mdocml/dist: mdoc_action.c

Log Message:
Merge for mdocml-1.9.23.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/dist/mdoc_action.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2010-04-20 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Apr 20 18:06:04 UTC 2010

Update of /cvsroot/src/external/bsd/mdocml/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv3480

Log Message:
mdocml-1.9.23:
- Smaller bug fixes
- Relax some constraints that don't deal well with the real world usage

Status:

Vendor Tag: KRISTAPS
Release Tags:   mdocml-1-9-23

U src/external/bsd/mdocml/dist/mdoc_macro.c
U src/external/bsd/mdocml/dist/config.h.pre
U src/external/bsd/mdocml/dist/test-strlcpy.c
U src/external/bsd/mdocml/dist/test-strlcat.c
U src/external/bsd/mdocml/dist/external.png.uu
U src/external/bsd/mdocml/dist/chars.in
U src/external/bsd/mdocml/dist/vol.in
U src/external/bsd/mdocml/dist/st.in
U src/external/bsd/mdocml/dist/msec.in
U src/external/bsd/mdocml/dist/lib.in
U src/external/bsd/mdocml/dist/att.in
U src/external/bsd/mdocml/dist/arch.in
U src/external/bsd/mdocml/dist/style.css
U src/external/bsd/mdocml/dist/man.3
U src/external/bsd/mdocml/dist/man.7
U src/external/bsd/mdocml/dist/mandoc_char.7
U src/external/bsd/mdocml/dist/manuals.7
U src/external/bsd/mdocml/dist/mdoc.7
U src/external/bsd/mdocml/dist/mdoc.3
U src/external/bsd/mdocml/dist/mandoc.1
U src/external/bsd/mdocml/dist/Makefile
U src/external/bsd/mdocml/dist/main.h
U src/external/bsd/mdocml/dist/out.h
U src/external/bsd/mdocml/dist/chars.h
U src/external/bsd/mdocml/dist/html.h
U src/external/bsd/mdocml/dist/libmandoc.h
U src/external/bsd/mdocml/dist/term.h
U src/external/bsd/mdocml/dist/libman.h
U src/external/bsd/mdocml/dist/man.h
U src/external/bsd/mdocml/dist/libmdoc.h
U src/external/bsd/mdocml/dist/mdoc.h
U src/external/bsd/mdocml/dist/man_argv.c
U src/external/bsd/mdocml/dist/mandoc.c
U src/external/bsd/mdocml/dist/man_action.c
U src/external/bsd/mdocml/dist/man_validate.c
U src/external/bsd/mdocml/dist/man_hash.c
U src/external/bsd/mdocml/dist/man.c
U src/external/bsd/mdocml/dist/man_macro.c
U src/external/bsd/mdocml/dist/out.c
U src/external/bsd/mdocml/dist/man_html.c
U src/external/bsd/mdocml/dist/mdoc_html.c
U src/external/bsd/mdocml/dist/html.c
U src/external/bsd/mdocml/dist/man_term.c
U src/external/bsd/mdocml/dist/compat.c
U src/external/bsd/mdocml/dist/tree.c
U src/external/bsd/mdocml/dist/term.c
U src/external/bsd/mdocml/dist/chars.c
U src/external/bsd/mdocml/dist/main.c
U src/external/bsd/mdocml/dist/mdoc_term.c
U src/external/bsd/mdocml/dist/st.c
U src/external/bsd/mdocml/dist/msec.c
U src/external/bsd/mdocml/dist/vol.c
U src/external/bsd/mdocml/dist/arch.c
U src/external/bsd/mdocml/dist/att.c
U src/external/bsd/mdocml/dist/lib.c
C src/external/bsd/mdocml/dist/mdoc_action.c
U src/external/bsd/mdocml/dist/mdoc_validate.c
U src/external/bsd/mdocml/dist/mdoc_argv.c
U src/external/bsd/mdocml/dist/mdoc_strings.c
U src/external/bsd/mdocml/dist/mdoc_hash.c
U src/external/bsd/mdocml/dist/mdoc.c
U src/external/bsd/mdocml/dist/config.h.post

1 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jKRISTAPS:yesterday -jKRISTAPS 
src/external/bsd/mdocml/dist



CVS commit: src/external/bsd/mdocml/dist

2010-04-05 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Apr  5 14:22:59 UTC 2010

Modified Files:
src/external/bsd/mdocml/dist: mdoc_action.c

Log Message:
Merge mdocml-1.9.22


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/mdocml/dist/mdoc_action.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2010-04-05 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Apr  5 14:19:54 UTC 2010

Update of /cvsroot/src/external/bsd/mdocml/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv21301

Log Message:
Import of mdocml-1.9.22:
- Better support for obsolete .Xo/.Xc macros if compiled with -DUGLY
- Support for more roff instructions in the man(7) code
- Correct handling of opening punctuation in macros for mdoc(7)
- Discard more of the pod2man junk

Status:

Vendor Tag: KRISTAPS
Release Tags:   mdocml-1-9-22

U src/external/bsd/mdocml/dist/mdoc_macro.c
U src/external/bsd/mdocml/dist/config.h.pre
U src/external/bsd/mdocml/dist/test-strlcpy.c
U src/external/bsd/mdocml/dist/test-strlcat.c
U src/external/bsd/mdocml/dist/external.png.uu
U src/external/bsd/mdocml/dist/chars.in
U src/external/bsd/mdocml/dist/vol.in
U src/external/bsd/mdocml/dist/st.in
U src/external/bsd/mdocml/dist/msec.in
U src/external/bsd/mdocml/dist/lib.in
U src/external/bsd/mdocml/dist/att.in
U src/external/bsd/mdocml/dist/arch.in
U src/external/bsd/mdocml/dist/style.css
U src/external/bsd/mdocml/dist/man.3
U src/external/bsd/mdocml/dist/man.7
U src/external/bsd/mdocml/dist/mandoc_char.7
U src/external/bsd/mdocml/dist/manuals.7
U src/external/bsd/mdocml/dist/mdoc.7
U src/external/bsd/mdocml/dist/mdoc.3
U src/external/bsd/mdocml/dist/mandoc.1
U src/external/bsd/mdocml/dist/Makefile
U src/external/bsd/mdocml/dist/main.h
U src/external/bsd/mdocml/dist/out.h
U src/external/bsd/mdocml/dist/chars.h
U src/external/bsd/mdocml/dist/html.h
U src/external/bsd/mdocml/dist/libmandoc.h
U src/external/bsd/mdocml/dist/term.h
U src/external/bsd/mdocml/dist/libman.h
U src/external/bsd/mdocml/dist/man.h
U src/external/bsd/mdocml/dist/libmdoc.h
U src/external/bsd/mdocml/dist/mdoc.h
U src/external/bsd/mdocml/dist/man_argv.c
U src/external/bsd/mdocml/dist/mandoc.c
U src/external/bsd/mdocml/dist/man_action.c
U src/external/bsd/mdocml/dist/man_validate.c
U src/external/bsd/mdocml/dist/man_hash.c
U src/external/bsd/mdocml/dist/man.c
U src/external/bsd/mdocml/dist/man_macro.c
U src/external/bsd/mdocml/dist/out.c
U src/external/bsd/mdocml/dist/man_html.c
U src/external/bsd/mdocml/dist/mdoc_html.c
U src/external/bsd/mdocml/dist/html.c
U src/external/bsd/mdocml/dist/man_term.c
U src/external/bsd/mdocml/dist/compat.c
U src/external/bsd/mdocml/dist/tree.c
U src/external/bsd/mdocml/dist/term.c
U src/external/bsd/mdocml/dist/chars.c
U src/external/bsd/mdocml/dist/main.c
U src/external/bsd/mdocml/dist/mdoc_term.c
U src/external/bsd/mdocml/dist/st.c
U src/external/bsd/mdocml/dist/msec.c
U src/external/bsd/mdocml/dist/vol.c
U src/external/bsd/mdocml/dist/arch.c
U src/external/bsd/mdocml/dist/att.c
U src/external/bsd/mdocml/dist/lib.c
C src/external/bsd/mdocml/dist/mdoc_action.c
U src/external/bsd/mdocml/dist/mdoc_validate.c
U src/external/bsd/mdocml/dist/mdoc_argv.c
U src/external/bsd/mdocml/dist/mdoc_strings.c
U src/external/bsd/mdocml/dist/mdoc_hash.c
U src/external/bsd/mdocml/dist/mdoc.c
U src/external/bsd/mdocml/dist/config.h.post

1 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jKRISTAPS:yesterday -jKRISTAPS 
src/external/bsd/mdocml/dist