]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2013-10-05 Ingo SchwarzeSupport setting arbitrary roff(7) number registers,
2013-10-05 Ingo Schwarzesync with NetBSD
2013-10-05 Ingo Schwarzemerge from VERSION_1_12: do not complain about unused...
2013-10-05 Ingo SchwarzeCleanup suggested by gcc-4.8.1, following hints by...
2013-10-05 Ingo SchwarzeMerge from VERSION_1_12, in particular release date...
2013-10-05 Ingo SchwarzeRelease version 1.12.2. This is no longer beta.
2013-10-02 Ingo SchwarzeMerge from branch VERSION_1_12:
2013-10-02 Ingo SchwarzeMerge from branch VERSION_1_12:
2013-10-01 Ingo SchwarzeMerge the relevant parts from the VERSION_1_12 branch:
2013-10-01 Ingo SchwarzeNew file suggested by Thomas Klausner <wiz at netbsd...
2013-09-27 Ingo SchwarzeMaybe we can easily improve -width parsing.
2013-09-22 Ingo SchwarzeThrowing FATAL MANDOCERR_SYNTCHILD on non-.It children...
2013-09-22 Ingo SchwarzeDocBook abuses \h - for no good reason, but maybe we...
2013-09-16 Ingo Schwarzeuse the .Bx macro; from Jan Stary via jmc@
2013-09-16 Ingo Schwarzetwo improvements in the SYNOPSIS;
2013-09-16 Ingo SchwarzeDrop .Ud remark, it has started to slowly turn into...
2013-09-16 Ingo SchwarzeBeagle has been replaced by armv7; from patrick@.
2013-09-16 Ingo SchwarzeOne of the WARNING messages has to use the word "sectio...
2013-09-15 Ingo SchwarzeUse normal line macro recognition, do not attempt to...
2013-09-15 Ingo SchwarzeBlock closing macros do not allocate a new node but...
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.
next