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_4_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.39   6 years  schwarze   clarify documentation of macro keys
[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.98   5 years  schwarze   enable the equivalent of -O toc in man.cgi(8)
[TXT] cgi.h.example  1.6   7 years  schwarze   Simplify: write HTTP 303 redirects with relative locations. Suggested by bentley...
[TXT] chars.c  1.46   5 years  schwarze   Improve the ASCII rendering of \(Po (Pound Sterling) and of the playing card sui...
[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.14   5 years  schwarze   Render the eqn(7) "sqrt" function as U+221A in UTF-8 output. This also agrees wi...
[TXT] html.c  1.111   5 years  schwarze   Add an option -T html -O toc to add a brief table of contents near the top of HT...
[TXT] html.h  1.56   5 years  schwarze   Add an option -T html -O toc to add a brief table of contents near the top of HT...
[TXT] libman.h  1.58   5 years  schwarze   Support nesting of elements with next-line scope. For example, ksh93(1) needs th...
[TXT] libmandoc.h  1.59   5 years  schwarze   Rudimentary implementation of the roff(7) .while request. Needed for example by ...
[TXT] libmdoc.h  1.84   5 years  schwarze   Remove more pointer arithmetic passing via regions outside the array that is und...
[TXT] main.c  1.211   5 years  schwarze   The upcoming .while request will have to re-execute roff(7) lines parsed earlier...
[TXT] main.h  1.23   5 years  schwarze   The upcoming .while request will have to re-execute roff(7) lines parsed earlier...
[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.31   6 years  schwarze   Tweak the description of -l: Avoid the misunderstanding that the essential purp...
[TXT] man.c  1.128   5 years  schwarze   Support nesting of elements with next-line scope. For example, ksh93(1) needs th...
[TXT] man.cgi.8  1.22   6 years  schwarze   various minor improvements
[TXT] man.conf.5  1.6   5 years  schwarze   Add an option -T html -O toc to add a brief table of contents near the top of HT...
[TXT] man.h  1.59   5 years  schwarze   The upcoming .while request will have to re-execute roff(7) lines parsed earlier...
[TXT] man_html.c  1.109   5 years  schwarze   implement the GNU man-ext .SY/.YS (synopsis block) macro in man, used in most ma...
[TXT] man_macro.c  1.95   5 years  schwarze   Support nesting of elements with next-line scope. For example, ksh93(1) needs th...
[TXT] man_term.c  1.173   5 years  schwarze   Support nesting of elements with next-line scope. For example, ksh93(1) needs th...
[TXT] man_validate.c  1.108   5 years  schwarze   implement the GNU man-ext .SY/.YS (synopsis block) macro in man, used in most ma...
[TXT] manconf.h  1.6   5 years  schwarze   Add an option -T html -O toc to add a brief table of contents near the top of HT...
[TXT] mandoc.1  1.154   5 years  schwarze   Add an option -T html -O toc to add a brief table of contents near the top of HT...
[TXT] mandoc.c  1.75   5 years  schwarze   \f[] means \fP, not \fR
[TXT] mandoc.css  1.24   5 years  schwarze   Reduce excessive right padding in tagged list heads. The 1.2em was an approximat...
[TXT] mandoc.h  1.195   5 years  schwarze   Rudimentary implementation of the roff(7) .char (output glyph definition) reques...
[TXT] mandoc_aux.c  1.9   6 years  schwarze   Fix the mandoc_strndup() utility function. All existing callers seem safe so fa...
[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.208   5 years  schwarze   Remove more pointer arithmetic passing via regions outside the array that is und...
[TXT] manpath.c  1.23   5 years  schwarze   Add an option -T html -O toc to add a brief table of contents near the top of HT...
[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.158   5 years  schwarze   Remove more pointer arithmetic passing via regions outside the array that is und...
[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.72   5 years  schwarze   Remove more pointer arithmetic passing via regions outside the array that is und...
[TXT] mdoc_html.c  1.190   5 years  schwarze   When a subsection header contains no letters but only special characters, skip t...
[TXT] mdoc_macro.c  1.182   5 years  schwarze   Remove more pointer arithmetic passing via regions outside the array that is und...
[TXT] mdoc_man.c  1.126   5 years  schwarze   The upcoming .while request will have to re-execute roff(7) lines parsed earlier...
[TXT] mdoc_markdown.c  1.26   5 years  schwarze   Remove more pointer arithmetic passing via regions outside the array that is und...
[TXT] mdoc_state.c  1.10   5 years  schwarze   Remove more pointer arithmetic passing via regions outside the array that is und...
[TXT] mdoc_term.c  1.267   5 years  schwarze   Remove more pointer arithmetic passing via regions outside the array that is und...
[TXT] mdoc_validate.c  1.277   5 years  schwarze   Remove more pointer arithmetic passing via regions outside the array that is und...
[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.45   5 years  schwarze   Do alignment of non-numeric strings in numeric cells the same way as groff, and ...
[TXT] out.h  1.24   5 years  schwarze   If a tbl(7) column contains both text cells and numeric cells, horizontally alig...
[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.172   5 years  schwarze   Rudimentary implementation of the roff(7) .char (output glyph definition) reques...
[TXT] roff.c  1.213   5 years  schwarze   Rudimentary implementation of the roff(7) .char (output glyph definition) reques...
[TXT] roff.h  1.43   5 years  schwarze   implement the GNU man-ext .SY/.YS (synopsis block) macro in man, used in most ma...
[TXT] roff_html.c  1.12   5 years  schwarze   Get rid of the last explicit length in HTML style= attributes. Even though style...
[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.15   5 years  schwarze   The groff man-ext macros define fonts CB, CI, and CR, and some groff manual page...
[TXT] roff_validate.c  1.10   5 years  schwarze   The groff man-ext macros define fonts CB, CI, and CR, and some groff manual page...
[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.19   6 years  tb   Invalidate the tag_files.tfd after fclose(3)ing the stram associated with it. In...
[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.19   5 years  schwarze   Do not write <colgroup> elements. Their only purpose is to enforce author-speci...
[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.48   5 years  schwarze   Do alignment of non-numeric strings in numeric cells the same way as groff, and ...
[TXT] term.c  1.135   5 years  schwarze   Implement the \*(.T predefined string (interpolate device name) by allowing the ...
[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.48   5 years  schwarze   Improve the ASCII rendering of \(Po (Pound Sterling) and of the playing card sui...
[TXT] term_ps.c  1.55   6 years  espie   streamline termp allocation. this will allow the init function to do things diff...
[TXT] term_tab.c  1.4   6 years  schwarze   tables leak tab settings to subsequent text
[TXT] tree.c  1.46   5 years  schwarze   support tail arguments on the .ME and .UE macros, used for example in the ditrof...
[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.24   6 years  schwarze   use the portable \(lq and \(rq internally rather than \(Lq and \(Rq