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