OpenBSD CVS

src/usr.bin/mandoc/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / mandoc

Current tag: OPENBSD_6_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] lib/        
[DIR] mandoc/        
[TXT] Makefile  1.102   7 years  schwarze   Simplify the code and the server setup by deleting the pseudo-manpath "mandoc" t...
[TXT] apropos.1  1.31   9 years  schwarze   No need to hardcode /usr/bin/ as the path to more(1); helps portability. We don'...
[TXT] att.c  1.11   8 years  schwarze   modernize style: "return" is not a function; ok cmp(1)
[TXT] cgi.c  1.74   7 years  schwarze   Make all components of the URI individually optional, independent of each other,...
[TXT] cgi.h.example  1.5   8 years  schwarze   Make the SCRIPT_NAME logic simpler, safer, and make it actually work; in part ba...
[TXT] chars.c  1.38   8 years  schwarze   Major character table cleanup: * Use ohash(3) rather than a hand-rolled hash tab...
[TXT] eqn.c  1.24   8 years  schwarze   The root of an .EQ tree is always EQN_ROOT, never EQN_LIST, so delete a redundan...
[TXT] eqn_html.c  1.6   9 years  schwarze   Improve error handling in the eqn(7) parser. Get rid of the first fatal error, M...
[TXT] eqn_term.c  1.4   9 years  schwarze   Don't dereference NULL pointers when formatting missing denominators, subscripts...
[TXT] html.c  1.62   8 years  bentley   Generate simpler in-page links: just replace spaces with underscores. So http:/...
[TXT] html.h  1.35   7 years  schwarze   Use __attribute__((__format__ throughout. Triggered by a smaller patch from Chri...
[TXT] libman.h  1.54   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] libmandoc.h  1.49   7 years  schwarze   Use __attribute__((__format__ throughout. Triggered by a smaller patch from Chri...
[TXT] libmdoc.h  1.79   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] main.c  1.176   7 years  schwarze   To remove the const qualifier from a pointer to an object - either because we kn...
[TXT] main.h  1.21   7 years  schwarze   To remove the const qualifier from a pointer to an object - either because we kn...
[TXT] makewhatis.8  1.12   9 years  schwarze   Add some missing OpenBSD RCS markers and a few missing <sys/types.h> inclusions;...
[TXT] man.1  1.15   7 years  schwarze   Update and simplify the documentation of the -s option, which was forgotten when...
[TXT] man.c  1.114   8 years  schwarze   move man(7) validation into the dedicated validation phase, too
[TXT] man.cgi.8  1.19   7 years  schwarze   Make all components of the URI individually optional, independent of each other,...
[TXT] man.conf.5  1.3   9 years  schwarze   Actually use the new man.conf(5) "output" directive. Additional functionality, y...
[TXT] man.h  1.57   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] man_html.c  1.73   8 years  schwarze   Delete the redundant "nchild" member of struct roff_node, replacing most uses by...
[TXT] man_macro.c  1.76   8 years  schwarze   Delete the redundant "nchild" member of struct roff_node, replacing most uses by...
[TXT] man_term.c  1.140   8 years  schwarze   Delete the redundant "nchild" member of struct roff_node, replacing most uses by...
[TXT] man_validate.c  1.93   8 years  schwarze   Delete the redundant "nchild" member of struct roff_node, replacing most uses by...
[TXT] manconf.h  1.2   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] mandoc.1  1.88   8 years  schwarze   simplify: use one stylesheet rather than two; from bentley@
[TXT] mandoc.c  1.66   8 years  schwarze   Simplify the logic in mandoc_normdate() and add some comments. Also add a commen...
[TXT] mandoc.h  1.151   8 years  schwarze   Simplify the mparse_open() interface. Just return the file descriptor or -1 on e...
[TXT] mandoc_aux.c  1.7   8 years  schwarze   Check the right pointer against NULL; fixing a pasto introduced in the previous ...
[TXT] mandoc_aux.h  1.7   7 years  schwarze   Use __attribute__((__format__ throughout. Triggered by a smaller patch from Chri...
[TXT] mandoc_ohash.c  1.2   8 years  schwarze   including <ohash.h> requires including <stdint.h> beforehand; noticed by Svyatos...
[TXT] mandoc_ohash.h  1.2   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] mandocdb.c  1.172   7 years  schwarze   Use __attribute__((__format__ throughout. Triggered by a smaller patch from Chri...
[TXT] manpath.c  1.18   7 years  millert   Trim trailing whitespace from man.conf lines. OK schwarze@.
[TXT] mansearch.c  1.50   7 years  schwarze   getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed; from Joerg So...
[TXT] mansearch.h  1.20   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] mdoc.c  1.145   8 years  schwarze   If a .Bd block has no arguments at all, drop the block and only keep its content...
[TXT] mdoc.h  1.69   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] mdoc_argv.c  1.64   7 years  schwarze   add missing prototypes, no code change; noticed by Christos Zoulas with -Wmissin...
[TXT] mdoc_html.c  1.115   8 years  schwarze   Delete the redundant "nchild" member of struct roff_node, replacing most uses by...
[TXT] mdoc_macro.c  1.162   8 years  schwarze   In order to become able to generate syntax tree nodes on the roff(7) level, vali...
[TXT] mdoc_man.c  1.94   8 years  schwarze   Delete the redundant "nchild" member of struct roff_node, replacing most uses by...
[TXT] mdoc_state.c  1.3   8 years  schwarze   Do not access a NULL pointer when a .Bd macro has no arguments at all. Bug repor...
[TXT] mdoc_term.c  1.230   8 years  schwarze   Delete the redundant "nchild" member of struct roff_node, replacing most uses by...
[TXT] mdoc_validate.c  1.217   8 years  schwarze   Delete the redundant "nchild" member of struct roff_node, replacing most uses by...
[TXT] msec.c  1.12   8 years  schwarze   modernize style: "return" is not a function; ok cmp(1)
[TXT] msec.in  1.5   9 years  schwarze   Unify console and CGI section titles, bringing them closer to groff, is an attem...
[TXT] out.c  1.34   8 years  schwarze   To make the code more readable, delete 283 /* FALLTHROUGH */ comments that were ...
[TXT] out.h  1.18   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] preconv.c  1.7   8 years  schwarze   modernize style: "return" is not a function; ok cmp(1)
[TXT] predefs.in  1.4   9 years  schwarze   Add some missing OpenBSD RCS markers and a few missing <sys/types.h> inclusions;...
[TXT] read.c  1.124   7 years  schwarze   Since the mdoc/man parser unification, the parser is always allocated in mparse_...
[TXT] roff.c  1.156   8 years  schwarze   Delete the redundant "nchild" member of struct roff_node, replacing most uses by...
[TXT] roff.h  1.19   8 years  schwarze   Delete the redundant "nchild" member of struct roff_node, replacing most uses by...
[TXT] roff_int.h  1.7   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] st.c  1.10   8 years  schwarze   modernize style: "return" is not a function; ok cmp(1)
[TXT] tag.c  1.13   7 years  schwarze   tag_signal() is dead; from LLVM via Christos Zoulas
[TXT] tag.h  1.7   8 years  schwarze   Fix multiple issues regarding process group and signal mask handling found by tb...
[TXT] tbl.c  1.21   8 years  schwarze   modernize style: "return" is not a function; ok cmp(1)
[TXT] tbl_data.c  1.28   8 years  schwarze   modernize style: "return" is not a function; ok cmp(1)
[TXT] tbl_html.c  1.13   8 years  schwarze   To make the code more readable, delete 283 /* FALLTHROUGH */ comments that were ...
[TXT] tbl_layout.c  1.28   8 years  schwarze   To make the code more readable, delete 283 /* FALLTHROUGH */ comments that were ...
[TXT] tbl_opts.c  1.13   8 years  schwarze   /* NOTREACHED */ after abort() is silly, delete it
[TXT] tbl_term.c  1.31   8 years  schwarze   To make the code more readable, delete 283 /* FALLTHROUGH */ comments that were ...
[TXT] term.c  1.117   8 years  krw   " the the " -> " the ", or in a couple of cases replace the superfluous "the" wi...
[TXT] term.h  1.62   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] term_ascii.c  1.39   7 years  schwarze   ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) on the same stre...
[TXT] term_ps.c  1.45   7 years  schwarze   Use __attribute__((__format__ throughout. Triggered by a smaller patch from Chri...
[TXT] tree.c  1.36   8 years  schwarze   To make the code more readable, delete 283 /* FALLTHROUGH */ comments that were ...
[TXT] libroff.h (in the Attic) [Hide]  1.17   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] man_hash.c (in the Attic) [Hide]  1.25   7 years  schwarze   add missing prototypes, no code change; noticed by Christos Zoulas with -Wmissin...
[TXT] mansearch_const.c (in the Attic) [Hide]  1.6   9 years  schwarze   header cleanup: * add missing forward declarations * remove needless header incl...
[TXT] mdoc_hash.c (in the Attic) [Hide]  1.22   7 years  schwarze   add missing prototypes, no code change; noticed by Christos Zoulas with -Wmissin...
[TXT] st.in (in the Attic) [Hide]  1.22   9 years  schwarze   Render \(lq and \(rq as '"' in -Tascii mode but leave the rendering of .Do/.Dc, ...