summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
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
2014-07-13update after recent code changesIngo Schwarze
2014-07-12Polish the search form using feedback from beck@ and others,Ingo Schwarze
2014-07-12No need for run-time configuration, add minimal compile-timeIngo Schwarze
2014-07-12Simplify: Delete 74 lines of code including one enum type, oneIngo Schwarze
2014-07-12Start fixing issues that beck@ helped find:Ingo Schwarze
2014-07-12Fix whatis(1) to correctly match words instead of any substrings.Ingo Schwarze
2014-07-12fix the two links on the start pageIngo Schwarze
2014-07-11make http decode linear time. also remove a redundant null check.Ted Unangst
2014-07-11http headers must end lines with CRLF. ok schwarzeTed Unangst
2014-07-11Bring in man.cgi(8) to maintain it in our tree together with mandoc.Ingo Schwarze
2014-07-09mark defos as const; nobody needs to change it,Ingo Schwarze
2014-07-09delete forgotten, obsolete rew_warn() prototypeIngo Schwarze
2014-07-07Clean up ERROR messages related to document structure and macros:Ingo Schwarze
2014-07-07Simplify man_unscope(), removing 18 lines of code, that is,Ingo Schwarze
2014-07-07no need to delete any content from .Rs blocks,Ingo Schwarze
2014-07-07no need to skip content before first section headerIngo Schwarze
2014-07-07implement .dei and .amiIngo Schwarze
2014-07-06Clean up messages related to plain text and to escape sequences.Ingo Schwarze
2014-07-06After skipping an escape sequence with incomplete arguments,Ingo Schwarze
2014-07-06Fix expansion of escape sequences with incomplete arguments.Ingo Schwarze
2014-07-06Fix handling of escape sequences taking numeric arguments.Ingo Schwarze
2014-07-05Cleanup with respect to bad macro arguments.Ingo Schwarze
2014-07-05Cleanup regarding -offset and -width:Ingo Schwarze
2014-07-04Clean up messages regarding excess arguments:Ingo Schwarze
2014-07-04Clean up messages related to missing arguments.Ingo Schwarze
2014-07-03Fix formatting of empty .Bl -inset item heads.Ingo Schwarze
2014-07-03MANDOCERR_NOARGS reported three completely unrelated classes of problems.Ingo Schwarze
2014-07-02Improve and test the messages about empty macros,Ingo Schwarze
2014-07-02When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze
2014-07-02Disentangle the MANDOCERR_CHILD message, which reported threeIngo Schwarze