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_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] lib/        
[DIR] mandoc/        
[TXT] Makefile  1.97   8 years  schwarze   Do not fork and exec gunzip(1), just link with libz instead. As discussed with d...
[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.10   9 years  schwarze   First step towards parser unification: Replace enum mdoc_type and enum man_type ...
[TXT] cgi.c  1.47   9 years  schwarze   Profit from the unified struct roff_man and reduce the number of arguments of mp...
[TXT] cgi.h.example  1.3   9 years  schwarze   Kristaps points out that the current HTTP/1.1 draft standard (RFC 2616) requires...
[TXT] chars.c  1.36   9 years  schwarze   Render \(lq and \(rq as '"' in -Tascii mode but leave the rendering of .Do/.Dc, ...
[TXT] eqn.c  1.21   9 years  bentley   In eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi. ok schwarze...
[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.56   9 years  schwarze   Actually use the new man.conf(5) "output" directive. Additional functionality, y...
[TXT] html.h  1.32   9 years  schwarze   Fix the implementation and documentation of \c (continue text input line). In pa...
[TXT] libman.h  1.52   9 years  schwarze   Get rid of two empty wrapper functions. No functional change.
[TXT] libmandoc.h  1.46   9 years  schwarze   Unify some node handling functions that use TOKEN_NONE. * mdoc_word_alloc(), man...
[TXT] libmdoc.h  1.76   9 years  schwarze   Get rid of two empty wrapper functions. No functional change.
[TXT] main.c  1.149   8 years  schwarze   Remove the hack of scrolling forward and backward with +G1G that many (jmc@, mil...
[TXT] main.h  1.17   9 years  schwarze   Replace the structs mdoc and man by a unified struct roff_man. Almost completely...
[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.13   8 years  schwarze   Initial, still somewhat experimental implementation to leverage less(1) -T and :...
[TXT] man.c  1.111   9 years  schwarze   Unify mdoc_deroff() and man_deroff() into a common function deroff(). No functio...
[TXT] man.cgi.8  1.10   9 years  schwarze   Support backslash-escaping of white space in the query expression, to be more si...
[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.55   9 years  schwarze   Unify mdoc_deroff() and man_deroff() into a common function deroff(). No functio...
[TXT] man_html.c  1.70   9 years  schwarze   Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), man_node() fr...
[TXT] man_macro.c  1.71   9 years  schwarze   Get rid of two empty wrapper functions. No functional change.
[TXT] man_term.c  1.136   9 years  schwarze   If an explicit line break request (.br or .sp) occurs within an .HP block, the n...
[TXT] man_validate.c  1.90   9 years  schwarze   Decouple the token code for "no request or macro" from the individual high-level...
[TXT] manconf.h  1.1   9 years  schwarze   Parse the new man.conf(5) "output" directive. The next step will be to actually ...
[TXT] mandoc.1  1.83   9 years  schwarze   No need to hardcode /usr/bin/ as the path to more(1); helps portability. We don'...
[TXT] mandoc.c  1.60   9 years  schwarze   For selecting a two-digit font size, support the historic syntax \s12 in additio...
[TXT] mandoc.h  1.146   8 years  schwarze   Do not fork and exec gunzip(1), just link with libz instead. As discussed with d...
[TXT] mandoc_aux.c  1.4   9 years  schwarze   Add some missing OpenBSD RCS markers and a few missing <sys/types.h> inclusions;...
[TXT] mandoc_aux.h  1.5   9 years  schwarze   Add some missing OpenBSD RCS markers and a few missing <sys/types.h> inclusions;...
[TXT] mandocdb.c  1.148   8 years  schwarze   Do not fork and exec gunzip(1), just link with libz instead. As discussed with d...
[TXT] manpath.c  1.15   9 years  schwarze   Do not let the -m option or MANPATH with leading, trailing, or double colon over...
[TXT] mansearch.c  1.44   9 years  schwarze   Let man(1) and apropos(1) work even when the current directory is unusable: Only...
[TXT] mansearch.h  1.19   9 years  schwarze   header cleanup: * add missing forward declarations * remove needless header incl...
[TXT] mdoc.c  1.141   9 years  schwarze   Unify mdoc_deroff() and man_deroff() into a common function deroff(). No functio...
[TXT] mdoc.h  1.67   9 years  schwarze   Unify mdoc_deroff() and man_deroff() into a common function deroff(). No functio...
[TXT] mdoc_argv.c  1.60   9 years  schwarze   Decouple the token code for "no request or macro" from the individual high-level...
[TXT] mdoc_html.c  1.107   9 years  schwarze   Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), man_node() fr...
[TXT] mdoc_macro.c  1.156   9 years  schwarze   mdoc_valid_post() may indirectly call roff_node_unlink() which may set ROFF_NEXT...
[TXT] mdoc_man.c  1.91   9 years  schwarze   Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), man_node() fr...
[TXT] mdoc_term.c  1.223   8 years  schwarze   Simplify and make tag_put() more efficient by integrating tag_get() into it and ...
[TXT] mdoc_validate.c  1.207   9 years  schwarze   Unify mdoc_deroff() and man_deroff() into a common function deroff(). No functio...
[TXT] msec.c  1.11   9 years  daniel   Fix build with -Werror -std=c99 -pedantic. ok schwarze@
[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.31   9 years  schwarze   Abolish struct tbl_head and replace it by an "int col" member in struct tbl_cell...
[TXT] out.h  1.17   9 years  schwarze   header cleanup: * add missing forward declarations * remove needless header incl...
[TXT] preconv.c  1.6   9 years  schwarze   Explicitly cast when assigning from char * to unsigned char * and vice versa. Fo...
[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.115   8 years  schwarze   Do not fork and exec gunzip(1), just link with libz instead. As discussed with d...
[TXT] roff.c  1.144   8 years  schwarze   Ignore blank characters at the beginning of a conditional block, that is, after ...
[TXT] roff.h  1.16   9 years  schwarze   Unify mdoc_deroff() and man_deroff() into a common function deroff(). No functio...
[TXT] roff_int.h  1.3   9 years  schwarze   Unify trickier node handling functions. * man_elem_alloc() -> roff_elem_alloc() ...
[TXT] st.c  1.9   9 years  schwarze   First step towards parser unification: Replace enum mdoc_type and enum man_type ...
[TXT] tag.c  1.6   8 years  schwarze   Remove the hack of scrolling forward and backward with +G1G that many (jmc@, mil...
[TXT] tag.h  1.5   8 years  schwarze   Remove the hack of scrolling forward and backward with +G1G that many (jmc@, mil...
[TXT] tbl.c  1.20   9 years  schwarze   Delete the redundant tbl span flags, just inspect the actual data where needed, ...
[TXT] tbl_data.c  1.27   9 years  schwarze   More than one data field may follow T} on the same input line. Issue found by Ch...
[TXT] tbl_html.c  1.11   9 years  schwarze   Delete the redundant tbl span flags, just inspect the actual data where needed, ...
[TXT] tbl_layout.c  1.26   9 years  schwarze   When the last line of a table layout turns out to be empty, it is deleted. Do no...
[TXT] tbl_opts.c  1.12   9 years  schwarze   * Polish tbl(7) error reporting. * Do not print out macro names in tbl(7) data b...
[TXT] tbl_term.c  1.28   9 years  schwarze   Fix vertical spacing at the beginning of tables. man(7) always prints a blank li...
[TXT] term.c  1.108   9 years  schwarze   Replace the kludge for the \z escape sequence by an actual implementation. As a...
[TXT] term.h  1.59   8 years  schwarze   Initial, still somewhat experimental implementation to leverage less(1) -T and :...
[TXT] term_ascii.c  1.33   8 years  schwarze   Initial, still somewhat experimental implementation to leverage less(1) -T and :...
[TXT] term_ps.c  1.39   9 years  schwarze   Rounding rules for horizontal scaling widths are more complicated. There is a fi...
[TXT] tree.c  1.33   9 years  schwarze   Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), man_node() fr...
[TXT] chars.in (in the Attic) [Hide]  1.28   9 years  schwarze   Render \(lq and \(rq as '"' in -Tascii mode but leave the rendering of .Do/.Dc, ...
[TXT] libroff.h (in the Attic) [Hide]  1.16   9 years  schwarze   Abolish struct tbl_head and replace it by an "int col" member in struct tbl_cell...
[TXT] man_hash.c (in the Attic) [Hide]  1.23   9 years  schwarze   Decouple the token code for "no request or macro" from the individual high-level...
[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.20   9 years  schwarze   Decouple the token code for "no request or macro" from the individual high-level...
[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, ...