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_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] regress/        
[TXT] man.h  1.58   13 years  kristaps   Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to be used for ...
[TXT] tree.c  1.37   13 years  kristaps   Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to be used for ...
[TXT] mandoc.1  1.85   13 years  kristaps   Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issue of how ...
[TXT] roff.7  1.27   13 years  kristaps   Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issue of how ...
[TXT] mdoc_argv.c  1.73   13 years  kristaps   As per joerg@'s suggestion, use const arrays when looking up mdoc argvs.
[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] roff.c  1.130   13 years  kristaps   Carefully let mandoc_getcontrol() handle libroff's detection of a macro line. N...
[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.99   13 years  schwarze   Clean up date handling, as a first step to get rid of the frequent petty warning...
[TXT] man_html.c  1.70   13 years  schwarze   Clean up date handling, as a first step to get rid of the frequent petty warning...
[TXT] mandoc_char.7  1.42   13 years  schwarze   Clean up the COMPATIBILITY section; heavily based on a patch from kristaps@ with...
[TXT] tbl_data.c  1.24   13 years  kristaps   Consolidate messages. Have all parse-time messages (in libmdoc, libroff, etc., ...
[TXT] tbl_layout.c  1.17   13 years  kristaps   Consolidate messages. Have all parse-time messages (in libmdoc, libroff, etc., ...
[TXT] tbl_opts.c  1.10   13 years  kristaps   Consolidate messages. Have all parse-time messages (in libmdoc, libroff, etc., ...
[TXT] mdoc_html.c  1.162   12 years  kristaps   Have `Fd' in -T[x]html generate an "include" link if it detects one being used.
[TXT] libmandoc.h  1.17   13 years  kristaps   Have libman and libmdoc use mandoc_getcontrol() to determine whether a macro has...
[TXT] mandoc.c  1.44   13 years  kristaps   Have libman and libmdoc use mandoc_getcontrol() to determine whether a macro has...
[TXT] mdoc.c  1.188   13 years  kristaps   Have libman and libmdoc use mandoc_getcontrol() to determine whether a macro has...
[TXT] read.c  1.10   12 years  kristaps   If wlevel in mparse_alloc() is greater than MANDOCLEVEL_FATAL, we'll throw asser...
[TXT] mdoc.7  1.184   13 years  kristaps   In reality `In' only accepts one argument. Subsequent ones are not included in ...
[TXT] mdoc_term.c  1.226   12 years  kristaps   Last low-hanging removal of superfluous variable assignments.
[TXT] main.c  1.161   13 years  kristaps   Make -Werr be -Wlevel, keeping it in sync with mandoc.1. Noted by Alexander Sch...
[TXT] man_validate.c  1.67   13 years  kristaps   Make empty sections and parts (SH, SS, RS) only produce a warning if it has no c...
[TXT] man.c  1.107   13 years  kristaps   Make libman use mandoc_getcontrol() for real this time.
[TXT] mdoc_validate.c  1.166   12 years  kristaps   Make uname have its return value checked for -1 (POSIX style), not non-zero. Fr...
[TXT] libman.h  1.51   13 years  kristaps   Merge man_args() into man_macro.c, the only place where it's called, and make it...
[TXT] man_macro.c  1.60   13 years  kristaps   Merge man_args() into man_macro.c, the only place where it's called, and make it...
[TXT] html.c  1.131   13 years  kristaps   Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported error where...
[TXT] mdoc.h  1.122   13 years  kristaps   Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported error where...
[TXT] out.c  1.39   13 years  kristaps   Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.h so that...
[TXT] term_ps.c  1.48   13 years  kristaps   Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.h so that...
[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] mandoc.3  1.2   13 years  kristaps   Put mandocerrs and mandoclevels arrays into libmandoc with accessors mparse_stre...
[TXT] mandoc.h  1.69   13 years  kristaps   Put mandocerrs and mandoclevels arrays into libmandoc with accessors mparse_stre...
[TXT] term.c  1.183   12 years  kristaps   Remove an unused variable (caught in lint-check)
[TXT] term_ascii.c  1.12   13 years  kristaps   Remove unnecessary conditional...
[TXT] Makefile  1.331   12 years  kristaps   Snafu: forgetting to tar up critical files. Pointed out by Yuri Pankov.
[TXT] eqn.c  1.4   13 years  kristaps   Step 1 of restructuring: libmandoc.h. Move all compiler-set-specific stuff into...
[TXT] tbl.c  1.24   13 years  kristaps   Step 1 of restructuring: libmandoc.h. Move all compiler-set-specific stuff into...
[TXT] chars.c  1.34   13 years  kristaps   Step 4: merge chars.h into out.h. The functions in this file are necessary to a...
[TXT] man_term.c  1.105   13 years  kristaps   Step 4: merge chars.h into out.h. The functions in this file are necessary to a...
[TXT] out.h  1.18   13 years  kristaps   Step 4: merge chars.h into out.h. The functions in this file are necessary to a...
[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] main.h  1.10   13 years  schwarze   Sync to OpenBSD: add missing Copyright years. I checked that substantial changes...
[TXT] html.h  1.40   13 years  kristaps   When in a <PRE>, don't print out the <BR> before lines that have leading whitesp...
[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] libmdoc.h  1.72   13 years  kristaps   libmdoc.h and libman.h were including mdoc.h and man.h, respectively. Don't have...
[TXT] mdoc_macro.c  1.106   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...
[TXT] TODO  1.98   13 years  schwarze   naddy@ reports rsync(1)


CVSweb