| Commit message (Expand) | Author | Age | Files | Lines |
* | Use proper infix expressions and provide a default. (Exact match.) | Kristaps Dzonsons | 2011-11-09 | 1 | -11/+24 |
* | Make apropos's lookup use a find(1)-like expression. I'll write more on | Kristaps Dzonsons | 2011-11-09 | 4 | -84/+146 |
* | Change getopt() to be more like schwarze@'s suggestions. | Kristaps Dzonsons | 2011-11-09 | 2 | -43/+24 |
* | Split apropos.c into db.c and apropos.h with simpler code (re-written, but | Kristaps Dzonsons | 2011-11-09 | 5 | -551/+860 |
* | Const-ify some mchars arguments. I think these are non-const for historical | Kristaps Dzonsons | 2011-11-08 | 3 | -10/+13 |
* | When the HEAD scope of .TP is broken by another block macro, | Ingo Schwarze | 2011-11-07 | 7 | -44/+51 |
* | Accomodate for \f(Cx formatting. Noted by Andreas Vogele, thanks! | Kristaps Dzonsons | 2011-11-06 | 2 | -1/+10 |
* | When .TH sets no data, leave the date field in the page footer blank, | Ingo Schwarze | 2011-11-03 | 1 | -3/+5 |
* | Correct .Eo spacing: | Ingo Schwarze | 2011-11-03 | 2 | -2/+10 |
* | Clean up the description of .Dt: | Ingo Schwarze | 2011-11-01 | 1 | -36/+14 |
* | Implement missing enclosures (Ao Do Qo Qq So Bro Brq) | Ingo Schwarze | 2011-10-24 | 1 | -23/+23 |
* | Handle infinite recursion the same way as groff: | Ingo Schwarze | 2011-10-24 | 1 | -8/+12 |
* | Handle \N numbered character escapes the same way as groff: | Ingo Schwarze | 2011-10-24 | 1 | -6/+22 |
* | Implement the missing text production macros (Bsx Bx Dx Fx Nx Ox Ux Bt Ud). | Ingo Schwarze | 2011-10-20 | 1 | -18/+53 |
* | Fix mandoc_escape() function argument names. From a fix by Abhinav | Kristaps Dzonsons | 2011-10-18 | 1 | -3/+3 |
* | Sync to groff, and add tier I and II NetBSD architectures. | Ingo Schwarze | 2011-10-16 | 2 | -0/+55 |
* | Remove a bunch of useless assignments, | Ingo Schwarze | 2011-10-16 | 6 | -19/+15 |
* | Always print <table> column widths in -T[x]html; | Ingo Schwarze | 2011-10-09 | 2 | -72/+34 |
* | A bit more precision and nicer wording in the descriptions | Ingo Schwarze | 2011-10-09 | 1 | -7/+20 |
* | Make apropos results-gathering able to error out and clean up before | Kristaps Dzonsons | 2011-10-09 | 1 | -14/+16 |
* | Remove some unnecessary variables and note that mchars_alloc never returns | Kristaps Dzonsons | 2011-10-09 | 1 | -25/+7 |
* | Use a binary tree (for now, unbalanced) for deduping the records in the | Kristaps Dzonsons | 2011-10-09 | 1 | -5/+31 |
* | The documented flags in mandocdb (-u, -d) were switched. Fix this. | Kristaps Dzonsons | 2011-10-09 | 1 | -2/+2 |
* | Critical fix in the new -Tman lookaside buffer code. Gah..VERSION.1.12.0 | Kristaps Dzonsons | 2011-10-08 | 1 | -1/+2 |
* | Note volatility of apropos and cut out old news update. | Kristaps Dzonsons | 2011-10-08 | 1 | -15/+3 |
* | Tweak Makefile and add config.h to -Tman to allow cross-compiling on | Kristaps Dzonsons | 2011-10-08 | 2 | -4/+17 |
* | Use `Mt' instead of `Aq' for email address. | Kristaps Dzonsons | 2011-10-08 | 1 | -1/+2 |
* | Get ready for version. I'm bumping the minor release to 1.12 because | Kristaps Dzonsons | 2011-10-08 | 2 | -4/+6 |
* | Use mandoc_realloc() in apropos, as we're linking to libmandoc.a. | Kristaps Dzonsons | 2011-10-08 | 1 | -4/+1 |
* | Implement a basic -Tman `Rv', like `Ex'. | Kristaps Dzonsons | 2011-10-08 | 1 | -2/+5 |
* | Tidy up -Tman output. This has NO functional change: (1) introduced a | Kristaps Dzonsons | 2011-10-08 | 1 | -107/+175 |
* | Lift hard-coded limit of results. | Kristaps Dzonsons | 2011-10-07 | 1 | -5/+7 |
* | Clean up file a bit: remove errx and err function pointers from the | Kristaps Dzonsons | 2011-10-07 | 1 | -117/+97 |
* | Make apropos and mandocdb build by default. | Kristaps Dzonsons | 2011-10-06 | 2 | -7/+8 |
* | Add more version notes to www. | Kristaps Dzonsons | 2011-10-06 | 1 | -12/+27 |
* | Nix end-of-line whitespace. | Kristaps Dzonsons | 2011-10-06 | 1 | -1/+1 |
* | Import apropos from mandoc-tools after inlining all source files | Kristaps Dzonsons | 2011-10-06 | 3 | -1/+879 |
* | If -Tman is specified and input is -man, echo the preprocessed (`so' | Kristaps Dzonsons | 2011-10-06 | 9 | -20/+141 |
* | Add -Ofragment mode to release notes. | Kristaps Dzonsons | 2011-10-05 | 1 | -3/+4 |
* | Add the -Ofragment option to -T[]x]html. This accomodates for embedding | Kristaps Dzonsons | 2011-10-05 | 6 | -39/+53 |
* | Break schwarze@'s release notes into sections. Ok schwarze@. | Kristaps Dzonsons | 2011-10-02 | 1 | -11/+17 |
* | Make -T[x]html suppress output with \& (and similar zwsp points). This | Kristaps Dzonsons | 2011-10-02 | 1 | -6/+6 |
* | implement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po .Ss .Sx .Sy .br .sp | Ingo Schwarze | 2011-09-30 | 2 | -40/+134 |
* | list the work done during s2k11 | Ingo Schwarze | 2011-09-27 | 1 | -0/+15 |
* | even though .Bl is not callable, groff complains when it appears | Ingo Schwarze | 2011-09-27 | 1 | -1/+1 |
* | Reorganize part of the content: | Ingo Schwarze | 2011-09-26 | 3 | -1067/+912 |
* | restore alphabetical order for the -Toutput list, and use a width | Ingo Schwarze | 2011-09-26 | 1 | -33/+33 |
* | typos found by jmc@ | Ingo Schwarze | 2011-09-25 | 1 | -3/+4 |
* | As noticed by kristaps@, when breaking an overflowing line, | Ingo Schwarze | 2011-09-21 | 2 | -9/+5 |
* | sync to groff: support .Lb -libdwarf, update .Lb -libelf | Ingo Schwarze | 2011-09-20 | 1 | -1/+2 |