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: [cvsweb.bsd.lv] / mandoc

Current tag: VERSION_1_12_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] regress/        
[TXT] Makefile  1.395   11 years  kristaps   branches: 1.395.2; Get ready for a version.
[TXT] TODO  1.129   12 years  schwarze   two reminders
[TXT] apropos.1  1.17   11 years  kristaps   Be insane. Make apropos(1) subsume man(1).
[TXT] arch.c  1.9   13 years  kristaps   libmdoc.h and libman.h were including mdoc.h and man.h, respectively. Don't have...
[TXT] att.c  1.9   13 years  kristaps   libmdoc.h and libman.h were including mdoc.h and man.h, respectively. Don't have...
[TXT] catman.8  1.5   12 years  kristaps   branches: 1.5.2; State default usage before listing arguments of a utility. In...
[TXT] catman.c  1.10   12 years  kristaps   Local variable initialisation.
[TXT] cgi.c  1.42   11 years  kristaps   Be insane. Make apropos(1) subsume man(1).
[TXT] chars.c  1.52   12 years  kristaps   Const-ify some mchars arguments. I think these are non-const for historical dum...
[TXT] compat_getsubopt.c  1.2   12 years  kristaps   Make compat files actually use compat.h. Ooops.
[TXT] compat_strlcat.c  1.2   12 years  kristaps   Make compat files actually use compat.h. Ooops.
[TXT] compat_strlcpy.c  1.2   12 years  kristaps   Make compat files actually use compat.h. Ooops.
[TXT] demandoc.1  1.6   12 years  kristaps   State default usage before listing arguments of a utility. Inspired by a patch ...
[TXT] demandoc.c  1.6   12 years  kristaps   Finishing touches on demandoc. It now backs over ending punctuation as well as ...
[TXT] eqn.7  1.28   12 years  schwarze   typos found by jmc@
[TXT] eqn.c  1.38   12 years  kristaps   Implement the first steps of equation parsing from within libmdoc. This consists...
[TXT] eqn_html.c  1.2   12 years  kristaps   Tuned the initial eqn output, making it completely simple. This completes a ful...
[TXT] eqn_term.c  1.4   12 years  kristaps   Tuned the initial eqn output, making it completely simple. This completes a ful...
[TXT] html.c  1.150   12 years  kristaps   Add the -Ofragment option to -T[]x]html. This accomodates for embedding manual ...
[TXT] html.h  1.47   12 years  kristaps   Add the -Ofragment option to -T[]x]html. This accomodates for embedding manual ...
[TXT] lib.c  1.9   13 years  kristaps   libmdoc.h and libman.h were including mdoc.h and man.h, respectively. Don't have...
[TXT] lib.in  1.13   12 years  joerg   Add libquota
[TXT] libman.h  1.55   12 years  schwarze   When the HEAD scope of .TP is broken by another block macro, do not abort with a...
[TXT] libmandoc.h  1.29   12 years  schwarze   In man(7), when no explicit volume name is given, use the default volume name fo...
[TXT] libmdoc.h  1.78   12 years  schwarze   In man(7), when no explicit volume name is given, use the default volume name fo...
[TXT] main.c  1.165   12 years  kristaps   If -Tman is specified and input is -man, echo the preprocessed (`so' replaced by...
[TXT] main.h  1.15   12 years  kristaps   If -Tman is specified and input is -man, echo the preprocessed (`so' replaced by...
[TXT] man.7  1.113   12 years  kristaps   Add support for `OP', one of the extended man macros. This also requires some m...
[TXT] man.c  1.115   12 years  kristaps   Add support for `OP', one of the extended man macros. This also requires some m...
[TXT] man.h  1.60   12 years  kristaps   Add support for `OP', one of the extended man macros. This also requires some m...
[TXT] man_html.c  1.86   12 years  kristaps   Add support for `OP', one of the extended man macros. This also requires some m...
[TXT] man_macro.c  1.71   12 years  kristaps   Add support for `OP', one of the extended man macros. This also requires some m...
[TXT] man_term.c  1.127   12 years  kristaps   Add support for `OP', one of the extended man macros. This also requires some m...
[TXT] man_validate.c  1.80   12 years  kristaps   Add support for `OP', one of the extended man macros. This also requires some m...
[TXT] mandoc.1  1.100   12 years  kristaps   State default usage before listing arguments of a utility. Inspired by a patch ...
[TXT] mandoc.3  1.17   12 years  joerg   Reflect reality, mandoc_escape does not skip the "\" itself, but expects the cal...
[TXT] mandoc.c  1.62   12 years  schwarze   ISO style "%Y-%m-%d" dates are common in man(7) .TH. They have been considered v...
[TXT] mandoc.h  1.99   12 years  joerg   Add mparse_readmem, which allows application to run the parser directly from mem...
[TXT] mandoc_char.7  1.51   12 years  kristaps   Fix whitespace in manuals.
[TXT] mandocdb.c  1.46   11 years  kristaps   Improve mandocdb's ability to handle NAME sections by sucking the entire shebang...
[TXT] manpath.c  1.8   12 years  kristaps   Support leading, trailing and double colons in MANPATH to prepend, append or ins...
[TXT] mdoc.7  1.214   12 years  kristaps   Accommodate for ISO C11. groff applied the same `St' argument on 03/01/2012. F...
[TXT] mdoc.c  1.196   12 years  schwarze   implement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po .Ss .Sx .Sy .br .sp implement ...
[TXT] mdoc.h  1.122   13 years  kristaps   Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported error where...
[TXT] mdoc_argv.c  1.82   11 years  kristaps   Make the `-width' field to `Bl' not puke if it doesn't have an argument. This ma...
[TXT] mdoc_html.c  1.182   12 years  schwarze   Correct .Eo spacing: no space between the delimiters and the enclosed text. The ...
[TXT] mdoc_macro.c  1.115   12 years  schwarze   Fix previous such that all .It HEADs are unparsed, not just the first one in eac...
[TXT] mdoc_man.c  1.9   12 years  schwarze   Implement missing enclosures (Ao Do Qo Qq So Bro Brq) and enclosure-like in-line...
[TXT] mdoc_term.c  1.238   12 years  schwarze   Make the default left text margin configurable from the command line, just like ...
[TXT] mdoc_validate.c  1.182   11 years  kristaps   Make the `-width' field to `Bl' not puke if it doesn't have an argument. This ma...
[TXT] msec.c  1.10   12 years  schwarze   In man(7), when no explicit volume name is given, use the default volume name fo...
[TXT] msec.in  1.6   13 years  kristaps   Churn as I finish email address migration kth.se -> bsd.lv.
[TXT] out.c  1.43   12 years  schwarze   Major rewrite of the horizontal spacing of tables to work both with and without ...
[TXT] out.h  1.21   12 years  kristaps   Remove unused function.
[TXT] preconv.c  1.5   12 years  kristaps   Scary-looking but otherwise harmless changes allow me to build for Windows. That...
[TXT] predefs.in  1.3   12 years  schwarze   Make sure that in -Tascii mode, predefined strings render the same way as in gro...
[TXT] read.c  1.28   12 years  joerg   Add mparse_readmem, which allows application to run the parser directly from mem...
[TXT] roff.7  1.37   12 years  schwarze   Explain where .so paths are rooted, and why, and discourage its use; feedback an...
[TXT] roff.c  1.172   12 years  schwarze   Handle infinite recursion the same way as groff: When string expansion exceeds t...
[TXT] st.c  1.9   13 years  kristaps   libmdoc.h and libman.h were including mdoc.h and man.h, respectively. Don't have...
[TXT] tbl.7  1.16   12 years  kristaps   Fix handling of font modifiers in tables. Noted by Brad Smith.
[TXT] tbl.c  1.26   12 years  kristaps   Implement the first steps of equation parsing from within libmdoc. This consists...
[TXT] tbl_data.c  1.24   13 years  kristaps   Consolidate messages. Have all parse-time messages (in libmdoc, libroff, etc., ...
[TXT] tbl_html.c  1.9   12 years  schwarze   forgotten Copyright bumps; no code change found while syncing to OpenBSD
[TXT] tbl_layout.c  1.22   12 years  schwarze   forgotten Copyright bumps; no code change found while syncing to OpenBSD
[TXT] tbl_opts.c  1.12   12 years  schwarze   forgotten Copyright bumps; no code change found while syncing to OpenBSD
[TXT] tbl_term.c  1.21   12 years  schwarze   Major rewrite of the horizontal spacing of tables to work both with and without ...
[TXT] term.c  1.201   12 years  schwarze   As noticed by kristaps@, when breaking an overflowing line, forget about pending...
[TXT] term.h  1.90   12 years  schwarze   Implement mdoc(7)-like output style variant for man(7) documents: * one instead ...
[TXT] term_ascii.c  1.20   12 years  schwarze   Implement mdoc(7)-like output style variant for man(7) documents: * one instead ...
[TXT] term_ps.c  1.54   12 years  schwarze   Remove a bunch of useless assignments, and assert that print_bvspace cannot be c...
[TXT] test-getsubopt.c  1.1   12 years  kristaps   Scary-looking but otherwise harmless changes allow me to build for Windows. That...
[TXT] test-strlcat.c  1.1   14 years  kristaps   Big check-in of compatibility layer. This should work on most major architectur...
[TXT] test-strlcpy.c  1.1   14 years  kristaps   Big check-in of compatibility layer. This should work on most major architectur...
[TXT] test-strptime.c  1.1   12 years  kristaps   Scary-looking but otherwise harmless changes allow me to build for Windows. That...
[TXT] tree.c  1.47   12 years  schwarze   forgotten Copyright bumps; no code change found while syncing to OpenBSD


CVSweb