source@mandoc.bsd.lv
 help / color / mirror / Atom feed
mdocml: Many people have been complaining for a long time that ``...''
 2017-02-17 18:28 UTC 

mdocml: more tests for .IP/.nf interaction that i forgot to commit
 2017-02-17 17:43 UTC 

mdocml: merge small style improvements from christos@ to the 1.13 branch
 2017-02-17 14:50 UTC 

mdocml: No need to cast NULL when assigning it to a variable; from
 2017-02-17 14:46 UTC 

mdocml: Improve clarity of some casts; from Christos Zoulas <christos at
 2017-02-17 14:44 UTC 

mdocml: Make the directory explicit where source files are located
 2017-02-17 14:40 UTC 

mdocml: Be consistent in protecting __attribute__ attributes with __;
 2017-02-17 14:32 UTC 

mdocml: Fix a read buffer overrun that copied random data from memory
 2017-02-17  3:03 UTC 

mdocml: Merge Makefile 1.501, configure 1.59, configure.local.example
 2017-02-16 16:21 UTC 

mdocml: merge revision 1.282: fix apropos -O
 2017-02-16 16:19 UTC 

mdocml: add $(LN) configuration variable; requested by Michael
 2017-02-16 16:10 UTC 

mdocml: fix previous: stupid typo
 2017-02-16 15:19 UTC 

mdocml: Provide a variable BINM_CATMAN
 2017-02-16 15:13 UTC 

mdocml: Surprisingly, groff does not support scaling units in .Bl
 2017-02-16 14:38 UTC 

mdocml: Fix rev
 2017-02-16 10:56 UTC 

mdocml: Fix block scoping error if an explicit block is broken by two
 2017-02-16  9:48 UTC 

mdocml: Remove the ENDBODY_NOSPACE flag, simplifying the code
 2017-02-16  3:00 UTC 

mdocml: Style improvement, no functional change
 2017-02-15 15:59 UTC 

mdocml: Fix previous: I forgot that i had to change the convention how
 2017-02-15 14:10 UTC 

mdocml: Do not access a NULL pointer if a matrix or square root are
 2017-02-12 14:19 UTC 

mdocml: Do not read one element past the end of the static const
 2017-02-11 21:50 UTC 

mdocml: new regression tests for mdoc_macro.c revs
 2017-02-11 20:23 UTC 

mdocml: Disable three UTF-8 tests that expose bugs in wcwidth(3) in the
 2017-02-11 17:54 UTC 

mdocml: Never look for broken blocks inside blocks that are already
 2017-02-11 15:47 UTC 

mdocml: Do not prematurely close .Nd containing a broken child
 2017-02-11 14:11 UTC 

mdocml: Do not prematurely mark intermediate blocks as broken while
 2017-02-11 13:24 UTC 

mdocml: For child macros of block-end macros, only scan backwards for
 2017-02-10 22:19 UTC 

mdocml: In the SYNOPSIS, .Nm blocks can get broken if one of their
 2017-02-10 16:21 UTC 

mdocml: merge main.c 1.281, manpath.c 1.33: -Ttree -Onoval
 2017-02-10 15:58 UTC 

mdocml: In -Ttree output mode, show the BROKEN node flag and provide a
 2017-02-10 15:45 UTC 

mdocml: same as mandocdb.c rev
 2017-02-09 20:54 UTC 

mdocml: Illumos doesn't have O_DIRECTORY
 2017-02-09 18:47 UTC 

mdocml: Escape literal braces in a regular expression
 2017-02-09 15:34 UTC 

mdocml: On some systems (e.g
 2017-02-08 16:56 UTC 

mdocml: mention that BUILD_CATMAN doesn't work on SunOS 5.9 and 5.10
 2017-02-08 16:16 UTC 

mdocml: config glue for recvmsg(2) and CMSG_FIRSTHDR(3); needed for
 2017-02-08 16:12 UTC 

mdocml: sendmsg(3) may block, so retry
 2017-02-08 14:51 UTC 

mdocml: even catman needs libmandoc on systems not having fts
 2017-02-08 13:37 UTC 

mdocml: protect <err.h> inclusion
 2017-02-08 13:34 UTC 

mdocml: more 1.14.1 release preparations
 2017-02-08 12:24 UTC 

mdocml: reference a relevant mail for one TODO item
 2017-02-08 12:20 UTC 

mdocml: remove some instances of Mdocdate
 2017-02-08 12:19 UTC 

mdocml: disable some tests that expose wcwidth(3) differences among
 2017-02-08 12:18 UTC 

mdocml: Finally port the OpenBSD regression suite
 2017-02-08  3:03 UTC 

mdocml: first draft of NEWS for 1.14.1
 2017-02-07  1:30 UTC 

mdocml: new manual pages for catman(8) and mandocd(8)
 2017-02-06 19:04 UTC 

mdocml: Polishing: * support -Ios= * create missing directories * fix
 2017-02-06 19:03 UTC 

mdocml: explicitly pass -Tascii to mandoc(1), such that LC_CTYPE does
 2017-02-06  3:49 UTC 

mdocml: The .Nm macro does not only use the default name when it has no
 2017-02-06  3:45 UTC 

mdocml: uint8_t requires <stdint.h>; from Michael Stapelberg
 2017-02-05 22:51 UTC 

mdocml: document output spacing near delimiters
 2017-02-05 22:31 UTC 

mdocml: remove several things that were taken care of in the past
 2017-02-05 22:26 UTC 

mdocml: merge rev
 2017-02-05 22:25 UTC 

mdocml: add missing file man.options.1
 2017-02-05 22:23 UTC 

mdocml: document hyphenation
 2017-02-05 21:41 UTC 

mdocml: Wrap .St content in a <span class="St">
 2017-02-05 21:01 UTC 

mdocml: fix font selection for .Bf without argument
 2017-02-05 20:35 UTC 

mdocml: mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>;
 2017-02-05 20:22 UTC 

mdocml: for .Rs, use <cite>
 2017-02-05 19:29 UTC 

mdocml: Improve <table> syntax: The <col> element can only appear inside
 2017-02-05 18:16 UTC 

mdocml: experimental mandocd(8) and catman(8) for development in the
 2017-02-04 12:03 UTC 

mdocml: Do not fix the default indent for all subsequent files; some may
 2017-02-04 11:58 UTC 

mdocml: merge rev.s 1.159 and 1.160: gzip bugfix and struct mparse
 2017-02-03 18:23 UTC 

mdocml: Minor cleanup, no functional change: We always have a roff
 2017-02-03 18:18 UTC 

mdocml: more work found in old mails
 2017-02-03 17:59 UTC 

mdocml: If an application parses multiple files with mparse_readfd(3)
 2017-02-03 17:57 UTC 

mdocml: even man-1.6g does *not* have apropos -C, maybe it is MacOS X
 2017-02-02 20:11 UTC 

mdocml: correct information about early groff (up to 1.02)
 2017-02-02 19:59 UTC 

mdocml: mention groff git, and one minor fix
 2017-02-02 18:10 UTC 

mdocml: more info about man-1.6 and man-db
 2017-02-02 16:59 UTC 

mdocml: minor fixes
 2017-02-02  2:30 UTC 

mdocml: new page, not to be installed
 2017-02-02  2:17 UTC 

mdocml: add missing HISTORY information
 2017-01-31 19:44 UTC 

mdocml: Rework fill mode handling for -man -Thtml
 2017-01-30 20:24 UTC 

mdocml: eliminate one useless struct and one level of indirection; no
 2017-01-29 14:03 UTC 

mdocml: merge rev
 2017-01-28 23:35 UTC 

mdocml: Add a warning "new sentence, new line"
 2017-01-28 23:30 UTC 

mdocml: Simplify usage of print_otag() even more: accept NULL to skip
 2017-01-28 22:37 UTC 

mdocml: MANDOCERR_BADTAB no longer exists, and i checked that
 2017-01-28 22:33 UTC 

mdocml: .Bl -column with zero columns is legal, so don't segfalt on it
 2017-01-28 18:43 UTC 

mdocml: merge manpath.c 1.32, main.c 1.280: warn about invalid output
 2017-01-27 14:42 UTC 

mdocml: merge rev 1.242: warn about missing one-line description
 2017-01-27 14:33 UTC 

mdocml: merge rev
 2017-01-27 14:23 UTC 

mdocml: merge rev
 2017-01-27 14:19 UTC 

mdocml: merge rev
 2017-01-27 13:59 UTC 

mdocml: warn about invalid output options and error out if they occur
 2017-01-27 13:47 UTC 

mdocml: warn about missing one-line description; missing feature found
 2017-01-27 11:33 UTC 

mdocml: Parse the section number from the content of preformatted pages
 2017-01-27  1:15 UTC 

mdocml: If parsing a page reveals that it is neither mdoc(7) nor man(7),
 2017-01-27  1:09 UTC 

mdocml: fix base directory detection for makewhatis -t
 2017-01-27  1:04 UTC 

mdocml: Always register names taken from file names in the names ohash
 2017-01-27  0:57 UTC 

mdocml: more info on man(7) .Xr hyperlinking
 2017-01-26 19:33 UTC 

mdocml: Fix -man -Thtml formatting after .nf (which has nothing to do
 2017-01-26 18:28 UTC 

mdocml: add arm64 architecture; from deraadt@
 2017-01-25  3:50 UTC 

mdocml: Improve HTML formatting of .Bl -tag
 2017-01-25  2:15 UTC 

mdocml: bug was fixed, delete the BUGS section
 2017-01-21  2:33 UTC 

mdocml: slightly simplify header and footer styles
 2017-01-21  2:30 UTC 

mdocml: Avoid writing constant style attributes over and over again
 2017-01-21  2:10 UTC 

mdocml: clean up the remaining class attributes
 2017-01-21  1:21 UTC 

mdocml: Standardize class attributes for semantic macros
 2017-01-20 23:51 UTC 

mdocml: standardize .Rs class attributes
 2017-01-20 21:38 UTC 

mdocml: standardize .Bl and .It class attributes
 2017-01-20 19:58 UTC 

mdocml: clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; in particular,
 2017-01-19 17:00 UTC 

mdocml: clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; in particular,
 2017-01-19 16:57 UTC 

mdocml: clean up .Sx and .Xr HTML markup
 2017-01-19 15:49 UTC 

mdocml: Clean up CSS rules for sections and paragraphs
 2017-01-19 15:28 UTC 

mdocml: Clean up and fix rules for header and footer lines
 2017-01-19 14:30 UTC 

mdocml: Adjust indentation of the HTML output to the conventions
 2017-01-19 13:56 UTC 

mdocml: Start cleanup: trim useless HTML comments, <div> elements, and
 2017-01-19 13:35 UTC 

mdocml: Implement line breaking of the generated HTML code at space
 2017-01-19  1:00 UTC 

mdocml: Make HTML output more human readable by overhauling line break
 2017-01-18 19:22 UTC 

mdocml: Completely delete the buf field of struct html and all the
 2017-01-17 15:33 UTC 

mdocml: Simplify the usage of print_otag() by making it accept a
 2017-01-17  1:48 UTC 

mdocml: When looking up macro values while the macro tables are being
 2017-01-15 15:29 UTC 

mdocml: Skipping all escape sequences at the beginning of strings in
 2017-01-12 18:02 UTC 

mdocml: show meta data for -Ttree output
 2017-01-12 17:30 UTC 

mdocml: merge rev
 2017-01-12 15:48 UTC 

mdocml: Put compiler arguments that may contain -l at the end; according
 2017-01-12 15:45 UTC 

mdocml: merge rev
 2017-01-11 17:47 UTC 

mdocml: Do text production for .Bt, .Ex, .Rv, .Ud at the validation
 2017-01-11 17:40 UTC 

mdocml: merge rev
 2017-01-10 23:40 UTC 

mdocml: Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At
 2017-01-10 23:37 UTC 

mdocml: merge rev
 2017-01-10 22:04 UTC 

mdocml: For the .Ux/.Ox family of macros, do text production at the
 2017-01-10 22:00 UTC 

mdocml: simplify; NODE_ENDED does no harm in man(7)
 2017-01-10 14:09 UTC 

mdocml: unify names of AST node flags; no change of cpp output
 2017-01-10 13:47 UTC 

mdocml: Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes
 2017-01-10 12:53 UTC 

mdocml: merge rev
 2017-01-09 17:57 UTC 

mdocml: Use stdout rather than stdin for controlling the terminal such
 2017-01-09 17:50 UTC 

mdocml: Clarify how tabs after .It work because this is a really nasty
 2017-01-09 14:11 UTC 

mdocml: The .No macro is not supposed to produce fixed-width font, it is
 2017-01-09 12:49 UTC 

mdocml: merge rev
 2017-01-09  2:28 UTC 

mdocml: merge rev
 2017-01-09  2:26 UTC 

mdocml: merge rev.s 1.155 and 1.156: changes to the message catalogue
 2017-01-09  2:24 UTC 

mdocml: merge rev
 2017-01-09  2:22 UTC 

mdocml: Warnings and errors that occur during mdoc_validate() or during
 2017-01-09  1:37 UTC 

mdocml: Indentation must be measured in units of the surrounding text,
 2017-01-08 22:52 UTC 

mdocml: Fix an assertion failure caused by \z\[u00FF] with -Tps/-Tpdf
 2017-01-08 18:17 UTC 

mdocml: style: missing blank between case statement and label; from
 2017-01-08 16:38 UTC 

mdocml: Tolerate bare tabs in SYNOPSIS .Cd for now
 2017-01-08  2:01 UTC 

mdocml: Stricter validation of the NAME section, in particular: -
 2017-01-08  0:11 UTC 

mdocml: sort options list; from jmc@
 2017-01-06  1:35 UTC 

mdocml: escape a macro name that is not intended to be called
 2016-12-28 22:52 UTC 

mdocml: correct spelling error; from jmc@
 2016-12-28 21:51 UTC 

mdocml: Make the second, section number argument of .Xr mandatory
 2016-12-28 17:34 UTC 

mdocml: When reporting "whitespace at end of input line" on lines ending
 2016-12-07 22:59 UTC 

mdocml: sync with NetBSD: add four new libraries; triggered by a smaller
 2016-11-23 20:22 UTC 

mdocml: Do not install libmandoc.a by default
 2016-11-19 15:25 UTC 

mdocml: merge rev
 2016-11-10 12:52 UTC 

mdocml: warn about trailing whitespace at the end of comments; missing
 2016-11-10 12:48 UTC 

mdocml: document improved tagging functionality
 2016-11-08 17:06 UTC 

mdocml: use .Fn in custom sections for tagging, in addition to in
 2016-11-08 16:38 UTC 

mdocml: tag leading .Dv, .Li, and .No in .It; written on the TGV
 2016-11-08 16:30 UTC 

mdocml: implement tag priority 0, which will tag only keys that appear
 2016-11-08 16:24 UTC 

mdocml: generate two tag entries from list entries of the form .It Macro
 2016-11-08 16:05 UTC 

mdocml: skip leading \& and \e in tags
 2016-11-08 15:57 UTC 

mdocml: support more than one tag entry for the same search term;
 2016-11-08 15:28 UTC 

pod2mdoc: write function prototypes without arguments using .Fn rather
 2016-11-03 15:50 UTC 

mdocml: merge 1.234: cast off_t and uint64_t for printf(3)
 2016-10-22 10:14 UTC 

mdocml: cast off_t and uint64_t for printf(3) to make sure that widths
 2016-10-22 10:09 UTC 

mdocml: fix sqlite3_errstr() autodetection if sqlite3 is in /usr/local
 2016-10-20 19:34 UTC 

mdocml: merge reproducible build support including compat glue to 1.13
 2016-10-20 18:52 UTC 

mdocml: typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/
 2016-10-20 18:48 UTC 

mdocml: add test-EFTYPE.c, related to configure rev
 2016-10-20 18:07 UTC 

mdocml: add EFTYPE, corresponding to configure rev
 2016-10-20 17:57 UTC 

mdocml: merge rev
 2016-10-20 17:52 UTC 

mdocml: merge rev
 2016-10-20 17:40 UTC 

mdocml: merge rev
 2016-10-20 17:36 UTC 

mdocml: 0x%llu is a bad idea, make that 0x%llx; noticed while
 2016-10-20 16:31 UTC 

mdocml: st_size is off_t, which is signed, so use %lld rather than %llu;
 2016-10-20 16:13 UTC 

mdocml: Avoid the confusion that -a might require a section argument; it
 2016-10-19 22:21 UTC 

mdocml: bring back support for sorting
 2016-10-18 23:58 UTC 

mdocml: sync with OpenBSD
 2016-10-18 23:13 UTC 

mdocml: merge ".Bl -tag without -width" fix to 1.13 branch
 2016-10-18 22:45 UTC 

mdocml: The termination condition of the iteration logic in
 2016-10-18 22:27 UTC 

mdocml: Compat glue for the FreeBSD comparison function prototype for
 2016-10-18 16:07 UTC 

mdocml: update after rev
 2016-10-18 16:02 UTC 

mdocml: Simplify and correct support for reproducible builds, such that
 2016-10-18 14:16 UTC 

mdocml: link to http://mdocml.bsd.lv/mdoc/ below SEE ALSO; tweak and OK
 2016-10-11 17:31 UTC 

mdocml: Delete complicated code dealing with .Bl -tag without -width,
 2016-10-09 18:17 UTC 

mdocml: merge wide stream fixes from HEAD to 1.13, rev
 2016-09-18 16:13 UTC 

mdocml: We cannot use fputs(3) in passthrough() because the stdout
 2016-09-18 15:48 UTC 

mdocml: Make sure an output device is allocated before calling
 2016-09-18 15:22 UTC 

mdocml: minor tbl(7) column spacing and wrapping issues in lftp(1)
 2016-09-13 12:09 UTC 

mdocml: use the proper HTML escape for double quote ("): &quot; not
 2016-09-12  0:06 UTC 

mdocml: move zaurus down to the discontinued architectures
 2016-09-03 21:25 UTC 

mdocml: When "makewhatis -d" tries to add to a database that doesn't
 2016-09-02 14:04 UTC 

mdocml: remove "sparc" from a comment
 2016-09-01 15:08 UTC 

mdocml: move "sparc" down to discontinued architectures
 2016-09-01 15:07 UTC 

mdocml: When the database is corrupt in the sense of containing invalid
 2016-08-30 22:01 UTC 

mdocml: less confusing warning message about negative offsets
 2016-08-30 21:37 UTC 

mdocml: If a line inside .Bl -column starts with a tab character and
 2016-08-28 16:15 UTC 

mdocml: When trying to edit an existing database with makewhatis(8) -d
 2016-08-22 16:15 UTC 

mdocml: When running into a mandoc.db(5) file still using the obsolete
 2016-08-22 16:07 UTC 

mdocml: When a mismatching end macro occurs while at least two nested
 2016-08-20 18:00 UTC 

mdocml: When scanning upwards for a column list to put a .Ta macro in,
 2016-08-20 15:58 UTC 

mdocml: If a column list starts with implicit rows (that is, rows
 2016-08-20 14:44 UTC 

mdocml: fix an fd leak; patch from jsg@
 2016-08-18  9:03 UTC 

mdocml: When the content of a manual page does not specify a section,
 2016-08-17 20:47 UTC 

mdocml: When reading back a mandoc.db(5) file in order to apply
 2016-08-17 19:00 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).