mdocml: including <ohash.h> requires including <stdint.h> beforehand;
2015-10-19 18:59 UTC
mdocml: Very tricky diff to fix macro interpretation and spacing around
2015-10-17 0:21 UTC
mdocml: Delete two preprocessor constants that are no longer used
2015-10-15 23:36 UTC
mdocml: Simplify the part of args() that is handling .Bl -column
2015-10-15 22:46 UTC
mdocml: When blk_full() handles an .It line in .Bl -column and
2015-10-15 22:27 UTC
mdocml: Reject the escape sequences \[uD800] to \[uDFFF] in the parser
2015-10-13 23:31 UTC
mdocml: Major character table cleanup: * Use ohash(3) rather than a
2015-10-13 23:00 UTC
mdocml: Reduce the amount of code by moving the three copies of the
2015-10-13 15:53 UTC
mdocml: Delete an assignment that is unconditionally overwritten two
2015-10-12 21:26 UTC
mdocml: Garbage collect an unused variable, no functional change; found
2015-10-12 21:17 UTC
mdocml: Check the right pointer against NULL; fixing a pasto introduced
2015-10-12 21:10 UTC
mdocml: Use "-" rather than "\(hy" for the heads of .Bl -dash and
2015-10-12 15:30 UTC
mdocml: Clear dform and dsec when exiting a first-level directory in
2015-10-12 0:33 UTC
mdocml: Fix an obvious bug found during the /* FALLTHROUGH */ cleanup:
2015-10-12 0:16 UTC
mdocml: To make the code more readable, delete 283 /* FALLTHROUGH */
2015-10-12 0:08 UTC
mdocml: Drop tags containing a blank character: They don't work, they
2015-10-11 22:01 UTC
mdocml: Finally use __progname, err(3) and warn(3)
2015-10-11 21:13 UTC
mdocml: Mention that the first argument of .Pf does not need escaping
2015-10-11 18:57 UTC
mdocml: Decide whether to use_pager as early as possible, in
2015-10-10 13:21 UTC
mdocml: modernize style: "return" is not a function
2015-10-06 18:32 UTC
mdocml: improve wording and start a new sentence on a new line; from
2015-10-06 15:33 UTC
mdocml: Theo found a stray blank in HTML output
2015-09-29 18:46 UTC
mdocml: briefly document -T tree output
2015-09-26 12:56 UTC
mdocml: Show the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS, and MAN_EOS
2015-09-26 12:55 UTC
mdocml: /* NOTREACHED */ after abort() is silly, delete it
2015-09-26 0:54 UTC
mdocml: resolve code duplication and do style cleanup in mdoc_nm_pre(),
2015-09-26 0:33 UTC
mdocml: Fix multiple aspects of SYNOPSIS .Nm formatting: * Don't break
2015-09-26 0:22 UTC
mdocml: typos; found and fixed by sobrado@
2015-09-24 18:41 UTC
mdocml: Trailing whitespace is significant when determining the width of
2015-09-21 13:25 UTC
mdocml: no more _subdir; Jan Stary <hans at stare dot cz>
2015-09-21 9:59 UTC
mdocml: for portability, use (char *)NULL in execlp(3) as discussed on
2015-09-16 9:50 UTC
mdocml: Avoid .Ns right after .Pf, it's pointless
2015-09-14 20:10 UTC
mdocml: Remove the warning about children of .Vt blocks because
2015-09-14 15:36 UTC
mdocml: The .Dv macro actually forces normal font
2015-09-14 12:58 UTC
mdocml: Fill mode changes don't break next-line scope in all cases, in
2015-09-04 21:25 UTC
mdocml: Recommend an unambiguous escape for minus signs instead of \-
2015-09-02 15:39 UTC
mdocml: Drop leading, internal, and trailing blank characters in \o
2015-08-30 21:11 UTC
mdocml: If an .Fo macro lacks its mandatory argument, don't die on an
2015-08-30 19:00 UTC
mdocml: If we have to reparse the text line because we spring an input
2015-08-29 23:56 UTC
mdocml: Parse and ignore the escape sequences \, and \/ (italic
2015-08-29 22:40 UTC
mdocml: Implement the escape sequence \\$*, expanding to all arguments
2015-08-29 21:37 UTC
mdocml: Minimal implementation of the read-only number register \n(.$
2015-08-29 20:26 UTC
mdocml: Including <ohash.h> requires including <stdint.h> before, and
2015-08-29 15:28 UTC
mdocml: tedu@ reports tbl(7) issues in synaptics(4)
2015-08-29 15:10 UTC
mdocml: Remove the hack of scrolling forward and backward with +G1G that
2015-07-28 18:39 UTC
mdocml: Simplify and make tag_put() more efficient by integrating
2015-07-25 14:29 UTC
mdocml: implement tagging for .Er
2015-07-25 14:23 UTC
mdocml: basic tag support for function names; written at YYC
2015-07-25 14:18 UTC
mdocml: basic support for tag priorities; written at YYC
2015-07-25 14:02 UTC
mdocml: When creation of the temporary tags file fails, call the pager
2015-07-21 3:26 UTC
mdocml: Do not fork and exec gunzip(1), just link with libz instead
2015-07-19 6:05 UTC
mdocml: If we aren't on a tty, clear the pager flag up front
2015-07-19 0:08 UTC
mdocml: Insist that manual page file name extensions must begin with a
2015-07-18 5:48 UTC
mdocml: another portability todo
2015-07-18 3:44 UTC
mdocml: clean up the temporary file when the process dies from a signal
2015-07-18 3:42 UTC
mdocml: Initial, still somewhat experimental implementation to leverage
2015-07-17 22:39 UTC
mdocml: Fix the "depend" target and regenerate Makefile.depend: * do not
2015-07-14 23:17 UTC
mdocml: headers should not contain macros
2015-07-14 19:40 UTC
mdocml: Ignore blank characters at the beginning of a conditional block,
2015-06-27 13:29 UTC
mdocml: delete some TODO entries that were already fixed
2015-06-26 16:56 UTC
mdocml: nice idea for eqn(7) from CDBUG
2015-06-18 1:02 UTC
mdocml: two new tasks i heard about at BSDCan
2015-06-10 22:26 UTC
mdocml: Avoid warning "defined but not used" when compiling with
2015-06-10 19:26 UTC
mdocml: Avoid warning "unused variable" when compiling without
2015-06-10 19:17 UTC
mdocml: Implement the roff(7) `r' (register exists) conditional
2015-05-31 23:13 UTC
mdocml: This one needs config.h too, if only for __BEGIN_DECLS
2015-05-21 0:19 UTC
mdocml: add forgotten glue
2015-05-21 0:14 UTC
mdocml: Link compat_reallocarray.o into soelim; needed on platforms
2015-05-21 0:05 UTC
mdocml: Remove clauses 3 and 4 from Christos Zoulas' BSD license
2015-05-20 23:43 UTC
mdocml: fix integer overflows by using reallocarray(3)
2015-05-20 23:01 UTC
mdocml: * fix roff terminology in .Nd * remove .Xr to self * add AUTHORS
2015-05-20 22:59 UTC
mdocml: Use PATH_MAX rather than the non-standard MAXPATHLEN
2015-05-20 22:57 UTC
mdocml: * remove FreeBSDisms * purge and sort headers * add build and
2015-05-20 22:23 UTC
mdocml: Imported Sources
2015-05-20 20:55 UTC
pod2mdoc: release 0.2
2015-05-19 20:43 UTC
pod2mdoc: add some missing smarts
2015-05-19 20:11 UTC
pod2mdoc: strftime(3), time(3), and localtime(3) are in <time.h>, not
2015-05-19 19:22 UTC
mdocml: Do not let the -m option or MANPATH with leading, trailing, or
2015-05-07 12:08 UTC
mdocml: mdoc_valid_post() may indirectly call roff_node_unlink() which
2015-05-01 16:59 UTC
mdocml: Setting the "last" member of struct roff_node was done at an
2015-05-01 16:03 UTC
mdocml: Minor bug fix: When .Pp rewinds .Nm, rewind the whole block,
2015-05-01 15:28 UTC
mdocml: If a block body gets broken, that's no good reason to extend the
2015-04-29 21:59 UTC
mdocml: Replace the kludge for the \z escape sequence by an actual
2015-04-29 18:35 UTC
mdocml: Do not mark a block with the MDOC_BROKEN flag if it merely
2015-04-29 14:49 UTC
mdocml: When the last line of a table layout turns out to be empty, it
2015-04-29 12:45 UTC
mdocml: Improve the error message in case somebody has configured an
2015-04-29 11:04 UTC
mdocml: Fix the HAVE_MANPATH case, got broken in rev
2015-04-28 16:14 UTC
mdocml: Unify mdoc_deroff() and man_deroff() into a common function
2015-04-23 16:18 UTC
mdocml: Get rid of two empty wrapper functions
2015-04-23 15:36 UTC
mdocml: Avoid a use after free when the target node is deleted during
2015-04-21 16:14 UTC
mdocml: Fix previous: Don't let man(1) warn twice about non-existant
2015-04-20 9:55 UTC
mdocml: Avoid out-of-bounds read access before the beginning of the
2015-04-20 9:49 UTC
mdocml: More than one data field may follow T} on the same input line
2015-04-19 20:35 UTC
mdocml: If an explicit line break request (.br or .sp) occurs within an
2015-04-19 19:44 UTC
mdocml: If apropos(1) finds no match, print "nothing appropriate" to
2015-04-19 15:11 UTC
mdocml: Unify trickier node handling functions
2015-04-19 14:58 UTC
mdocml: Unify some node handling functions that use TOKEN_NONE
2015-04-19 14:26 UTC
mdocml: Decouple the token code for "no request or macro" from the
2015-04-19 14:00 UTC
mdocml: Unify node handling functions: * node_alloc() for mdoc and
2015-04-19 13:50 UTC
mdocml: Delete the wrapper functions mdoc_meta(), man_meta(),
2015-04-18 17:53 UTC
mdocml: Unify {mdoc,man}_{alloc,reset,free}() into
2015-04-18 17:29 UTC
mdocml: Move mdoc_hash_init() and man_hash_init() to libmandoc.h and
2015-04-18 17:02 UTC
mdocml: Profit from the unified struct roff_man and reduce the number of
2015-04-18 16:34 UTC
mdocml: Replace the structs mdoc and man by a unified struct roff_man
2015-04-18 16:07 UTC
mdocml: look at COHERENT troff
2015-04-18 16:06 UTC
mdocml: florian want <img> tags for https://tlakh.xyz/p2k15.7.html
2015-04-16 20:36 UTC
mdocml: Restore the page headers and page footers that accidentally got
2015-04-16 20:22 UTC
mdocml: shorten "outdated mandoc.db" warning message; requested by
2015-04-16 16:36 UTC
mdocml: Do not mistreat empty arguments to font alternating macros as
2015-04-06 22:06 UTC
mdocml: On a new RS nesting level, the saved width starts from the
2015-04-06 14:59 UTC
mdocml: Use the default width for .RS without arguments
2015-04-06 13:35 UTC
mdocml: If a partial explicit block extending to the next input line
2015-04-05 23:05 UTC
mdocml: Reduce code duplication, no functional change: Both partial and
2015-04-05 22:44 UTC
mdocml: Arguments to end macros of broken partial explicit blocks must
2015-04-05 14:44 UTC
mdocml: allow using an alternate mandoc binary
2015-04-05 9:30 UTC
mdocml: Give man(7) section and subsection headers hanging indentation
2015-04-04 18:53 UTC
mdocml: Rounding rules for horizontal scaling widths are more
2015-04-04 17:47 UTC
mdocml: Don't allow breaking the output line after hyphens following
2015-04-04 13:54 UTC
mdocml: Fix a quirk with respect to empty .HP
2015-04-04 11:45 UTC
mdocml: Vastly simplify man(7) block unwinding, similar to mdoc_macro.c
2015-04-03 23:19 UTC
mdocml: It turns out the man(7) parser suffers from unintelligible
2015-04-03 17:01 UTC
mdocml: portability: word boundaries in regular expressions
2015-04-03 12:41 UTC
mdocml: No need to hardcode /usr/bin/ as the path to more(1); helps
2015-04-03 8:46 UTC
mdocml: Third step towards parser unification: Replace struct mdoc_meta
2015-04-02 23:48 UTC
mdocml: Second step towards parser unification: Replace struct mdoc_node
2015-04-02 22:48 UTC
mdocml: First step towards parser unification: Replace enum mdoc_type
2015-04-02 21:37 UTC
mdocml: Let man(1) and apropos(1) work even when the current directory
2015-04-01 12:49 UTC
mdocml: Escape punctuation characters that have a different meaning in
2015-03-30 16:06 UTC
mdocml: refering -> referring; patch from jmc@
2015-03-27 21:40 UTC
mdocml: Actually use the new man.conf(5) "output" directive
2015-03-27 21:33 UTC
mdocml: Parse the new man.conf(5) "output" directive
2015-03-27 17:37 UTC
mdocml: Modernize documentation by inserting blanks between option
2015-03-27 16:37 UTC
mdocml: various tweaks from jmc@
2015-03-27 16:29 UTC
mdocml: oops, forgot to apply the actual patch
2015-03-27 1:01 UTC
mdocml: Document that certain stand-alone accents need escaping in rare
2015-03-27 0:57 UTC
mdocml: Add man.conf(5)
2015-03-27 0:18 UTC
mdocml: Add a new directive "manpath path" to replace the legacy
2015-03-26 22:43 UTC
mdocml: make MANPATH_DEFAULT compile-time configurable
2015-03-22 18:15 UTC
mdocml: when there is no -m, no -M, no MANPATH and no /etc/man.conf,
2015-03-21 17:20 UTC
mdocml: vasprintf(3) needs _GNU_SOURCE on Linux; pointed out by
2015-03-20 15:32 UTC
mdocml: Patch from Christian Neukirchen <chneukirchen at gmail dot com>:
2015-03-20 15:25 UTC
mdocml: The .PD macro can occur in next-line scope
2015-03-20 14:48 UTC
mdocml: Simplify by almost halving the number of macro flags: 1
2015-03-20 12:54 UTC
mdocml: Compat glue needed for Solaris 9 and 10
2015-03-19 14:58 UTC
docbook2mdoc: zap trailing whitespace; verified with diff -b; patch from
2015-03-19 10:05 UTC
pod2mdoc: zap trailing whitespace; verified with diff -b; patch from
2015-03-19 9:59 UTC
texi2mdoc: zap trailing whitespace; verified with diff -b; patch from
2015-03-19 9:54 UTC
mdocml: We always use FTS_NOCHDIR, so delete the directory changing
2015-03-18 19:30 UTC
mdocml: Pass the CC set in configure.local to Makefile.local
2015-03-18 17:14 UTC
mdocml: Simplify: Now that rc is global anyway, no need to pass it
2015-03-17 13:36 UTC
mdocml: When the user exits the pager before the pager has drained all
2015-03-17 7:33 UTC
mdocml: naddy@ found a tough problem - fittingly, in cobfusc(1)
2015-03-16 14:51 UTC
mdocml: Avoid off-by-one read access to the termacts array, which could
2015-03-15 16:54 UTC
mdocml: Remove the first comma from constructs like ", and," and ",
2015-03-13 20:20 UTC
mdocml: release 1.13.3
2015-03-13 12:36 UTC
texi2mdoc: Protect recursive printindex
2015-03-13 8:13 UTC
texi2mdoc: Fix some buffer overruns found by AFL
2015-03-13 8:08 UTC
mdocml: Fix hardlink detection on platforms having padding in struct
2015-03-13 0:20 UTC
texi2mdoc: Properly use natural ordering for the navigation section
2015-03-12 10:45 UTC
texi2mdoc: First, integrate the new `Xr' notation for linking to
2015-03-12 4:24 UTC
mdocml: When manpath(1) is available, enable HAVE_MANPATH even when
2015-03-11 13:16 UTC
mdocml: When interpreting the -O argument as a macro name fails, fall
2015-03-11 13:11 UTC
mdocml: Fix previous: size_t is often narrower than off_t
2015-03-11 13:05 UTC
texi2mdoc: Enormous patch (re-)fixing (again) the vertical space issue,
2015-03-11 12:52 UTC
mdocml: The st_size member of struct stat is off_t, which is signed, all
2015-03-10 14:18 UTC
mdocml: We can keep track of the pager PID without additional
2015-03-10 13:50 UTC
mdocml: Fix a regression caused in rev
2015-03-10 3:02 UTC
mdocml: update for 1.13.3
2015-03-09 21:00 UTC
mdocml: use \(dq rather than \*q; patch from bentley@
2015-03-09 20:17 UTC
texi2mdoc: Prevent empty Bd/Ed listing after type definition
2015-03-09 18:55 UTC
texi2mdoc: Protect against macros being inadvertently invoked on a macro
2015-03-07 11:53 UTC
texi2mdoc: Be more careful when we emit newlines before tables
2015-03-07 11:50 UTC
mdocml: Fix vertical spacing at the beginning of tables
2015-03-06 15:49 UTC
mdocml: In mdoc(7), don't mistreat negative .sp arguments as large
2015-03-06 13:09 UTC
mdocml: prevent the skipvsp flag from creeping past actual text
2015-03-06 13:03 UTC
mdocml: Flush the line preceding a table before clearing the right
2015-03-06 11:03 UTC
mdocml: Allow compilation on Mac OS X, which doesn't have MACHINE
2015-03-06 9:25 UTC
texi2mdoc: Convert `--' and `---' to en-dash and em-dash, respectively,
2015-03-05 15:18 UTC
texi2mdoc: First stab at properly handling the superfluous `Pp' problem:
2015-03-05 9:37 UTC
texi2mdoc: Properly insert the @copying block
2015-03-05 8:36 UTC
texi2mdoc: Don't print out defindex tokens--just save them
2015-03-05 8:19 UTC
mdocml: in eqn, "prime" is equivalent to \(fm, and - is equivalent to
2015-03-04 12:20 UTC
texi2mdoc: New sentence, new line
2015-03-03 22:37 UTC
mdocml: If an eqn(7) starts on a new input line, be sure to output
2015-03-03 21:12 UTC
texi2mdoc: Fix bad access to memory
2015-03-03 15:21 UTC
texi2mdoc: Account for @item a=@var{foo} and similar by using a `Ns'
2015-03-03 15:04 UTC
texi2mdoc: Allow for @sc{} to properly uppercase as requested by
2015-03-02 18:13 UTC
mdocml: If a non-gz manual is read after a gzipped manual, refrain from
2015-03-02 14:50 UTC
texi2mdoc: Minor bug-fixes: empty macros still have brackets parsed,
2015-03-01 16:58 UTC
texi2mdoc: Allow @value in the settitle block as found in GMP
2015-03-01 13:40 UTC
texi2mdoc: Reflect reality in manpage
2015-03-01 0:26 UTC
texi2mdoc: Add initial (and rather crude) support to print
2015-03-01 0:25 UTC
texi2mdoc: When using @def style commands, indent the "explanation"
2015-02-28 13:17 UTC
texi2mdoc: Have @math mode properly interpret commands and match
2015-02-28 8:42 UTC
texi2mdoc: Prevent infinite macro expansion by incrementing a "depth" of
2015-02-28 0:03 UTC
texi2mdoc: Fix a potential crash found by AFL
2015-02-27 19:29 UTC
mdocml: When makewhatis(8) scans a tree, ignore trailing garbage on
2015-02-27 16:22 UTC
mdocml: When man(1) and apropos(1) look for a file man1/foo.1 but it's
2015-02-27 16:02 UTC
texi2mdoc: Have Makefile install source as 0644 (thanks Sviatoslav
2015-02-26 10:43 UTC
texi2mdoc: Make sure we get syncodeindex bindings into our defindexes
2015-02-26 10:42 UTC
page: next (older) | prev (newer) | 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).