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] 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] NEWS  1.2   10 years  schwarze   Release version 1.12.2. This is no longer beta. Sneak in a downstream link to A...
[TXT] apropos.1  1.16.2.3   10 years  schwarze   whatis.{db,index} -> mandoc.{db,index}; from kristaps@
[TXT] mandocdb.c  1.49.2.7   10 years  schwarze   DragonFly needs explicit #include <sys/endian.h> to use be64toh(), while most ot...
[TXT] TODO  1.157   10 years  schwarze   Maybe we can easily improve -width parsing.
[TXT] man.7  1.120   10 years  schwarze   use the .Bx macro; from Jan Stary via jmc@
[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] mandoc.h  1.110   10 years  schwarze   One of the WARNING messages has to use the word "section" twice in two different...
[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] read.c  1.39   10 years  schwarze   One of the WARNING messages has to use the word "section" twice in two different...
[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] 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] tree.c  1.49   10 years  schwarze   For some mdoc(7) macros, it is (unfortunately) semantically significant whether ...
[TXT] term.c  1.210   10 years  schwarze   Move the last column-counting members of struct termp (col and maxcols) from int...
[TXT] term.h  1.94   10 years  schwarze   Move the last column-counting members of struct termp (col and maxcols) from int...
[TXT] mdoc.7  1.220   10 years  schwarze   Use text production macros to document themselves. Part of the patch was sent in...
[TXT] html.c  1.152   10 years  schwarze   Implement the roff(7) font-escape sequence \f(BI "bold+italic". This improves th...
[TXT] html.h  1.49   10 years  schwarze   Implement the roff(7) font-escape sequence \f(BI "bold+italic". This improves th...
[TXT] mandoc.c  1.68   10 years  schwarze   Implement the roff(7) font-escape sequence \f(BI "bold+italic". This improves th...
[TXT] roff.7  1.42   10 years  schwarze   Implement the roff(7) font-escape sequence \f(BI "bold+italic". This improves th...
[TXT] demandoc.1  1.7   10 years  schwarze   For citing the names and email addresses of authors, consistently use the style ...
[TXT] eqn.7  1.29   10 years  schwarze   For citing the names and email addresses of authors, consistently use the style ...
[TXT] mandoc.1  1.103   10 years  schwarze   For citing the names and email addresses of authors, consistently use the style ...
[TXT] mandoc_char.7  1.53   10 years  schwarze   For citing the names and email addresses of authors, consistently use the style ...
[TXT] roff.c  1.178   10 years  schwarze   Rudimentary implementation of the .it request (input line trap). As with any low...
[TXT] gmdiff  1.1   10 years  schwarze   A very simple utility script to automatically compare groff and mandoc output on...
[TXT] chars.c  1.54   10 years  schwarze   Improve handling of the roff(7) "\t" escape sequence: * Parsing macro arguments ...
[TXT] cgi.c  1.45   10 years  schwarze   Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>. C...
[TXT] manpath.c  1.11   10 years  schwarze   Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>. C...
[TXT] mdoc_term.c  1.249   10 years  schwarze   Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escape sequences ...
[TXT] preconv.c  1.6   10 years  schwarze   Sync to OpenBSD, no functional change: * Add the missing mparse_parse_buffer pro...
[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] tbl.3  1.1   10 years  schwarze   Some documentation of the tbl parser. I needed this when working on tbl(7) bug f...
[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.c  1.27   10 years  schwarze   More cleanup: Consistently use the name "struct tbl_node *tbl" that is already u...
[TXT] out.c  1.45   10 years  schwarze   The name "struct tbl" was badly misleading for two reasons: 1) This struct almos...
[TXT] tbl_term.c  1.25   10 years  schwarze   The name "struct tbl" was badly misleading for two reasons: 1) This struct almos...
[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] libmandoc.h  1.32   11 years  schwarze   In groff, trying to redefine standard man(7) macros before .TH has no effect; af...
[TXT] main.c  1.167   11 years  schwarze   sync usage(), and tidy up the output a little; from jmc@
[TXT] mdoc_argv.c  1.86   11 years  schwarze   Fix four small whitespace issues related to trailing punctuation reported by Nic...
[TXT] libman.h  1.56   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.c  1.119   11 years  schwarze   Cleanup naming of local variables to make the code easier on the eye: Settle for...
[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] man_macro.c  1.75   11 years  schwarze   Cleanup naming of local variables to make the code easier on the eye: Settle for...
[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] mdoc.c  1.203   11 years  schwarze   Cleanup naming of local variables to make the code easier on the eye: Settle for...
[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] mdoc.h  1.124   11 years  schwarze   Improve formatting of badly nested font blocks. The basic idea is to already pop...
[TXT] predefs.in  1.4   11 years  schwarze   The mdoc(7) \*(Ba predefined string actually forces roman font; that's stupid be...
[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] man.h  1.61   11 years  schwarze   Minimal implementation of .EX and .EE for GNU compatibility. Do not use this, it...
[TXT] demandoc.c  1.7   11 years  schwarze   catch up with the changed interface of mparse_alloc(), see mandoc.h rev 1.100
[TXT] tbl_html.c  1.10   11 years  schwarze   Do not handle vertical lines as additional tbl(7) columns, instead save their pr...
[TXT] tbl_layout.c  1.23   11 years  schwarze   Do not handle vertical lines as additional tbl(7) columns, instead save their pr...
[TXT] lib.in  1.13   12 years  joerg   Add libquota
[TXT] catman.8  1.5   12 years  kristaps   branches: 1.5.2; State default usage before listing arguments of a utility. In...
[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] msec.c  1.10   12 years  schwarze   In man(7), when no explicit volume name is given, use the default volume name fo...
[TXT] term_ps.c  1.54   12 years  schwarze   Remove a bunch of useless assignments, and assert that print_bvspace cannot be c...
[TXT] main.h  1.15   12 years  kristaps   If -Tman is specified and input is -man, echo the preprocessed (`so' replaced by...
[TXT] tbl_opts.c  1.12   12 years  schwarze   forgotten Copyright bumps; no code change found while syncing to OpenBSD
[TXT] eqn.c  1.38   12 years  kristaps   Implement the first steps of equation parsing from within libmdoc. This consists...
[TXT] test-getsubopt.c  1.1   12 years  kristaps   Scary-looking but otherwise harmless changes allow me to build for Windows. That...
[TXT] test-strptime.c  1.1   12 years  kristaps   Scary-looking but otherwise harmless changes allow me to build for Windows. That...
[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] out.h  1.21   12 years  kristaps   Remove unused function.
[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] msec.in  1.6   13 years  kristaps   Churn as I finish email address migration kth.se -> bsd.lv.
[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] apropos.c (in the Attic) [Hide]  1.27.2.1   10 years  schwarze   Merge OpenBSD revision 1.17: Without arguments, show the usage line and EXIT_FAI...
[TXT] apropos_db.c (in the Attic) [Hide]  1.32.2.1   10 years  schwarze   DragonFly needs explicit #include <sys/endian.h> to use be64toh(), while most ot...
[TXT] apropos_db.h (in the Attic) [Hide]  1.13   12 years  kristaps   Be insane. Make apropos(1) subsume man(1).
[TXT] arch.in (in the Attic) [Hide]  1.14   10 years  schwarze   Beagle has been replaced by armv7; from patrick@.
[TXT] att.in (in the Attic) [Hide]  1.8   12 years  schwarze   System III is relevant for string(3) HISTORY.
[TXT] chars.in (in the Attic) [Hide]  1.43   10 years  schwarze   Improve handling of the roff(7) "\t" escape sequence: * Parsing macro arguments ...
[TXT] compat_fgetln.c (in the Attic) [Hide]  1.2   12 years  kristaps   Make compat files actually use compat.h. Ooops.
[TXT] config.h.post (in the Attic) [Hide]  1.6.2.2   10 years  schwarze   Byte-order functions for Mac OS X. Same patch sent in by Franco Fichtner and Kri...
[TXT] config.h.pre (in the Attic) [Hide]  1.2   12 years  kristaps   Compatibility support fgetln() on Linux. This uses the BSD-licensed implementat...
[TXT] example.style.css (in the Attic) [Hide]  1.49   12 years  kristaps   Further tweaks for output consistency.
[TXT] external.png (in the Attic) [Hide]  1.1   15 years  kristaps   branches: 1.1.2; Adding revamped webpage.
[TXT] index.css (in the Attic) [Hide]  1.11   12 years  kristaps   branches: 1.11.2; Slightly tweak www section/subsections.
[TXT] index.sgml (in the Attic) [Hide]  1.154.2.7   10 years  schwarze   Add missing link to the NEWS file.
[TXT] libroff.h (in the Attic) [Hide]  1.28   10 years  schwarze   The name "struct tbl" was badly misleading for two reasons: 1) This struct almos...
[TXT] man-cgi.css (in the Attic) [Hide]  1.6   12 years  kristaps   branches: 1.6.2; Fix ID vs. CLASS for man.cgi CSS selector on results table and...
[TXT] man.cgi.7 (in the Attic) [Hide]  1.12   10 years  schwarze   branches: 1.12.2; For citing the names and email addresses of authors, consiste...
[TXT] man_hash.c (in the Attic) [Hide]  1.25   12 years  kristaps   Scary-looking but otherwise harmless changes allow me to build for Windows. That...
[TXT] mandocdb.8 (in the Attic) [Hide]  1.17.2.1   10 years  schwarze   Merge from OpenBSD: 1) Revert filenames back to mandoc.{db,index} 2) Improve AUT...
[TXT] mandocdb.h (in the Attic) [Hide]  1.6.2.1   10 years  schwarze   Fix typo in filenames: mandocdb.{db,index} -> mandoc.{db,index}
[TXT] manpath.h (in the Attic) [Hide]  1.6   11 years  kristaps   Use size_t in manpath instead of int.
[TXT] mdoc_hash.c (in the Attic) [Hide]  1.18   12 years  kristaps   Scary-looking but otherwise harmless changes allow me to build for Windows. That...
[TXT] preconv.1 (in the Attic) [Hide]  1.7   10 years  schwarze   For citing the names and email addresses of authors, consistently use the style ...
[TXT] st.in (in the Attic) [Hide]  1.20   10 years  schwarze   Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1q. Tweak descriptions of th...
[TXT] style.css (in the Attic) [Hide]  1.25   12 years  kristaps   Make sure that `Ql' literalises its arguments in -T[x]html. Found when doing ma...
[TXT] test-betoh64.c (in the Attic) [Hide]  1.1.2.2   10 years  schwarze   DragonFly needs explicit #include <sys/endian.h> to use be64toh(), while most ot...
[TXT] test-fgetln.c (in the Attic) [Hide]  1.1   12 years  kristaps   Compatibility support fgetln() on Linux. This uses the BSD-licensed implementat...
[TXT] test-mmap.c (in the Attic) [Hide]  1.3   10 years  schwarze   Sync to OpenBSD, no functional change: * Add the missing mparse_parse_buffer pro...
[TXT] vol.c (in the Attic) [Hide]  1.9   13 years  kristaps   libmdoc.h and libman.h were including mdoc.h and man.h, respectively. Don't have...
[TXT] vol.in (in the Attic) [Hide]  1.6   13 years  kristaps   Churn as I finish email address migration kth.se -> bsd.lv.
[TXT] whatis.1 (in the Attic) [Hide]  1.7.2.2   10 years  schwarze   whatis.{db,index} -> mandoc.{db,index}; from kristaps@


CVSweb