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_14_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] regress/        
[TXT] NEWS  1.34   5 years  schwarze   release 1.14.5
[TXT] man.1  1.35   5 years  schwarze   Mention mandoc.db(5), makewhatis(8), and weekly(8). Omission noticed by espie@ l...
[TXT] Makefile  1.530   5 years  schwarze   new dist-install maintainer target
[TXT] configure  1.70   5 years  schwarze   while $() is more modern than ``, it does not work with the default /bin/sh on S...
[TXT] INSTALL  1.23   5 years  schwarze   mention Solaris BUGS in regress.pl(1)
[TXT] mandoc_msg.c  1.6   5 years  schwarze   this file needs to #include "config.h" because it calls getprogname(); found whi...
[TXT] cgi.c  1.166   5 years  schwarze   drop redundant '0' flag from "%02.2X" format string; found by a compiler warning...
[TXT] Makefile.depend  1.42   5 years  schwarze   add arch.o
[TXT] configure.local.example  1.36   5 years  schwarze   autoconfiguration test whether less(1) supports the -T option; needed for Alpine...
[TXT] main.c  1.322   5 years  schwarze   autoconfiguration test whether less(1) supports the -T option; needed for Alpine...
[TXT] lib.in  1.21   5 years  schwarze   add libbe; from kevans@ via FreeBSD rev. 337663
[TXT] TODO  1.289   5 years  schwarze   When the -S option is given to man(1) and the requested manual page name is not ...
[TXT] arch.c  1.14   5 years  schwarze   When the -S option is given to man(1) and the requested manual page name is not ...
[TXT] mdoc_validate.c  1.371   5 years  schwarze   When the -S option is given to man(1) and the requested manual page name is not ...
[TXT] roff.h  1.69   5 years  schwarze   When the -S option is given to man(1) and the requested manual page name is not ...
[TXT] html.c  1.254   5 years  schwarze   Reset HTML formatter state, in particular the id_unique hash, after processing e...
[TXT] main.h  1.30   5 years  schwarze   Reset HTML formatter state, in particular the id_unique hash, after processing e...
[TXT] mandocd.c  1.11   5 years  schwarze   Reset HTML formatter state, in particular the id_unique hash, after processing e...
[TXT] demandoc.c  1.33   5 years  schwarze   add forgotten mparse options to two rarely used programs
[TXT] man.7  1.143   5 years  schwarze   Do not open a subsection for each and every macro. Instead, use a tagged list an...
[TXT] tbl.7  1.34   5 years  schwarze   remove a few words to improve flow; from tedu@
[TXT] man_html.c  1.173   5 years  schwarze   Represent multiple subsequent .IP blocks having a consistent head argument of *,...
[TXT] html.h  1.102   5 years  schwarze   Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements as reco...
[TXT] mandoc.css  1.45   5 years  schwarze   Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements as reco...
[TXT] mdoc_html.c  1.328   5 years  schwarze   Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements as reco...
[TXT] mandoc.1  1.237   5 years  schwarze   Explain the ASCII rendering of single quotes because that repeatedly caused conf...
[TXT] tbl_term.c  1.68   5 years  schwarze   The horizontal line in a data cell containing only "_" or "=" connects to the ho...
[TXT] tbl_data.c  1.52   5 years  schwarze   ignore empty request lines in the table data reader; fixing a minibug reported b...
[TXT] mdoc.7  1.276   5 years  schwarze   style improvement from jmc@, no output change; original commit message: .Pp .Bd ...
[TXT] roff.c  1.363   5 years  schwarze   Let roff_getname() end the roff identifier at a tab character and audit all its ...
[TXT] term.c  1.280   5 years  schwarze   In PostScript and PDF output, one AFM unit is not nearly enough inter-word spaci...
[TXT] read.c  1.211   5 years  schwarze   Improve error reporting when a file given on the command line cannot be opened: ...
[TXT] mandoc_html.3  1.19   5 years  schwarze   Remove the HTML title= attributes which harmed accessibility and violated the pr...
[TXT] mdoc_macro.c  1.232   5 years  schwarze   Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) by the <p> H...
[TXT] roff_html.c  1.19   5 years  schwarze   Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features) by the <p> H...
[TXT] tbl_html.c  1.32   5 years  schwarze   Finally, represent the man(7) .PP and .HP macros by the natural choice, which is...
[TXT] man_term.c  1.228   5 years  schwarze   In groff, when the .SY block macro occurs in no-fill mode, the output line gets ...
[TXT] man_macro.c  1.144   5 years  schwarze   In HTML output, man(7) .RS blocks get formatted as <div class="Bd-indent">, and ...
[TXT] man.c  1.187   5 years  schwarze   Some high-level block macros have an effect similar to temporarily suspending no...
[TXT] roff_int.h  1.16   5 years  schwarze   Some high-level block macros have an effect similar to temporarily suspending no...
[TXT] mdoc_term.c  1.372   5 years  schwarze   Two functional improvements to filling in terminal output. 1. Fully support no-...
[TXT] roff_term.c  1.19   5 years  schwarze   Simplify the roff(7) .ce and .rj terminal formatter by using the new TERMP_CENTE...
[TXT] term.h  1.131   5 years  schwarze   Implement centering and adjustment to the right margin directly in the terminal ...
[TXT] mdoc_man.c  1.132   5 years  schwarze   Oops, i forgot to adjust this file to the changes in roff.h rev. 1.67. Provide a...
[TXT] mdoc_state.c  1.15   5 years  schwarze   Correctly set the ROFF_NOFILL parser flag for .Bd .Ed .Sh, such that children an...
[TXT] tree.c  1.84   5 years  schwarze   display the NODE_NOFILL flag indicating no-fill mode
[TXT] roff.7  1.111   5 years  schwarze   Now that .nf and .fi are implemented in the roff(7) parser and formatters rather...
[TXT] libman.h  1.86   5 years  schwarze   Cleanup, no functional change: Since the man(7) and roff(7) validators no longer...
[TXT] man_validate.c  1.146   5 years  schwarze   Cleanup, no functional change: Since the man(7) and roff(7) validators no longer...
[TXT] roff_validate.c  1.18   5 years  schwarze   oops, one change ROFF_NOFILL -> NODE_NOFILL was forgotten in rev. 1.17
[TXT] mdoc.c  1.274   5 years  schwarze   Cleanup, no functional change: Use the new parser flag ROFF_NOFILL in the mdoc(7...
[TXT] libmdoc.h  1.117   5 years  schwarze   Cleanup, minus 15 LOC, no functional change: Simplify the way the man(7) and mdo...
[TXT] mandoc.3  1.44   5 years  schwarze   Cleanup, no functional change: The struct roff_man used to be a bad mixture of ...
[TXT] mandoc.c  1.114   5 years  schwarze   Cleanup, no functional change: The struct roff_man used to be a bad mixture of ...
[TXT] mandoc_headers.3  1.30   5 years  schwarze   Cleanup, no functional change: The struct roff_man used to be a bad mixture of ...
[TXT] mandoc_parse.h  1.4   5 years  schwarze   Cleanup, no functional change: The struct roff_man used to be a bad mixture of ...
[TXT] mandocdb.c  1.262   5 years  schwarze   Cleanup, no functional change: The struct roff_man used to be a bad mixture of ...
[TXT] mdoc.h  1.146   5 years  schwarze   Cleanup, no functional change: The struct roff_man used to be a bad mixture of ...
[TXT] mdoc_markdown.c  1.30   5 years  schwarze   Cleanup, no functional change: The struct roff_man used to be a bad mixture of ...
[TXT] mdoc_argv.c  1.119   5 years  schwarze   Rename mandoc_getarg() to roff_getarg() and pass it the roff parser struct as an...
[TXT] libmandoc.h  1.77   5 years  schwarze   Rename mandoc_getarg() to roff_getarg() and pass it the roff parser struct as an...
[TXT] term_tab.c  1.5   5 years  schwarze   s/OpenBSD/Id/ in CVS Ids
[TXT] mandoc.h  1.262   5 years  schwarze   Yet another round of improvements to manual font selection. Unify handling of \...
[TXT] chars.c  1.78   5 years  schwarze   Several improvements to escape sequence handling. * Add the missing special cha...
[TXT] mandoc_char.7  1.75   5 years  schwarze   Several improvements to escape sequence handling. * Add the missing special cha...
[TXT] eqn.c  1.83   5 years  schwarze   Cleanup, no functional change: Now that message handling is properly encapsulate...
[TXT] eqn_parse.h  1.3   5 years  schwarze   Cleanup, no functional change: Now that message handling is properly encapsulate...
[TXT] tbl.3  1.6   5 years  schwarze   Cleanup, no functional change: Now that message handling is properly encapsulate...
[TXT] tbl.c  1.46   5 years  schwarze   Cleanup, no functional change: Now that message handling is properly encapsulate...
[TXT] tbl_int.h  1.2   5 years  schwarze   Cleanup, no functional change: Now that message handling is properly encapsulate...
[TXT] tbl_parse.h  1.2   5 years  schwarze   Cleanup, no functional change: Now that message handling is properly encapsulate...
[TXT] tbl_layout.c  1.48   5 years  schwarze   Almost mechanical diff to remove the "struct mparse *" argument from mandoc_msg(...
[TXT] tbl_opts.c  1.24   5 years  schwarze   Almost mechanical diff to remove the "struct mparse *" argument from mandoc_msg(...
[TXT] msec.c  1.16   5 years  schwarze   Major cleanup; may imply minor changes in edge cases of error reporting. Finall...
[TXT] st.c  1.16   5 years  schwarze   Major cleanup; may imply minor changes in edge cases of error reporting. Finall...
[TXT] out.c  1.77   5 years  schwarze   Cleanup, no functional change: Split the top level parser interface out of the u...
[TXT] preconv.c  1.17   5 years  schwarze   Cleanup, no functional change: Split the top level parser interface out of the u...
[TXT] att.c  1.18   5 years  schwarze   Cleanup, no functional change: Split the top level parser interface out of the u...
[TXT] lib.c  1.15   5 years  schwarze   Cleanup, no functional change: Split the top level parser interface out of the u...
[TXT] mansearch.c  1.80   5 years  schwarze   Cleanup, no functional change: Split the top level parser interface out of the u...
[TXT] eqn.h  1.1   5 years  schwarze   Cleanup, no functional change: No need to expose the eqn(7) syntax tree data str...
[TXT] eqn_html.c  1.18   5 years  schwarze   Cleanup, no functional change: No need to expose the eqn(7) syntax tree data str...
[TXT] eqn_term.c  1.19   5 years  schwarze   Cleanup, no functional change: No need to expose the eqn(7) syntax tree data str...
[TXT] tbl.h  1.1   5 years  schwarze   Cleanup, no functional change: No need to expose the tbl(7) syntax tree data str...
[TXT] term_ascii.c  1.64   5 years  schwarze   Bugfix: never set termp->enc to the ambiguous value TERMENC_LOCALE, but instead ...
[TXT] LICENSE  1.21   5 years  schwarze   Mark Harris pointed out that people might have doubts whether all files containe...
[TXT] apropos.1  1.49   5 years  schwarze   Correct and shorten the description of the sort order of apropos(1) results. As...
[TXT] mansearch.h  1.29   5 years  schwarze   In apropos(1) output, stop sorting .Nm search results by name priorities (bits)....
[TXT] manconf.h  1.7   5 years  schwarze   In -T locale (the default), -T ascii, and -T utf8 mode, provide a new output opt...
[TXT] manpath.c  1.37   5 years  schwarze   In -T locale (the default), -T ascii, and -T utf8 mode, provide a new output opt...
[TXT] tag.c  1.21   5 years  schwarze   In -T locale (the default), -T ascii, and -T utf8 mode, provide a new output opt...
[TXT] tag.h  1.8   5 years  schwarze   In -T locale (the default), -T ascii, and -T utf8 mode, provide a new output opt...
[TXT] dbm.c  1.6   5 years  schwarze   Correctly construct empty lists in dbm_page_get(). Original commit message by t...
[TXT] man.conf.5  1.6   5 years  schwarze   Add an option -T html -O toc to add a brief table of contents near the top of HT...
[TXT] man.h  1.79   5 years  schwarze   The upcoming .while request will have to re-execute roff(7) lines parsed earlier...
[TXT] out.h  1.33   5 years  schwarze   If a tbl(7) column contains both text cells and numeric cells, horizontally alig...
[TXT] gmdiff  1.11   5 years  schwarze   process UTF-8 input even in ASCII output mode, and provide a way to specify addi...
[TXT] test-getsubopt.c  1.6   5 years  schwarze   Change comment: NetBSD just fixed their headers; but leave the workaround in pla...
[TXT] test-stringlist.c  1.3   5 years  schwarze   NULL requires <stddef.h>
[TXT] test-strcasestr.c  1.4   5 years  schwarze   Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are needed; the latter is a Ne...
[TXT] test-strptime.c  1.4   5 years  schwarze   Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are needed; the latter is a Ne...
[TXT] test-vasprintf.c  1.5   5 years  schwarze   Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are needed; the latter is a Ne...
[TXT] test-wchar.c  1.5   5 years  schwarze   Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are needed; the latter is a Ne...
[TXT] test-noop.c  1.1   5 years  schwarze   more 1.14.4 release preparations: autodetect whether the compiler can use -W and...
[TXT] man.cgi.8  1.23   5 years  schwarze   various minor improvements
[TXT] compat_strndup.c  1.1   6 years  schwarze   Add strndup(3) compat implementation. Jan Stary reports that MacOS X Snow Leopar...
[TXT] test-strndup.c  1.1   6 years  schwarze   Add strndup(3) compat implementation. Jan Stary reports that MacOS X Snow Leopar...
[TXT] mandoc_aux.c  1.11   6 years  schwarze   Fix the mandoc_strndup() utility function. All existing callers seem safe so fa...
[TXT] term_ps.c  1.91   6 years  schwarze   streamline termp allocation: this will allow the init function to do things diff...
[TXT] eqn.7  1.37   6 years  schwarze   fix grammar; while here, improve spacing; from sobrado@
[TXT] man.options.1  1.7   6 years  schwarze   various nits found with mandoc -Tlint
[TXT] mandoc_escape.3  1.4   6 years  schwarze   various nits found with mandoc -Tlint
[TXT] soelim.1  1.5   6 years  schwarze   various nits found with mandoc -Tlint
[TXT] mandoc_xr.c  1.3   6 years  schwarze   If a single page references the same non-existent manual more than once, print "...
[TXT] mandoc_xr.h  1.3   6 years  schwarze   If a single page references the same non-existent manual more than once, print "...
[TXT] msec.in  1.8   6 years  schwarze   delete old, undocumented, obsolete section names that nobody uses
[TXT] compat_recallocarray.c  1.1   6 years  schwarze   Implement automatic line breaking inside individual table cells that contain tex...
[TXT] mandoc_aux.h  1.7   6 years  schwarze   Implement automatic line breaking inside individual table cells that contain tex...
[TXT] test-recallocarray.c  1.1   6 years  schwarze   Implement automatic line breaking inside individual table cells that contain tex...
[TXT] makewhatis.8  1.6   6 years  schwarze   Never create empty databases. When pkg_add(1)ing packages installing manual pag...
[TXT] mansearch.3  1.5   6 years  schwarze   delete documentation of some stuff that no longer exists, mostly about SQLite3; ...
[TXT] catman.8  1.8   7 years  schwarze   minor issues found with mandoc -Tlint
[TXT] mandocd.8  1.2   7 years  schwarze   minor issues found with mandoc -Tlint
[TXT] cgi.h.example  1.6   7 years  schwarze   Simplify: write HTTP 303 redirects with relative locations. Suggested by bentley...
[TXT] man.cgi.3  1.4   7 years  schwarze   Mention the manual page name and section in the HTML page <title>. Based on a pa...
[TXT] catman.c  1.21   7 years  schwarze   proper test for O_DIRECTORY
[TXT] compat_fts.c  1.14   7 years  schwarze   proper test for O_DIRECTORY
[TXT] test-O_DIRECTORY.c  1.1   7 years  schwarze   proper test for O_DIRECTORY
[TXT] dba.c  1.10   7 years  schwarze   Improve clarity of some casts; from Christos Zoulas <christos at NetBSD>.
[TXT] dbm_map.c  1.8   7 years  schwarze   Improve clarity of some casts; from Christos Zoulas <christos at NetBSD>.
[TXT] test-cmsg.c  1.1   7 years  schwarze   config glue for recvmsg(2) and CMSG_FIRSTHDR(3); needed for Solaris 11
[TXT] test-recvmsg.c  1.1   7 years  schwarze   config glue for recvmsg(2) and CMSG_FIRSTHDR(3); needed for Solaris 11
[TXT] compat_fts.h  1.4   7 years  schwarze   bring back support for sorting
[TXT] test-fts.c  1.4   7 years  schwarze   Compat glue for the FreeBSD comparison function prototype for fts_open(3) which ...
[TXT] dba.h  1.2   7 years  schwarze   When the content of a manual page does not specify a section, the empty string g...
[TXT] dba_read.c  1.4   7 years  schwarze   When the content of a manual page does not specify a section, the empty string g...
[TXT] dba_write.c  1.3   7 years  schwarze   The concept of endianness seems to be somewhat newfangled, so the respective con...
[TXT] test-be32toh.c  1.1   7 years  schwarze   The concept of endianness seems to be somewhat newfangled, so the respective con...
[TXT] test-ntohl.c  1.1   7 years  schwarze   The concept of endianness seems to be somewhat newfangled, so the respective con...
[TXT] test-PATH_MAX.c  1.1   7 years  schwarze   POSIX allows PATH_MAX to not be defined, meaning "unlimited". Found by Aaron M. ...
[TXT] mandoc.db.5  1.5   7 years  schwarze   document the new file format
[TXT] test-nanosleep.c  1.1   7 years  schwarze   Autodetect if -lrt is needed for nanosleep(3). Helpful for Solaris 9 and 10. Rem...
[TXT] test-EFTYPE.c  1.1   7 years  schwarze   Linux compatibility: Work around the lack of EFTYPE and protect <err.h>.
[TXT] dba_array.c  1.1   7 years  schwarze   Remove the dependency on SQLite without loss of functionality. Stop supporting s...
[TXT] dba_array.h  1.1   7 years  schwarze   Remove the dependency on SQLite without loss of functionality. Stop supporting s...
[TXT] dba_write.h  1.1   7 years  schwarze   Remove the dependency on SQLite without loss of functionality. Stop supporting s...
[TXT] dbm.h  1.1   7 years  schwarze   Remove the dependency on SQLite without loss of functionality. Stop supporting s...
[TXT] dbm_map.h  1.1   7 years  schwarze   Remove the dependency on SQLite without loss of functionality. Stop supporting s...
[TXT] test-ohash.c  1.5   7 years  schwarze   cope with -Wmissing-prototypes
[TXT] test-sandbox_init.c  1.1   7 years  kristaps   Add support for Mac OS X's sandbox_init(3) sandbox functionality, which is marke...
[TXT] mandoc_malloc.3  1.2   7 years  schwarze   update developer documentation
[TXT] mchars_alloc.3  1.4   7 years  schwarze   update developer documentation
[TXT] test-rewb-bsd.c  1.2   7 years  schwarze   Linux needs <stddef.h>, or NULL isn't defined.
[TXT] test-rewb-sysv.c  1.2   7 years  schwarze   Linux needs <stddef.h>, or NULL isn't defined.
[TXT] compat_err.c  1.4   8 years  schwarze   No point in trying to go on when elementary database operations like preparing q...
[TXT] compat_getline.c  1.1   8 years  schwarze   provide a simple stand-alone implementation of getline(3) for systems lacking it...
[TXT] test-getline.c  1.1   8 years  schwarze   provide a simple stand-alone implementation of getline(3) for systems lacking it...
[TXT] compat_stringlist.c  1.6   8 years  schwarze   Without HAVE_ERR, don't try to include <err.h>, it probably isn't there. In that...
[TXT] soelim.c  1.5   8 years  schwarze   Without HAVE_ERR, don't try to include <err.h>, it probably isn't there. In that...
[TXT] compat_ohash.h  1.6   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] compat_stringlist.h  1.4   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] mandoc_ohash.h  1.2   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] test-pledge.c  1.1   8 years  schwarze   merge pledge(2) support from OpenBSD
[TXT] compat_progname.c  1.1   8 years  schwarze   Use getprogname(3) rather than __progname. Suggested by Joerg@ Sonnenberger (Net...
[TXT] test-progname.c  1.2   8 years  schwarze   Use getprogname(3) rather than __progname. Suggested by Joerg@ Sonnenberger (Net...
[TXT] mandoc_ohash.c  1.2   8 years  schwarze   including <ohash.h> requires including <stdint.h> beforehand; noticed by Svyatos...
[TXT] test-err.c  1.1   8 years  schwarze   Finally use __progname, err(3) and warn(3). That's more readable and less error-...
[TXT] test-dirent-namlen.c  1.2   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-isblank.c  1.2   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-mkdtemp.c  1.2   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-reallocarray.c  1.2   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-strlcat.c  1.3   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-strlcpy.c  1.3   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-strsep.c  1.2   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-strtonum.c  1.2   8 years  schwarze   modernize style: "return" is not a function
[TXT] compat_isblank.c  1.2   8 years  schwarze   modernize style: "return" is not a function
[TXT] compat_mkdtemp.c  1.2   8 years  schwarze   modernize style: "return" is not a function
[TXT] compat_vasprintf.c  1.3   8 years  schwarze   modernize style: "return" is not a function
[TXT] compat_strtonum.c  1.1   9 years  schwarze   strtonum(3) compat glue
[TXT] compat_strcasestr.c  1.4   9 years  schwarze   fix RCS IDs
[TXT] compat_reallocarray.c  1.4   9 years  schwarze   sync to OpenBSD
[TXT] compat_strsep.c  1.4   9 years  schwarze   sync to OpenBSD
[TXT] demandoc.1  1.8   9 years  schwarze   document new SEE ALSO .Xr warnings
[TXT] compat_getsubopt.c  1.5   9 years  schwarze   Do not require getsubopt() to provide extern char *suboptarg. We don't use it an...
[TXT] compat_ohash.c  1.6   9 years  schwarze   Improve build system and autodetection. * Make ./configure standalone, that's wh...
[TXT] compat_strlcat.c  1.4   9 years  schwarze   Improve build system and autodetection. * Make ./configure standalone, that's wh...
[TXT] compat_strlcpy.c  1.4   9 years  schwarze   Improve build system and autodetection. * Make ./configure standalone, that's wh...
[TXT] predefs.in  1.4   11 years  schwarze   The mdoc(7) \*(Ba predefined string actually forces roman font; that's stupid be...


CVSweb