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_5_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] lib/        
[DIR] mandoc/        
[TXT] Makefile  1.100   8 years  schwarze   use the new function man_validate() here, too
[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.55   8 years  bentley   Don't retain the search query in the resulting manual links. Clean, simple URLs ...
[TXT] cgi.h.example  1.4   8 years  schwarze   Use include files "header.html" and "footer.html" rather than a compiled-in stri...
[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.34   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[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.48   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[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.170   8 years  florian   Unbreak reading from stdin after recent parse() restructuring. OK schwarze@
[TXT] main.h  1.19   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[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.14   8 years  schwarze   no more _subdir; Jan Stary <hans at stare dot cz>
[TXT] man.c  1.114   8 years  schwarze   move man(7) validation into the dedicated validation phase, too
[TXT] man.cgi.8  1.12   8 years  schwarze   Use include files "header.html" and "footer.html" rather than a compiled-in stri...
[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.6   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[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.168   8 years  schwarze   Delete the redundant "nchild" member of struct roff_node, replacing most uses by...
[TXT] manpath.c  1.17   8 years  schwarze   Modernization, no functional change intended: Use the POSIX function getline(3) ...
[TXT] mansearch.c  1.49   8 years  schwarze   Prefer warn(3) over perror(3) at the few places where it was used. It is useful ...
[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.63   8 years  schwarze   Very tricky diff to fix macro interpretation and spacing around tabs in .Bl -col...
[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.122   8 years  schwarze   Simplify the mparse_open() interface. Just return the file descriptor or -1 on e...
[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.11   8 years  schwarze   Fix multiple issues regarding process group and signal mask handling found by tb...
[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.116   8 years  schwarze   This code wasted memory by allocating sizeof(enum termfont *) where only sizeof(...
[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.38   8 years  schwarze   Never use LC_ALL. On the one hand, it can cause misformatting. On the other han...
[TXT] term_ps.c  1.44   8 years  mmcc   remove NULL-checks before free()
[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.24   8 years  schwarze   modernize style: "return" is not a function; ok cmp(1)
[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.21   8 years  schwarze   modernize style: "return" is not a function; ok cmp(1)
[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, ...