source@mandoc.bsd.lv
 help / color / mirror / Atom feed
mdocml: let the build system cope with the recent ohash changes
 2014-06-20  2:55 UTC 

mdocml: take a note about pandoc
 2014-06-20  2:53 UTC 

mdocml: Merge from OpenBSD - Marc Espie improved the ohash interface: *
 2014-06-20  2:24 UTC 

mdocml: sync to OpenBSD: whitespace and comment changes, no functional
 2014-06-20  2:10 UTC 

mdocml: More tweaking of set_basedir()
 2014-06-20  1:21 UTC 

mdocml: Some simple set_basedir() cleanup; more to come
 2014-06-19  0:45 UTC 

mdocml: Merge OpenBSD rev
 2014-06-18 19:34 UTC 

mdocml: some new things to do
 2014-06-10 21:19 UTC 

mdocml: Render roff escape sequences contained in manual page
 2014-05-07 16:19 UTC 

mdocml: Fix two memory leaks in makewhatis -n: 1
 2014-05-07 15:10 UTC 

mdocml: Do not segfault in makewhatis -Q if the next .SH after .SH NAME
 2014-05-07 14:14 UTC 

docbook2mdoc: Much better OpenGL support: version it and put it away for
 2014-04-30 13:21 UTC 

docbook2mdoc: Add type, modifier, and fieldsynopsis
 2014-04-30 13:18 UTC 

docbook2mdoc: Add refmetainfo, which seems to be a holdover from early
 2014-04-30 12:54 UTC 

docbook2mdoc: For some elements, we want to look ahead to see if the
 2014-04-30 12:34 UTC 

docbook2mdoc: Sneak in typo fix
 2014-04-30 10:13 UTC 

docbook2mdoc: Toss xi:include (crudely, til I figure out a better way)
 2014-04-30 10:11 UTC 

docbook2mdoc: Add DESTDIR to Makefile as noted by Thomas Klausner
 2014-04-30  9:46 UTC 

docbook2mdoc: For free, we get informaltable
 2014-04-30  9:43 UTC 

docbook2mdoc: Add hook to install
 2014-04-30  9:37 UTC 

docbook2mdoc: citerefentry shouldn't expect a newline--it can occur
 2014-04-30  9:37 UTC 

docbook2mdoc: Add trademark, format constant
 2014-04-30  9:26 UTC 

docbook2mdoc: Add holder, copyright, and year elements
 2014-04-30  9:04 UTC 

mdocml: Improve error handling in dbopen()
 2014-04-27 23:08 UTC 

mdocml: OMRON used uppercase for the model names of their Motorola 88100
 2014-04-27 22:42 UTC 

mdocml: Fix a minor optimization i broke in rev
 2014-04-25 14:11 UTC 

mdocml: Reduce the verbosity of makewhatis -t: In the past, it always
 2014-04-25 12:13 UTC 

mdocml: Merge from HEAD: * Use sha256 rather than md5
 2014-04-24  0:36 UTC 

mdocml: Various Makefile improvements: * Use sha256 rather than md5
 2014-04-24  0:29 UTC 

mdocml: misplaced punctuation
 2014-04-24  0:28 UTC 

mdocml: prototype for reallocarray()
 2014-04-23 23:31 UTC 

mdocml: prototype for reallocarray()
 2014-04-23 23:29 UTC 

mdocml: Audit malloc(3)/calloc(3)/realloc(3) usage
 2014-04-23 21:40 UTC 

mdocml: Audit malloc(3)/calloc(3)/realloc(3) in VERSION_1_12
 2014-04-23 21:31 UTC 

mdocml: Audit malloc(3)/calloc(3)/realloc(3) usage
 2014-04-23 21:06 UTC 

mdocml: Audit strlcpy(3)/strlcat(3) usage: * Add missing truncation
 2014-04-23 19:09 UTC 

mdocml: espie@ suggests using SQL views
 2014-04-23 16:37 UTC 

mdocml: improve SQL style: avoid "SELECT *", be explicit in what columns
 2014-04-23 16:34 UTC 

mdocml: Audit strlcpy(3)/strlcat(3) usage
 2014-04-23 16:08 UTC 

mdocml: include the LICENSE into the distribution tarball
 2014-04-22 22:05 UTC 

mdocml: add a LICENSE file for clarity and for the convenience of
 2014-04-22 22:03 UTC 

mdocml: in debug messages, truncating strings of excessive lengths is
 2014-04-20 22:04 UTC 

mdocml: strlen+malloc+snprintf is error prone; rewrite post_lb() to use
 2014-04-20 20:48 UTC 

mdocml: fix unchecked snprintf(3) in page header printing: the length of
 2014-04-20 20:18 UTC 

mdocml: make sure static buffers for snprintf(3) are large enough and
 2014-04-20 19:40 UTC 

mdocml: KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /*
 2014-04-20 16:46 UTC 

mdocml: Two minor tweaks regarding the fallback from -u/-d to default
 2014-04-19  2:56 UTC 

mdocml: Properly handle symlinks (hardlinks and .so only files were
 2014-04-19  2:30 UTC 

mdocml: In update mode, when opening the database fails, probably
 2014-04-18 21:55 UTC 

mdocml: Slowly, the dust begins to settle
 2014-04-18 10:30 UTC 

mdocml: Fix a few lies; polish wording and formatting while here
 2014-04-18  9:47 UTC 

mdocml: Garbage collect one pair of needless parentheses in SQL code
 2014-04-17 19:20 UTC 

mdocml: Rename the mpages.id column to mpages.pageid
 2014-04-16 21:36 UTC 

mdocml: Give the mlinks and keys tables a pageid index, as suggested by
 2014-04-16 18:59 UTC 

mdocml: Pass the function flags SQLITE_UTF8 (because SQLITE_ANY is
 2014-04-16  0:33 UTC 

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 

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).