summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2014-08-09mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags;Ingo Schwarze
2014-08-08Absurdly, the return value of sqlite3_column_text()Ingo Schwarze
2014-08-08mansearch.h uses uint64_t, so it needs stdint.h; found on LinuxIngo Schwarze
2014-08-08Remove redundant verbiage in the style of "a file is a file,Ingo Schwarze
2014-08-08Bring the handling of defective prologues even closer to groff,Ingo Schwarze
2014-08-08Simplify by allowing only one post-handler.Ingo Schwarze
2014-08-08Simplify by allowing only one pre-handler.Ingo Schwarze
2014-08-08Simplify man(7) validation:Ingo Schwarze
2014-08-08Fix floating point handling: When converting double to size_t,Ingo Schwarze
2014-08-08Clarity with respect to floating point handling:Ingo Schwarze
2014-08-08demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()Ingo Schwarze
2014-08-08mention requests and macros in more messagesIngo Schwarze
2014-08-08Dynamically allocate the stack of roff(7) .ie condition valuesIngo Schwarze
2014-08-08Split MANDOCERR_IGNARGV into one message for .An and one for .BlIngo Schwarze
2014-08-08In .Bl -column, if some of the column width declarations are givenIngo Schwarze
2014-08-08Remove the useless FATAL error "argument count wrong, violates syntax".Ingo Schwarze
2014-08-08Improve handling of next-line scope broken by end of file.Ingo Schwarze
2014-08-08Simplify: replace one global flag by one local variableIngo Schwarze
2014-08-08Get rid of the useless FATAL error "child violates parent syntax".Ingo Schwarze
2014-08-08Remove two useless FATAL errors.Ingo Schwarze
2014-08-08better name and wording for the last two non-generic errorsIngo Schwarze
2014-08-08Various improvements related to .Ex and .Rv:Ingo Schwarze
2014-08-08Partial implementation of .Bd -centered.Ingo Schwarze
2014-07-27code readability; no functional changeIngo Schwarze
2014-07-27Even for UTF-8 output, a non-breaking space character has the same widthIngo Schwarze
2014-07-25Choosing the right encoding is a tricky business...Ingo Schwarze
2014-07-25Sort the URI keys for .Xr links in the same order used by the search form,Ingo Schwarze
2014-07-25oops, we must not try to validate a manpath we don't have;Ingo Schwarze
2014-07-25We cannot easily control the order of the QUERY_STRING keys generatedIngo Schwarze
2014-07-25In generated .Xr links, avoid double encoding of ampersandsIngo Schwarze
2014-07-25Even though this is not XHTML yet, remove some gratuitious violationsIngo Schwarze
2014-07-25The names of all other struct query memebers match the correspondingIngo Schwarze
2014-07-25clean up pg_show() to not modify a string returned from getenv(3)Ingo Schwarze
2014-07-25Rewrite http_parse() completely:Ingo Schwarze
2014-07-24Sort result pages first by section number, then by name.Ingo Schwarze
2014-07-24Provide a dropdown entry "All Architectures" and make it the default.Ingo Schwarze
2014-07-23Security fix:Ingo Schwarze
2014-07-22Security fix:Ingo Schwarze
2014-07-22Security fix to prevent XSS attacks:Ingo Schwarze
2014-07-21fix a minibug reported by kristaps@:Ingo Schwarze
2014-07-21Kristaps points out that the current HTTP/1.1 draft standard (RFCIngo Schwarze
2014-07-19Security fix:Ingo Schwarze
2014-07-19Security fix:Ingo Schwarze
2014-07-18Do not use the HTTP_HOST CGI variable,Ingo Schwarze
2014-07-18When the MAN_DIR/manpath.conf configuration file does not exist or is empty,Ingo Schwarze
2014-07-13Compatibility hack for the old "manpath=OpenBSD<blank>" query parameter format;Ingo Schwarze
2014-07-13Make the calltree a bit easier to understand by giving theIngo Schwarze
2014-07-13make source vs. formatted guessing a bit more robustIngo Schwarze
2014-07-13By popular demand, bring man.cgi default mode closer to what man(1) does:Ingo Schwarze
2014-07-13Install the manuals of the web interface below the same directoryIngo Schwarze