]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
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
2014-06-29 Ingo SchwarzeMajor roff_getname() cleanup.
2014-06-29 Ingo SchwarzeBugfix in roff_setstrn():
2014-06-25 Ingo SchwarzeImprove messages related to the roff(7) .so request.
2014-06-24 Ingo SchwarzeDeprecate .Tn and .Ux, and make it clearer that .Bt...
2014-06-23 Ingo SchwarzeBelow DIAGNOSTICS, document the SYSERR message level;
2014-06-22 Ingo SchwarzeMinimal COMPATIBILITY cleanup:
2014-06-22 Ingo SchwarzeMinimal cleanup of the COMPATIBILITY section:
2014-06-21 Ingo SchwarzeReduce the verbosity of error messages caused by open...
2014-06-21 Ingo SchwarzePrefix messages about bad command line options and...
2014-06-20 Ingo SchwarzeAs suggested by jmc@, only include line and column...
2014-06-20 Ingo SchwarzeStart systematic improvements of error reporting.
2014-06-20 Ingo SchwarzePrefix error messages from mandoc(1) with "mandoc: "
2014-06-20 Ingo Schwarzelet the build system cope with the recent ohash changes
2014-06-20 Ingo Schwarzetake a note about pandoc
2014-06-20 Ingo SchwarzeMerge from OpenBSD - Marc Espie improved the ohash...
2014-06-20 Ingo Schwarzesync to OpenBSD:
2014-06-20 Ingo SchwarzeMore tweaking of set_basedir().
2014-06-19 Ingo SchwarzeSome simple set_basedir() cleanup; more to come.
2014-06-18 Ingo SchwarzeMerge OpenBSD rev. 1.108 by sthen@; original commit...
2014-06-10 Ingo Schwarzesome new things to do
2014-05-07 Ingo SchwarzeRender roff escape sequences contained in manual page...
2014-05-07 Ingo SchwarzeFix two memory leaks in makewhatis -n:
2014-05-07 Ingo SchwarzeDo not segfault in makewhatis -Q if the next .SH after...
2014-04-27 Ingo SchwarzeImprove error handling in dbopen(). If PRAGMA SQL...
2014-04-27 Ingo SchwarzeOMRON used uppercase for the model names of their Motor...
2014-04-25 Ingo SchwarzeFix a minor optimization i broke in rev. 1.163 on Augus...
2014-04-25 Ingo SchwarzeReduce the verbosity of makewhatis -t:
2014-04-24 Ingo SchwarzeVarious Makefile improvements:
2014-04-24 Ingo Schwarzemisplaced punctuation
2014-04-23 Ingo Schwarzeprototype for reallocarray()
next