mdocml: move mandocdb(1) to mandocdb(8) "please make this change"
2011-07-14 14:36 UTC
mdocml: Rename makewhatis [back] into mandocdb
2011-07-14 10:57 UTC
mdocml: Have equation be allocated with mparse
2011-07-12 21:32 UTC
mdocml: Re-ordered logic in makewhatis to iterate over the index file
2011-07-12 15:26 UTC
mdocml: Small HTML compatibility fix
2011-07-12 10:04 UTC
mdocml: Fixed some uninitialised values found during lint check
2011-07-12 10:03 UTC
mdocml: Note version 1.11.4 bits
2011-07-12 8:27 UTC
mdocml: Fairly straightforward patch adding basic update (-u) and remove
2011-07-11 21:56 UTC
mdocml: Use mandoc.1's error codes (we use them internally)
2011-07-11 9:44 UTC
mdocml: Note we're no longer using temporary files
2011-07-11 9:40 UTC
mdocml: Don't use a temporary buffer (unless people yell to have it back
2011-07-11 9:36 UTC
mdocml: Be more specific about `Dv', `Er', and `Ev'
2011-07-11 8:45 UTC
mdocml: Make sure constants in mandoc.3 use the `Dv' macro
2011-07-11 8:43 UTC
mdocml: Have descriptions for -man documents in makewhatis be properly
2011-07-10 13:03 UTC
mdocml: Spaces must be preserved in -T[x]html literal mode
2011-07-09 10:26 UTC
mdocml: Clarify the role of `RS' in man(7) and also fix a bogus
2011-07-08 9:35 UTC
mdocml: Make sure that `br' and `sp' don't emit space before the initial
2011-07-08 9:34 UTC
mdocml: Fix two issues: the first, where a `.\}' wasn't being
2011-07-08 9:33 UTC (2+ messages)
mdocml: Fix handling of the `\c' escape in -T[x]html
2011-07-07 14:34 UTC
mdocml: Considerably fix up -man -T[x]html's handling of verbatim spaces
2011-07-07 13:54 UTC
mdocml: Clean up how -man -T[x]html handles TP, IP, and HP (dd lists and
2011-07-07 13:26 UTC
mdocml: Simplify chars.c---there's really no need for extra code to
2011-07-07 6:41 UTC
mdocml: Note the strange `if'+newline issue raised by schwarze@
2011-07-07 6:34 UTC
mdocml: Fix a bug in the -man parser where deleting nodes (such as `PP'
2011-07-07 5:42 UTC
mdocml: Install sources with mode 0644
2011-07-04 12:02 UTC
mdocml: The bufcat() function in -T[x]html was eating one byte off the
2011-07-04 9:42 UTC
mdocml: Fix a TODO noted by schwarze@, originally by Christian
2011-07-03 22:57 UTC
mdocml: two new bugs reported by naddy@: - .\} breaks - .SH implies
2011-07-03 22:40 UTC
mdocml: We obviously need man.h and mdoc.h installed as mentioned in
2011-07-03 20:54 UTC
mdocml: Added `Er' in ERRORS scan to makewhatis
2011-07-01 13:46 UTC
mdocml: Added search for `Ev' environment variables in ENVIRONMENT
2011-07-01 12:02 UTC
mdocml: Allow `Nd' scarfed data to allow for non-text nodes as the first
2011-07-01 10:46 UTC
mdocml: Add some notes to index.sgml
2011-07-01 10:20 UTC
mdocml: Make scan for text tokens in a line recursive
2011-07-01 10:17 UTC
mdocml: Add path reference (`Pa' in FILES section)
2011-07-01 9:11 UTC
mdocml: Ouch: predefined strings moved into roff.c weren't being
2011-06-30 8:05 UTC
mdocml: First fix how `sp 1' doesn't imply `1v' (it now does) and that 1
2011-06-29 15:38 UTC
mdocml: Add cross-reference records to makewhatis
2011-06-25 13:19 UTC
mdocml: Add more documentation for libmandoc
2011-06-22 22:10 UTC
mdocml: Clean up makewhatis.c a little bit and add verbosity (-v)
2011-06-22 10:36 UTC
mdocml: Make sure hash is initialised to NULL and remove an unused
2011-06-22 9:10 UTC
mdocml: Try again to get the transfer from hash to btree working
2011-06-22 9:00 UTC
mdocml: Fix broken transfer from hashtable to btree for makewhatis.c
2011-06-21 23:37 UTC
mdocml: Note mandoc-cgi -> mandoc-tools
2011-06-21 14:51 UTC
mdocml: Let descriptions (bit-mask 0x100) also be mined for text
2011-06-21 14:16 UTC
mdocml: Have descriptions also use struct buf
2011-06-21 13:54 UTC
mdocml: Don't let empty strings into the makewhatis keyword database
2011-06-21 13:13 UTC
mdocml: Make sure makewhatis.1 is documenting the correct bit-fields
2011-06-21 13:09 UTC
mdocml: Big change to makewhatis: use an in-memory hashtable to collapse
2011-06-21 13:05 UTC
mdocml: Make -T[x]html in -man also be aware of the vertical-space
2011-06-18 20:34 UTC
mdocml: Fix two TODOs with one check-in
2011-06-18 17:58 UTC
mdocml: Allow RS/RE blocks to nest
2011-06-18 17:36 UTC
mdocml: Add back in a check that the leading `-' exists for arguments
2011-06-18 16:53 UTC
mdocml: Clean-up: remove a function only called once
2011-06-18 16:29 UTC
mdocml: Fix an assertion failure raised by the following interesting
2011-06-18 16:18 UTC
mdocml: Have -T[x]html print out the link target for `Lk' if no link
2011-06-16 22:21 UTC
mdocml: Add note about crash on invalid found in the NetBSD tree
2011-06-12 12:13 UTC
mdocml: .Nm in-line/block issues reported by uqs@
2011-06-11 15:41 UTC
mdocml: Fix some bad bits in the mandoc manual: `Xr' instead of `Sx',
2011-05-30 7:24 UTC
mdocml: Remove untrue CAVEAT in makewhatis.1
2011-05-26 23:01 UTC
mdocml: Version 1.11.3
2011-05-26 21:24 UTC
mdocml: Some small lint checks in preconv
2011-05-26 21:13 UTC
mdocml: OpenBSD needs sys/types for mmap
2011-05-26 21:02 UTC
mdocml: At least in theory, this patch lets us compile on Windows (which
2011-05-26 20:36 UTC
mdocml: More updates to www
2011-05-26 20:23 UTC
mdocml: Have preconv install with mandoc
2011-05-26 20:22 UTC
mdocml: Slightly clean up verbiage in coding tags
2011-05-26 14:45 UTC
mdocml: preconv is now on encoding-recognition parity with groff
2011-05-26 14:43 UTC
mdocml: The \*q predef certainly doesn't map to \"! Fix this
2011-05-26 14:30 UTC
mdocml: Add notes about preconv.1 in the www and change some wording in
2011-05-26 12:14 UTC
mdocml: Significantly improve preconv
2011-05-26 12:01 UTC
mdocml: If a predefined string is missing, emit a warning and make it an
2011-05-26 11:58 UTC
mdocml: Noticed that our skeleton mdoc.7 had lower-case `Dt'
2011-05-26 9:26 UTC
mdocml: It's annoying that we don't have preconv, so throw together a
2011-05-26 0:30 UTC
mdocml: Document that spec2cp never returns 0
2011-05-24 21:41 UTC
mdocml: Use the correct Unicode value for the zero-width space, which
2011-05-24 21:40 UTC
mdocml: Remove all references to ESCAPE_PREDEF, which is now not exposed
2011-05-24 21:31 UTC
mdocml: Remove predefined strings from the chars.in file, as they're now
2011-05-24 21:24 UTC
mdocml: Most important move in getting predefined strings entirely
2011-05-24 21:18 UTC
mdocml: Have conditional closure for both text and macro lines call
2011-05-24 15:22 UTC
mdocml: Fix a TODO to the effect that `.if n \{\ foo .br \}' was failing
2011-05-24 14:00 UTC
mdocml: nested .RS/.RE is becoming more important
2011-05-21 21:38 UTC
mdocml: remove a sentence which isn;t true; from jmc@
2011-05-21 15:55 UTC
mdocml: Turn on -Tutf8 in the frontend
2011-05-20 15:51 UTC
mdocml: Flip on -Tutf8 backend support
2011-05-20 15:49 UTC (2+ messages)
mdocml: Allow non-ASCII terminal encodings to accept unicode values for
2011-05-20 15:44 UTC
mdocml: Some release notes (this isn't signalling an impending release;
2011-05-19 16:02 UTC
mdocml: It seems that __STDC_ISO_10646__ isn't defined even where it can
2011-05-19 15:48 UTC
mdocml: Make any un-recognised font be considered a call for the Roman
2011-05-18 23:59 UTC
mdocml: Add TODO entry for standalone `.' in tbl pages (pointed out by
2011-05-18 9:45 UTC
mdocml: Locale support
2011-05-17 22:32 UTC
mdocml: Add mode for -Tlocale
2011-05-17 14:38 UTC
mdocml: In tbl layouts, we puked if a space didn't followed a vertical
2011-05-17 13:11 UTC
mdocml: Documentation: note COMPATIBILITY of -Tascii `?' printing in
2011-05-17 12:22 UTC
mdocml: Flip on printing `?' at Unicode codepoints in -Tascii, -Tpdf,
2011-05-17 11:55 UTC
mdocml: Flip on unicode output (via \[uNNNN]) in -T[x]html
2011-05-17 11:50 UTC
mdocml: Clean-up fallout: differentiate ID's and HREF's (where to put
2011-05-17 11:38 UTC
mdocml: Cleanups in -T[x]html: make html_idcat() use the buffer and be
2011-05-17 11:34 UTC
mdocml: Clean-ups in -T[x]html: inline print_num(), as it was just a
2011-05-17 11:19 UTC
mdocml: Clean up -T[x]html by using a table instead of a switch
2011-05-17 10:48 UTC
mdocml: Remove function calls to res() and so forth in term_word()
2011-05-15 22:29 UTC
mdocml: Fix missing support for \N'n' when calculating string widths in
2011-05-15 15:47 UTC
mdocml: Support groff's escape for Unicode input
2011-05-15 15:30 UTC
mdocml: Use strcspn() in term_strlen()
2011-05-15 14:50 UTC
mdocml: Get rid of an "#if 0" that I don't anticipate being fixed ever
2011-05-15 2:47 UTC
mdocml: Move struct termp_ps into term_ps.c; remove the engine union in
2011-05-15 0:58 UTC
mdocml: Continuing last commit with the style-sheet change
2011-05-14 23:44 UTC
mdocml: Fix makewhatis.1 to have the correct name (it was MANDOC-DB,
2011-05-14 23:43 UTC
mdocml: Make index.sgml look more like mandoc-cgi, which I find looks
2011-05-14 23:41 UTC
mdocml: Make www style.css link up to example.style.css much nicer
2011-05-14 23:40 UTC
mdocml: Make some values "int" that were "size_t"
2011-05-14 23:38 UTC (3+ messages)
mdocml: Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode:
2011-05-14 17:54 UTC
mdocml: Give -Thtml and -Txhtml the gift of recognising escapes when
2011-05-14 16:28 UTC
mdocml: Move roff.c's strtol into libmandoc.h for use by other parts of
2011-05-14 16:06 UTC
mdocml: Last sneak-in: incorrect www link
2011-05-13 1:04 UTC
mdocml: Ooops, forgot to install makewhatis manual
2011-05-13 1:02 UTC
mdocml: Version up! 1.11.2
2011-05-13 0:57 UTC
mdocml: More release notes
2011-05-13 0:51 UTC
mdocml: Rename mandoc-db to makewhatis
2011-05-13 0:42 UTC
mdocml: Don't let Linux-isms creep into Makefile
2011-05-12 23:45 UTC
mdocml: Correctly catch `Vt' semicolon in mandoc-db
2011-05-12 23:44 UTC
mdocml: Lint fixes: remove unused function variables and pass in proper
2011-05-12 23:44 UTC
mdocml: Make sure that we check for the \(en, \(em, \-, and - separators
2011-05-12 1:45 UTC
mdocml: Grok manual architecture in mandoc-db.c
2011-05-04 20:43 UTC
mdocml: Add configurations (`Cd') to mandoc-db mining
2011-05-04 8:21 UTC
mdocml: Pick up authors in mandoc-db
2011-05-03 14:39 UTC
mdocml: Have mandoc-db grok `Dt'/`TH' manual title as well
2011-05-03 10:08 UTC
mdocml: Back out stripping of non-predef and non-special escape
2011-05-02 13:56 UTC
mdocml: Have mandoc-db strip out escapes that aren't special or
2011-05-01 11:56 UTC
mdocml: Documenting the mchars_XXXX part of mandoc.h
2011-05-01 10:40 UTC
mdocml: Remove mdoc.template
2011-05-01 8:48 UTC
mdocml: Document the fact that \N'' accepts only printable characters
2011-05-01 8:45 UTC
mdocml: Filter all \N'' values with isprint()
2011-05-01 8:38 UTC
mdocml: Make mchars_num2char() return a char like it says
2011-04-30 22:24 UTC
mdocml: Rename mchars_init() -> mchars_alloc() for consistency
2011-04-30 22:14 UTC
mdocml: Remove enum mcharst, which hasn't been used in quite some time
2011-04-30 22:14 UTC
mdocml: No code change: fixing spelling errors
2011-04-30 10:18 UTC
mdocml: Was installing libmandoc.a without mandoc.h
2011-04-30 9:49 UTC
mdocml: Move "chars" interface out of out.h and into mandoc.h
2011-04-29 22:18 UTC
mdocml: Let mandoc-db grok `St' tokens
2011-04-28 10:44 UTC
mdocml: Closing delimiters only suppress spacing when they follow
2011-04-25 0:03 UTC
mdocml: User defined macros may invoke high-level macros
2011-04-24 23:51 UTC
mdocml: Prevent line breaks right before numbers
2011-04-24 17:56 UTC
mdocml: Revert last change: this screwed up displaying in other pages
2011-04-23 9:10 UTC
mdocml: Make the `Nm' -Thtml attribute be min-width instead of width
2011-04-23 8:56 UTC
mdocml: Add \*(Ai (ANSI) and \*(Px (POSIX) predefined strings, which are
2011-04-20 22:50 UTC
mdocml: Clean up parsing of delimiters in -mdoc
2011-04-19 16:38 UTC
mdocml: Add more documentation bits to mandoc.3
2011-04-19 16:30 UTC
mdocml: .Pp in .Bl -column
2011-04-17 13:32 UTC
mdocml: The semantics of .Bk was described incorrectly for the case of
2011-04-17 11:57 UTC
mdocml: Use mandoc_getarg() for the regular case of processing unquoted
2011-04-17 9:13 UTC
mdocml: Get mdoc_argv.c ready to use [some of] mandoc_getarg() by giving
2011-04-17 9:08 UTC
mdocml: mini-bug at eol after .Bl -column .It
2011-04-16 23:00 UTC
mdocml: lines in tables and .RS/.RE nesting
2011-04-16 22:35 UTC
mdocml: Check in fix to roff conditional if/else stack running out of
2011-04-13 16:26 UTC
mdocml: Back out commit to roff.c that needs to go in on its own
2011-04-13 10:01 UTC
mdocml: Remove TODO from prior commit of lifting warnings from `Sh',
2011-04-13 9:57 UTC
mdocml: Remove the warning for empty bodies of `Sh', `Ss', `SH', and
2011-04-13 9:57 UTC
mdocml: empty .SS is ok
2011-04-12 23:54 UTC
mdocml: Let mandoc-db also collect -man descriptions
2011-04-12 14:48 UTC
mdocml: Updating mandoc-db manual page with new recno contents
2011-04-11 23:02 UTC
mdocml: Update example.style.css to be a bit more readable by default
2011-04-11 22:58 UTC
mdocml: Have mandoc-db accumulate manual page descriptions (`Nd' in
2011-04-11 22:56 UTC
mdocml: Ignore \# lines alongside \"
2011-04-11 21:59 UTC
mdocml: Use dbt_xxxx functions to stash both filename and manual section
2011-04-11 21:36 UTC
mdocml: Tidy up www page: remove all sorts of DIV crap, superfluous CSS,
2011-04-09 16:43 UTC
mdocml: Skeleton of documentation functions, types, and variables in
2011-04-09 15:53 UTC
mdocml: Lint catching some potential issues
2011-04-09 15:35 UTC
mdocml: Remove a2roffdeco() and mandoc_special() functions and replace
2011-04-09 15:29 UTC
mdocml: Don't shadow global identifiers
2011-04-07 1:08 UTC
mdocml: First, properly escape periods with \&
2011-04-06 11:39 UTC
mdocml: On .de macro lines, after the macro name, space and tab are
2011-04-05 22:22 UTC
mdocml: Lint-checks over mandoc-db.c
2011-04-05 14:16 UTC
mdocml: Use a little more horsepower in parsing out NAME sections from
2011-04-05 14:10 UTC
mdocml: Fix type- and NULL-check to be correct node (last, not child)
2011-04-05 13:12 UTC
mdocml: Add mandoc-db.c checking for utility-name in NAME section of
2011-04-05 13:09 UTC
mdocml: Make sure to create LIBDIR
2011-04-05 9:34 UTC
mdocml: Add config.h Glue for OpenIndiana (and older OpenSolaris) to
2011-04-04 23:04 UTC
mdocml: Suppress a space following the "(" for -T[x]html `Fn'
2011-04-04 22:38 UTC
mdocml: Snafu: forgetting to tar up critical files
2011-04-04 22:05 UTC
mdocml: Remove an unused variable (caught in lint-check)
2011-04-04 21:14 UTC
mdocml: Version up to 1.11.1: here we go!
2011-04-04 21:07 UTC
mdocml: Have `Fd' detection in mandoc-db also look for local includes
2011-04-04 16:49 UTC
mdocml: Have `Fd' in -T[x]html generate an "include" link if it detects
2011-04-04 16:48 UTC
mdocml: Fix a bug that slip in: PAIR_XXXX macros expanded to run the
2011-04-04 16:44 UTC
mdocml: Last low-hanging removal of superfluous variable assignments
2011-04-04 16:27 UTC
mdocml: Clean up superfluous variables in `Xr' handling in -Tascii
2011-04-04 16:21 UTC
mdocml: Fully fix the `Rv' and `Ex' handlers for -T[x]html and -Tascii
2011-04-04 16:15 UTC
mdocml: Clean up -Tascii in the same way as -T[x]html regarding `Rv'
2011-04-04 16:05 UTC
mdocml: Make `Rv' do the Right Thing regarding commas and "and" when
2011-04-04 16:01 UTC
mdocml: Roll back Linux-ism that crept into Makefile
2011-04-04 15:46 UTC
mdocml: Fix possible segfaults in `Lk' -T[x]html handler, which made
2011-04-04 15:45 UTC
mdocml: Clean-up in -T[x]html: remove some unnecessary assignments to
2011-04-04 15:41 UTC
mdocml: Clean up handling of `In' for -T[x]html such that it only links
2011-04-04 15:33 UTC
mdocml: Add manual page for mandoc-db (mostly to document the file
2011-04-04 10:53 UTC
mdocml: Have mandoc-db create an recno-addressed index of files
2011-04-03 14:18 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).