aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Support for Open/NetBSD's /etc/man.conf and others' manpath(1).Kristaps Dzonsons2011-11-232-0/+206
* typo reported by Steffen Daode Nurpmeso <sdaoden at googlemail dot com>Ingo Schwarze2011-11-231-4/+4
* Update historical record to be historical and not made-up. Data fromKristaps Dzonsons2011-11-211-9/+17
* Initial support for man.conf/makepath(1).Kristaps Dzonsons2011-11-203-13/+110
* Clarify some behaviour, bringing schwarze@'s patch and mine closer togetherKristaps Dzonsons2011-11-203-56/+53
* Ooops... tiny type error slipped in.Kristaps Dzonsons2011-11-201-2/+2
* Integrate a moderately-patched version of schwarze@'s support for multipleKristaps Dzonsons2011-11-204-86/+191
* Fix white-space in apropos_db.c to make merging cleaner.Kristaps Dzonsons2011-11-201-40/+40
* Merge schwarze@'s work for 64-bit types. This is based on a tweaked patchKristaps Dzonsons2011-11-204-60/+118
* Improve misleading comment:Ingo Schwarze2011-11-191-2/+6
* Fix condition. Not enough tea.Joerg Sonnenberger2011-11-181-2/+2
* Don't depend on snprintf to handle NULL strings. Deal with missing date.Joerg Sonnenberger2011-11-181-3/+5
* Don't crash if the date can't be extracted. Don't depend on snprintfJoerg Sonnenberger2011-11-181-5/+7
* Slightly adjust last: return successful as some times the correct errorJoerg Sonnenberger2011-11-181-2/+2
* Convert an assert into an explicit check. man_unscope can be triggeredJoerg Sonnenberger2011-11-181-2/+3
* Bail out explicitly on invalid .Rs content like:Joerg Sonnenberger2011-11-181-1/+5
* Evaluation with logical subexpressions. This allows support for arbitrary,Kristaps Dzonsons2011-11-184-202/+455
* using undefined macros or strings should define them to be emptyIngo Schwarze2011-11-171-1/+4
* Guard mandocdb.h inclusion.Kristaps Dzonsons2011-11-171-1/+5
* Correctly handle constructs likeJoerg Sonnenberger2011-11-161-3/+8
* Add lots of information about special characters that's actually neededIngo Schwarze2011-11-141-42/+177
* Have exprcomp() accept a string instead of an array-pointer. Also, collapseKristaps Dzonsons2011-11-143-12/+39
* Make the man(7) page footer the same as in groff.Ingo Schwarze2011-11-131-10/+17
* typo: overful -> overfull; thanks to jmc@Ingo Schwarze2011-11-131-2/+2
* Make the default left text margin configurable from the command line,Ingo Schwarze2011-11-135-29/+44
* Rewrite the expression parser for a more concise syntax:Ingo Schwarze2011-11-133-68/+57
* Inventing new keywords for mostly the same thing when a well-establishedIngo Schwarze2011-11-136-73/+78
* Less misleading file names; ok kristaps@.Ingo Schwarze2011-11-135-13/+13
* another detail to implement;Ingo Schwarze2011-11-131-1/+4
* Fix two crashes that occur when walking very large (i.e. real-world) trees:Ingo Schwarze2011-11-131-5/+5
* Use proper infix expressions and provide a default. (Exact match.)Kristaps Dzonsons2011-11-091-12/+25
* Make apropos's lookup use a find(1)-like expression. I'll write more onKristaps Dzonsons2011-11-094-88/+150
* Change getopt() to be more like schwarze@'s suggestions.Kristaps Dzonsons2011-11-092-46/+27
* Split apropos.c into db.c and apropos.h with simpler code (re-written, butKristaps Dzonsons2011-11-095-552/+861
* Const-ify some mchars arguments. I think these are non-const for historicalKristaps Dzonsons2011-11-083-14/+17
* When the HEAD scope of .TP is broken by another block macro,Ingo Schwarze2011-11-077-51/+58
* Accomodate for \f(Cx formatting. Noted by Andreas Vogele, thanks!Kristaps Dzonsons2011-11-062-4/+13
* When .TH sets no data, leave the date field in the page footer blank,Ingo Schwarze2011-11-031-4/+6
* Correct .Eo spacing:Ingo Schwarze2011-11-032-4/+12
* Clean up the description of .Dt:Ingo Schwarze2011-11-011-38/+16
* Implement missing enclosures (Ao Do Qo Qq So Bro Brq)Ingo Schwarze2011-10-241-24/+24
* Handle infinite recursion the same way as groff:Ingo Schwarze2011-10-241-9/+13
* Handle \N numbered character escapes the same way as groff:Ingo Schwarze2011-10-241-7/+23
* Implement the missing text production macros (Bsx Bx Dx Fx Nx Ox Ux Bt Ud).Ingo Schwarze2011-10-201-19/+54
* Fix mandoc_escape() function argument names. From a fix by AbhinavKristaps Dzonsons2011-10-181-5/+5
* Sync to groff, and add tier I and II NetBSD architectures.Ingo Schwarze2011-10-162-2/+57
* Remove a bunch of useless assignments,Ingo Schwarze2011-10-166-25/+21
* Always print <table> column widths in -T[x]html;Ingo Schwarze2011-10-092-74/+36
* A bit more precision and nicer wording in the descriptionsIngo Schwarze2011-10-091-9/+22
* Make apropos results-gathering able to error out and clean up beforeKristaps Dzonsons2011-10-091-15/+17