aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* While all current callers pass valid data to ascii_hspan() only,Ingo Schwarze2014-08-171-2/+2
* typo; Steven Honeyman <stevenhoneyman at gmail dot com>Ingo Schwarze2014-08-171-3/+3
* Do not require getsubopt() to provide extern char *suboptarg.Ingo Schwarze2014-08-173-15/+22
* one forgotten #ifdef -> #if conversionIngo Schwarze2014-08-171-1/+2
* ... and remove the trailing spaces (duh. i should pay more attention)Ingo Schwarze2014-08-171-6/+6
* KNF: fix indentation of previous commit, see style(9):Ingo Schwarze2014-08-171-10/+10
* Protect against accessing "n->next->child" by first checking "n->next".Kristaps Dzonsons2014-08-171-9/+14
* Fully integrate apropos(1) into mandoc(1).Ingo Schwarze2014-08-178-225/+195
* When BUILD_DB is active, link apropos(1) into the mandoc binary.Ingo Schwarze2014-08-164-14/+26
* If a stray .It follows .El, we are no longer in the list,Ingo Schwarze2014-08-161-2/+3
* Improve build system and autodetection.Ingo Schwarze2014-08-1625-271/+756
* Some compilers apparently worry that abort() might returnIngo Schwarze2014-08-141-2/+3
* Clarify that .Em and .Sy are physical, not semantic markup,Ingo Schwarze2014-08-141-14/+41
* remove double word; from jmc@Ingo Schwarze2014-08-141-3/+3
* Revert previous, as requested by kristaps@.Ingo Schwarze2014-08-145-13/+13
* note about AT&T documenters workbenchIngo Schwarze2014-08-131-1/+5
* note about <var>Ingo Schwarze2014-08-131-1/+4
* Begin cleaning up scaling units.Kristaps Dzonsons2014-08-134-32/+60
* Use <em> for .Em and .Bf -emphasis.Ingo Schwarze2014-08-135-13/+13
* typo in comment; Guy Harris <guy at alum dot mit dot edu>Ingo Schwarze2014-08-121-2/+2
* In mdoc(7) and man(7), if a width is given as a bare number withoutIngo Schwarze2014-08-121-2/+2
* The macro SCALE_HS_INIT() is always passed the result of strlen() orIngo Schwarze2014-08-121-2/+2
* work around lack of d_namlen and ALIGN/ALIGNBYTES on LinuxIngo Schwarze2014-08-114-17/+31
* revert previous; i missed that config.h needs sys/types.h and stdio.hIngo Schwarze2014-08-111-0/+3
* typoIngo Schwarze2014-08-111-1/+1
* Provide a fallback version of fts(3) for systems lacking it.Ingo Schwarze2014-08-1110-27/+1002
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-1061-180/+123
* New section about deployment by Kristaps.VERSION_1_13_1Ingo Schwarze2014-08-101-38/+106
* 1.13.1 release notesIngo Schwarze2014-08-101-1/+81
* sync after adding config.h to mansearch_const.c;Ingo Schwarze2014-08-101-1/+1
* Clarifications in comments and standard output suggested byIngo Schwarze2014-08-102-4/+7
* mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags;Ingo Schwarze2014-08-092-3/+8
* missing #include "config.h",Ingo Schwarze2014-08-091-1/+5
* Do not hardcode stuff in ./configure that is actually user-configurableIngo Schwarze2014-08-082-5/+5
* Delete the __attribute__((__bounded__(...))) annotation.Ingo Schwarze2014-08-081-2/+1
* add INSTALL and bump VERSIONIngo Schwarze2014-08-081-3/+4
* mention neatroffIngo Schwarze2014-08-081-2/+3
* provide some instructions for manual installationIngo Schwarze2014-08-081-0/+119
* When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze2014-08-081-4/+9
* some corrections and improvements with respect to prologue macros;Ingo Schwarze2014-08-081-20/+18
* document warning and error messages, using quite some feedback from jmc@;Ingo Schwarze2014-08-081-28/+843
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-069-151/+146
* sync after sqlite3_errstr() compat additionIngo Schwarze2014-08-051-0/+2
* strcasestr() wants _GNU_SOURCE on LinuxIngo Schwarze2014-08-052-1/+5
* NULL is in <stddef.h>; found on LinuxIngo Schwarze2014-08-051-0/+1
* mansearch.h uses uint64_t, so it needs stdint.h; found on LinuxIngo Schwarze2014-08-052-3/+5
* Absurdly, the return value of sqlite3_column_text()Ingo Schwarze2014-08-052-11/+11
* Since old SQLite versions do not have sqlite3_errstr(),Ingo Schwarze2014-08-055-1/+35
* If an old SQLite version doesn't provide SQLITE_DETERMINISTIC,Ingo Schwarze2014-08-051-1/+4
* Portability fix:Ingo Schwarze2014-08-051-4/+5