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_2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] regress/        
[TXT] Makefile  1.395.2.6   10 years  schwarze   Release version 1.12.2. This is no longer beta. Sneak in a downstream link to A...
[TXT] mdoc_term.c  1.249   10 years  schwarze   Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escape sequences ...
[TXT] mdoc.7  1.220   10 years  schwarze   Use text production macros to document themselves. Part of the patch was sent in...
[TXT] term.c  1.210   10 years  schwarze   Move the last column-counting members of struct termp (col and maxcols) from int...
[TXT] mdoc.c  1.203   11 years  schwarze   Cleanup naming of local variables to make the code easier on the eye: Settle for...
[TXT] mdoc_validate.c  1.193   10 years  schwarze   One of the WARNING messages has to use the word "section" twice in two different...
[TXT] mdoc_html.c  1.184   11 years  schwarze   Cleanup naming of local variables to make the code easier on the eye: Settle for...
[TXT] roff.c  1.178   10 years  schwarze   Rudimentary implementation of the .it request (input line trap). As with any low...
[TXT] main.c  1.167   11 years  schwarze   sync usage(), and tidy up the output a little; from jmc@
[TXT] TODO  1.157   10 years  schwarze   Maybe we can easily improve -width parsing.
[TXT] html.c  1.152   10 years  schwarze   Implement the roff(7) font-escape sequence \f(BI "bold+italic". This improves th...
[TXT] man_term.c  1.136   11 years  schwarze   In literal mode (.nf), each input line must be kept together on the same output ...
[TXT] mdoc.h  1.124   11 years  schwarze   Improve formatting of badly nested font blocks. The basic idea is to already pop...
[TXT] mdoc_macro.c  1.122   10 years  schwarze   Block closing macros do not allocate a new node but finish an existing one, so t...
[TXT] man.7  1.120   10 years  schwarze   use the .Bx macro; from Jan Stary via jmc@
[TXT] man.c  1.119   11 years  schwarze   Cleanup naming of local variables to make the code easier on the eye: Settle for...
[TXT] mandoc.h  1.110   10 years  schwarze   One of the WARNING messages has to use the word "section" twice in two different...
[TXT] mandoc.1  1.103   10 years  schwarze   For citing the names and email addresses of authors, consistently use the style ...
[TXT] term.h  1.94   10 years  schwarze   Move the last column-counting members of struct termp (col and maxcols) from int...
[TXT] man_html.c  1.89   11 years  schwarze   Cleanup naming of local variables to make the code easier on the eye: Settle for...
[TXT] mdoc_argv.c  1.86   11 years  schwarze   Fix four small whitespace issues related to trailing punctuation reported by Nic...
[TXT] man_validate.c  1.85   11 years  schwarze   Cleanup naming of local variables to make the code easier on the eye: Settle for...
[TXT] libmdoc.h  1.81   11 years  schwarze   Cleanup naming of local variables to make the code easier on the eye: Settle for...
[TXT] man_macro.c  1.75   11 years  schwarze   Cleanup naming of local variables to make the code easier on the eye: Settle for...
[TXT] mandoc.c  1.68   10 years  schwarze   Implement the roff(7) font-escape sequence \f(BI "bold+italic". This improves th...
[TXT] man.h  1.61   11 years  schwarze   Minimal implementation of .EX and .EE for GNU compatibility. Do not use this, it...
[TXT] libman.h  1.56   11 years  schwarze   Cleanup naming of local variables to make the code easier on the eye: Settle for...
[TXT] chars.c  1.54   10 years  schwarze   Improve handling of the roff(7) "\t" escape sequence: * Parsing macro arguments ...
[TXT] term_ps.c  1.54   12 years  schwarze   Remove a bunch of useless assignments, and assert that print_bvspace cannot be c...
[TXT] mandoc_char.7  1.53   10 years  schwarze   For citing the names and email addresses of authors, consistently use the style ...
[TXT] mdoc_man.c  1.52   10 years  schwarze   Use normal line macro recognition, do not attempt to roll your own. This fixes h...
[TXT] mandocdb.c  1.49.2.7   10 years  schwarze   DragonFly needs explicit #include <sys/endian.h> to use be64toh(), while most ot...
[TXT] html.h  1.49   10 years  schwarze   Implement the roff(7) font-escape sequence \f(BI "bold+italic". This improves th...
[TXT] tree.c  1.49   10 years  schwarze   For some mdoc(7) macros, it is (unfortunately) semantically significant whether ...
[TXT] cgi.c  1.45   10 years  schwarze   Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>. C...
[TXT] out.c  1.45   10 years  schwarze   The name "struct tbl" was badly misleading for two reasons: 1) This struct almos...
[TXT] roff.7  1.42   10 years  schwarze   Implement the roff(7) font-escape sequence \f(BI "bold+italic". This improves th...
[TXT] read.c  1.39   10 years  schwarze   One of the WARNING messages has to use the word "section" twice in two different...
[TXT] eqn.c  1.38   12 years  kristaps   Implement the first steps of equation parsing from within libmdoc. This consists...
[TXT] libmandoc.h  1.32   11 years  schwarze   In groff, trying to redefine standard man(7) macros before .TH has no effect; af...
[TXT] eqn.7  1.29   10 years  schwarze   For citing the names and email addresses of authors, consistently use the style ...
[TXT] tbl.c  1.27   10 years  schwarze   More cleanup: Consistently use the name "struct tbl_node *tbl" that is already u...
[TXT] tbl_data.c  1.27   10 years  schwarze   If a table contained at least one complete line and on its last line, the first ...
[TXT] tbl_term.c  1.25   10 years  schwarze   The name "struct tbl" was badly misleading for two reasons: 1) This struct almos...
[TXT] tbl_layout.c  1.23   11 years  schwarze   Do not handle vertical lines as additional tbl(7) columns, instead save their pr...
[TXT] out.h  1.21   12 years  kristaps   Remove unused function.
[TXT] term_ascii.c  1.21   10 years  schwarze   Use a standard locale name, "UTF-8" is an ugly non-standard alias that doesn't w...
[TXT] mandoc.3  1.20   10 years  schwarze   two improvements in the SYNOPSIS; from Sascha Wildner <swildner at gmail dot com...
[TXT] tbl.7  1.18   10 years  schwarze   Drop .Ud remark, it has started to slowly turn into a lie.
[TXT] apropos.1  1.16.2.3   10 years  schwarze   whatis.{db,index} -> mandoc.{db,index}; from kristaps@
[TXT] main.h  1.15   12 years  kristaps   If -Tman is specified and input is -man, echo the preprocessed (`so' replaced by...
[TXT] lib.in  1.13   12 years  joerg   Add libquota
[TXT] tbl_opts.c  1.12   12 years  schwarze   forgotten Copyright bumps; no code change found while syncing to OpenBSD
[TXT] catman.c  1.11   11 years  kristaps   branches: 1.11.2; Use size_t in catman to match manpath.h. Note this file will ...
[TXT] manpath.c  1.11   10 years  schwarze   Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>. C...
[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] tbl_html.c  1.10   11 years  schwarze   Do not handle vertical lines as additional tbl(7) columns, instead save their pr...
[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] st.c  1.9   13 years  kristaps   libmdoc.h and libman.h were including mdoc.h and man.h, respectively. Don't have...
[TXT] demandoc.1  1.7   10 years  schwarze   For citing the names and email addresses of authors, consistently use the style ...
[TXT] demandoc.c  1.7   11 years  schwarze   catch up with the changed interface of mparse_alloc(), see mandoc.h rev 1.100
[TXT] msec.in  1.6   13 years  kristaps   Churn as I finish email address migration kth.se -> bsd.lv.
[TXT] preconv.c  1.6   10 years  schwarze   Sync to OpenBSD, no functional change: * Add the missing mparse_parse_buffer pro...
[TXT] catman.8  1.5   12 years  kristaps   branches: 1.5.2; State default usage before listing arguments of a utility. In...
[TXT] eqn_term.c  1.4   12 years  kristaps   Tuned the initial eqn output, making it completely simple. This completes a ful...
[TXT] predefs.in  1.4   11 years  schwarze   The mdoc(7) \*(Ba predefined string actually forces roman font; that's stupid be...
[TXT] NEWS  1.2   10 years  schwarze   Release version 1.12.2. This is no longer beta. Sneak in a downstream link to A...
[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] eqn_html.c  1.2   12 years  kristaps   Tuned the initial eqn output, making it completely simple. This completes a ful...
[TXT] gmdiff  1.1   10 years  schwarze   A very simple utility script to automatically compare groff and mandoc output on...
[TXT] tbl.3  1.1   10 years  schwarze   Some documentation of the tbl parser. I needed this when working on tbl(7) bug f...
[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...


CVSweb