aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync library documentation with reality.Ingo Schwarze2014-08-055-183/+885
* Switch to autogenerated dependency rules; they are less error-prone.Ingo Schwarze2014-08-052-95/+147
* Properly partition the build system and install some missing stuff:Ingo Schwarze2014-08-051-15/+56
* Various minor corrections:Ingo Schwarze2014-08-051-6/+17
* sort user settings; no functional changeIngo Schwarze2014-08-051-20/+35
* remove strnlen(3) compat, we no longer use itIngo Schwarze2014-08-045-59/+1
* Simplify by allowing only one post-handler.Ingo Schwarze2014-08-021-128/+150
* Simplify by allowing only one pre-handler.Ingo Schwarze2014-08-011-47/+29
* Simplify man(7) validation:Ingo Schwarze2014-08-013-127/+76
* Fix floating point handling: When converting double to size_t,Ingo Schwarze2014-08-011-3/+3
* Clarity with respect to floating point handling:Ingo Schwarze2014-08-016-26/+26
* demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()Ingo Schwarze2014-08-014-16/+12
* mention requests and macros in more messagesIngo Schwarze2014-08-018-89/+106
* Dynamically allocate the stack of roff(7) .ie condition valuesIngo Schwarze2014-08-013-21/+20
* Split MANDOCERR_IGNARGV into one message for .An and one for .BlIngo Schwarze2014-07-313-14/+28
* In .Bl -column, if some of the column width declarations are givenIngo Schwarze2014-07-313-25/+15
* Remove the useless FATAL error "argument count wrong, violates syntax".Ingo Schwarze2014-07-303-16/+8
* Improve handling of next-line scope broken by end of file.Ingo Schwarze2014-07-302-30/+34
* garbage collect three unused global flags; no functional changeIngo Schwarze2014-07-305-93/+18
* Simplify: replace one global flag by one local variable.Ingo Schwarze2014-07-302-14/+8
* Get rid of the useless FATAL error "child violates parent syntax".Ingo Schwarze2014-07-305-61/+32
* Remove two useless FATAL errors.Ingo Schwarze2014-07-303-29/+39
* better name and wording for the last two non-generic errorsIngo Schwarze2014-07-304-12/+13
* Various improvements related to .Ex and .Rv:Ingo Schwarze2014-07-306-87/+180
* move some things here from my private TODO list,Ingo Schwarze2014-07-291-18/+79
* Partial implementation of .Bd -centered.Ingo Schwarze2014-07-293-7/+18