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_13_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] regress/        
[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.in  1.6   13 years  kristaps   Churn as I finish email address migration kth.se -> bsd.lv.
[TXT] INSTALL  1.2   9 years  schwarze   New section about deployment by Kristaps. New paragraph about fts(3) by me. And ...
[TXT] LICENSE  1.2   9 years  schwarze   Audit malloc(3)/calloc(3)/realloc(3) usage. * Change eight reallocs to reallocar...
[TXT] Makefile  1.435   9 years  schwarze   Clarifications in comments and standard output suggested by Paul Onyschuk <ptmel...
[TXT] Makefile.depend  1.3   9 years  schwarze   sync after adding config.h to mansearch_const.c; committing on behalf of kristap...
[TXT] NEWS  1.5   9 years  schwarze   1.13.1 release notes
[TXT] TODO  1.176   9 years  schwarze   mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags; found by kristaps@ on Mac O...
[TXT] apropos.1  1.29   9 years  schwarze   misplaced punctuation
[TXT] arch.c  1.11   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[TXT] att.c  1.11   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[TXT] cgi.c  1.92   9 years  schwarze   mansearch.h uses uint64_t, so it needs stdint.h; found on Linux
[TXT] cgi.h.example  1.3   9 years  schwarze   Kristaps points out that the current HTTP/1.1 draft standard (RFC 2616) requires...
[TXT] chars.c  1.58   9 years  schwarze   Security fix: After decoding numeric (\N) and one-character (\<, \> etc.) charac...
[TXT] compat_ohash.c  1.4   9 years  schwarze   Merge from OpenBSD - Marc Espie improved the ohash interface: * rename the hallo...
[TXT] compat_ohash.h  1.5   9 years  schwarze   Delete the __attribute__((__bounded__(...))) annotation. That's an OpenBSD-speci...
[TXT] compat_reallocarray.c  1.1   9 years  schwarze   Audit malloc(3)/calloc(3)/realloc(3) usage. * Change eight reallocs to reallocar...
[TXT] compat_strcasestr.c  1.1   10 years  schwarze   Provide strcasestr(3) and strsep(3) for Solaris 10 compat; reported missing by M...
[TXT] compat_strsep.c  1.1   10 years  schwarze   Provide strcasestr(3) and strsep(3) for Solaris 10 compat; reported missing by M...
[TXT] configure  1.8   9 years  schwarze   Clarifications in comments and standard output suggested by Paul Onyschuk <ptmel...
[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.10   10 years  schwarze   Without the MPARSE_SO option, if the file contains nothing but a single .so requ...
[TXT] eqn.7  1.29   10 years  schwarze   For citing the names and email addresses of authors, consistently use the style ...
[TXT] eqn.c  1.44   9 years  schwarze   Clean up messages related to plain text and to escape sequences. * Mention inval...
[TXT] eqn_html.c  1.3   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[TXT] eqn_term.c  1.5   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[TXT] gmdiff  1.2   9 years  schwarze   Make it clear which errors come from which tool. joint work with sthen@
[TXT] html.c  1.159   9 years  schwarze   Security fix: After decoding numeric (\N) and one-character (\<, \> etc.) charac...
[TXT] html.h  1.51   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[TXT] lib.c  1.10   10 years  schwarze   The files mandoc.c and mandoc.h contained both specialised low-level functions u...
[TXT] lib.in  1.18   10 years  schwarze   Joerg Sonnenberger contributed copyrightable amounts of text to some files. To ...
[TXT] libman.h  1.63   9 years  schwarze   Simplify man(7) validation: Drop pre-handlers, they were almost unused. Drop the...
[TXT] libmandoc.h  1.42   9 years  schwarze   mark defos as const; nobody needs to change it, and it is occasionally useful to...
[TXT] libmdoc.h  1.88   9 years  schwarze   demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()
[TXT] main.c  1.177   9 years  schwarze   Reduce the verbosity of error messages caused by open(2) failures. Suggested by ...
[TXT] main.h  1.16   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[TXT] makewhatis.8  1.2   9 years  schwarze   Reduce the verbosity of makewhatis -t: In the past, it always showed the title l...
[TXT] man.7  1.127   9 years  schwarze   Minimal cleanup of the COMPATIBILITY section: * Mention that the list is incompl...
[TXT] man.c  1.137   9 years  schwarze   Simplify man(7) validation: Drop pre-handlers, they were almost unused. Drop the...
[TXT] man.cgi.8  1.9   9 years  schwarze   Security fix to prevent XSS attacks: Restrict the character set of strings passe...
[TXT] man.h  1.65   9 years  schwarze   As suggested by jmc@, only include line and column numbers into messages when th...
[TXT] man_html.c  1.96   9 years  schwarze   Clarity with respect to floating point handling: Write double constants as doubl...
[TXT] man_macro.c  1.87   9 years  schwarze   Improve handling of next-line scope broken by end of file. Detect the condition ...
[TXT] man_term.c  1.149   9 years  schwarze   As suggested by jmc@, only include line and column numbers into messages when th...
[TXT] man_validate.c  1.105   9 years  schwarze   Bring the handling of defective prologues even closer to groff, in particular re...
[TXT] mandoc.1  1.106   9 years  schwarze   document warning and error messages, using quite some feedback from jmc@; more c...
[TXT] mandoc.3  1.25   9 years  schwarze   Sync library documentation with reality. Split mandoc_escape(3), mandoc_malloc(3...
[TXT] mandoc.c  1.83   9 years  schwarze   Clean up messages related to plain text and to escape sequences. * Mention inval...
[TXT] mandoc.db.5  1.1   9 years  schwarze   Document the database format and SQL code generation; suggested by kristaps@ and...
[TXT] mandoc.h  1.152   9 years  schwarze   Bring the handling of defective prologues even closer to groff, in particular re...
[TXT] mandoc_aux.c  1.3   9 years  schwarze   This one needs "config.h", too.
[TXT] mandoc_aux.h  1.2   9 years  schwarze   Audit malloc(3)/calloc(3)/realloc(3) usage. * Change eight reallocs to reallocar...
[TXT] mandoc_char.7  1.56   10 years  schwarze   Rework the documentation of Spaces, using the Ossanna/Kernighan/Ritter Heirloom ...
[TXT] mandoc_escape.3  1.1   9 years  schwarze   Sync library documentation with reality. Split mandoc_escape(3), mandoc_malloc(3...
[TXT] mandoc_html.3  1.1   9 years  schwarze   Partially document the core of the HTML formatter. Stuff i learnt during my audi...
[TXT] mandoc_malloc.3  1.1   9 years  schwarze   Sync library documentation with reality. Split mandoc_escape(3), mandoc_malloc(3...
[TXT] mandocdb.c  1.155   9 years  schwarze   Bring the handling of defective prologues even closer to groff, in particular re...
[TXT] manpath.c  1.15   9 years  schwarze   Audit malloc(3)/calloc(3)/realloc(3) usage. * Change eight reallocs to reallocar...
[TXT] mansearch.3  1.2   9 years  schwarze   mansearch.h uses uint64_t, so it needs stdint.h; found on Linux
[TXT] mansearch.c  1.42   9 years  schwarze   mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags; found by kristaps@ on Mac O...
[TXT] mansearch.h  1.15   9 years  schwarze   Sort result pages first by section number, then by name. By moving the sort from...
[TXT] mchars_alloc.3  1.1   9 years  schwarze   Sync library documentation with reality. Split mandoc_escape(3), mandoc_malloc(3...
[TXT] mdoc.7  1.234   9 years  schwarze   When .Sm is called without an argument, groff toggles the spacing mode, so let u...
[TXT] mdoc.c  1.223   9 years  schwarze   Bring the handling of defective prologues even closer to groff, in particular re...
[TXT] mdoc.h  1.131   9 years  schwarze   Partial implementation of .Bd -centered. In groff, .Bd -centered operates in fi...
[TXT] mdoc_argv.c  1.95   9 years  schwarze   Clean up messages related to plain text and to escape sequences. * Mention inval...
[TXT] mdoc_html.c  1.195   9 years  schwarze   Bring the handling of defective prologues even closer to groff, in particular re...
[TXT] mdoc_macro.c  1.139   9 years  schwarze   mention requests and macros in more messages
[TXT] mdoc_man.c  1.68   9 years  schwarze   Bring the handling of defective prologues even closer to groff, in particular re...
[TXT] mdoc_term.c  1.275   9 years  schwarze   Bring the handling of defective prologues even closer to groff, in particular re...
[TXT] mdoc_validate.c  1.243   9 years  schwarze   Bring the handling of defective prologues even closer to groff, in particular re...
[TXT] msec.c  1.11   10 years  schwarze   The files mandoc.c and mandoc.h contained both specialised low-level functions u...
[TXT] out.c  1.49   9 years  schwarze   Clarity with respect to floating point handling: Write double constants as doubl...
[TXT] out.h  1.22   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[TXT] preconv.c  1.6   10 years  schwarze   Sync to OpenBSD, no functional change: * Add the missing mparse_parse_buffer pro...
[TXT] predefs.in  1.4   11 years  schwarze   The mdoc(7) \*(Ba predefined string actually forces roman font; that's stupid be...
[TXT] read.c  1.79   9 years  schwarze   Bring the handling of defective prologues even closer to groff, in particular re...
[TXT] roff.7  1.55   9 years  schwarze   implement .dei and .ami
[TXT] roff.c  1.224   9 years  schwarze   mention requests and macros in more messages
[TXT] st.c  1.10   10 years  schwarze   The files mandoc.c and mandoc.h contained both specialised low-level functions u...
[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.7  1.18   10 years  schwarze   Drop .Ud remark, it has started to slowly turn into a lie.
[TXT] tbl.c  1.29   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[TXT] tbl_data.c  1.31   9 years  schwarze   Audit strlcpy(3)/strlcat(3) usage. * Repair three instances of silent truncatio...
[TXT] tbl_html.c  1.11   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[TXT] tbl_layout.c  1.26   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[TXT] tbl_opts.c  1.13   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[TXT] tbl_term.c  1.27   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[TXT] term.c  1.226   9 years  schwarze   Fix floating point handling: When converting double to size_t, properly round to...
[TXT] term.h  1.101   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[TXT] term_ascii.c  1.27   9 years  schwarze   Clarity with respect to floating point handling: Write double constants as doubl...
[TXT] term_ps.c  1.62   9 years  schwarze   Clarity with respect to floating point handling: Write double constants as doubl...
[TXT] test-getsubopt.c  1.2   10 years  schwarze   Clean up feature tests: * Split the configure steering script out of the Makefil...
[TXT] test-ohash.c  1.3   9 years  schwarze   let the build system cope with the recent ohash changes
[TXT] test-reallocarray.c  1.1   9 years  schwarze   Audit malloc(3)/calloc(3)/realloc(3) usage. * Change eight reallocs to reallocar...
[TXT] test-strcasestr.c  1.2   9 years  schwarze   strcasestr() wants _GNU_SOURCE on Linux
[TXT] test-strlcat.c  1.2   10 years  schwarze   Clean up feature tests: * Split the configure steering script out of the Makefil...
[TXT] test-strlcpy.c  1.2   10 years  schwarze   Clean up feature tests: * Split the configure steering script out of the Makefil...
[TXT] test-strptime.c  1.2   10 years  schwarze   Clean up feature tests: * Split the configure steering script out of the Makefil...
[TXT] test-strsep.c  1.1   10 years  schwarze   Provide strcasestr(3) and strsep(3) for Solaris 10 compat; reported missing by M...
[TXT] tree.c  1.53   9 years  schwarze   Change column display in -Ttree to be 1-based instead of 0-based such that colum...
[TXT] apropos.c (in the Attic) [Hide]  1.39   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[TXT] arch.in (in the Attic) [Hide]  1.15   9 years  schwarze   OMRON used uppercase for the model names of their Motorola 88100 LUNA workstatio...
[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.46   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[TXT] compat_fgetln.c (in the Attic) [Hide]  1.2   12 years  kristaps   Make compat files actually use compat.h. Ooops.
[TXT] compat_sqlite3_errstr.c (in the Attic) [Hide]  1.1   9 years  schwarze   Since old SQLite versions do not have sqlite3_errstr(), provide a dummy fallback...
[TXT] config.h.post (in the Attic) [Hide]  1.11   9 years  schwarze   Since old SQLite versions do not have sqlite3_errstr(), provide a dummy fallback...
[TXT] config.h.pre (in the Attic) [Hide]  1.4   9 years  schwarze   strcasestr() wants _GNU_SOURCE on Linux
[TXT] example.style.css (in the Attic) [Hide]  1.49   12 years  kristaps   Further tweaks for output consistency.
[TXT] libroff.h (in the Attic) [Hide]  1.29   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[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_hash.c (in the Attic) [Hide]  1.27   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[TXT] manpage.c (in the Attic) [Hide]  1.7   10 years  schwarze   Drop Nd from the mpages table, it is still in the keys table. This shrinks the d...
[TXT] manpath.h (in the Attic) [Hide]  1.6   11 years  kristaps   Use size_t in manpath instead of int.
[TXT] mansearch_const.c (in the Attic) [Hide]  1.5   9 years  schwarze   missing #include "config.h", hence missing definition of __BEGIN_DECLS; found by...
[TXT] mdoc_hash.c (in the Attic) [Hide]  1.20   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[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.24   9 years  schwarze   KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, remove ...
[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-fgetln.c (in the Attic) [Hide]  1.2   10 years  schwarze   Clean up feature tests: * Split the configure steering script out of the Makefil...
[TXT] test-mmap.c (in the Attic) [Hide]  1.5   9 years  schwarze   NULL is in <stddef.h>; found on Linux
[TXT] test-sqlite3_errstr.c (in the Attic) [Hide]  1.1   9 years  schwarze   Since old SQLite versions do not have sqlite3_errstr(), provide a dummy fallback...
[TXT] vol.c (in the Attic) [Hide]  1.10   10 years  schwarze   The files mandoc.c and mandoc.h contained both specialised low-level functions u...
[TXT] vol.in (in the Attic) [Hide]  1.6   13 years  kristaps   Churn as I finish email address migration kth.se -> bsd.lv.


CVSweb