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_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] lib/        
[DIR] mandoc/        
[TXT] Makefile  1.105   7 years  schwarze   new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@; thanks to reyk@ and to ...
[TXT] apropos.1  1.37   7 years  schwarze   simplify the SYNOPSIS as well, just like the option lists; suggested by and OK j...
[TXT] att.c  1.11   8 years  schwarze   modernize style: "return" is not a function; ok cmp(1)
[TXT] cgi.c  1.91   7 years  schwarze   Simplify: write HTTP 303 redirects with relative locations. Suggested by bentley...
[TXT] cgi.h.example  1.6   7 years  schwarze   Simplify: write HTTP 303 redirects with relative locations. Suggested by bentley...
[TXT] chars.c  1.39   7 years  schwarze   Many people have been complaining for a long time that ``...'' looks ugly in -Ta...
[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.25   7 years  schwarze   Improve detection of recursive eqn(7) "define" statements: Do not only catch "de...
[TXT] eqn_html.c  1.7   7 years  schwarze   Simplify the usage of print_otag() by making it accept a variable number of argu...
[TXT] eqn_term.c  1.5   7 years  schwarze   Do not access a NULL pointer if a matrix or square root are empty. Crashes found...
[TXT] html.c  1.80   7 years  schwarze   Minimal support for deep linking into man(7) pages. As the man(7) language does ...
[TXT] html.h  1.46   7 years  schwarze   Minimal support for deep linking into man(7) pages. As the man(7) language does ...
[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.51   7 years  schwarze   preconv_encode() can take a const input buffer; diff from <christos at NetBSD>
[TXT] libmdoc.h  1.80   7 years  schwarze   Remove the ENDBODY_NOSPACE flag, simplifying the code. Comparing to groff outpu...
[TXT] main.c  1.190   7 years  schwarze   simplify the SYNOPSIS as well, just like the option lists; suggested by and OK j...
[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.13   7 years  schwarze   Correct description of MANPATH, and a few more improvements to the ENVIRONMENT s...
[TXT] man.1  1.26   7 years  schwarze   simplify the SYNOPSIS as well, just like the option lists; suggested by and OK j...
[TXT] man.c  1.116   7 years  schwarze   remove a few redundant conditions that jsg@ found with cppcheck
[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.4   7 years  schwarze   fix the remaining cases of .Xr with only one argument
[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.88   7 years  schwarze   Fix regression in mdoc_html.c 1.150, man_html 1.87: For .Sh, .Ss, .SH, .SS, only...
[TXT] man_macro.c  1.77   7 years  schwarze   unify names of AST node flags; no change of cpp output
[TXT] man_term.c  1.144   7 years  schwarze   Fix previous: I forgot that i had to change the convention how a node is marked...
[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.4   7 years  schwarze   In -Ttree output mode, show the BROKEN node flag and provide a -Onoval output op...
[TXT] mandoc.1  1.108   7 years  schwarze   simplify the SYNOPSIS as well, just like the option lists; suggested by and OK j...
[TXT] mandoc.c  1.66   8 years  schwarze   Simplify the logic in mandoc_normdate() and add some comments. Also add a commen...
[TXT] mandoc.css  1.5   7 years  schwarze   Port ctags-style, less(1) :t internal searching from terminal output to HTML out...
[TXT] mandoc.h  1.157   7 years  schwarze   Using .Nd only makes sense in the NAME section. Warn if that macro occurs elsewh...
[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.8   7 years  schwarze   Be consistent in protecting __attribute__ attributes with __; from Christos Zoul...
[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.194   7 years  schwarze   Fix a copy-and-paste error that caused man(7) manuals without a section number i...
[TXT] manpath.c  1.20   7 years  schwarze   In -Ttree output mode, show the BROKEN node flag and provide a -Onoval output op...
[TXT] mansearch.c  1.52   7 years  schwarze   A missing initialization could randomly cause regular expression searches to be ...
[TXT] mansearch.h  1.21   7 years  schwarze   Remove the dependency on SQLite without loss of functionality. Drop the obsolete...
[TXT] mdoc.c  1.150   7 years  schwarze   remove a few redundant conditions that jsg@ found with cppcheck
[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.66   7 years  schwarze   Markdown output mode helped us to find the first parser bug (as such, this bug c...
[TXT] mdoc_html.c  1.153   7 years  schwarze   Fix regression in mdoc_html.c 1.150, man_html 1.87: For .Sh, .Ss, .SH, .SS, only...
[TXT] mdoc_macro.c  1.174   7 years  schwarze   Fix block scoping error if an explicit block is broken by two implicit blocks (....
[TXT] mdoc_man.c  1.103   7 years  schwarze   Remove a redundant condition in .%T handling, no functional change. Found by jsg...
[TXT] mdoc_markdown.c  1.15   7 years  schwarze   In markdown, autolinks are dangerous. Different compilers disagree with respect...
[TXT] mdoc_state.c  1.4   7 years  schwarze   unify names of AST node flags; no change of cpp output
[TXT] mdoc_term.c  1.245   7 years  schwarze   Use typographic quotes rather than '"' for .Rs %T (no change for -Tascii output,...
[TXT] mdoc_validate.c  1.235   7 years  schwarze   Using .Nd only makes sense in the NAME section. Warn if that macro occurs elsewh...
[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.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.135   7 years  schwarze   If a user-defined macro is aborted because it exceeds the stack limit, usually d...
[TXT] roff.c  1.165   7 years  schwarze   Fix blunder in previous: we must keep the line parse buffer consistent even whe...
[TXT] roff.h  1.22   7 years  schwarze   Remove the ENDBODY_NOSPACE flag, simplifying the code. Comparing to groff outpu...
[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.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.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.15   7 years  schwarze   Improve <table> syntax: The <col> element can only appear inside <colgroup>, so ...
[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.119   7 years  schwarze   Fix an assertion failure caused by \z\[u00FF] with -Tps/-Tpdf. Reported by jsg@ ...
[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.47   7 years  schwarze   Be consistent in protecting __attribute__ attributes with __; from Christos Zoul...
[TXT] tree.c  1.40   7 years  schwarze   In -Ttree output mode, show the BROKEN node flag and provide a -Onoval output op...
[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] 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, ...