]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2014-08-01 Ingo SchwarzeFix floating point handling: When converting double...
2014-08-01 Ingo SchwarzeClarity with respect to floating point handling:
2014-08-01 Ingo Schwarzedemacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg...
2014-08-01 Ingo Schwarzemention requests and macros in more messages
2014-08-01 Ingo SchwarzeDynamically allocate the stack of roff(7) .ie condition...
2014-07-31 Ingo SchwarzeSplit MANDOCERR_IGNARGV into one message for .An and...
2014-07-31 Ingo SchwarzeIn .Bl -column, if some of the column width declaration...
2014-07-30 Ingo SchwarzeRemove the useless FATAL error "argument count wrong...
2014-07-30 Ingo SchwarzeImprove handling of next-line scope broken by end of...
2014-07-30 Ingo Schwarzegarbage collect three unused global flags; no functiona...
2014-07-30 Ingo SchwarzeSimplify: replace one global flag by one local variable.
2014-07-30 Ingo SchwarzeGet rid of the useless FATAL error "child violates...
2014-07-30 Ingo SchwarzeRemove two useless FATAL errors.
2014-07-30 Ingo Schwarzebetter name and wording for the last two non-generic...
2014-07-30 Ingo SchwarzeVarious improvements related to .Ex and .Rv:
2014-07-29 Ingo Schwarzemove some things here from my private TODO list,
2014-07-29 Ingo SchwarzePartial implementation of .Bd -centered.
2014-07-27 Ingo Schwarzecode readability; no functional change
2014-07-27 Ingo SchwarzeEven for UTF-8 output, a non-breaking space character...
2014-07-25 Ingo SchwarzeChoosing the right encoding is a tricky business...
2014-07-25 Ingo SchwarzeSort the URI keys for .Xr links in the same order used...
2014-07-25 Ingo Schwarzeoops, we must not try to validate a manpath we don...
2014-07-25 Ingo SchwarzeWe cannot easily control the order of the QUERY_STRING...
2014-07-25 Ingo SchwarzeIn generated .Xr links, avoid double encoding of ampersands
2014-07-25 Ingo SchwarzeEven though this is not XHTML yet, remove some gratuiti...
2014-07-25 Ingo SchwarzeThe names of all other struct query memebers match...
2014-07-25 Ingo Schwarzeclean up pg_show() to not modify a string returned...
2014-07-25 Ingo SchwarzeRewrite http_parse() completely:
2014-07-24 Ingo SchwarzeSort result pages first by section number, then by...
2014-07-24 Ingo SchwarzeProvide a dropdown entry "All Architectures" and make...
2014-07-24 Ingo Schwarzeimprove FATAL handling in makewhatis(8)
2014-07-23 Ingo SchwarzePartially document the core of the HTML formatter.
2014-07-23 Ingo SchwarzeSecurity fix:
2014-07-22 Ingo SchwarzeSecurity fix:
2014-07-22 Ingo SchwarzeSecurity fix to prevent XSS attacks:
2014-07-21 Ingo Schwarzefix a minibug reported by kristaps@:
2014-07-21 Ingo SchwarzeKristaps points out that the current HTTP/1.1 draft...
2014-07-19 Ingo SchwarzeSecurity fix:
2014-07-19 Ingo SchwarzeSecurity fix:
2014-07-18 Ingo SchwarzeDo not use the HTTP_HOST CGI variable,
2014-07-18 Ingo SchwarzeWhen the MAN_DIR/manpath.conf configuration file does...
2014-07-13 Ingo SchwarzeCompatibility hack for the old "manpath=OpenBSD<blank...
2014-07-13 Ingo SchwarzeMake the calltree a bit easier to understand by giving the
2014-07-13 Ingo Schwarzemake source vs. formatted guessing a bit more robust
2014-07-13 Ingo SchwarzeBy popular demand, bring man.cgi default mode closer...
2014-07-13 Ingo SchwarzeUnconfuse .Fa documentation:
2014-07-13 Ingo SchwarzeInstall the manuals of the web interface below the...
2014-07-13 Ingo Schwarzeupdate after recent code changes
2014-07-12 Ingo SchwarzePolish the search form using feedback from beck@ and...
2014-07-12 Ingo SchwarzePolish the search form using feedback from beck@ and...
2014-07-12 Ingo SchwarzeNo need for run-time configuration, add minimal compile...
2014-07-12 Ingo SchwarzeSimplify: Delete 74 lines of code including one enum...
2014-07-12 Ingo SchwarzeStart fixing issues that beck@ helped find:
2014-07-12 Ingo SchwarzeFix whatis(1) to correctly match words instead of any...
2014-07-12 Ingo Schwarzefix the two manual links on the index page
2014-07-11 Ingo Schwarzemerge OpenBSD rev. 1.3 by tedu@:
2014-07-11 Ingo Schwarzemerge OpenBSD rev. 1.2 by tedu@:
2014-07-11 Ingo Schwarzeadd HISTORY section
2014-07-10 Ingo SchwarzeLink to the new man.cgi(8) manual, now that we have...
2014-07-10 Ingo SchwarzeFull rewrite of the man.cgi(8) manual.
2014-07-09 Ingo Schwarzesome sugar for the index page
2014-07-09 Ingo SchwarzeClean up error reporting:
2014-07-09 Ingo Schwarzenamespace cleanups:
2014-07-09 Ingo Schwarzeremove obsolete __sun includes
2014-07-09 Ingo Schwarzeset a reasonable default for .Os
2014-07-09 Ingo Schwarzemark defos as const; nobody needs to change it,
2014-07-09 Ingo Schwarzedelete forgotten, obsolete rew_warn() prototype
2014-07-09 Ingo Schwarzeoops, forgot to trim the newline character
2014-07-09 Ingo SchwarzeSimplify pathgen() even more.
2014-07-09 Ingo Schwarzeinclude manpath= when printing queries, and omit empty...
2014-07-09 Ingo SchwarzeThis one needs "config.h", too.
2014-07-09 Ingo SchwarzeSwitch over man.cgi to SQLite. While here:
2014-07-07 Ingo SchwarzeClean up ERROR messages related to document structure...
2014-07-07 Ingo SchwarzeSimplify man_unscope(), removing 18 lines of code,...
2014-07-07 Ingo Schwarzeno need to delete any content from .Rs blocks,
2014-07-07 Ingo Schwarzeno need to skip content before first section header
2014-07-07 Ingo Schwarzeimplement .dei and .ami
2014-07-06 Ingo SchwarzeClean up messages related to plain text and to escape...
2014-07-06 Ingo SchwarzeAfter skipping an escape sequence with incomplete argum...
2014-07-06 Ingo SchwarzeFix expansion of escape sequences with incomplete argum...
2014-07-06 Ingo SchwarzeFix handling of escape sequences taking numeric arguments.
2014-07-05 Ingo SchwarzeCleanup with respect to bad macro arguments.
2014-07-05 Ingo SchwarzeCleanup regarding -offset and -width:
2014-07-04 Ingo SchwarzeClean up messages regarding excess arguments:
2014-07-04 Ingo SchwarzeClean up messages related to missing arguments.
2014-07-03 Ingo SchwarzeFix formatting of empty .Bl -inset item heads.
2014-07-03 Ingo SchwarzeMANDOCERR_NOARGS reported three completely unrelated...
2014-07-02 Ingo SchwarzeImprove and test the messages about empty macros,
2014-07-02 Ingo SchwarzeWhen .Sm is called without an argument, groff toggles...
2014-07-02 Ingo SchwarzeDisentangle the MANDOCERR_CHILD message, which reported...
2014-07-02 Ingo SchwarzeClean up warnings related to macros and nesting.
2014-07-02 Ingo SchwarzeFix the column numbers associated with in_line_argn...
2014-07-02 Ingo SchwarzeChange column display in -Ttree to be 1-based instead...
2014-07-02 Ingo SchwarzeImprove "skipping paragraph macro" messages,
2014-07-02 Ingo SchwarzeImplement the obsolete macros .En .Es .Fr .Ot for backw...
2014-07-01 Ingo SchwarzeClean up the warnings related to document structure.
2014-07-01 Ingo SchwarzeThe previous commit to this file broke the control...
2014-06-30 Ingo Schwarzegarbage collect two unused enum mandocerr items
2014-06-29 Ingo SchwarzeUse the freshly improved roff_getname() function
2014-06-29 Ingo SchwarzeUse the freshly improved roff_getname() function
next