aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some unnecessary variables and note that mchars_alloc never returnsKristaps Dzonsons2011-10-091-26/+8
* Use a binary tree (for now, unbalanced) for deduping the records in theKristaps Dzonsons2011-10-091-6/+32
* The documented flags in mandocdb (-u, -d) were switched. Fix this.Kristaps Dzonsons2011-10-091-4/+4
* Critical fix in the new -Tman lookaside buffer code. Gah..VERSION_1_12_0Kristaps Dzonsons2011-10-081-2/+3
* Note volatility of apropos and cut out old news update.Kristaps Dzonsons2011-10-081-16/+4
* Tweak Makefile and add config.h to -Tman to allow cross-compiling onKristaps Dzonsons2011-10-082-5/+18
* Use `Mt' instead of `Aq' for email address.Kristaps Dzonsons2011-10-081-3/+4
* Get ready for version. I'm bumping the minor release to 1.12 becauseKristaps Dzonsons2011-10-082-5/+7
* Use mandoc_realloc() in apropos, as we're linking to libmandoc.a.Kristaps Dzonsons2011-10-081-5/+2
* Implement a basic -Tman `Rv', like `Ex'.Kristaps Dzonsons2011-10-081-3/+6
* Tidy up -Tman output. This has NO functional change: (1) introduced aKristaps Dzonsons2011-10-081-108/+176
* Lift hard-coded limit of results.Kristaps Dzonsons2011-10-071-6/+8
* Clean up file a bit: remove errx and err function pointers from theKristaps Dzonsons2011-10-071-118/+98
* Make apropos and mandocdb build by default.Kristaps Dzonsons2011-10-062-8/+9
* Add more version notes to www.Kristaps Dzonsons2011-10-061-13/+28
* Nix end-of-line whitespace.Kristaps Dzonsons2011-10-061-2/+2
* Import apropos from mandoc-tools after inlining all source filesKristaps Dzonsons2011-10-063-1/+879
* If -Tman is specified and input is -man, echo the preprocessed (`so'Kristaps Dzonsons2011-10-069-31/+152
* Add -Ofragment mode to release notes.Kristaps Dzonsons2011-10-051-4/+5
* Add the -Ofragment option to -T[]x]html. This accomodates for embeddingKristaps Dzonsons2011-10-056-46/+60
* Break schwarze@'s release notes into sections. Ok schwarze@.Kristaps Dzonsons2011-10-021-12/+18
* Make -T[x]html suppress output with \& (and similar zwsp points). ThisKristaps Dzonsons2011-10-021-7/+7
* implement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po .Ss .Sx .Sy .br .spIngo Schwarze2011-09-302-42/+136
* list the work done during s2k11Ingo Schwarze2011-09-271-1/+16
* even though .Bl is not callable, groff complains when it appearsIngo Schwarze2011-09-271-3/+3
* Reorganize part of the content:Ingo Schwarze2011-09-263-1073/+918
* restore alphabetical order for the -Toutput list, and use a widthIngo Schwarze2011-09-261-35/+35