Age | Commit message (Expand) | Author |
2012-04-18 | backout non-portable code | Theo de Raadt |
2012-04-15 | Call this mandoc 1.12.1. | Ingo Schwarze |
2012-04-15 | Clean up code a bit by pushing warnings into a WARNING macro; from kristaps@. | Ingo Schwarze |
2012-04-15 | Simplify by not pre-filtering the result vector for satisfied matches: | Ingo Schwarze |
2012-04-15 | Handle multi-line NAME sections in man(7); from kristaps@. | Ingo Schwarze |
2012-04-15 | Two bugfixes regarding the -width and -offset macro arguments: | Ingo Schwarze |
2012-02-26 | Correct the expansion of -xbd5 | Philip Guenthe |
2012-02-26 | Don't silently skip non-ASCII characters, but replace them with ``?''. | Ingo Schwarze |
2012-02-26 | add a few libs and another arch found in NetBSD; from joerg@ | Ingo Schwarze |
2012-02-26 | Support .OP, one of the extended man macros; from kristaps@. | Ingo Schwarze |
2012-01-16 | Backout activation of the new apropos(1)/whatis(1)/makewhatis(8). | Ingo Schwarze |
2012-01-15 | Two details improving the quality of the Xenocara mandoc database, | Ingo Schwarze |
2012-01-14 | add/fix HISTORY and AUTHORS | Ingo Schwarze |
2012-01-10 | Continue using the traditional name makewhatis(8), | Ingo Schwarze |
2012-01-10 | Rename file from mandocdb.8; no change of content yet. | Ingo Schwarze |
2012-01-09 | Stop -W from complaining about MLINKs; only warn when a file | Ingo Schwarze |
2012-01-09 | Rename whatis.{db,index} back to mandoc.{db,index} | Ingo Schwarze |
2012-01-07 | Improve handling of relative paths, letting invocations like the | Ingo Schwarze |
2012-01-05 | Enable the new apropos(1), whatis(1), and makewhatis(8). | Ingo Schwarze |
2012-01-05 | Do not truncate the production database when starting to build a new one, | Ingo Schwarze |
2012-01-05 | improve EXAMPLES; feedback and ok jmc@ | Ingo Schwarze |
2012-01-05 | Small tweaks for precision; lots of feedback from jmc@. | Ingo Schwarze |
2012-01-04 | Heads of .It macros in -diag lists are not parsed, | Ingo Schwarze |
2012-01-03 | Support .St -isoC-2011 to refer to ISO C11. | Ingo Schwarze |
2012-01-01 | Add the missing EXIT STATUS section and lots of new information | Ingo Schwarze |
2011-12-28 | Some parsing improvements from kristaps@: | Ingo Schwarze |
2011-12-26 | Document whatis(1) -S and -s; leading, trailing, and double colons | Ingo Schwarze |
2011-12-26 | Do not skip manuals shared across architectures when building databases. | Ingo Schwarze |
2011-12-26 | Copy from src/usr.bin/whatis, not changing the content yet. | Ingo Schwarze |
2011-12-25 | Update the whatis.db database format. | Ingo Schwarze |
2011-12-25 | State default usage before listing arguments of a utility; | Ingo Schwarze |
2011-12-25 | Plug a memleak and constify some strings; from kristaps@. | Ingo Schwarze |
2011-12-25 | Accept "makewhatis" as an alias for "mandocdb". | Ingo Schwarze |
2011-12-25 | Use the traditional name "whatis.db" for the mandocdb(8) databases. | Ingo Schwarze |
2011-12-25 | For binary compatability of the databases across architectures, | Ingo Schwarze |
2011-12-25 | Implement test mode (makewhatis -t), required for pkg_create(8). | Ingo Schwarze |
2011-12-24 | Support leading, trailing and double colons in MANPATH | Ingo Schwarze |
2011-12-20 | Do not cast void pointers to pointers requiring alignment. | Ingo Schwarze |
2011-12-19 | Improvements from kristaps@: | Ingo Schwarze |
2011-12-12 | implement -C (alternative config file) for apropos(1) and mandocdb(8); | Ingo Schwarze |
2011-12-10 | Bugfixes from kristaps@: | Ingo Schwarze |
2011-12-10 | Avoid leaking index records: | Ingo Schwarze |
2011-12-10 | Fix selection of arch-specific manuals: | Ingo Schwarze |
2011-12-09 | Improve parsing of preformatted manuals: | Ingo Schwarze |
2011-12-09 | In default mode, use realpath(3) on the "dir" arguments | Ingo Schwarze |
2011-12-09 | sort output case-insensitively; from kristaps@ | Ingo Schwarze |
2011-12-08 | bugfix: make reclaiming of index slots actually work; | Ingo Schwarze |
2011-12-07 | Implement search support for 24 additional macros, extract more information | Ingo Schwarze |
2011-12-05 | As requested by kristaps@, add and improve comments related to -Omdoc; | Ingo Schwarze |
2011-12-04 | Fix parsing of file names given on the command line; i broke it | Ingo Schwarze |