summaryrefslogtreecommitdiffstats
path: root/msec.c
Commit message (Expand)AuthorAgeFilesLines
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-0/+1
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-1/+1
* ISO C99 explicitly forbids forward references to enum types (6.7.2.3.3.);Ingo Schwarze2014-12-211-0/+1
* header cleanup:Ingo Schwarze2014-12-011-1/+0
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+2
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-1/+0
* In man(7), when no explicit volume name is given, use the defaultIngo Schwarze2011-12-021-3/+2
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-221-0/+1
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-0/+1
* Fixed memory leak introduced in last checkin of man_action TH parsing (only i...Kristaps Dzonsons2010-05-151-2/+1
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-0/+4
* Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein).Kristaps Dzonsons2009-10-261-0/+1
* Fixed license email address.Kristaps Dzonsons2009-06-101-1/+1
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-1/+1
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-0/+34