summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Provide a fallback version of fts(3) for systems lacking it.Ingo Schwarze2014-08-1110-22/+997
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-1061-129/+72
* New section about deployment by Kristaps.VERSION.1.13.1Ingo Schwarze2014-08-101-37/+105
* 1.13.1 release notesIngo Schwarze2014-08-101-0/+80
* 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-3/+6
* mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags;Ingo Schwarze2014-08-092-1/+6
* missing #include "config.h",Ingo Schwarze2014-08-091-0/+4
* Do not hardcode stuff in ./configure that is actually user-configurableIngo Schwarze2014-08-082-4/+4
* Delete the __attribute__((__bounded__(...))) annotation.Ingo Schwarze2014-08-081-2/+1
* add INSTALL and bump VERSIONIngo Schwarze2014-08-081-2/+3
* mention neatroffIngo Schwarze2014-08-081-1/+2
* 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-3/+8
* some corrections and improvements with respect to prologue macros;Ingo Schwarze2014-08-081-18/+16
* document warning and error messages, using quite some feedback from jmc@;Ingo Schwarze2014-08-081-26/+841
* Bring the handling of defective prologues even closer to groff,Ingo Schwarze2014-08-069-142/+137
* 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-0/+2
* Absurdly, the return value of sqlite3_column_text()Ingo Schwarze2014-08-052-9/+9
* Since old SQLite versions do not have sqlite3_errstr(),Ingo Schwarze2014-08-055-0/+34
* If an old SQLite version doesn't provide SQLITE_DETERMINISTIC,Ingo Schwarze2014-08-051-0/+3
* Portability fix:Ingo Schwarze2014-08-051-3/+4
* Sync library documentation with reality.Ingo Schwarze2014-08-055-180/+882
* Switch to autogenerated dependency rules; they are less error-prone.Ingo Schwarze2014-08-052-94/+146
* Properly partition the build system and install some missing stuff:Ingo Schwarze2014-08-051-14/+55
* Various minor corrections:Ingo Schwarze2014-08-051-5/+16
* sort user settings; no functional changeIngo Schwarze2014-08-051-19/+34
* remove strnlen(3) compat, we no longer use itIngo Schwarze2014-08-045-58/+0
* Simplify by allowing only one post-handler.Ingo Schwarze2014-08-021-127/+149
* Simplify by allowing only one pre-handler.Ingo Schwarze2014-08-011-46/+28
* Simplify man(7) validation:Ingo Schwarze2014-08-013-124/+73
* Fix floating point handling: When converting double to size_t,Ingo Schwarze2014-08-011-2/+2
* Clarity with respect to floating point handling:Ingo Schwarze2014-08-016-20/+20
* demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()Ingo Schwarze2014-08-014-12/+8
* mention requests and macros in more messagesIngo Schwarze2014-08-018-81/+98
* Dynamically allocate the stack of roff(7) .ie condition valuesIngo Schwarze2014-08-013-18/+17
* Split MANDOCERR_IGNARGV into one message for .An and one for .BlIngo Schwarze2014-07-313-11/+25
* In .Bl -column, if some of the column width declarations are givenIngo Schwarze2014-07-313-22/+12
* Remove the useless FATAL error "argument count wrong, violates syntax".Ingo Schwarze2014-07-303-13/+5
* Improve handling of next-line scope broken by end of file.Ingo Schwarze2014-07-302-28/+32
* garbage collect three unused global flags; no functional changeIngo Schwarze2014-07-305-88/+13
* Simplify: replace one global flag by one local variable.Ingo Schwarze2014-07-302-12/+6
* Get rid of the useless FATAL error "child violates parent syntax".Ingo Schwarze2014-07-305-56/+27
* Remove two useless FATAL errors.Ingo Schwarze2014-07-303-26/+36
* better name and wording for the last two non-generic errorsIngo Schwarze2014-07-304-8/+9
* Various improvements related to .Ex and .Rv:Ingo Schwarze2014-07-306-81/+174
* move some things here from my private TODO list,Ingo Schwarze2014-07-291-17/+78