]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
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
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-03-20 Ingo SchwarzeRemove currently unimplemented macros from the lists...
2014-03-19 Ingo SchwarzeRegister pure .so pages as mlinks, not as mpages.
2014-03-19 Ingo SchwarzeWithout the MPARSE_SO option, if the file contains...
2014-03-19 Ingo Schwarzecope with mparse_alloc() interface change
2014-03-19 Ingo SchwarzeGeneralize the mparse_alloc() and roff_alloc() function...
2014-03-18 Ingo SchwarzeAllow checking that databases are up to date even when...
2014-03-17 Ingo Schwarzein apropos(1) output, sort names and avoid multiple...
2014-03-17 Ingo SchwarzeSync to OpenBSD:
2014-03-17 Ingo Schwarzeminor sync to OpenBSD
2014-03-17 Ingo Schwarzesync to OpenBSD: .ft is a roff(7) request, not a man...
2014-03-13 Ingo SchwarzeIn -Tutf8 mode, make sure that hyphens get counted...
2014-03-08 Ingo Schwarzenew bug report from wiz@ regarding Tcl*(3)
2014-03-08 Ingo SchwarzeIn .nf mode, use the MAN_LINE flag to detect input...
2014-03-08 Ingo SchwarzeTo find out whether .TP head arguments are same-line...
2014-03-08 Ingo SchwarzeImprove .if/.ie condition handling.
2014-03-07 Ingo SchwarzeIn roff_cond_sub(), make sure that the incorrect input...
2014-03-07 Ingo SchwarzeEven on macro lines, \} must not cause whitespace.
2014-03-07 Ingo SchwarzeThree bugfixes related to the closing of conditional...
2014-03-05 Ingo SchwarzeIn -Tutf8 mode, mandoc_char(7) named accent character...
2014-03-03 Ingo Schwarze- remove index.html, it is now part of the website...
2014-03-03 Ingo SchwarzeMANDOCERR_BADTAB needs checking, but .UR/.UE is done
2014-03-03 Ingo SchwarzeMove the regression suite to the attic.
2014-02-16 Ingo SchwarzeAfter Werner Lemberg accepted and committed some update...
2014-02-16 Ingo Schwarzewhen indenting, extend the right margin accordingly...
2014-02-14 Ingo Schwarzedocument .as and .ce
2014-02-14 Ingo SchwarzeParse and ignore the roff(7) .ce request (center some...
2014-02-14 Ingo SchwarzeImplement the roff(7) .as request (append to user-defin...
2014-02-14 Ingo SchwarzeHandle some predefined read-only number registers,...
2014-02-14 Ingo Schwarzeuse .At where appropriate; from Jan Stary <hans at...
2014-01-24 Ingo SchwarzeSupplement the documentation of the .St macro by minima...
2014-01-22 Ingo SchwarzeImplement the \: (optional line break) escape sequence,
2014-01-21 Ingo SchwarzeTreat the line after .Cd as a single argument.
2014-01-20 Ingo SchwarzeKeep words after .Ic together in a single argument.
2014-01-20 Ingo SchwarzeChange markup of some fixed strings from .Ar to .Cm.
2014-01-19 Ingo SchwarzeAlways compare arch case-insensitively.
2014-01-19 Ingo SchwarzeAvoid the risk of trying to modify a literal string.
2014-01-19 Ingo SchwarzeAlways store the arch in lower-case only.
2014-01-19 Ingo SchwarzeGet rid of the local keys table, use the new mansearch_...
2014-01-19 Ingo SchwarzeSupport a second -v on mandocdb(8) to show keys while...
2014-01-18 Ingo SchwarzeCope with slightly broken NAME sections in man(7) pages
next