summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Integrate a moderately-patched version of schwarze@'s support for multipleKristaps Dzonsons2011-11-204-81/+186
* Fix white-space in apropos_db.c to make merging cleaner.Kristaps Dzonsons2011-11-201-39/+39
* Merge schwarze@'s work for 64-bit types. This is based on a tweaked patchKristaps Dzonsons2011-11-204-56/+114
* Improve misleading comment:Ingo Schwarze2011-11-191-1/+5
* Fix condition. Not enough tea.Joerg Sonnenberger2011-11-181-1/+1
* Don't depend on snprintf to handle NULL strings. Deal with missing date.Joerg Sonnenberger2011-11-181-2/+4
* Don't crash if the date can't be extracted. Don't depend on snprintfJoerg Sonnenberger2011-11-181-4/+6
* Slightly adjust last: return successful as some times the correct errorJoerg Sonnenberger2011-11-181-1/+1
* Convert an assert into an explicit check. man_unscope can be triggeredJoerg Sonnenberger2011-11-181-1/+2
* Bail out explicitly on invalid .Rs content like:Joerg Sonnenberger2011-11-181-0/+4
* Evaluation with logical subexpressions. This allows support for arbitrary,Kristaps Dzonsons2011-11-184-197/+450
* using undefined macros or strings should define them to be emptyIngo Schwarze2011-11-171-0/+3
* Guard mandocdb.h inclusion.Kristaps Dzonsons2011-11-171-0/+4
* Correctly handle constructs likeJoerg Sonnenberger2011-11-161-2/+7
* Add lots of information about special characters that's actually neededIngo Schwarze2011-11-141-40/+175
* Have exprcomp() accept a string instead of an array-pointer. Also, collapseKristaps Dzonsons2011-11-143-9/+36
* Make the man(7) page footer the same as in groff.Ingo Schwarze2011-11-131-9/+16
* typo: overful -> overfull; thanks to jmc@Ingo Schwarze2011-11-131-1/+1
* Make the default left text margin configurable from the command line,Ingo Schwarze2011-11-135-23/+38
* Rewrite the expression parser for a more concise syntax:Ingo Schwarze2011-11-133-65/+54
* Inventing new keywords for mostly the same thing when a well-establishedIngo Schwarze2011-11-136-69/+74
* Less misleading file names; ok kristaps@.Ingo Schwarze2011-11-135-9/+9
* another detail to implement;Ingo Schwarze2011-11-131-0/+3
* Fix two crashes that occur when walking very large (i.e. real-world) trees:Ingo Schwarze2011-11-131-4/+4
* Use proper infix expressions and provide a default. (Exact match.)Kristaps Dzonsons2011-11-091-11/+24
* Make apropos's lookup use a find(1)-like expression. I'll write more onKristaps Dzonsons2011-11-094-84/+146
* Change getopt() to be more like schwarze@'s suggestions.Kristaps Dzonsons2011-11-092-43/+24
* Split apropos.c into db.c and apropos.h with simpler code (re-written, butKristaps Dzonsons2011-11-095-551/+860
* Const-ify some mchars arguments. I think these are non-const for historicalKristaps Dzonsons2011-11-083-10/+13
* When the HEAD scope of .TP is broken by another block macro,Ingo Schwarze2011-11-077-44/+51
* Accomodate for \f(Cx formatting. Noted by Andreas Vogele, thanks!Kristaps Dzonsons2011-11-062-1/+10
* When .TH sets no data, leave the date field in the page footer blank,Ingo Schwarze2011-11-031-3/+5
* Correct .Eo spacing:Ingo Schwarze2011-11-032-2/+10
* Clean up the description of .Dt:Ingo Schwarze2011-11-011-36/+14
* Implement missing enclosures (Ao Do Qo Qq So Bro Brq)Ingo Schwarze2011-10-241-23/+23
* Handle infinite recursion the same way as groff:Ingo Schwarze2011-10-241-8/+12
* Handle \N numbered character escapes the same way as groff:Ingo Schwarze2011-10-241-6/+22
* Implement the missing text production macros (Bsx Bx Dx Fx Nx Ox Ux Bt Ud).Ingo Schwarze2011-10-201-18/+53
* Fix mandoc_escape() function argument names. From a fix by AbhinavKristaps Dzonsons2011-10-181-3/+3
* Sync to groff, and add tier I and II NetBSD architectures.Ingo Schwarze2011-10-162-0/+55
* Remove a bunch of useless assignments,Ingo Schwarze2011-10-166-19/+15
* Always print <table> column widths in -T[x]html;Ingo Schwarze2011-10-092-72/+34
* A bit more precision and nicer wording in the descriptionsIngo Schwarze2011-10-091-7/+20
* Make apropos results-gathering able to error out and clean up beforeKristaps Dzonsons2011-10-091-14/+16
* Remove some unnecessary variables and note that mchars_alloc never returnsKristaps Dzonsons2011-10-091-25/+7
* Use a binary tree (for now, unbalanced) for deduping the records in theKristaps Dzonsons2011-10-091-5/+31
* The documented flags in mandocdb (-u, -d) were switched. Fix this.Kristaps Dzonsons2011-10-091-2/+2
* Critical fix in the new -Tman lookaside buffer code. Gah..VERSION.1.12.0Kristaps Dzonsons2011-10-081-1/+2
* Note volatility of apropos and cut out old news update.Kristaps Dzonsons2011-10-081-15/+3
* Tweak Makefile and add config.h to -Tman to allow cross-compiling onKristaps Dzonsons2011-10-082-4/+17