source@mandoc.bsd.lv
 help / color / mirror / Atom feed
mdocml: Oops, sorry, revert previous and commit the correct patch: At
 2014-04-15 23:51 UTC 

mdocml: At the end of mansearch(), fchdir() back to where we started
 2014-04-15 23:48 UTC 

mdocml: remove documentation of the former macro key "NAME"; it got
 2014-04-15 23:02 UTC 

mdocml: Document the database format and SQL code generation; suggested
 2014-04-15 20:18 UTC 

mdocml: Using macros in .Sh header lines, or having .Sm off or .Bk
 2014-04-15  0:41 UTC 

mdocml: Unify description handling across all document types (mdoc, man,
 2014-04-13 22:03 UTC 

mdocml: better error reporting in case of SQL errors: mention dir and
 2014-04-13 20:55 UTC 

mdocml: Further apropos(1) speed optimization was trickier than
 2014-04-11 15:46 UTC 

mdocml: Next speed optimization step for the new apropos(1)
 2014-04-10  2:46 UTC 

mdocml: After careful gprof(1)ing of the new apropos(1), move the
 2014-04-09 21:50 UTC 

mdocml: Add a new term_flushln() flag TERMP_BRIND (if break, then
 2014-04-08  7:13 UTC 

mdocml: If the SYNOPSIS section contains an excessively long .Nm, adjust
 2014-04-08  4:40 UTC 

mdocml: Fully implement the \B (validate numerical expression) and
 2014-04-08  1:37 UTC 

mdocml: We already supported (outer) user-defined strings containing
 2014-04-07 21:00 UTC 

mdocml: Make it clear which errors come from which tool
 2014-04-07 18:26 UTC 

mdocml: Accept arbitrary argument delimiters for various roff(7) escape
 2014-04-07 17:51 UTC 

mdocml: Almost complete implementation of roff(7) numerical expressions
 2014-04-07 15:07 UTC 

pod2mdoc: Run version
 2014-04-07 12:07 UTC 

pod2mdoc: Properly consume whitespace at the end of ignored format codes
 2014-04-07 11:58 UTC 

pod2mdoc: Allow (ignored) nested escapes in L<>
 2014-04-07 11:46 UTC 

mdocml: bugfix: make sure all variables are properly initialized when
 2014-04-05 21:18 UTC 

mdocml: Implement the roff(7) .rr (remove register) request
 2014-04-05 20:34 UTC 

mdocml: In -p (picky) mode, warn unless each filename (aka mlink)
 2014-04-04 18:23 UTC 

mdocml: Warn about missing mlinks
 2014-04-04 16:43 UTC 

mdocml: Remember which names are in the NAME section
 2014-04-04 15:55 UTC 

mdocml: merge OpenBSD rev
 2014-04-04 15:51 UTC 

mdocml: When the -n or -t flag is given to makewhatis(8), write names
 2014-04-04  2:31 UTC 

mdocml: Instead of silently doing nothing at all, warn and return
 2014-04-03 21:45 UTC 

pod2mdoc: Translate leading #include statements in verbatim SYNOPSIS
 2014-04-03 16:50 UTC 

mdocml: Rename the -W option to -p (mnemonics: picky, print to stderr):
 2014-04-03 16:27 UTC 

mdocml: The -v option of mandocdb(8) clashes with the -v option of
 2014-04-03 15:37 UTC 

mdocml: document -Q and -T; from OpenBSD
 2014-04-03 15:24 UTC 

pod2mdoc: Tweak for version: time to put this to rest for a bit
 2014-04-03 11:55 UTC 

pod2mdoc: Account for sections as well as links
 2014-04-03 11:34 UTC 

pod2mdoc: Lots of L<> power: intuit manual links, Perl links,
 2014-04-03 10:17 UTC 

pod2mdoc: Clean up the link handler to omit the title
 2014-04-02 22:36 UTC 

pod2mdoc: Accomodate for multiple names in the NAME section
 2014-04-02 20:32 UTC 

pod2mdoc: Swallow trailing comma or period after a macro line instead of
 2014-04-02 16:41 UTC 

pod2mdoc: Pick out the first B<> as an Nm when in SYNOPSIS
 2014-04-02 14:50 UTC 

docbook2mdoc: Improve (and fix) manpage and index page
 2014-04-02 12:27 UTC 

docbook2mdoc: Add <sgmltag> and (ignore) <anchor>
 2014-04-02 12:12 UTC 

docbook2mdoc: Add caution, note, tip, refsect3, refsection, warning
 2014-04-02 10:59 UTC 

docbook2mdoc: Add <quote>
 2014-04-02 10:27 UTC 

docbook2mdoc: Add <application> and a README for adding new nodes
 2014-04-02 10:06 UTC 

pod2mdoc: Fix typo
 2014-04-02  8:17 UTC 

pod2mdoc: Sneak in Makefile easification
 2014-04-02  8:15 UTC 

pod2mdoc: Bumping version: more smarties
 2014-04-02  8:14 UTC 

docbook2mdoc: Push tables into release
 2014-04-02  7:55 UTC 

docbook2mdoc: Add <varname>
 2014-04-02  7:52 UTC 

docbook2mdoc: Initial support for tables
 2014-04-02  7:48 UTC 

pod2mdoc: Make sure that SYNOPSIS flags are really flags and default to
 2014-04-01 19:50 UTC 

pod2mdoc: Smarts: notice, in a SYNOPSIS, that we're an optional block
 2014-04-01 13:05 UTC 

pod2mdoc: Remove a condition branch already accepted at the start of
 2014-04-01 11:58 UTC 

pod2mdoc: Make state's "isname" field into a "known section" field
 2014-04-01  8:31 UTC 

mdocml: Support the CONTEXT section for kernel manual pages found in
 2014-03-31  1:05 UTC 

mdocml: Improve formatting of broken blocks in -Tman, somewhat similar
 2014-03-30 23:34 UTC 

mdocml: Allow ERRORS in section 4; OpenBSD rev
 2014-03-30 23:28 UTC 

mdocml: Support relative arguments to .ll (increase or decrease line
 2014-03-30 21:28 UTC 

mdocml: Implement the roff(7) .ll (line length) request
 2014-03-30 19:47 UTC 

mdocml: Allow leading and trailing vertical lines, and format them in
 2014-03-28 23:26 UTC 

mdocml: Properly initialize malloc(3)ed memory
 2014-03-28 19:17 UTC 

mdocml: Without bloating mandoc(1) itself, let mandocdb(8) support files
 2014-03-26 21:39 UTC 

mdocml: Improve error reporting
 2014-03-26 20:53 UTC 

mdocml: Skip leading escape sequences in man_deroff()
 2014-03-23 20:57 UTC 

mdocml: Retire the old concat() function
 2014-03-23 15:14 UTC 

mdocml: If an .Nd block contains macros, avoid fragmented entries in
 2014-03-23 12:44 UTC 

mdocml: backport man(7) .Nd improvement
 2014-03-23 12:37 UTC 

mdocml: If a man(7) NAME section contains macros, avoid truncated or
 2014-03-23 12:26 UTC 

mdocml: needs mandoc_aux, too
 2014-03-23 12:19 UTC 

mdocml: avoid repetitive code for asprintf error handling
 2014-03-23 12:11 UTC 

mdocml: introduce mandoc_aux to 1.12
 2014-03-23 12:04 UTC 

mdocml: The files mandoc.c and mandoc.h contained both specialised
 2014-03-23 11:59 UTC 

mdocml: The files mandoc.c and mandoc.h contained both specialised
 2014-03-23 11:25 UTC 

mdocml: Remove currently unimplemented macros from the lists of
 2014-03-20  2:57 UTC 

mdocml: Register pure .so pages as mlinks, not as mpages
 2014-03-19 22:33 UTC 

mdocml: cope with the mparse_result() interface change
 2014-03-19 22:24 UTC 

mdocml: Without the MPARSE_SO option, if the file contains nothing but a
 2014-03-19 22:20 UTC 

mdocml: cope with mparse_alloc() interface change
 2014-03-19 22:09 UTC 

mdocml: cope with mparse_alloc() interface change
 2014-03-19 22:05 UTC 

mdocml: Generalize the mparse_alloc() and roff_alloc() functions by
 2014-03-19 21:51 UTC 

mdocml: Allow checking that databases are up to date even when you have
 2014-03-18 16:56 UTC 

mdocml: in apropos(1) output, sort names and avoid multiple section
 2014-03-17 16:31 UTC 

mdocml: merge the applicable parts from HEAD
 2014-03-17  9:52 UTC 

mdocml: Sync to OpenBSD: * do not talk about shell globbing * describe
 2014-03-17  9:43 UTC 

mdocml: minor sync with HEAD, but keep the Berkeley DB parts
 2014-03-17  9:04 UTC 

mdocml: minor sync to OpenBSD
 2014-03-17  8:34 UTC 

mdocml: sync to OpenBSD: .ft is a roff(7) request, not a man(7) macro,
 2014-03-17  6:57 UTC 

mdocml: In -Tutf8 mode, make sure that hyphens get counted against the
 2014-03-13 19:23 UTC 

mdocml: new bug report from wiz@ regarding Tcl*(3)
 2014-03-08 21:54 UTC 

mdocml: In .nf mode, use the MAN_LINE flag to detect input line breaks
 2014-03-08 16:22 UTC 

mdocml: To find out whether .TP head arguments are same-line or
 2014-03-08 15:50 UTC 

mdocml: Improve .if/.ie condition handling
 2014-03-08  4:43 UTC 

mdocml: In roff_cond_sub(), make sure that the incorrect input sequence
 2014-03-07 18:37 UTC 

mdocml: Even on macro lines, \} must not cause whitespace
 2014-03-07 18:30 UTC 

mdocml: Three bugfixes related to the closing of conditional blocks: 1
 2014-03-07  2:22 UTC 

mdocml: In -Tutf8 mode, mandoc_char(7) named accent character escape
 2014-03-05 23:14 UTC 

mdocml: - remove index.html, is now part of the website repo - and some
 2014-03-03 19:09 UTC 

mdocml: - remove index.html, it is now part of the website repo -
 2014-03-03 18:53 UTC 

mdocml: MANDOCERR_BADTAB needs checking, but .UR/.UE is done
 2014-03-03 18:37 UTC 

mdocml: Move the regression suite to the attic
 2014-03-03 17:08 UTC 

mdocml: After Werner Lemberg accepted and committed some updates to the
 2014-02-16 14:26 UTC 

mdocml: when indenting, extend the right margin accordingly, when
 2014-02-16 12:33 UTC 

mdocml: document .as and .ce
 2014-02-14 23:50 UTC 

mdocml: Parse and ignore the roff(7) .ce request (center some lines)
 2014-02-14 23:24 UTC 

mdocml: Implement the roff(7) .as request (append to user-defined
 2014-02-14 23:05 UTC 

mdocml: Handle some predefined read-only number registers, e.g
 2014-02-14 22:27 UTC 

mdocml: use .At where appropriate; from Jan Stary <hans at stare dot cz>
 2014-02-14 17:35 UTC 

mdocml: Supplement the documentation of the .St macro by minimal
 2014-01-24 22:54 UTC 

mdocml: Implement the \: (optional line break) escape sequence,
 2014-01-22 21:02 UTC 

mdocml: Implement the \: (optional line break) escape sequence,
 2014-01-22 20:58 UTC 

mdocml: Treat the line after .Cd as a single argument
 2014-01-21 10:26 UTC 

mdocml: Keep words after .Ic together in a single argument
 2014-01-20 11:28 UTC 

mdocml: Change markup of some fixed strings from .Ar to .Cm
 2014-01-20  0:51 UTC 

mdocml: Always compare arch case-insensitively
 2014-01-19 23:09 UTC 

mdocml: Avoid the risk of trying to modify a literal string
 2014-01-19 22:48 UTC 

mdocml: Always store the arch in lower-case only
 2014-01-19 22:41 UTC 

mdocml: Get rid of the local keys table, use the new mansearch_const.c
 2014-01-19  1:18 UTC 

mdocml: Support a second -v on mandocdb(8) to show keys while they are
 2014-01-19  0:09 UTC 

mdocml: Cope with slightly broken NAME sections in man(7) pages having
 2014-01-18  8:55 UTC 

mdocml: Sort the macro keys by their real-world frequency to reduce the
 2014-01-18  8:23 UTC 

mdocml: Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys
 2014-01-18  8:21 UTC 

mdocml: Despite some experimenting, i'm unable to find any relevant
 2014-01-18  8:19 UTC 

mdocml: Remove useless use of strnlen(3)
 2014-01-11 22:16 UTC 

mdocml: Cache the result of uname(3) such that we don't need to call it
 2014-01-07  9:10 UTC 

mdocml: Gprof(1) is fun
 2014-01-06 23:56 UTC  (2+ messages)

mdocml: Another 18% speedup for mandocdb(8) -Q, found by gprof(1)
 2014-01-06 22:39 UTC 

mdocml: Another 25% speedup for mandocdb(8) -Q mode, found with
 2014-01-06 21:34 UTC 

mdocml: Do not sync to disk after each individual manual page (duh!),
 2014-01-06 20:53 UTC 

mdocml: Fix mandocdb(8) -d and -u
 2014-01-06 15:32 UTC 

mdocml: Rename dbindex() to dbadd() to be less confusing
 2014-01-06 13:54 UTC 

mdocml: Remove the redundant "file" column from the "mlinks" table
 2014-01-06  3:52 UTC 

mdocml: Drop Nd from the mpages table, it is still in the keys table
 2014-01-06  3:02 UTC 

mdocml: Joerg Sonnenberger contributed copyrightable amounts of text to
 2014-01-06  0:53 UTC 

mdocml: Cope with the mparse_alloc() interface change
 2014-01-05 21:30 UTC 

mdocml: Cope with mparse_alloc() interface change
 2014-01-05 20:41 UTC 

mdocml: Add an option -Q (quick) to mandocdb(8) for accelerated
 2014-01-05 20:26 UTC 

mdocml: Tag functions with format strings as arguments as printf-like
 2014-01-05 19:10 UTC 

mdocml: Merge NetBSD's r1.4: Rename data to getdata to work around bugs
 2014-01-05 18:37 UTC 

mdocml: Rip out the complete "reachable" checks, without replacement
 2014-01-05  4:48 UTC 

mdocml: Remove the obsolete file name column from the mpages table
 2014-01-05  4:13 UTC 

mdocml: Remove the obsolete sec and arch columns from the mpages table
 2014-01-05  3:25 UTC 

mdocml: Reimplement apropos -s NUM -S ARCH EXPR by internally converting
 2014-01-05  3:06 UTC 

mdocml: Put section and architecture info into the keys table, in
 2014-01-05  0:29 UTC 

mdocml: New implementation of complex search criteria using \(, \), -a
 2014-01-04 23:43 UTC 

mdocml: Put mansearch.{h,c}, manpage.c, and compat_ohash.{h,c} into the
 2014-01-04 15:00 UTC 

mdocml: Put ./configure into the distributin tarball
 2014-01-04 14:45 UTC 

mdocml: Put ./configure into the distribution tarball
 2014-01-04 14:44 UTC 

mdocml: Use C99 uint32_t, not BSD-style u_int32_t
 2014-01-04 14:09 UTC 

mdocml: Merge strnlen(3) configuration bits
 2014-01-04 13:49 UTC 

mdocml: Even though strnlen(3) is required by POSIX 2008, Matthias
 2014-01-04 13:40 UTC 

mdocml: Merge cleanup of feature tests to VERSION_1_12, resolving
 2014-01-04  1:24 UTC 

mdocml: Clean up feature tests: * Split the configure steering script
 2014-01-04  1:11 UTC 

mdocml: Avoid "utf8" in the names of a function and a struct member
 2014-01-02 22:44 UTC 

mdocml: Do not put UTF-8-encoded strings into the database by default,
 2014-01-02 22:19 UTC 

mdocml: Polish the mlink_add() interface: Allocate memory inside, not in
 2014-01-02 20:24 UTC 

mdocml: Check all MLINKS for consistency with the content of the manual
 2014-01-02 18:52 UTC 

mdocml: Since the functions in read.c are part of the mandoc(3) library,
 2014-01-02 16:29 UTC 

mdocml: Support .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor 1-2013"
 2013-12-31 23:29 UTC 

mdocml: Simplify: Remove an unused argument from the mandoc_eos()
 2013-12-31 23:23 UTC 

mdocml: Provide strcasestr(3) and strsep(3) for Solaris 10 compat;
 2013-12-31 23:19 UTC 

mdocml: Provide strcasestr(3) and strsep(3) for Solaris 10 compat;
 2013-12-31 23:03 UTC 

mdocml: Do not trigger end-of-sentence spacing by trailing punctuation
 2013-12-31 22:40 UTC 

mdocml: Yet another regression introduced by Kristaps when he switched
 2013-12-31 19:40 UTC 

mdocml: remove assignments that will be overwritten right afterwards,
 2013-12-31 18:07 UTC 

mdocml: update the link to the ISC license and note that the pkgsrc port
 2013-12-31 17:49 UTC 

mdocml: update the link to the ISC license and note that the pkgsrc port
 2013-12-31 17:47 UTC 

mdocml: Add missing description of .UR/.UE
 2013-12-31 15:17 UTC 

mdocml: release 1.12.3
 2013-12-31 11:28 UTC 

mdocml: release 1.12.3
 2013-12-31 11:23 UTC 

mdocml: Experimental feature to let apropos(1) show different keys than
 2013-12-31  3:41 UTC 

mdocml: Split buildnames() out of mansearch(); the latter function is
 2013-12-31  2:42 UTC 

mdocml: Oops, missed one: Remove duplicate const specifier from a call
 2013-12-30 18:44 UTC 

mdocml: Remove duplicate const specifiers from the declaration of
 2013-12-30 18:30 UTC 

mdocml: Oops, that segfaulted after deleting an mlink from the list
 2013-12-27 23:41 UTC 

mdocml: Split mlinks_undupe() out of mpages_merge() such that the check
 2013-12-27 20:35 UTC 

mdocml: Change the mansearch() interface to use the mlinks table in the
 2013-12-27 18:51 UTC 

mdocml: Save the MLINK name into the database, too; apropos(1) will need
 2013-12-27 18:42 UTC 

mdocml: Write more than one mlink per mpage to the database
 2013-12-27 16:40 UTC 

mdocml: Allow saving more than one mlink per mpage in the mlinks ohash
 2013-12-27 16:17 UTC 

mdocml: Enable the framework code to allow more than one mlink per
 2013-12-27 15:48 UTC 

mdocml: Clean up the interface of mlink_add()
 2013-12-27 15:39 UTC 

mdocml: Another step on the way to clear naming, this time regarding
 2013-12-27 14:29 UTC 

mdocml: Split struct mlink out of struct mpage
 2013-12-27  3:06 UTC 

mdocml: Add an additional mlinks table to the database, redundant for
 2013-12-27  1:16 UTC 

mdocml: Drop the mpages_list, use the existing mpages ohash for
 2013-12-26 23:35 UTC 

mdocml: The name "id" is terrible for a struct
 2013-12-26 22:30 UTC 

mdocml: To better support MLINKS, we will have to split the "docs"
 2013-12-26 22:12 UTC 

mdocml: Stop parsing man(7) input when we found all we were searching
 2013-12-26 19:02 UTC 

mdocml: Rework the documentation of Spaces, using the
 2013-12-26 17:23 UTC 

mdocml: merge from VERSION_1_12
 2013-12-26 14:39 UTC 

mdocml: update downstream versions
 2013-12-26 14:30 UTC 

mdocml: I have no idea how it happened that \B, \H, \h, \L, and \l got
 2013-12-26  2:55 UTC 

mdocml: The roff language really has two groups of basic building
 2013-12-26  2:43 UTC 

mdocml: Parse and ignore the roff(7) escape sequences \d (move half line
 2013-12-25 22:45 UTC 

mdocml: Implement .Fo/.Fa/.Fc indentation and break handling for -Tman
 2013-12-25 22:00 UTC 

mdocml: Oops, .Fa never breaks the output line in the middle of any of
 2013-12-25 21:24 UTC 

mdocml: Garbage collect two local variables each used only one single
 2013-12-25 15:12 UTC 

mdocml: In the SYNOPSIS, implement hanging indentation for .Fo and avoid
 2013-12-25 14:40 UTC 

mdocml: Support .St -xsh4.2, the System Interfaces part of the original
 2013-12-25 14:09 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).