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_11_4


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] regress/        
[TXT] man.h  1.58   12 years  kristaps   Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to be used for ...
[TXT] tree.c  1.37   12 years  kristaps   Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to be used for ...
[TXT] mdoc_argv.c  1.80   12 years  kristaps   Add back in a check that the leading `-' exists for arguments. This mysteriousl...
[TXT] tbl.c  1.25   12 years  kristaps   Add config.h Glue for OpenIndiana (and older OpenSolaris) to build. From a patch...
[TXT] tbl_opts.c  1.11   12 years  kristaps   Add config.h Glue for OpenIndiana (and older OpenSolaris) to build. From a patch...
[TXT] term_ps.c  1.51   12 years  kristaps   Add mode for -Tlocale. This mode, with this commit, behaves exactly like -Tasci...
[TXT] read.c  1.15   12 years  kristaps   At least in theory, this patch lets us compile on Windows (which does not have m...
[TXT] mdoc.7  1.189   12 years  kristaps   Be more specific about `Dv', `Er', and `Ev'.
[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] tbl_html.c  1.7   13 years  kristaps   Change how -Thtml behaves with tables: use multiple rows, with widths set by COL...
[TXT] lib.in  1.9   13 years  kristaps   Churn as I finish email address migration kth.se -> bsd.lv.
[TXT] msec.in  1.6   13 years  kristaps   Churn as I finish email address migration kth.se -> bsd.lv.
[TXT] man.7  1.102   12 years  kristaps   Clarify the role of `RS' in man(7) and also fix a bogus cross-reference.
[TXT] libmdoc.h  1.74   12 years  kristaps   Clean up parsing of delimiters in -mdoc. First, remove the "dowarn" variable fr...
[TXT] html.h  1.44   12 years  kristaps   Cleanups in -T[x]html: make html_idcat() use the buffer and be called bufcat_id(...
[TXT] man_html.c  1.78   12 years  kristaps   Considerably fix up -man -T[x]html's handling of verbatim spaces (`nf'), which b...
[TXT] tbl_data.c  1.24   13 years  kristaps   Consolidate messages. Have all parse-time messages (in libmdoc, libroff, etc., ...
[TXT] mdoc_term.c  1.231   12 years  kristaps   First fix how `sp 1' doesn't imply `1v' (it now does) and that 1 followed by non...
[TXT] man_term.c  1.113   12 years  kristaps   Fix a TODO noted by schwarze@, originally by Christian Weisgerber: literal mode ...
[TXT] man_macro.c  1.64   12 years  kristaps   Fix a bug in the -man parser where deleting nodes (such as `PP' or `LP' in certa...
[TXT] html.c  1.149   12 years  kristaps   Fix handling of the `\c' escape in -T[x]html.
[TXT] mandoc.1  1.89   12 years  kristaps   Fix some bad bits in the mandoc manual: `Xr' instead of `Sx', unescaped stuff th...
[TXT] roff.c  1.144   12 years  kristaps   Fix two issues: the first, where a `.\}' wasn't being interpreted as a proper ma...
[TXT] main.h  1.12   12 years  kristaps   Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and does little ...
[TXT] term.h  1.85   12 years  kristaps   Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and does little ...
[TXT] term_ascii.c  1.17   12 years  kristaps   Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and does little ...
[TXT] roff.7  1.29   12 years  kristaps   Have conditional closure for both text and macro lines call through to ccond(). ...
[TXT] mdoc.c  1.188   12 years  kristaps   Have libman and libmdoc use mandoc_getcontrol() to determine whether a macro has...
[TXT] tbl_layout.c  1.20   12 years  kristaps   In tbl layouts, we puked if a space didn't followed a vertical bar (found by Yur...
[TXT] man.c  1.107   12 years  kristaps   Make libman use mandoc_getcontrol() for real this time.
[TXT] mandoc.3  1.12   12 years  kristaps   Make sure constants in mandoc.3 use the `Dv' macro.
[TXT] man_validate.c  1.70   12 years  kristaps   Make sure that `br' and `sp' don't emit space before the initial `SH' in -man. ...
[TXT] libman.h  1.51   12 years  kristaps   Merge man_args() into man_macro.c, the only place where it's called, and make it...
[TXT] out.h  1.20   12 years  kristaps   Move "chars" interface out of out.h and into mandoc.h. This doesn't change any ...
[TXT] mdoc.h  1.122   13 years  kristaps   Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported error where...
[TXT] libmandoc.h  1.21   12 years  kristaps   Move roff.c's strtol into libmandoc.h for use by other parts of the code (which ...
[TXT] mdoc_macro.c  1.109   12 years  kristaps   No code change: fixing spelling errors. From a patch by uqs@. Thanks!
[TXT] mdoc_validate.c  1.169   12 years  kristaps   No code change: fixing spelling errors. From a patch by uqs@. Thanks!
[TXT] eqn.7  1.2   13 years  kristaps   Note the development status of eqn.7 and tbl.7.
[TXT] tbl.7  1.13   13 years  kristaps   Note the development status of eqn.7 and tbl.7.
[TXT] Makefile  1.354   12 years  kristaps   Note version 1.11.4 bits. Here we go!
[TXT] out.c  1.40   12 years  kristaps   Remove a2roffdeco() and mandoc_special() functions and replace them with a publi...
[TXT] mandoc.c  1.53   12 years  kristaps   Remove all references to ESCAPE_PREDEF, which is now not exposed passed the libr...
[TXT] mandoc.h  1.77   12 years  kristaps   Remove all references to ESCAPE_PREDEF, which is now not exposed passed the libr...
[TXT] term.c  1.197   12 years  kristaps   Remove all references to ESCAPE_PREDEF, which is now not exposed passed the libr...
[TXT] chars.c  1.47   12 years  kristaps   Simplify chars.c---there's really no need for extra code to reorder the hash cha...
[TXT] preconv.c  1.4   12 years  kristaps   Some small lint checks in preconv. Also add it to the default lint rule.
[TXT] TODO  1.119   12 years  kristaps   Spaces must be preserved in -T[x]html literal mode.
[TXT] eqn.c  1.4   13 years  kristaps   Step 1 of restructuring: libmandoc.h. Move all compiler-set-specific stuff into...
[TXT] mandoc_char.7  1.45   12 years  kristaps   Support groff's escape for Unicode input. See http://mdocml.bsd.lv/archives/...
[TXT] predefs.in  1.2   12 years  kristaps   The \*q predef certainly doesn't map to \"! Fix this.
[TXT] mdoc_html.c  1.172   12 years  kristaps   The bufcat() function in -T[x]html was eating one byte off the end of its concat...
[TXT] main.c  1.163   12 years  kristaps   Turn on -Tutf8 in the frontend. Here we go!
[TXT] tbl_term.c  1.19   13 years  schwarze   correct horizontal spacing of data cells correct alignment of centered cells adj...
[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] lib.c  1.9   13 years  kristaps   libmdoc.h and libman.h were including mdoc.h and man.h, respectively. Don't have...
[TXT] msec.c  1.9   13 years  kristaps   libmdoc.h and libman.h were including mdoc.h and man.h, respectively. Don't have...
[TXT] st.c  1.9   13 years  kristaps   libmdoc.h and libman.h were including mdoc.h and man.h, respectively. Don't have...


CVSweb