| Commit message (Expand) | Author | Age | Files | Lines |
* | strcasestr() wants _GNU_SOURCE on Linux | Ingo Schwarze | 2014-08-05 | 2 | -1/+5 |
* | NULL is in <stddef.h>; found on Linux | Ingo Schwarze | 2014-08-05 | 1 | -0/+1 |
* | mansearch.h uses uint64_t, so it needs stdint.h; found on Linux | Ingo Schwarze | 2014-08-05 | 2 | -0/+2 |
* | Absurdly, the return value of sqlite3_column_text() | Ingo Schwarze | 2014-08-05 | 2 | -9/+9 |
* | Since old SQLite versions do not have sqlite3_errstr(), | Ingo Schwarze | 2014-08-05 | 5 | -0/+34 |
* | If an old SQLite version doesn't provide SQLITE_DETERMINISTIC, | Ingo Schwarze | 2014-08-05 | 1 | -0/+3 |
* | Portability fix: | Ingo Schwarze | 2014-08-05 | 1 | -3/+4 |
* | Sync library documentation with reality. | Ingo Schwarze | 2014-08-05 | 5 | -180/+882 |
* | Switch to autogenerated dependency rules; they are less error-prone. | Ingo Schwarze | 2014-08-05 | 2 | -94/+146 |
* | Properly partition the build system and install some missing stuff: | Ingo Schwarze | 2014-08-05 | 1 | -14/+55 |
* | Various minor corrections: | Ingo Schwarze | 2014-08-05 | 1 | -5/+16 |
* | sort user settings; no functional change | Ingo Schwarze | 2014-08-05 | 1 | -19/+34 |
* | remove strnlen(3) compat, we no longer use it | Ingo Schwarze | 2014-08-04 | 5 | -58/+0 |
* | Simplify by allowing only one post-handler. | Ingo Schwarze | 2014-08-02 | 1 | -127/+149 |
* | Simplify by allowing only one pre-handler. | Ingo Schwarze | 2014-08-01 | 1 | -46/+28 |
* | Simplify man(7) validation: | Ingo Schwarze | 2014-08-01 | 3 | -124/+73 |
* | Fix floating point handling: When converting double to size_t, | Ingo Schwarze | 2014-08-01 | 1 | -2/+2 |
* | Clarity with respect to floating point handling: | Ingo Schwarze | 2014-08-01 | 6 | -20/+20 |
* | demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg() | Ingo Schwarze | 2014-08-01 | 4 | -12/+8 |
* | mention requests and macros in more messages | Ingo Schwarze | 2014-08-01 | 8 | -81/+98 |
* | Dynamically allocate the stack of roff(7) .ie condition values | Ingo Schwarze | 2014-08-01 | 3 | -18/+17 |
* | Split MANDOCERR_IGNARGV into one message for .An and one for .Bl | Ingo Schwarze | 2014-07-31 | 3 | -11/+25 |
* | In .Bl -column, if some of the column width declarations are given | Ingo Schwarze | 2014-07-31 | 3 | -22/+12 |
* | Remove the useless FATAL error "argument count wrong, violates syntax". | Ingo Schwarze | 2014-07-30 | 3 | -13/+5 |
* | Improve handling of next-line scope broken by end of file. | Ingo Schwarze | 2014-07-30 | 2 | -28/+32 |
* | garbage collect three unused global flags; no functional change | Ingo Schwarze | 2014-07-30 | 5 | -88/+13 |
* | Simplify: replace one global flag by one local variable. | Ingo Schwarze | 2014-07-30 | 2 | -12/+6 |
* | Get rid of the useless FATAL error "child violates parent syntax". | Ingo Schwarze | 2014-07-30 | 5 | -56/+27 |
* | Remove two useless FATAL errors. | Ingo Schwarze | 2014-07-30 | 3 | -26/+36 |
* | better name and wording for the last two non-generic errors | Ingo Schwarze | 2014-07-30 | 4 | -8/+9 |
* | Various improvements related to .Ex and .Rv: | Ingo Schwarze | 2014-07-30 | 6 | -81/+174 |
* | move some things here from my private TODO list, | Ingo Schwarze | 2014-07-29 | 1 | -17/+78 |
* | Partial implementation of .Bd -centered. | Ingo Schwarze | 2014-07-29 | 3 | -4/+15 |
* | code readability; no functional change | Ingo Schwarze | 2014-07-27 | 1 | -7/+5 |
* | Even for UTF-8 output, a non-breaking space character has the same width | Ingo Schwarze | 2014-07-27 | 1 | -1/+6 |
* | Choosing the right encoding is a tricky business... | Ingo Schwarze | 2014-07-25 | 1 | -34/+8 |
* | Sort the URI keys for .Xr links in the same order used by the search form, | Ingo Schwarze | 2014-07-25 | 1 | -7/+12 |
* | oops, we must not try to validate a manpath we don't have; | Ingo Schwarze | 2014-07-25 | 1 | -1/+2 |
* | We cannot easily control the order of the QUERY_STRING keys generated | Ingo Schwarze | 2014-07-25 | 1 | -16/+18 |
* | In generated .Xr links, avoid double encoding of ampersands | Ingo Schwarze | 2014-07-25 | 1 | -1/+2 |
* | Even though this is not XHTML yet, remove some gratuitious violations | Ingo Schwarze | 2014-07-25 | 1 | -11/+11 |
* | The names of all other struct query memebers match the corresponding | Ingo Schwarze | 2014-07-25 | 1 | -12/+16 |
* | clean up pg_show() to not modify a string returned from getenv(3) | Ingo Schwarze | 2014-07-25 | 1 | -14/+19 |
* | Rewrite http_parse() completely: | Ingo Schwarze | 2014-07-25 | 1 | -47/+102 |
* | Sort result pages first by section number, then by name. | Ingo Schwarze | 2014-07-24 | 3 | -11/+21 |
* | Provide a dropdown entry "All Architectures" and make it the default. | Ingo Schwarze | 2014-07-24 | 1 | -1/+25 |
* | improve FATAL handling in makewhatis(8) | Ingo Schwarze | 2014-07-24 | 1 | -0/+11 |
* | Partially document the core of the HTML formatter. | Ingo Schwarze | 2014-07-23 | 1 | -0/+249 |
* | Security fix: | Ingo Schwarze | 2014-07-23 | 2 | -27/+49 |
* | Security fix: | Ingo Schwarze | 2014-07-22 | 1 | -1/+4 |