source@mandoc.bsd.lv
 help / color / mirror / Atom feed
mdocml: merge OpenBSD rev
 2014-07-11 22:25 UTC 

mdocml: add HISTORY section
 2014-07-11 21:30 UTC 

pod2mdoc: When -s is specified but -n is not, the filename extension is
 2014-07-11 20:45 UTC 

pod2mdoc: Remove unused variable
 2014-07-11 10:31 UTC 

pod2mdoc: Release version 0.0.12
 2014-07-11  9:27 UTC 

pod2mdoc: cvs commit: render B<NULL> as .Dv NULL
 2014-07-11  9:10 UTC 

pod2mdoc: no need to assert() !NULL right before the pointer is accessed
 2014-07-11  9:07 UTC 

pod2mdoc: polish main: * Correctly check the number of arguments
 2014-07-11  9:05 UTC 

mdocml: Link to the new man.cgi(8) manual, now that we have it! :-)
 2014-07-10  0:52 UTC 

mdocml: Full rewrite of the man.cgi(8) manual
 2014-07-10  0:31 UTC 

mdocml: some sugar for the index page
 2014-07-09 17:03 UTC 

mdocml: Clean up error reporting: * Consistent naming and use of resp_*
 2014-07-09 16:23 UTC 

mdocml: namespace cleanups: CGI variable: s/CACHE_DIR/MAN_DIR/ because
 2014-07-09 14:18 UTC 

mdocml: remove obsolete __sun includes and improve some whitespace and
 2014-07-09 12:09 UTC 

mdocml: set a reasonable default for .Os
 2014-07-09 11:34 UTC 

mdocml: mark defos as const; nobody needs to change it, and it is
 2014-07-09 11:31 UTC 

mdocml: delete forgotten, obsolete rew_warn() prototype
 2014-07-09 11:28 UTC 

mdocml: oops, forgot to trim the newline character
 2014-07-09  9:27 UTC 

mdocml: Simplify pathgen() even more
 2014-07-09  9:19 UTC 

mdocml: include manpath= when printing queries, and omit empty
 2014-07-09  8:53 UTC 

mdocml: This one needs "config.h", too
 2014-07-09  8:20 UTC 

mdocml: Switch over man.cgi to SQLite
 2014-07-09  7:30 UTC 

mdocml: Clean up ERROR messages related to document structure and
 2014-07-07 21:36 UTC 

mdocml: Simplify man_unscope(), removing 18 lines of code, that is,
 2014-07-07 19:18 UTC 

mdocml: no need to delete any content from .Rs blocks, and downgrade the
 2014-07-07 16:12 UTC 

mdocml: no need to skip content before first section header
 2014-07-07 15:03 UTC 

mdocml: implement .dei and .ami
 2014-07-07 11:35 UTC 

mdocml: Clean up messages related to plain text and to escape sequences
 2014-07-06 19:09 UTC 

mdocml: After skipping an escape sequence with incomplete arguments, do
 2014-07-06 18:51 UTC 

mdocml: Fix expansion of escape sequences with incomplete arguments
 2014-07-06 18:46 UTC 

mdocml: Fix handling of escape sequences taking numeric arguments
 2014-07-06 18:37 UTC 

mdocml: Cleanup with respect to bad macro arguments
 2014-07-05 12:34 UTC 

mdocml: Cleanup regarding -offset and -width: * Bugfix: Last one wins,
 2014-07-05  1:12 UTC 

mdocml: Clean up messages regarding excess arguments: * Downgrade ".Bf
 2014-07-04 16:12 UTC 

mdocml: Clean up messages related to missing arguments
 2014-07-04  1:50 UTC 

mdocml: Fix formatting of empty .Bl -inset item heads
 2014-07-03 23:24 UTC 

mdocml: MANDOCERR_NOARGS reported three completely unrelated classes of
 2014-07-03 21:23 UTC 

mdocml: Improve and test the messages about empty macros, in particular
 2014-07-02 20:19 UTC 

mdocml: When .Sm is called without an argument, groff toggles the
 2014-07-02 19:55 UTC 

mdocml: Disentangle the MANDOCERR_CHILD message, which reported three
 2014-07-02 13:10 UTC 

mdocml: Clean up warnings related to macros and nesting
 2014-07-02 11:43 UTC 

mdocml: Fix the column numbers associated with in_line_argn() macros;
 2014-07-02  8:21 UTC 

mdocml: Change column display in -Ttree to be 1-based instead of 0-based
 2014-07-02  7:10 UTC 

mdocml: Improve "skipping paragraph macro" messages, showing which macro
 2014-07-02  5:52 UTC 

mdocml: Implement the obsolete macros .En .Es .Fr .Ot for backward
 2014-07-02  3:48 UTC 

mdocml: Clean up the warnings related to document structure
 2014-07-01 22:37 UTC 

mdocml: The previous commit to this file broke the control flow keywords
 2014-07-01  0:32 UTC 

mdocml: garbage collect two unused enum mandocerr items and fix a couple
 2014-06-30 23:45 UTC 

mdocml: Use the freshly improved roff_getname() function for the main
 2014-06-29 23:26 UTC 

mdocml: Use the freshly improved roff_getname() function for the .de
 2014-06-29 22:38 UTC 

mdocml: Major roff_getname() cleanup
 2014-06-29 22:14 UTC 

mdocml: Bugfix in roff_setstrn(): Do not call strcmp() on an array of
 2014-06-29 21:20 UTC 

mdocml: Improve messages related to the roff(7) .so request
 2014-06-25  0:20 UTC 

mdocml: Deprecate .Tn and .Ux, and make it clearer that .Bt and .Ud are
 2014-06-24 21:43 UTC 

mdocml: Below DIAGNOSTICS, document the SYSERR message level; jmc@
 2014-06-23 22:03 UTC 

mdocml: Minimal COMPATIBILITY cleanup: * Mention that the list is
 2014-06-22 17:07 UTC 

mdocml: Minimal cleanup of the COMPATIBILITY section: * Mention that the
 2014-06-22 16:39 UTC 

mdocml: Reduce the verbosity of error messages caused by open(2)
 2014-06-21 22:24 UTC 

mdocml: Prefix messages about bad command line options and arguments
 2014-06-21 16:18 UTC 

mdocml: As suggested by jmc@, only include line and column numbers into
 2014-06-20 23:02 UTC 

mdocml: Start systematic improvements of error reporting
 2014-06-20 17:24 UTC 

mdocml: Prefix error messages from mandoc(1) with "mandoc: " just like
 2014-06-20 16:11 UTC 

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 

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