]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2013-09-15 Ingo SchwarzeFor some mdoc(7) macros, it is (unfortunately) semantic...
2013-08-21 Ingo SchwarzeMove the last column-counting members of struct termp...
2013-08-14 Ingo SchwarzeUse text production macros to document themselves.
2013-08-08 Ingo SchwarzeImplement the roff(7) font-escape sequence \f(BI "bold...
2013-08-05 Ingo SchwarzeAfter a leading blank on an output line, the first...
2013-08-05 Ingo SchwarzePut .%C before .%D in .Rs output
2013-07-14 Ingo Schwarzejca@ found .as .shift .while in ratpoison(1)
2013-07-14 Ingo Schwarzetedu@ says: "whatis pool" doesn't work
2013-07-13 Ingo SchwarzeFor citing the names and email addresses of authors,
2013-07-13 Ingo SchwarzeRudimentary implementation of the .it request (input...
2013-07-05 Ingo SchwarzeSimple partial sync with OpenBSD:
2013-07-02 Ingo SchwarzeFor the strings table, ohash_init is only called in...
2013-07-02 Ingo SchwarzeTurning off synchronous mode logically belongs to openi...
2013-07-02 Ingo Schwarzefixed in mandoc.c rev. 1.67 and OpenBSD mandoc.c rev...
2013-07-02 Ingo SchwarzeRestore the check whether each page added to the database
2013-06-27 Ingo SchwarzeParse for the closing delimiter `\}' for conditionals
2013-06-22 Ingo Schwarzesort missing roff requests, and add some usage info
2013-06-22 Ingo SchwarzeA very simple utility script to automatically compare...
2013-06-20 Ingo SchwarzeImprove handling of the roff(7) "\t" escape sequence:
2013-06-19 Ingo SchwarzeAdd .St values for POSIX 1003.1d, 1003.1j, and 1003.1q.
2013-06-07 Ingo SchwarzeThe mdoc_handler flags are unused and will never be...
2013-06-07 Ingo SchwarzeIn .Xr database entries, mention the manual section...
2013-06-07 Ingo SchwarzeThe string hash table is only needed to combine multipl...
2013-06-06 Ingo SchwarzeOptimize stradds() and putkeys() to not call ohash_qloo...
2013-06-06 Ingo SchwarzeDrop wordaddbuf() which is identical to putkeys().
2013-06-06 Ingo SchwarzeIn dbopen(), check success of remove("mandoc.db~").
2013-06-06 Ingo SchwarzeNo point in inventing yet another file name for the...
2013-06-06 Ingo SchwarzeIn parse_catpage(), the comment saying that the filenam...
2013-06-05 Ingo SchwarzeThe return value from parse_man() is completely unused,
2013-06-05 Ingo SchwarzeTwo sanity checks got lost in treescan()
2013-06-05 Ingo SchwarzeAdd back the realpath() checks that got lost during...
2013-06-05 Ingo SchwarzeSome places used PATH_MAX from <limits.h>, some MAXPATH...
2013-06-03 Ingo SchwarzeChanging existing SQLite databases was utterly broken:
2013-06-03 Ingo SchwarzeStarting the preparations to integrate this into OpenBSD.
2013-06-02 Ingo SchwarzeLet .Do .Dq .Ql .So .Sq generate the correct roff(7...
2013-06-02 Ingo SchwarzeSync to OpenBSD, no functional change:
2013-06-02 Ingo SchwarzeNote where these functions are declared and implemented.
2013-06-01 Ingo SchwarzeThis file contains too much complexity.
2013-06-01 Ingo SchwarzeUse a standard locale name, "UTF-8" is an ugly non...
2013-06-01 Ingo Schwarzelatex2man.1 - oh boy...
2013-06-01 Ingo SchwarzeSome documentation of the tbl parser.
2013-06-01 Ingo SchwarzeIf a table contained at least one complete line
2013-05-31 Ingo SchwarzeMore cleanup: Consistently use the name "struct tbl_nod...
2013-05-31 Ingo SchwarzeThe name "struct tbl" was badly misleading for two...
2013-05-30 Ingo SchwarzeReject non-printable characters found in the input...
2013-05-29 Ingo SchwarzeSync to OpenBSD:
2013-05-29 Ingo SchwarzeSimplify condition, avoid duplicate code; no functional...
2013-05-29 Ingo SchwarzeIn SYNOPSIS mode, .Ek doesn't end a keep.
2013-05-29 Ingo SchwarzeIn keep mode, if any text is printed (even in NOSPACE...
2013-05-19 Ingo SchwarzeSupport .Bl -offset in -mdoc -Tman.
2013-05-19 Ingo SchwarzeMove printing of the .RS macro into print_offs() such...
2013-05-18 Ingo SchwarzeShould termp_xx_pre() ever get called for a macro it...
2013-05-18 Ingo SchwarzeRemove the variable sz because it's invariantly == 0,
2013-05-18 Ingo SchwarzeEven though the size of a pointer should not depend...
2013-04-28 Ingo Schwarze- (mdoc.7) fix Xr to self
2013-03-27 Ingo SchwarzeCavium Octeon (new architecture in OpenBSD); from jmc@.
2013-03-06 Ingo Schwarzelegancy -> legacy; reported by Chris Hettrick
2013-01-05 Ingo SchwarzeIn literal mode (.nf), each input line must be kept...
2012-12-31 Ingo SchwarzeRewrite indentation handling for nested lists in a...
2012-11-19 Ingo SchwarzeDo not crash on stray .Ta macros found outside column...
2012-11-19 Ingo SchwarzeIn groff, trying to redefine standard man(7) macros...
2012-11-19 Ingo Schwarzesync usage(), and tidy up the output a little; from...
2012-11-19 Ingo SchwarzeIn -Tman mode, support automatic word keeps in the...
2012-11-19 Ingo SchwarzeThree portability improvements by millert@:
2012-11-18 Ingo SchwarzeMake the generated man(7) code more portable by using .PD
2012-11-18 Ingo SchwarzeCorrect indentation for lists and displays inside lists.
2012-11-18 Ingo SchwarzeFix four small whitespace issues related to trailing...
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2012-11-16 Ingo SchwarzeWarn about unknown volume or arch in Dt macro arguments;
2012-11-16 Ingo SchwarzeEnd of sentence spacing after trailing punctuation...
2012-11-16 Ingo SchwarzeTwo more macros (.Ap and .In) do trailing delimiter...
2012-11-16 Ingo SchwarzeImprove formatting of badly nested font blocks.
2012-11-16 Ingo SchwarzeFix a crash triggered by .Bl -tag .It Xo .El .Sh found...
2012-11-04 Ingo Schwarzecrash caused by .Ta outside .Bl
2012-10-31 Ingo Schwarzefreeciv wants .UR/.UE too; from bentley@
2012-10-12 Ingo Schwarzeminor EOS issue reported by Nicolas Joly
2012-08-29 Ingo Schwarze1) Remove documentation of the groff-1.15 compatibility...
2012-08-12 Ingo Schwarze.Sq should use curly right quotes in HTML output to...
2012-07-29 Ingo Schwarzedocument .PD; related to man_term.c rev. 1.134
2012-07-29 Ingo SchwarzeImplement .PD for -Tascii.
2012-07-18 Ingo SchwarzeDrop empty .IP such that is does not cause additional...
2012-07-18 Ingo SchwarzeDrop .sp and .br right after .SH and .SS.
2012-07-18 Ingo SchwarzeLet a trailing .Ns macro take effect
2012-07-18 Ingo SchwarzeFix handling of paragraph macros inside lists:
2012-07-18 Ingo SchwarzeThe mdoc(7) \*(Ba predefined string actually forces...
2012-07-16 Ingo SchwarzeAlways fix the man(7) subsection header (.SS) indent...
2012-07-16 Ingo SchwarzeIn flush-left mode of both man(7) and mdoc(7), when...
2012-07-16 Ingo SchwarzeFor .El .sp, avoid the weird .sp -1v .PP .PP output...
2012-07-16 Ingo SchwarzeSeveral -mdoc parser improvements related to vertical...
2012-07-14 Ingo SchwarzeTranslate blank input lines to .sp just like in mdoc(7),
2012-07-14 Ingo SchwarzeIn -Tman .Bl -compact, skip the blank line only before...
2012-07-13 Ingo SchwarzeAdjust -Tman SYNOPSIS .Nm indentation using .HP; reques...
2012-07-13 Ingo SchwarzeIf the tag in .Bl -tag .It would leave exactly one...
2012-07-13 Ingo SchwarzeIn -man -Tascii, support .sp with negative argument.
2012-07-12 Ingo SchwarzeThe post_nm() validation function crashed when the...
2012-07-12 Ingo SchwarzeDo not crash in -Tman on:
2012-07-11 Ingo SchwarzePolish -Tman .Rs support.
2012-07-11 Ingo Schwarzefix position and formatting of %U;
2012-07-11 Ingo Schwarzebasic implementation of -Tman .Bl -column using tbl...
2012-07-10 Ingo Schwarzebasic implementation of -Tman .Bl -tag
next