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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] regress/        
[TXT] mdoc_argv.c  1.110   7 years  schwarze   Markdown output mode helped us to find the first parser bug (as such, this bug c...
[TXT] roff.c  1.290   7 years  schwarze   Fix previous: do not access the byte before the string if the string is empty; f...
[TXT] NEWS  1.21.2.1   7 years  schwarze   warn that this is not the newest release
[TXT] mdoc_html.c  1.272   7 years  schwarze   Handle an odd edge case where .It is preceded by .Sm. NULL dereference in man.cg...
[TXT] roff.7  1.76   7 years  schwarze   fix spelling error; found by Michael <Stapelberg at debian dot org> with Lintian...
[TXT] INSTALL  1.15.2.1   7 years  schwarze   first step of 1.13.5 release preparations
[TXT] LICENSE  1.13.2.1   7 years  schwarze   first step of 1.13.5 release preparations
[TXT] libmandoc.h  1.66   7 years  schwarze   preconv_encode() can take a const input buffer; diff from <christos at NetBSD>
[TXT] preconv.c  1.16   7 years  schwarze   preconv_encode() can take a const input buffer; diff from <christos at NetBSD>
[TXT] compat_fts.c  1.14   7 years  schwarze   proper test for O_DIRECTORY
[TXT] TODO  1.234   7 years  schwarze   double quotes were fixed, finally
[TXT] mdoc_man.c  1.104   7 years  schwarze   Use typographic quotes rather than '"' for .Rs %T (no change for -Tascii output,...
[TXT] mdoc_term.c  1.346   7 years  schwarze   Use typographic quotes rather than '"' for .Rs %T (no change for -Tascii output,...
[TXT] chars.c  1.69   7 years  schwarze   Many people have been complaining for a long time that ``...'' looks ugly in -Ta...
[TXT] mandoc_aux.h  1.6   7 years  schwarze   Be consistent in protecting __attribute__ attributes with __; from Christos Zoul...
[TXT] tag.c  1.18   7 years  schwarze   Be consistent in protecting __attribute__ attributes with __; from Christos Zoul...
[TXT] term_ps.c  1.83   7 years  schwarze   Be consistent in protecting __attribute__ attributes with __; from Christos Zoul...
[TXT] mdoc.7  1.262   7 years  schwarze   Surprisingly, groff does not support scaling units in .Bl -column column width s...
[TXT] mdoc_macro.c  1.217   7 years  schwarze   Fix block scoping error if an explicit block is broken by two implicit blocks (....
[TXT] libmdoc.h  1.109   7 years  schwarze   Remove the ENDBODY_NOSPACE flag, simplifying the code. Comparing to groff outpu...
[TXT] mdoc.c  1.260   7 years  schwarze   Remove the ENDBODY_NOSPACE flag, simplifying the code. Comparing to groff outpu...
[TXT] roff.h  1.40   7 years  schwarze   Remove the ENDBODY_NOSPACE flag, simplifying the code. Comparing to groff outpu...
[TXT] man_term.c  1.191   7 years  schwarze   Fix previous: I forgot that i had to change the convention how a node is marked...
[TXT] eqn_term.c  1.9   7 years  schwarze   Do not access a NULL pointer if a matrix or square root are empty. Crashes found...
[TXT] manconf.h  1.4   7 years  schwarze   In -Ttree output mode, show the BROKEN node flag and provide a -Onoval output op...
[TXT] mandoc.1  1.174   7 years  schwarze   In -Ttree output mode, show the BROKEN node flag and provide a -Onoval output op...
[TXT] tree.c  1.73   7 years  schwarze   In -Ttree output mode, show the BROKEN node flag and provide a -Onoval output op...
[TXT] cgi.c  1.147   7 years  schwarze   protect <err.h> inclusion
[TXT] gmdiff  1.5   7 years  schwarze   explicitly pass -Tascii to mandoc(1), such that LC_CTYPE does not get into the w...
[TXT] mdoc_validate.c  1.318   7 years  schwarze   The .Nm macro does not only use the default name when it has no argument, but al...
[TXT] mandoc_char.7  1.64   7 years  schwarze   document hyphenation
[TXT] mandoc.css  1.17   7 years  schwarze   Wrap .St content in a <span class="St">. Also add forgotten <span class="Ux"> to...
[TXT] html.c  1.207   7 years  schwarze   mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>; suggested by ben...
[TXT] html.h  1.83   7 years  schwarze   mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>; suggested by ben...
[TXT] man_html.c  1.133   7 years  schwarze   Improve <table> syntax: The <col> element can only appear inside <colgroup>, so ...
[TXT] tbl_html.c  1.20   7 years  schwarze   Improve <table> syntax: The <col> element can only appear inside <colgroup>, so ...
[TXT] man.options.1  1.6   7 years  schwarze   even man-1.6g does *not* have apropos -C, maybe it is MacOS X specific, i don't ...
[TXT] apropos.1  1.40   7 years  schwarze   add missing HISTORY information
[TXT] man.1  1.21   7 years  schwarze   add missing HISTORY information
[TXT] mandoc.h  1.214   7 years  schwarze   Add a warning "new sentence, new line". This does not attempt to pinpoint each a...
[TXT] mandoc_html.3  1.5   7 years  schwarze   Simplify usage of print_otag() even more: accept NULL to skip the attribute or f...
[TXT] manpath.c  1.30.2.1   7 years  schwarze   merge manpath.c 1.32, main.c 1.280: warn about invalid output options
[TXT] eqn_html.c  1.11   7 years  schwarze   Simplify the usage of print_otag() by making it accept a variable number of argu...
[TXT] demandoc.c  1.28   7 years  schwarze   unify names of AST node flags; no change of cpp output
[TXT] man.c  1.167   7 years  schwarze   unify names of AST node flags; no change of cpp output
[TXT] man_macro.c  1.115   7 years  schwarze   unify names of AST node flags; no change of cpp output
[TXT] mdoc_state.c  1.4   7 years  schwarze   unify names of AST node flags; no change of cpp output
[TXT] mandoc.3  1.38   7 years  schwarze   Warnings and errors that occur during mdoc_validate() or during man_validate() h...
[TXT] term.c  1.259   7 years  schwarze   Fix an assertion failure caused by \z\[u00FF] with -Tps/-Tpdf. Reported by jsg@ ...
[TXT] man.conf.5  1.4   7 years  schwarze   escape a macro name that is not intended to be called
[TXT] lib.in  1.19   7 years  schwarze   sync with NetBSD: add four new libraries; triggered by a smaller patch from kami...
[TXT] mandocdb.c  1.220.2.1   7 years  schwarze   merge rev. 1.226: fix a typo that prevented names from .Dt from getting priority...
[TXT] compat_fts.h  1.4   7 years  schwarze   bring back support for sorting
[TXT] read.c  1.150.2.1   7 years  schwarze   merge ".Bl -tag without -width" fix to 1.13 branch
[TXT] test-fts.c  1.4   7 years  schwarze   Compat glue for the FreeBSD comparison function prototype for fts_open(3) which ...
[TXT] main.c  1.273.2.1   7 years  schwarze   backport to 1.13: fix printf("%s", NULL)
[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] term_ascii.c  1.54   7 years  schwarze   Autodetect a suitable locale for -Tutf8 mode, and allow overriding it manually. ...
[TXT] test-wchar.c  1.4   7 years  schwarze   Autodetect a suitable locale for -Tutf8 mode, and allow overriding it manually. ...
[TXT] Makefile  1.488.2.1   7 years  schwarze   1.13 backport: Autodetect if -lrt is needed for nanosleep(3).
[TXT] configure  1.43.2.1   7 years  schwarze   1.13 backport: Autodetect if -lrt is needed for nanosleep(3).
[TXT] configure.local.example  1.14.2.1   7 years  schwarze   1.13 backport: Autodetect if -lrt is needed for nanosleep(3).
[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] test-ohash.c  1.5   7 years  schwarze   cope with -Wmissing-prototypes
[TXT] test-vasprintf.c  1.4   7 years  schwarze   cope with -Wmissing-prototypes
[TXT] main.h  1.26   7 years  schwarze   To remove the const qualifier from a pointer to an object - either because we kn...
[TXT] Makefile.depend  1.22   7 years  schwarze   add missing prototypes, no code change; noticed by Christos Zoulas with -Wmissin...
[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] man.cgi.8  1.20   7 years  schwarze   Make all components of the URI individually optional, independent of each other,...
[TXT] mansearch.c  1.65   7 years  schwarze   getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed; from Joerg So...
[TXT] man.cgi.3  1.2   7 years  schwarze   update developer documentation
[TXT] mandoc_headers.3  1.8   7 years  schwarze   update developer documentation
[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] mandoc.db.5  1.4   7 years  schwarze   sync with OpenBSD: do not mention mansearch(3), which is not installed, in a man...
[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] cgi.h.example  1.5   8 years  schwarze   Make the SCRIPT_NAME logic simpler, safer, and make it actually work; in part ba...
[TXT] man_validate.c  1.122   8 years  schwarze   Delete the redundant "nchild" member of struct roff_node, replacing most uses by...
[TXT] eqn.c  1.61   8 years  schwarze   The root of an .EQ tree is always EQN_ROOT, never EQN_LIST, so delete a redundan...
[TXT] compat_err.c  1.4   8 years  schwarze   No point in trying to go on when elementary database operations like preparing q...
[TXT] tag.h  1.7   8 years  schwarze   Fix multiple issues regarding process group and signal mask handling found by tb...
[TXT] mandoc.c  1.98   8 years  schwarze   Simplify the logic in mandoc_normdate() and add some comments. Also add a commen...
[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] mandoc_aux.c  1.9   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] libman.h  1.79   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] man.h  1.77   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] mansearch.h  1.24   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] mdoc.h  1.144   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] out.h  1.27   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] roff_int.h  1.7   8 years  schwarze   In private header files, __BEGIN_DECLS and __END_DECLS are pointless. Because th...
[TXT] term.h  1.118   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] out.c  1.62   8 years  schwarze   To make the code more readable, delete 283 /* FALLTHROUGH */ comments that were ...
[TXT] tbl_layout.c  1.41   8 years  schwarze   To make the code more readable, delete 283 /* FALLTHROUGH */ comments that were ...
[TXT] tbl_term.c  1.43   8 years  schwarze   To make the code more readable, delete 283 /* FALLTHROUGH */ comments that were ...
[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] st.c  1.13   8 years  schwarze   modernize style: "return" is not a function
[TXT] tbl.c  1.40   8 years  schwarze   modernize style: "return" is not a function
[TXT] tbl_data.c  1.41   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-dirent-namlen.c  1.2   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-getsubopt.c  1.4   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-strcasestr.c  1.3   8 years  schwarze   modernize style: "return" is not a function
[TXT] test-stringlist.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-strptime.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] att.c  1.15   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] lib.c  1.13   8 years  schwarze   modernize style: "return" is not a function
[TXT] msec.c  1.15   8 years  schwarze   modernize style: "return" is not a function
[TXT] tbl_opts.c  1.21   8 years  schwarze   /* NOTREACHED */ after abort() is silly, delete it
[TXT] soelim.1  1.3   8 years  schwarze   * fix roff terminology in .Nd * remove .Xr to self * add AUTHORS section
[TXT] eqn.7  1.35   9 years  schwarze   Escape punctuation characters that have a different meaning in -Tpdf. ~, `, and...
[TXT] mansearch.3  1.4   9 years  schwarze   Parse the new man.conf(5) "output" directive. The next step will be to actually ...
[TXT] compat_strtonum.c  1.1   9 years  schwarze   strtonum(3) compat glue
[TXT] tbl.3  1.2   9 years  schwarze   Abolish struct tbl_head and replace it by an "int col" member in struct tbl_cell...
[TXT] man.7  1.132   9 years  schwarze   Radical cleanup of COMPATIBILITY sections: Remove lots of lies, dozens of irrele...
[TXT] tbl.7  1.26   9 years  schwarze   Radical cleanup of COMPATIBILITY sections: Remove lots of lies, dozens of irrele...
[TXT] mandoc_escape.3  1.3   9 years  schwarze   Rudimentary implementation of the roff(7) \o escape sequence (overstrike). This ...
[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] msec.in  1.7   9 years  schwarze   Sync section titles with OpenBSD. For section 4, "Kernel Interfaces" is just to...
[TXT] makewhatis.8  1.3   9 years  schwarze   typo; Steven Honeyman <stevenhoneyman at gmail dot com>
[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