summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use `Mt' instead of `Aq' for email address.Kristaps Dzonsons2011-10-081-1/+2
* Get ready for version. I'm bumping the minor release to 1.12 becauseKristaps Dzonsons2011-10-082-4/+6
* Use mandoc_realloc() in apropos, as we're linking to libmandoc.a.Kristaps Dzonsons2011-10-081-4/+1
* Implement a basic -Tman `Rv', like `Ex'.Kristaps Dzonsons2011-10-081-2/+5
* Tidy up -Tman output. This has NO functional change: (1) introduced aKristaps Dzonsons2011-10-081-107/+175
* Lift hard-coded limit of results.Kristaps Dzonsons2011-10-071-5/+7
* Clean up file a bit: remove errx and err function pointers from theKristaps Dzonsons2011-10-071-117/+97
* Make apropos and mandocdb build by default.Kristaps Dzonsons2011-10-062-7/+8
* Add more version notes to www.Kristaps Dzonsons2011-10-061-12/+27
* Nix end-of-line whitespace.Kristaps Dzonsons2011-10-061-1/+1
* 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-20/+141
* Add -Ofragment mode to release notes.Kristaps Dzonsons2011-10-051-3/+4
* Add the -Ofragment option to -T[]x]html. This accomodates for embeddingKristaps Dzonsons2011-10-056-39/+53
* Break schwarze@'s release notes into sections. Ok schwarze@.Kristaps Dzonsons2011-10-021-11/+17
* Make -T[x]html suppress output with \& (and similar zwsp points). ThisKristaps Dzonsons2011-10-021-6/+6
* implement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po .Ss .Sx .Sy .br .spIngo Schwarze2011-09-302-40/+134
* list the work done during s2k11Ingo Schwarze2011-09-271-0/+15
* even though .Bl is not callable, groff complains when it appearsIngo Schwarze2011-09-271-1/+1
* Reorganize part of the content:Ingo Schwarze2011-09-263-1067/+912
* restore alphabetical order for the -Toutput list, and use a widthIngo Schwarze2011-09-261-33/+33
* typos found by jmc@Ingo Schwarze2011-09-251-3/+4
* As noticed by kristaps@, when breaking an overflowing line,Ingo Schwarze2011-09-212-9/+5
* sync to groff: support .Lb -libdwarf, update .Lb -libelfIngo Schwarze2011-09-201-1/+2
* Major rewrite of the horizontal spacing of tablesIngo Schwarze2011-09-202-136/+110
* add a MACRO OVERVIEW section, similar to the one in mdoc(7);Ingo Schwarze2011-09-201-0/+39
* Using user-defined macros, surprisingly, it is possibleIngo Schwarze2011-09-202-1/+5
* do not assign pointers to literal stringsIngo Schwarze2011-09-201-2/+2
* When advancing the left margin, .RS also needs to reset the right marginIngo Schwarze2011-09-201-1/+2
* Sync print_mdoc_head to print_man_head;Ingo Schwarze2011-09-202-19/+26
* Remove the terminal frontend flag TERMP_NOLPAD.Ingo Schwarze2011-09-194-69/+54
* Breaking the line at a hyphen is only allowed if the hyphenIngo Schwarze2011-09-191-9/+2
* Fix another regression introduced in 1.11.7:Ingo Schwarze2011-09-181-2/+13
* fix a regression introduced in 1.11.7:Ingo Schwarze2011-09-181-1/+4
* Support nesting of indented blocks.Ingo Schwarze2011-09-181-34/+28
* two issues were reported againIngo Schwarze2011-09-181-0/+5
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-1820-20/+20
* Add a MACRO OVERVIEW, listing all macros ordered by purpose,Ingo Schwarze2011-09-181-0/+124
* Initial, incomplete support for -TmanIngo Schwarze2011-09-175-0/+456
* fix an obvious typo: sz was used uninitializedIngo Schwarze2011-09-171-1/+1
* support ".St -iso8601"; committing on behalf of jmc@Ingo Schwarze2011-09-162-0/+3
* It's unknown whether `SH' and `SS' closing out `nf' literalism isKristaps Dzonsons2011-09-061-0/+8
* Revert removal of tab warning, suggested by schwarze@.Kristaps Dzonsons2011-09-061-2/+17
* Remove check for tab. man(7) says tab is Ok.Kristaps Dzonsons2011-09-041-17/+2
* Teach -man that a literal context should be closed by SS/SH in theKristaps Dzonsons2011-09-041-9/+19
* Fix handling of font modifiers in tables. Noted by Brad Smith.Kristaps Dzonsons2011-09-032-3/+22
* Make -man check for tabs correctly print the column.VERSION.1.11.7Kristaps Dzonsons2011-09-021-1/+1
* Fix typos and spelling errors found by demandoc -w | spell -b.Kristaps Dzonsons2011-09-024-8/+8