aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* improve FATAL handling in makewhatis(8)Ingo Schwarze2014-07-241-1/+12
* Partially document the core of the HTML formatter.Ingo Schwarze2014-07-231-0/+249
* Security fix:Ingo Schwarze2014-07-232-29/+51
* Security fix:Ingo Schwarze2014-07-221-2/+5
* Security fix to prevent XSS attacks:Ingo Schwarze2014-07-222-4/+82
* fix a minibug reported by kristaps@:Ingo Schwarze2014-07-211-6/+10
* Kristaps points out that the current HTTP/1.1 draft standard (RFCIngo Schwarze2014-07-213-6/+12
* Security fix:Ingo Schwarze2014-07-191-5/+34
* Security fix:Ingo Schwarze2014-07-191-2/+29