]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
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()
2014-04-23 Ingo SchwarzeAudit malloc(3)/calloc(3)/realloc(3) usage.
2014-04-23 Ingo SchwarzeAudit malloc(3)/calloc(3)/realloc(3) usage.
2014-04-23 Ingo SchwarzeAudit strlcpy(3)/strlcat(3) usage:
2014-04-23 Ingo Schwarzeespie@ suggests using SQL views
2014-04-23 Ingo Schwarzeimprove SQL style: avoid "SELECT *", be explicit in...
2014-04-23 Ingo SchwarzeAudit strlcpy(3)/strlcat(3) usage.
2014-04-22 Ingo Schwarzeadd a LICENSE file for clarity and for the convenience...
2014-04-20 Ingo Schwarzein debug messages, truncating strings of excessive...
2014-04-20 Ingo Schwarzestrlen+malloc+snprintf is error prone;
2014-04-20 Ingo Schwarzefix unchecked snprintf(3) in page header printing:
2014-04-20 Ingo Schwarzemake sure static buffers for snprintf(3) are large...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-04-19 Ingo SchwarzeTwo minor tweaks regarding the fallback from -u/-d...
2014-04-19 Ingo SchwarzeProperly handle symlinks (hardlinks and .so only files...
2014-04-18 Ingo SchwarzeIn update mode, when opening the database fails, probab...
2014-04-18 Ingo SchwarzeSlowly, the dust begins to settle.
2014-04-18 Ingo SchwarzeFix a few lies; polish wording and formatting while...
2014-04-17 Ingo SchwarzeGarbage collect one pair of needless parentheses in...
2014-04-16 Ingo SchwarzeRename the mpages.id column to mpages.pageid. There...
2014-04-16 Ingo SchwarzeGive the mlinks and keys tables a pageid index,
2014-04-16 Ingo SchwarzePass the function flags SQLITE_UTF8 (because SQLITE_ANY...
2014-04-15 Ingo SchwarzeOops, sorry, revert previous and commit the correct...
2014-04-15 Ingo SchwarzeAt the end of mansearch(), fchdir() back to where we...
2014-04-15 Ingo Schwarzeremove documentation of the former macro key "NAME";
2014-04-15 Ingo SchwarzeDocument the database format and SQL code generation;
2014-04-15 Ingo SchwarzeUsing macros in .Sh header lines, or having .Sm off...
2014-04-13 Ingo SchwarzeUnify description handling across all document types...
2014-04-13 Ingo Schwarzebetter error reporting in case of SQL errors: mention...
2014-04-11 Ingo SchwarzeFurther apropos(1) speed optimization was trickier...
2014-04-10 Ingo SchwarzeNext speed optimization step for the new apropos(1).
2014-04-09 Ingo SchwarzeAfter careful gprof(1)ing of the new apropos(1), move...
2014-04-08 Ingo SchwarzeAdd a new term_flushln() flag TERMP_BRIND (if break...
2014-04-08 Ingo SchwarzeIf the SYNOPSIS section contains an excessively long...
2014-04-08 Ingo SchwarzeFully implement the \B (validate numerical expression...
2014-04-07 Ingo SchwarzeWe already supported (outer) user-defined strings conta...
2014-04-07 Ingo SchwarzeMake it clear which errors come from which tool.
2014-04-07 Ingo SchwarzeAccept arbitrary argument delimiters for various roff...
2014-04-07 Ingo SchwarzeAlmost complete implementation of roff(7) numerical...
2014-04-05 Ingo Schwarzebugfix: make sure all variables are properly initialized
2014-04-05 Ingo SchwarzeImplement the roff(7) .rr (remove register) request.
2014-04-04 Ingo SchwarzeIn -p (picky) mode, warn unless each filename (aka...
2014-04-04 Ingo SchwarzeWarn about missing mlinks.
2014-04-04 Ingo SchwarzeRemember which names are in the NAME section.
2014-04-04 Ingo Schwarzemerge OpenBSD rev. 1.20, describing new features
2014-04-04 Ingo SchwarzeWhen the -n or -t flag is given to makewhatis(8),
2014-04-03 Ingo SchwarzeInstead of silently doing nothing at all,
2014-04-03 Ingo SchwarzeRename the -W option to -p (mnemonics: picky, print...
2014-04-03 Ingo SchwarzeThe -v option of mandocdb(8) clashes with the -v option...
2014-04-03 Ingo Schwarzedocument -Q and -T; from OpenBSD
2014-03-31 Ingo SchwarzeSupport the CONTEXT section for kernel manual pages...
2014-03-30 Ingo SchwarzeImprove formatting of broken blocks in -Tman,
2014-03-30 Ingo SchwarzeAllow ERRORS in section 4; OpenBSD rev. 1.121.
2014-03-30 Ingo SchwarzeSupport relative arguments to .ll (increase or decrease...
2014-03-30 Ingo SchwarzeImplement the roff(7) .ll (line length) request.
2014-03-28 Ingo SchwarzeAllow leading and trailing vertical lines,
2014-03-28 Ingo SchwarzeProperly initialize malloc(3)ed memory.
2014-03-26 Ingo SchwarzeWithout bloating mandoc(1) itself, let mandocdb(8)...
2014-03-26 Ingo SchwarzeImprove error reporting.
2014-03-23 Ingo SchwarzeSkip leading escape sequences in man_deroff(). Helps...
2014-03-23 Ingo SchwarzeRetire the old concat() function.
2014-03-23 Ingo SchwarzeIf an .Nd block contains macros, avoid fragmented entri...
2014-03-23 Ingo SchwarzeIf a man(7) NAME section contains macros, avoid truncat...
2014-03-23 Ingo Schwarzeneeds mandoc_aux, too
2014-03-23 Ingo Schwarzeavoid repetitive code for asprintf error handling
next