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_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] lib/        
[DIR] mandoc/        
[TXT] Makefile  1.111   6 years  schwarze   Basic reporting of .Xrs to manual pages that don't exist in the base system, ins...
[TXT] apropos.1  1.38   6 years  schwarze   cross reference to self; found with mandoc(1)
[TXT] att.c  1.12   6 years  schwarze   Split -Wstyle into -Wstyle and the even lower -Wbase, and add -Wopenbsd and -Wne...
[TXT] cgi.c  1.94   6 years  schwarze   Split -Wstyle into -Wstyle and the even lower -Wbase, and add -Wopenbsd and -Wne...
[TXT] cgi.h.example  1.6   7 years  schwarze   Simplify: write HTTP 303 redirects with relative locations. Suggested by bentley...
[TXT] chars.c  1.43   6 years  schwarze   Improve ASCII rendering of a few rare character escape sequences that can be cha...
[TXT] dba.c  1.7   7 years  schwarze   Improve clarity of some casts; from Christos Zoulas <christos at NetBSD>.
[TXT] dba.h  1.2   7 years  schwarze   When the content of a manual page does not specify a section, the empty string g...
[TXT] dba_array.c  1.1   7 years  schwarze   Remove the dependency on SQLite without loss of functionality. Drop the obsolete...
[TXT] dba_array.h  1.1   7 years  schwarze   Remove the dependency on SQLite without loss of functionality. Drop the obsolete...
[TXT] dba_read.c  1.4   7 years  schwarze   When the content of a manual page does not specify a section, the empty string g...
[TXT] dba_write.c  1.1   7 years  schwarze   Remove the dependency on SQLite without loss of functionality. Drop the obsolete...
[TXT] dba_write.h  1.1   7 years  schwarze   Remove the dependency on SQLite without loss of functionality. Drop the obsolete...
[TXT] dbm.c  1.3   7 years  schwarze   The termination condition of the iteration logic in page_bymacro() was overzealo...
[TXT] dbm.h  1.1   7 years  schwarze   Remove the dependency on SQLite without loss of functionality. Drop the obsolete...
[TXT] dbm_map.c  1.6   7 years  schwarze   Improve clarity of some casts; from Christos Zoulas <christos at NetBSD>.
[TXT] dbm_map.h  1.1   7 years  schwarze   Remove the dependency on SQLite without loss of functionality. Drop the obsolete...
[TXT] eqn.c  1.41   6 years  bentley   Print the right character for mathematical overbar. ok schwarze@
[TXT] eqn_html.c  1.13   6 years  schwarze   do not print <math class="eqn"><mrow></mrow></math> for empty .EQ; issue reporte...
[TXT] eqn_term.c  1.13   6 years  schwarze   remove spacing after another representation of unary minus
[TXT] html.c  1.90   6 years  schwarze   fix a NULL pointer access on deroff() failure; could be triggered with '.SS ""';...
[TXT] html.h  1.49   6 years  schwarze   1. Eliminate struct eqn, instead use the existing members of struct roff_node wh...
[TXT] libman.h  1.56   7 years  schwarze   Parser unification: use nice ohashes for all three request and macro tables; no ...
[TXT] libmandoc.h  1.55   6 years  schwarze   Simplify by creating struct roff_node syntax tree nodes for tbl(7) right from ro...
[TXT] libmdoc.h  1.83   6 years  schwarze   Macro argument quoting does not prevent recognition of punctuation and of called...
[TXT] main.c  1.205   6 years  schwarze   When the stdout stream gets broken, there is no point in reading any more input ...
[TXT] main.h  1.22   7 years  schwarze   new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@; thanks to reyk@ and to ...
[TXT] makewhatis.8  1.14   7 years  schwarze   Never create empty databases. When pkg_add(1)ing packages installing manual pag...
[TXT] man.1  1.30   6 years  schwarze   Delete the lie that $PAGER would only be used with -a or -l; the text was probab...
[TXT] man.c  1.124   6 years  schwarze   fix incomplete handling of roff(7) nodes in man(7) block next-line scope; assert...
[TXT] man.cgi.8  1.21   7 years  schwarze   Simplify: write HTTP 303 redirects with relative locations. Suggested by bentley...
[TXT] man.conf.5  1.5   6 years  schwarze   Correct the mandoc.db(5) requirements of man(1) after the deprecation of MLINKS....
[TXT] man.h  1.58   7 years  schwarze   Continue parser unification: * Make enum rofft an internal interface as enum rof...
[TXT] man_html.c  1.98   6 years  bentley   Add support for the MT and ME mailto macros, used for example in wg(8). feedbac...
[TXT] man_macro.c  1.85   6 years  bentley   Add support for the MT and ME mailto macros, used for example in wg(8). feedbac...
[TXT] man_term.c  1.162   6 years  schwarze   Fix an out of bounds read access to a constant array that caused segfaults on ce...
[TXT] man_validate.c  1.104   6 years  schwarze   Fix a typo that caused a non-constant string to be passed as a format string; no...
[TXT] manconf.h  1.5   6 years  schwarze   Basic reporting of .Xrs to manual pages that don't exist in the base system, ins...
[TXT] mandoc.1  1.143   6 years  dcoppa   typo: convertion -> convention OK schwarze@
[TXT] mandoc.c  1.71   6 years  schwarze   warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD>
[TXT] mandoc.css  1.9   6 years  schwarze   The only elements using floats are dt.It-tag, so the only elements allowed to th...
[TXT] mandoc.h  1.187   6 years  schwarze   1. Eliminate struct eqn, instead use the existing members of struct roff_node wh...
[TXT] mandoc_aux.c  1.8   6 years  schwarze   Implement automatic line breaking inside individual table cells that contain tex...
[TXT] mandoc_aux.h  1.9   6 years  schwarze   Implement automatic line breaking inside individual table cells that contain tex...
[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] mandoc_xr.c  1.3   6 years  schwarze   If a single page references the same non-existent manual more than once, print "...
[TXT] mandoc_xr.h  1.3   6 years  schwarze   If a single page references the same non-existent manual more than once, print "...
[TXT] mandocdb.c  1.205   6 years  schwarze   Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL. Bug pointed out b...
[TXT] manpath.c  1.22   6 years  schwarze   Basic reporting of .Xrs to manual pages that don't exist in the base system, ins...
[TXT] mansearch.c  1.60   6 years  schwarze   When finding a bogus database entry, print a meaningful warning and skip the ent...
[TXT] mansearch.h  1.22   7 years  schwarze   Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to working order. They got broken ...
[TXT] mdoc.c  1.157   6 years  schwarze   Make the "new sentence, new line" check stricter, allowing digits in the last tw...
[TXT] mdoc.h  1.70   7 years  schwarze   Continue parser unification: * Make enum rofft an internal interface as enum rof...
[TXT] mdoc_argv.c  1.71   6 years  schwarze   Macro argument quoting does not prevent recognition of punctuation and of called...
[TXT] mdoc_html.c  1.169   6 years  schwarze   In .Bl -tag and -hang, do not print a margin-left style attribute for each indiv...
[TXT] mdoc_macro.c  1.181   6 years  schwarze   Macro argument quoting does not prevent recognition of punctuation and of called...
[TXT] mdoc_man.c  1.120   6 years  schwarze   Naive implementation of the roff(7) .po (page offset) request. This clearly wor...
[TXT] mdoc_markdown.c  1.23   6 years  schwarze   implement the roff(7) \p (break output line) escape sequence
[TXT] mdoc_state.c  1.8   7 years  schwarze   Move .sp to the roff modules. Enough infrastructure is in place now that this a...
[TXT] mdoc_term.c  1.263   6 years  schwarze   improve rounding rules for scaling units in horizontal orientation in the termin...
[TXT] mdoc_validate.c  1.268   6 years  schwarze   Do not segfault when there are two .Dt macros, the first without an architecture...
[TXT] msec.c  1.12   8 years  schwarze   modernize style: "return" is not a function; ok cmp(1)
[TXT] msec.in  1.6   6 years  schwarze   delete old, undocumented, obsolete section names that nobody uses
[TXT] out.c  1.42   6 years  schwarze   Implement spacing of columns as defined in the table layout; this is for example...
[TXT] out.h  1.22   6 years  schwarze   Implement spacing of columns as defined in the table layout; this is for example...
[TXT] preconv.c  1.8   7 years  schwarze   preconv_encode() can take a const input buffer; diff from <christos at NetBSD>
[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.164   6 years  schwarze   Do not call err(3) from the parser. Call mandoc_vmsg() and return failure such ...
[TXT] roff.c  1.196   6 years  schwarze   The .Dd and .TH macros must interrupt .ce, too; fixing tree corruption and asser...
[TXT] roff.h  1.40   6 years  schwarze   1. Eliminate struct eqn, instead use the existing members of struct roff_node wh...
[TXT] roff_html.c  1.11   6 years  schwarze   Split -Wstyle into -Wstyle and the even lower -Wbase, and add -Wopenbsd and -Wne...
[TXT] roff_int.h  1.9   6 years  schwarze   Simplify by creating struct roff_node syntax tree nodes for tbl(7) right from ro...
[TXT] roff_term.c  1.14   6 years  schwarze   Split -Wstyle into -Wstyle and the even lower -Wbase, and add -Wopenbsd and -Wne...
[TXT] roff_validate.c  1.9   6 years  schwarze   Naive implementation of the roff(7) .po (page offset) request. This clearly wor...
[TXT] st.c  1.11   6 years  schwarze   Split -Wstyle into -Wstyle and the even lower -Wbase, and add -Wopenbsd and -Wne...
[TXT] tag.c  1.18   7 years  schwarze   Be consistent in protecting __attribute__ attributes with __; from Christos Zoul...
[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.23   6 years  schwarze   Simplify by creating struct roff_node syntax tree nodes for tbl(7) right from ro...
[TXT] tbl_data.c  1.32   6 years  schwarze   Simplify by creating struct roff_node syntax tree nodes for tbl(7) right from ro...
[TXT] tbl_html.c  1.18   6 years  schwarze   Ignore explicitly specified negative column widths rather than wrapping around t...
[TXT] tbl_layout.c  1.31   6 years  schwarze   Implement spacing of columns as defined in the table layout; this is for example...
[TXT] tbl_opts.c  1.13   8 years  schwarze   /* NOTREACHED */ after abort() is silly, delete it
[TXT] tbl_term.c  1.45   6 years  schwarze   Ignore explicitly specified negative column widths rather than wrapping around t...
[TXT] term.c  1.134   6 years  florian   use & to check if a bit is set in a flag; pointed out by clang OK schwarze
[TXT] term.h  1.74   6 years  schwarze   1. Eliminate struct eqn, instead use the existing members of struct roff_node wh...
[TXT] term_ascii.c  1.44   6 years  schwarze   Switch ASCII rendering of the same mathematical symbols and greek letters as in ...
[TXT] term_ps.c  1.49   6 years  schwarze   Prepare the terminal driver for filling multiple columns in parallel, first step...
[TXT] term_tab.c  1.4   6 years  schwarze   tables leak tab settings to subsequent text
[TXT] tree.c  1.44   6 years  schwarze   1. Eliminate struct eqn, instead use the existing members of struct roff_node wh...
[TXT] libroff.h (in the Attic) [Hide]  1.20   6 years  schwarze   Simplify by creating struct roff_node syntax tree nodes for tbl(7) right from ro...
[TXT] st.in (in the Attic) [Hide]  1.23   6 years  schwarze   Delete .St -p1003.1-2013. It is an OpenBSD addition that did not get used a sing...