summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* typos found by jmc@Ingo Schwarze2011-09-251-5/+6
* As noticed by kristaps@, when breaking an overflowing line,Ingo Schwarze2011-09-212-11/+7
* sync to groff: support .Lb -libdwarf, update .Lb -libelfIngo Schwarze2011-09-201-2/+3
* Major rewrite of the horizontal spacing of tablesIngo Schwarze2011-09-202-138/+112
* add a MACRO OVERVIEW section, similar to the one in mdoc(7);Ingo Schwarze2011-09-201-2/+41
* Using user-defined macros, surprisingly, it is possibleIngo Schwarze2011-09-202-3/+7
* do not assign pointers to literal stringsIngo Schwarze2011-09-201-3/+3
* When advancing the left margin, .RS also needs to reset the right marginIngo Schwarze2011-09-201-2/+3
* Sync print_mdoc_head to print_man_head;Ingo Schwarze2011-09-202-21/+28
* Remove the terminal frontend flag TERMP_NOLPAD.Ingo Schwarze2011-09-194-73/+58
* Breaking the line at a hyphen is only allowed if the hyphenIngo Schwarze2011-09-191-10/+3
* Fix another regression introduced in 1.11.7:Ingo Schwarze2011-09-181-3/+14
* fix a regression introduced in 1.11.7:Ingo Schwarze2011-09-181-2/+5
* Support nesting of indented blocks.Ingo Schwarze2011-09-181-35/+29
* two issues were reported againIngo Schwarze2011-09-181-1/+6
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-1820-41/+41
* Add a MACRO OVERVIEW, listing all macros ordered by purpose,Ingo Schwarze2011-09-181-2/+126
* Initial, incomplete support for -TmanIngo Schwarze2011-09-175-4/+460
* fix an obvious typo: sz was used uninitializedIngo Schwarze2011-09-171-2/+2
* support ".St -iso8601"; committing on behalf of jmc@Ingo Schwarze2011-09-162-3/+6
* It's unknown whether `SH' and `SS' closing out `nf' literalism isKristaps Dzonsons2011-09-061-2/+10
* Revert removal of tab warning, suggested by schwarze@.Kristaps Dzonsons2011-09-061-3/+18
* Remove check for tab. man(7) says tab is Ok.Kristaps Dzonsons2011-09-041-18/+3
* Teach -man that a literal context should be closed by SS/SH in theKristaps Dzonsons2011-09-041-10/+20
* Fix handling of font modifiers in tables. Noted by Brad Smith.Kristaps Dzonsons2011-09-032-6/+25
* Make -man check for tabs correctly print the column.VERSION_1_11_7Kristaps Dzonsons2011-09-021-2/+2