source@mandoc.bsd.lv
 help / color / mirror / Atom feed
mdocml: Beagle has been replaced by armv7; from patrick@
 2013-09-16 22:12 UTC 

mdocml: One of the WARNING messages has to use the word "section" twice
 2013-09-16  0:25 UTC 

mdocml: Use normal line macro recognition, do not attempt to roll your
 2013-09-15 18:48 UTC 

mdocml: Block closing macros do not allocate a new node but finish an
 2013-09-15 18:26 UTC 

mdocml: For some mdoc(7) macros, it is (unfortunately) semantically
 2013-09-15 17:33 UTC 

mdocml: Move the last column-counting members of struct termp (col and
 2013-08-21 21:20 UTC 

mdocml: Use text production macros to document themselves
 2013-08-14 15:08 UTC 

mdocml: Implement the roff(7) font-escape sequence \f(BI "bold+italic"
 2013-08-08 20:07 UTC 

mdocml: After a leading blank on an output line, the first word was
 2013-08-05 23:36 UTC 

mdocml: Put .%C before .%D in .Rs output because that's the usual order
 2013-08-05 14:36 UTC 

mdocml: jca@ found .as .shift .while in ratpoison(1)
 2013-07-14 11:57 UTC 

mdocml: tedu@ says: "whatis pool" doesn't work
 2013-07-14  9:36 UTC 

mdocml: For citing the names and email addresses of authors,
 2013-07-13 19:41 UTC 

mdocml: Rudimentary implementation of the .it request (input line trap)
 2013-07-13 12:52 UTC 

mdocml: Simple partial sync with OpenBSD: * Again accept suffixes on the
 2013-07-05  9:33 UTC 

mdocml: For the strings table, ohash_init is only called in ofmerge(),
 2013-07-02 13:26 UTC 

mdocml: Turning off synchronous mode logically belongs to opening the
 2013-07-02 12:58 UTC 

mdocml: fixed in mandoc.c rev
 2013-07-02 12:22 UTC 

mdocml: Restore the check whether each page added to the database is
 2013-07-02 11:40 UTC 

mdocml: Parse for the closing delimiter `\}' for conditionals even when
 2013-06-27  9:49 UTC 

mdocml: sort missing roff requests, and add some usage info
 2013-06-22 10:05 UTC 

mdocml: A very simple utility script to automatically compare groff and
 2013-06-22  8:54 UTC 

mdocml: Improve handling of the roff(7) "\t" escape sequence: * Parsing
 2013-06-20 22:39 UTC 

mdocml: Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1q
 2013-06-19 21:20 UTC 

mdocml: The mdoc_handler flags are unused and will never be used
 2013-06-07  5:27 UTC 

mdocml: In .Xr database entries, mention the manual section again; the
 2013-06-07  4:51 UTC 

mdocml: The string hash table is only needed to combine multiple
 2013-06-07  1:01 UTC 

mdocml: Optimize stradds() and putkeys() to not call ohash_qlookupi()
 2013-06-06 19:00 UTC 

mdocml: Drop wordaddbuf() which is identical to putkeys()
 2013-06-06 17:51 UTC 

mdocml: In dbopen(), check success of remove("mandoc.db~")
 2013-06-06 15:15 UTC 

mdocml: No point in inventing yet another file name for the database
 2013-06-06 14:27 UTC 

mdocml: In parse_catpage(), the comment saying that the filename would
 2013-06-06  2:40 UTC 

mdocml: The return value from parse_man() is completely unused, so make
 2013-06-05 21:21 UTC 

mdocml: Two sanity checks got lost in treescan() during the switch from
 2013-06-05 20:27 UTC 

mdocml: Add back the realpath() checks that got lost during the change
 2013-06-05 17:48 UTC 

mdocml: Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from
 2013-06-05  2:00 UTC 

mdocml: Changing existing SQLite databases was utterly broken: 1) SQL
 2013-06-03 22:51 UTC 

mdocml: Starting the preparations to integrate this into OpenBSD
 2013-06-03 19:01 UTC 

mdocml: Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character
 2013-06-02 18:16 UTC 

mdocml: Sync to OpenBSD, no functional change: * Add the missing
 2013-06-02  3:52 UTC 

mdocml: Note where these functions are declared and implemented
 2013-06-02  3:48 UTC 

mdocml: This file contains too much complexity
 2013-06-01 22:57 UTC 

mdocml: Use a standard locale name, "UTF-8" is an ugly non-standard
 2013-06-01 14:27 UTC 

mdocml: latex2man.1 - oh boy
 2013-06-01  5:56 UTC 

mdocml: Some documentation of the tbl parser
 2013-06-01  5:44 UTC 

mdocml: If a table contained at least one complete line and on its last
 2013-06-01  4:56 UTC 

mdocml: More cleanup: Consistently use the name "struct tbl_node *tbl"
 2013-05-31 22:08 UTC 

mdocml: The name "struct tbl" was badly misleading for two reasons: 1)
 2013-05-31 21:37 UTC 

mdocml: Reject non-printable characters found in the input stream even
 2013-05-30  3:52 UTC 

mdocml: Sync to OpenBSD: * Guard <sys/param.h> inclusion by #ifdef
 2013-05-29 22:48 UTC 

mdocml: Simplify condition, avoid duplicate code; no functional change
 2013-05-29 16:11 UTC 

mdocml: In SYNOPSIS mode, .Ek doesn't end a keep
 2013-05-29 15:40 UTC 

mdocml: In keep mode, if any text is printed (even in NOSPACE mode), any
 2013-05-29 15:17 UTC 

mdocml: Support .Bl -offset in -mdoc -Tman
 2013-05-19 21:40 UTC 

mdocml: Move printing of the .RS macro into print_offs() such that
 2013-05-19 21:07 UTC 

mdocml: Should termp_xx_pre() ever get called for a macro it cannot
 2013-05-18 17:47 UTC 

mdocml: Remove the variable sz because it's invariantly == 0, along with
 2013-05-18 17:08 UTC 

mdocml: Even though the size of a pointer should not depend on the type
 2013-05-18 16:40 UTC 

mdocml: - (mdoc.7) fix Xr to self - double word fix from jmc@
 2013-04-28  7:54 UTC 

mdocml: Cavium Octeon (new architecture in OpenBSD); from jmc@
 2013-03-27  0:19 UTC 

mdocml: legancy -> legacy; reported by Chris Hettrick
 2013-03-06  8:08 UTC 

mdocml: In literal mode (.nf), each input line must be kept together on
 2013-01-05 22:19 UTC 

mdocml: Rewrite indentation handling for nested lists in a more
 2012-12-31 22:34 UTC 

mdocml: Do not crash on stray .Ta macros found outside column lists
 2012-11-19 22:30 UTC 

mdocml: In groff, trying to redefine standard man(7) macros before .TH
 2012-11-19 17:57 UTC 

mdocml: sync usage(), and tidy up the output a little; from jmc@
 2012-11-19 17:22 UTC 

mdocml: In -Tman mode, support automatic word keeps in the SYNOPSIS just
 2012-11-19  2:14 UTC 

mdocml: Three portability improvements by millert@: * Use "\\ " not
 2012-11-19  2:08 UTC 

mdocml: Make the generated man(7) code more portable by using .PD
 2012-11-18 19:34 UTC 

mdocml: Correct indentation for lists and displays inside lists
 2012-11-18 18:02 UTC 

mdocml: Fix four small whitespace issues related to trailing punctuation
 2012-11-18  0:05 UTC 

mdocml: Cleanup naming of local variables to make the code easier on the
 2012-11-17  0:26 UTC 

mdocml: Warn about unknown volume or arch in Dt macro arguments; patch
 2012-11-16 22:21 UTC 

mdocml: End of sentence spacing after trailing punctuation after .In and
 2012-11-16 18:44 UTC 

mdocml: Two more macros (.Ap and .In) do trailing delimiter handling
 2012-11-16 18:41 UTC 

mdocml: Improve formatting of badly nested font blocks
 2012-11-16 17:16 UTC 

mdocml: Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by
 2012-11-16 13:40 UTC 

mdocml: crash caused by .Ta outside .Bl
 2012-11-04 18:58 UTC 

mdocml: freeciv wants .UR/.UE too; from bentley@
 2012-10-31  9:20 UTC 

mdocml: minor EOS issue reported by Nicolas Joly
 2012-10-12 16:45 UTC 

mdocml: 1) Remove documentation of the groff-1.15 compatibility quirk of
 2012-08-29 23:38 UTC 

mdocml: .Sq should use curly right quotes in HTML output to match its
 2012-08-12 10:04 UTC 

mdocml: document .PD; related to man_term.c rev
 2012-07-29 13:37 UTC 

mdocml: Implement .PD for -Tascii
 2012-07-29 12:35 UTC 

mdocml: Drop empty .IP such that is does not cause additional vertical
 2012-07-18 16:52 UTC 

mdocml: Drop .sp and .br right after .SH and .SS
 2012-07-18 16:41 UTC 

mdocml: Let a trailing .Ns macro take effect even on an input line
 2012-07-18 16:20 UTC 

mdocml: Fix handling of paragraph macros inside lists: * When they are
 2012-07-18 11:11 UTC 

mdocml: The mdoc(7) \*(Ba predefined string actually forces roman font;
 2012-07-18 10:39 UTC 

mdocml: Always fix the man(7) subsection header (.SS) indent to 3n, do
 2012-07-16 21:59 UTC 

mdocml: In flush-left mode of both man(7) and mdoc(7), when an output
 2012-07-16 21:30 UTC 

mdocml: For .El .sp, avoid the weird .sp -1v .PP .PP output sequence
 2012-07-16 10:45 UTC 

mdocml: Several -mdoc parser improvements related to vertical spacing: *
 2012-07-16  9:51 UTC 

mdocml: Translate blank input lines to .sp just like in mdoc(7), and
 2012-07-14 10:47 UTC 

mdocml: In -Tman .Bl -compact, skip the blank line only before the first
 2012-07-14  9:07 UTC 

mdocml: Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by
 2012-07-13 23:57 UTC 

mdocml: If the tag in .Bl -tag .It would leave exactly one blank before
 2012-07-13 20:43 UTC 

mdocml: In -man -Tascii, support .sp with negative argument
 2012-07-13 14:19 UTC 

mdocml: The post_nm() validation function crashed when the first .Nm
 2012-07-12 15:11 UTC 

mdocml: Do not crash in -Tman on: * .Fn with exactly one argument * .Bl
 2012-07-12  8:55 UTC 

mdocml: Polish -Tman .Rs support
 2012-07-11 23:46 UTC 

mdocml: fix position and formatting of %U; OpenBSD rev
 2012-07-11 16:57 UTC 

mdocml: basic implementation of -Tman .Bl -column using tbl(7); OpenBSD
 2012-07-11 16:19 UTC 

mdocml: basic implementation of -Tman .Bl -tag while here, do some minor
 2012-07-10 20:37 UTC 

mdocml: multiple fixes to -Tascii .HP rendering: * do not add an
 2012-07-10 19:54 UTC 

mdocml: Remove a hack that was intended for groff-1.15 bug
 2012-07-10 15:35 UTC 

mdocml: * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen
 2012-07-10 14:38 UTC 

mdocml: fix -Tascii .Fd line breaking and implement -Tman .Fd OpenBSD
 2012-07-09 23:53 UTC 

mdocml: implement -Tman .Eo and .Ec; OpenBSD rev
 2012-07-09 22:36 UTC 

mdocml: Implement -Tman .Bf
 2012-07-09 18:56 UTC 

mdocml: fix -Tman font handling for: .Ad .Ar .Cd .Cm .Dv .Em .Er .Ev .Fa
 2012-07-09 17:53 UTC 

mdocml: implement -Tman .No and .Mt; OpenBSD rev
 2012-07-09  9:31 UTC 

mdocml: fix .Lk for -Tascii and implement it for -Tman OpenBSD rev
 2012-07-08 22:49 UTC 

mdocml: fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va
 2012-07-08 18:39 UTC 

mdocml: implement -Tman .An also reset -[no]split mode at .Sh AUTHORS in
 2012-07-08 16:52 UTC 

mdocml: Add flags to insert a .sp or .br request before the next output,
 2012-07-08 15:48 UTC 

mdocml: Instead of adding one integer variable for each global boolean
 2012-07-08 15:01 UTC 

mdocml: implement -Tman .Va and fix -Tman .Vt for the non-SYNOPSIS case
 2012-07-08 13:57 UTC 

mdocml: implement -Tman .Vt; OpenBSD rev
 2012-07-08 11:10 UTC 

mdocml: Basic implementation of -Tman .Fo and .Fa; again, some blank
 2012-07-08 10:19 UTC 

mdocml: rudimentary support for -Tman .Ft and .Fn; some blank lines are
 2012-07-07 21:16 UTC 

mdocml: basic support for -Tman .In; OpenBSD rev
 2012-07-07 20:36 UTC 

mdocml: after .Lb in library section, break the line in the final output
 2012-07-07 14:05 UTC 

mdocml: implement -Tman .Bk; OpenBSD rev
 2012-07-07 13:57 UTC 

mdocml: implement -Tman .Sm; OpenBSD rev
 2012-07-07 13:53 UTC 

mdocml: implement -Tman .Bd -offset and -compact; OpenBSD rev
 2012-07-07 13:46 UTC 

mdocml: minor -mdoc -Tman fixes * right after .Ns, avoid breaking the
 2012-07-07 13:37 UTC 

mdocml: When i moved some low-level stuff from mdoc(7) and man(7) to
 2012-06-20 22:06 UTC 

mdocml: Add `cc' support
 2012-06-12 20:21 UTC 

mdocml: Fix typo (back-space -> backslash)
 2012-06-12 19:50 UTC 

mdocml: Fix an assert() raised by `RS' when following `TP'
 2012-06-12 12:47 UTC 

mdocml: Allow compilation on Mac OSX
 2012-06-09 17:49 UTC 

mdocml: Stop producing xhtml/pdf/etc for webpage (logs indicate that
 2012-06-09 14:19 UTC 

mdocml: Merge whatis.1 into apropos.1 (and remove), add whatis bits to
 2012-06-09 14:11 UTC 

mdocml: While I'm rooting around, note that we depend on sqlite3 now,
 2012-06-09 11:30 UTC 

mdocml: Remove catman(8): it's superfluous
 2012-06-09 11:27 UTC 

mdocml: Ths SYNCHRONOUS = off optimisation fails on my Mac OSX
 2012-06-09 11:23 UTC  (2+ messages)

mdocml: Make test-ohash.c work on OpenBSD (it now works on have/havenots
 2012-06-09 11:02 UTC 

mdocml: Add a compatibility interface for ohash
 2012-06-09 11:00 UTC 

mdocml: Turn off sqlite3 synchronous mode when creating a new database
 2012-06-08 15:06 UTC 

mdocml: Allow mansearch to fail if invariancy (cwd) is violated
 2012-06-08 14:14 UTC 

mdocml: Use C99 syntax for declaring the string-hash key array
 2012-06-08 12:05 UTC 

mdocml: Remove lint from Makefile
 2012-06-08 10:47 UTC 

mdocml: Flip apropos to use mansearch instead of apropos_db
 2012-06-08 10:44 UTC 

mdocml: Re-tooled mandocdb using sqlite3 and ohash
 2012-06-08 10:43 UTC 

mdocml: Add a new mansearch.h interface, which replaces apropos_db.c
 2012-06-08 10:36 UTC 

mdocml: Use size_t in catman to match manpath.h
 2012-06-08 10:33 UTC 

mdocml: Use size_t in manpath instead of int
 2012-06-08 10:32 UTC 

mdocml: forgot to commit one request bu espie@
 2012-06-05 21:29 UTC 

mdocml: Close a preceding implicit block before opening an explicit
 2012-06-03  9:52 UTC 

mdocml: Minimal implementation of .EX and .EE for GNU compatibility
 2012-06-02 20:16 UTC 

mdocml: Fix blank line handling in .if
 2012-05-31 22:41 UTC 

mdocml: While i already got my fingers dirty on mandoc_escape(), profit
 2012-05-31 22:38 UTC 

mdocml: Make recursive parsing of roff(7) escapes actually work in the
 2012-05-31 22:34 UTC 

mdocml: Implement the roff \z escape sequence, intended to output the
 2012-05-31 22:29 UTC 

mdocml: catch up with the changed interface of mparse_alloc(), see
 2012-05-31 22:27 UTC 

mdocml: .if vertical spacing now fixed in OpenBSD
 2012-05-31  1:54 UTC 

mdocml: clarify two entries related to roff(7) escapes
 2012-05-28 23:09 UTC 

mdocml: Fix the vertical spacing around tbl(7) instances in man(7)
 2012-05-27 18:02 UTC 

mdocml: Correct width of horizontal spans; relevant in case of centered
 2012-05-27 17:59 UTC 

mdocml: Do not handle vertical lines as additional tbl(7) columns,
 2012-05-27 17:54 UTC 

mdocml: Support -Ios='OpenBSD 5.1' to override uname(3) as the source of
 2012-05-27 17:48 UTC 

mdocml: update Copyright years according to the CVS logs; no code change
 2012-05-27 17:39 UTC 

mdocml: Horizontal spacing of tables was fixed in tbl_term.c rev
 2012-05-27 15:20 UTC 

mdocml: The .\} -> .\& -> pset() bug reported by naddy has already been
 2012-05-27 14:42 UTC 

mdocml: Discourage the use of esr's man-ext macros: If man(7) has any
 2012-04-15 21:24 UTC 

mdocml: The -width and -offset macro arguments consume the next argument
 2012-04-15 15:26 UTC 

mdocml: Being reluctant to add yet more trailing whitespace, i rather
 2012-04-15 13:30 UTC 

mdocml: Some documentation nits
 2012-03-25  0:48 UTC 

mdocml: Fix lookup not to use full-out regexp search
 2012-03-25  0:46 UTC 

mdocml: FreeBSD, NetBSD and DragonFly use the same names as Linux
 2012-03-24  6:23 UTC 

mdocml: Forgot chdir(2) into volume path
 2012-03-24  2:18 UTC 

mdocml: Small tweaks for release
 2012-03-24  2:07 UTC 

mdocml: Get ready for a version
 2012-03-24  1:54 UTC 

mdocml: Be insane
 2012-03-24  1:46 UTC 

mdocml: Simplify by not pre-filtering the result vector for satisfied
 2012-03-24  0:31 UTC 

mdocml: Whitespace fix
 2012-03-24  0:30 UTC 

mdocml: Knock out useless & confusing whatis mode
 2012-03-23  9:03 UTC 

mdocml: Improve mandocdb's ability to handle NAME sections by sucking
 2012-03-23  6:52 UTC 

mdocml: Make the `-width' field to `Bl' not puke if it doesn't have an
 2012-03-23  5:50 UTC 

mdocml: Clean up code a bit by pushing warnings into WARNING macro
 2012-03-23  5:45 UTC 

mdocml: Merge some/most of schwarze@'s OpenBSD changes into mandoc: many
 2012-03-23  5:07 UTC 

mdocml: Remove some Mac OS crap in the Makefile
 2012-03-23  5:05 UTC 

mdocml: Don't run superfluous mkdir when installing
 2012-03-23  2:53 UTC 

mdocml: Revert to mandocdb.{index,db} for database files
 2012-03-23  2:52 UTC 

mdocml: two reminders
 2012-03-04 23:53 UTC 

mdocml: Correct the expansion of -xbd5; from Philip Guenther <guenther
 2012-02-26 21:47 UTC 

mdocml: Add mparse_readmem, which allows application to run the parser
 2012-02-16 20:51 UTC 

mdocml: Don't silently skip non-ASCII characters, but replace them with
 2012-02-05 16:46 UTC 

mdocml: Add libquota
 2012-01-28 23:46 UTC 

mdocml: Add libisns, libppath and libsaslc from NetBSD
 2012-01-28 14:04 UTC 

mdocml: Add x86 pseudo architecure
 2012-01-28 14:02 UTC 

mdocml: Add entry about the .TP / .RS crash before I forget about it
 2012-01-23  1:41 UTC 

mdocml: Reflect reality, mandoc_escape does not skip the "\" itself, but
 2012-01-13 15:27 UTC 

mdocml: Fix previous such that all .It HEADs are unparsed, not just the
 2012-01-05  0:43 UTC 

mdocml: Local variable initialisation
 2012-01-03 15:17 UTC 

mdocml: Add support for `OP', one of the extended man macros
 2012-01-03 15:16 UTC 

mdocml: Accommodate for ISO C11
 2012-01-03 10:18 UTC 

mdocml: `-diag' lists aren't parsed, unlike other list types
 2012-01-02 15:48 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).