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_10_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] regress/        
[TXT] Makefile  1.308   13 years  kristaps   Version bits. Here we go...
[TXT] TODO  1.73   13 years  kristaps   Make -literal displays only have 8-character displays. From a low-hanging TODO ...
[TXT] arch.c  1.8   13 years  kristaps   Churn as I finish email address migration kth.se -> bsd.lv.
[TXT] att.c  1.8   13 years  kristaps   Churn as I finish email address migration kth.se -> bsd.lv.
[TXT] chars.c  1.31   13 years  kristaps   Churn to get parts of 'struct tbl' visible from mandoc.h: rename the existing 's...
[TXT] html.c  1.124   13 years  schwarze   In case an ID attribute is written in pieces, only protect the first piece with ...
[TXT] html.h  1.38   13 years  kristaps   Make -T[x]html for tables structure cells with a width. I don't anticipate doin...
[TXT] lib.c  1.8   13 years  kristaps   Churn as I finish email address migration kth.se -> bsd.lv.
[TXT] lib.in  1.9   13 years  kristaps   Churn as I finish email address migration kth.se -> bsd.lv.
[TXT] libman.h  1.44   13 years  kristaps   Kill man_action.c.
[TXT] libmandoc.h  1.10   13 years  schwarze   Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macro argu...
[TXT] libmdoc.h  1.63   13 years  kristaps   mdoc_action.c is no more. Attic it and remove it from the Makefile. Remove refe...
[TXT] main.c  1.135   13 years  kristaps   Support `T{' and `T}' data blocks. When a standalone `T{' is encountered as a l...
[TXT] main.h  1.10   13 years  schwarze   Sync to OpenBSD: add missing Copyright years. I checked that substantial changes...
[TXT] man.7  1.94   13 years  kristaps   Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre). ...
[TXT] man.c  1.96   13 years  kristaps   Same treatment for MAN_HALT as for MDOC_HALT.
[TXT] man.h  1.50   13 years  kristaps   Add -man support for tables. Like -mdoc, this consists of an external-facing fu...
[TXT] man_html.c  1.62   13 years  kristaps   Quiesce lint with some type handling. Does not change anything.
[TXT] man_macro.c  1.54   13 years  kristaps   Remove `i' and `r' macro handlers. These macros, originally part of the me pack...
[TXT] man_term.c  1.94   13 years  schwarze   Multiple man(7) .IP and .TP fixes started during p2k10: Affecting both -Tascii ...
[TXT] man_validate.c  1.57   13 years  kristaps   Add -man support for tables. Like -mdoc, this consists of an external-facing fu...
[TXT] mandoc.1  1.84   13 years  kristaps   Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre). ...
[TXT] mandoc.c  1.36   13 years  schwarze   Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macro argu...
[TXT] mandoc.h  1.49   13 years  kristaps   Remove delims from struct tbl (not used anywhere and never will be).
[TXT] mandoc_char.7  1.40   13 years  schwarze   Remove a left-over ".Xr groff 1"; patch from jmc@.
[TXT] mdoc.7  1.174   13 years  kristaps   Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre). ...
[TXT] mdoc.c  1.177   13 years  kristaps   Clarified the role of MDOC_HALT in libmdoc functions by having accessor function...
[TXT] mdoc.h  1.114   13 years  kristaps   Add table processing structures to -mdoc. This consists of an external-facing f...
[TXT] mdoc_argv.c  1.62   13 years  kristaps   As per schwarze@'s suggestions, roll back the refcount structure in favour of a ...
[TXT] mdoc_html.c  1.142   13 years  kristaps   Quiesce lint with some type handling. Does not change anything.
[TXT] mdoc_macro.c  1.99   13 years  kristaps   Add a "last child" member of struct mdoc_node. Remove `Pp' or `Lp' if it is the...
[TXT] mdoc_term.c  1.208   13 years  kristaps   Make -literal displays only have 8-character displays. From a low-hanging TODO ...
[TXT] mdoc_validate.c  1.151   13 years  schwarze   Partial cleanup of argument count validation in mdoc(7): * Do not segfault on e...
[TXT] msec.c  1.8   13 years  kristaps   Enable the unified error/warning enumeration in mandoc.h that's stringified in m...
[TXT] msec.in  1.6   13 years  kristaps   Churn as I finish email address migration kth.se -> bsd.lv.
[TXT] out.c  1.30   13 years  kristaps   Stuff tbl_calc() into out.c so that it can be shared by all output modes (isn't ...
[TXT] out.h  1.15   13 years  kristaps   Stuff tbl_calc() into out.c so that it can be shared by all output modes (isn't ...
[TXT] roff.7  1.23   13 years  kristaps   Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre). ...
[TXT] roff.c  1.120   13 years  schwarze   Calling a macro with fewer arguments than it is defined with is OK; the remainin...
[TXT] roff.h  1.22   13 years  kristaps   More checks for proper table exit.
[TXT] st.c  1.8   13 years  kristaps   Churn as I finish email address migration kth.se -> bsd.lv.
[TXT] tbl.7  1.4   13 years  kristaps   Fixes: T} can be followed by a delimiter then more data. Make this work and add...
[TXT] tbl.c  1.21   13 years  kristaps   Support `T{' and `T}' data blocks. When a standalone `T{' is encountered as a l...
[TXT] tbl_data.c  1.14   13 years  kristaps   Fixes: T} can be followed by a delimiter then more data. Make this work and add...
[TXT] tbl_html.c  1.5   13 years  kristaps   Restructured tbl_html() function so that we always clean up our columns.
[TXT] tbl_layout.c  1.12   13 years  kristaps   Fixes: T} can be followed by a delimiter then more data. Make this work and add...
[TXT] tbl_opts.c  1.7   13 years  kristaps   Quiesce lint with some type handling. Does not change anything.
[TXT] tbl_term.c  1.13   13 years  kristaps   Fixes: T} can be followed by a delimiter then more data. Make this work and add...
[TXT] term.c  1.176   13 years  kristaps   Fix spacing for tables to use term_len(). Also make term.c properly recode ASCI...
[TXT] term.h  1.79   13 years  kristaps   Stuff tbl_calc() into out.c so that it can be shared by all output modes (isn't ...
[TXT] term_ascii.c  1.11   13 years  kristaps   Turn on -Tascii tbl printing. The output still has some issues---I'm not sure w...
[TXT] term_ps.c  1.45   13 years  schwarze   Merge from OpenBSD right after 1.10.6; now back to full sync. * mdoc.c: blank li...
[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] tree.c  1.31   13 years  kristaps   Make width calculations occur within tbl_term.c, not tbl.c. This allows for fro...


CVSweb