aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Fix a TODO noted by schwarze@, originally by Christian Weisgerber:Kristaps Dzonsons2011-07-034-8/+13
* two new bugs reported by naddy@:Ingo Schwarze2011-07-031-1/+9
* We obviously need man.h and mdoc.h installed as mentioned in mandoc.3.Kristaps Dzonsons2011-07-031-1/+1
* Added `Er' in ERRORS scan to makewhatis.Kristaps Dzonsons2011-07-012-3/+19
* Added search for `Ev' environment variables in ENVIRONMENT section.Kristaps Dzonsons2011-07-012-3/+19
* Allow `Nd' scarfed data to allow for non-text nodes as the first node, as well.Kristaps Dzonsons2011-07-011-22/+21
* Add some notes to index.sgml. This does not signal a release.Kristaps Dzonsons2011-07-011-36/+13
* Make scan for text tokens in a line recursive. This is really only forKristaps Dzonsons2011-07-011-35/+39
* Add path reference (`Pa' in FILES section).Kristaps Dzonsons2011-07-012-4/+23
* Ouch: predefined strings moved into roff.c weren't being reinitalisedKristaps Dzonsons2011-06-302-2/+9
* First fix how `sp 1' doesn't imply `1v' (it now does) and that 1Kristaps Dzonsons2011-06-295-13/+21
* Add cross-reference records to makewhatis.Kristaps Dzonsons2011-06-252-4/+29
* Add more documentation for libmandoc.Kristaps Dzonsons2011-06-221-8/+53
* Clean up makewhatis.c a little bit and add verbosity (-v).Kristaps Dzonsons2011-06-222-32/+45
* Make sure hash is initialised to NULL and remove an unused variable.Kristaps Dzonsons2011-06-221-3/+3
* Try again to get the transfer from hash to btree working. This timeKristaps Dzonsons2011-06-221-18/+19
* Fix broken transfer from hashtable to btree for makewhatis.c.Kristaps Dzonsons2011-06-211-12/+11
* Note mandoc-cgi -> mandoc-tools.Kristaps Dzonsons2011-06-211-2/+4
* Let descriptions (bit-mask 0x100) also be mined for text. This doublesKristaps Dzonsons2011-06-213-8/+21
* Have descriptions also use struct buf. This completes the internalKristaps Dzonsons2011-06-211-111/+53
* Don't let empty strings into the makewhatis keyword database.Kristaps Dzonsons2011-06-212-3/+4
* Make sure makewhatis.1 is documenting the correct bit-fields.Kristaps Dzonsons2011-06-211-14/+11
* Big change to makewhatis: use an in-memory hashtable to collapseKristaps Dzonsons2011-06-211-130/+184
* Make -T[x]html in -man also be aware of the vertical-space issues in theKristaps Dzonsons2011-06-181-5/+29
* Fix two TODOs with one check-in. Both of these relate to vertical spaceKristaps Dzonsons2011-06-183-36/+18
* Allow RS/RE blocks to nest. This requires first the syntax tree toKristaps Dzonsons2011-06-183-30/+23
* Add back in a check that the leading `-' exists for arguments. ThisKristaps Dzonsons2011-06-181-7/+6
* Clean-up: remove a function only called once.Kristaps Dzonsons2011-06-181-38/+17
* Fix an assertion failure raised by the following interesting scenario: aKristaps Dzonsons2011-06-182-196/+165
* Have -T[x]html print out the link target for `Lk' if no link title isKristaps Dzonsons2011-06-161-4/+5
* Add note about crash on invalid found in the NetBSD treeJoerg Sonnenberger2011-06-121-1/+4
* .Nm in-line/block issues reported by uqs@Ingo Schwarze2011-06-111-1/+9
* Fix some bad bits in the mandoc manual: `Xr' instead of `Sx', unescapedKristaps Dzonsons2011-05-301-10/+9
* Remove untrue CAVEAT in makewhatis.1.Kristaps Dzonsons2011-05-261-6/+2
* Version 1.11.3. Here we go!VERSION_1_11_3Kristaps Dzonsons2011-05-262-5/+5
* Some small lint checks in preconv. Also add it to the default lint rule.Kristaps Dzonsons2011-05-262-7/+7
* OpenBSD needs sys/types for mmap... oops...Kristaps Dzonsons2011-05-261-0/+1
* At least in theory, this patch lets us compile on Windows (which doesKristaps Dzonsons2011-05-263-4/+24
* More updates to www. A version's on its way...Kristaps Dzonsons2011-05-261-15/+18
* Have preconv install with mandoc.Kristaps Dzonsons2011-05-261-2/+2
* Slightly clean up verbiage in coding tags.Kristaps Dzonsons2011-05-261-3/+3
* preconv is now on encoding-recognition parity with groff. This lastKristaps Dzonsons2011-05-263-31/+152
* The \*q predef certainly doesn't map to \"! Fix this.Kristaps Dzonsons2011-05-261-2/+2
* Add notes about preconv.1 in the www and change some wording in theKristaps Dzonsons2011-05-262-3/+24
* Significantly improve preconv. Allow it to recode UTF-8 characters intoKristaps Dzonsons2011-05-263-13/+261
* If a predefined string is missing, emit a warning and make it an emptyKristaps Dzonsons2011-05-261-6/+7
* Noticed that our skeleton mdoc.7 had lower-case `Dt'. Fixed and addedKristaps Dzonsons2011-05-262-12/+17
* It's annoying that we don't have preconv, so throw together a quickKristaps Dzonsons2011-05-262-3/+332
* Document that spec2cp never returns 0.Kristaps Dzonsons2011-05-241-4/+2
* Use the correct Unicode value for the zero-width space, which means thatKristaps Dzonsons2011-05-242-30/+13