aboutsummaryrefslogtreecommitdiff
path: root/lib/libmandoc
Commit message (Collapse)AuthorAgeFilesLines
* Drop libmandoc and incorporate it into the main mandoc MakefileBaptiste Daroussin2015-05-211-44/+0
| | | | | | | | This simplifies maintainance of mandoc(1). Note that the same direction was taken on OpenBSD Notes: svn path=/head/; revision=283220
* libc now has reallocarrayBaptiste Daroussin2015-05-011-2/+0
| | | | Notes: svn path=/head/; revision=282316
* Update mandoc to 1.13.2Baptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=276219
* Update to mandoc cvs version as of 20141201Baptiste Daroussin2014-12-021-4/+6
| | | | | | | | | - Compatiblity with existing manpages has been improved - Now support ".so" directive with compressed manpages (which fixes a regression we have since we have new man(1)) Notes: svn path=/head/; revision=275432
* Rework mandoc Makefile to ease maintainanceBaptiste Daroussin2014-11-221-0/+2
| | | | | | | | Add compat_reallocarray into libmandoc given other mandoc components will use it. Notes: svn path=/head/; revision=274891
* Rework makefile in something closer to upstream Makefile to ease maintainanceBaptiste Daroussin2014-11-221-5/+28
| | | | Notes: svn path=/head/; revision=274890
* Forgot to update libmandocBaptiste Daroussin2014-11-221-6/+5
| | | | Notes: svn path=/head/; revision=274886
* Merge mdocml v1.12.3 into headUlrich Spörlein2014-02-011-1/+1
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=261344
* Merge mandoc from vendor into contrib and provide the necessary Makefile glue.Ulrich Spörlein2012-10-191-0/+20
It's not yet connected to the build. Notes: svn path=/head/; revision=241754