aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* code readability; no functional changeIngo Schwarze2014-07-271-8/+6
* Even for UTF-8 output, a non-breaking space character has the same widthIngo Schwarze2014-07-271-2/+7
* Choosing the right encoding is a tricky business...Ingo Schwarze2014-07-251-35/+9
* Sort the URI keys for .Xr links in the same order used by the search form,Ingo Schwarze2014-07-251-8/+13
* oops, we must not try to validate a manpath we don't have;Ingo Schwarze2014-07-251-2/+3
* We cannot easily control the order of the QUERY_STRING keys generatedIngo Schwarze2014-07-251-17/+19
* In generated .Xr links, avoid double encoding of ampersandsIngo Schwarze2014-07-251-2/+3
* Even though this is not XHTML yet, remove some gratuitious violationsIngo Schwarze2014-07-251-12/+12
* The names of all other struct query memebers match the correspondingIngo Schwarze2014-07-251-13/+17
* clean up pg_show() to not modify a string returned from getenv(3)Ingo Schwarze2014-07-251-15/+20
* Rewrite http_parse() completely:Ingo Schwarze2014-07-251-48/+103
* Sort result pages first by section number, then by name.Ingo Schwarze2014-07-243-14/+24
* Provide a dropdown entry "All Architectures" and make it the default.Ingo Schwarze2014-07-241-2/+26