]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2013-12-27 Ingo SchwarzeChange the mansearch() interface to use the mlinks...
2013-12-27 Ingo SchwarzeSave the MLINK name into the database, too;
2013-12-27 Ingo SchwarzeWrite more than one mlink per mpage to the database.
2013-12-27 Ingo SchwarzeAllow saving more than one mlink per mpage in the mlink...
2013-12-27 Ingo SchwarzeEnable the framework code to allow more than one mlink...
2013-12-27 Ingo SchwarzeClean up the interface of mlink_add().
2013-12-27 Ingo SchwarzeAnother step on the way to clear naming, this time...
2013-12-27 Ingo SchwarzeSplit struct mlink out of struct mpage.
2013-12-27 Ingo SchwarzeAdd an additional mlinks table to the database, redunda...
2013-12-26 Ingo SchwarzeDrop the mpages_list, use the existing mpages ohash...
2013-12-26 Ingo SchwarzeThe name "id" is terrible for a struct.
2013-12-26 Ingo SchwarzeTo better support MLINKS, we will have to split the...
2013-12-26 Ingo SchwarzeStop parsing man(7) input when we found all we were...
2013-12-26 Ingo SchwarzeRework the documentation of Spaces, using the Ossanna...
2013-12-26 Ingo Schwarzemerge from VERSION_1_12
2013-12-26 Ingo SchwarzeI have no idea how it happened that \B, \H, \h, \L...
2013-12-26 Ingo SchwarzeThe roff language really has two groups of basic buildi...
2013-12-25 Ingo SchwarzeParse and ignore the roff(7) escape sequences \d (move...
2013-12-25 Ingo SchwarzeImplement .Fo/.Fa/.Fc indentation and break handling...
2013-12-25 Ingo SchwarzeOops, .Fa never breaks the output line in the middle...
2013-12-25 Ingo SchwarzeGarbage collect two local variables each used only...
2013-12-25 Ingo SchwarzeIn the SYNOPSIS, implement hanging indentation for .Fo
2013-12-25 Ingo SchwarzeSupport .St -xsh4.2, the System Interfaces part of...
2013-12-25 Ingo Schwarzes/[Nn]ull/NUL/ in comments where appropriate;
2013-12-25 Ingo SchwarzeDo not break output lines in .Fn function arguments...
2013-12-24 Ingo SchwarzeDelete the unused flag TERMP_IGNDELIM
2013-12-24 Ingo SchwarzeImplement SYNOPSIS .Fn indentation for -Tman.
2013-12-24 Ingo SchwarzeIt turns out SYNOPSIS mode does not imply .Bk in general,
2013-12-24 Ingo SchwarzeWhen deciding whether two consecutive macros are on...
2013-12-23 Ingo SchwarzeImplement a long-standing desideratum,
2013-12-22 Ingo SchwarzePolishing the worms in my favourite can, term_flushln().
2013-12-22 Ingo SchwarzeFix end-of-sentence spacing after the DragonFly text...
2013-12-22 Ingo SchwarzeImplement end-of-sentence spacing at the end of man...
2013-12-22 Ingo SchwarzeDocument the alternative syntax \C'uXXXX' for Unicode...
2013-12-15 Ingo SchwarzeIn quoted macro arguments, double quotes can be quoted...
2013-12-15 Ingo Schwarzebentley@ looked at sbcl(1) and found new tasks for...
2013-12-15 Ingo SchwarzeThe "value" argument to the roff(7) .nr requests ends...
2013-11-21 Ingo SchwarzeMy audit of mandoc revealed one missing (unsigned char...
2013-11-11 Ingo SchwarzeIn the parser, when closing an explicit block that...
2013-11-10 Ingo SchwarzeIgnore blank lines right after .SH and .SS.
2013-11-10 Ingo SchwarzeSupport the alternative syntax \C'uXXXX' for Unicode...
2013-11-10 Ingo Schwarzeclarify that \[uXXXX] wants uppercase hex digits
2013-11-10 Ingo Schwarzemissing features: line length and italic correction
2013-11-02 Ingo SchwarzeWhile answering a question asked by espie@, i noticed...
2013-10-27 Ingo SchwarzeThe man(7) language has no syntax to specify architectu...
2013-10-27 Ingo SchwarzeThe code in ofmerge() only tried the source parsers...
2013-10-27 Ingo Schwarzedelete duplicate NULL check and polish style;
2013-10-22 Ingo SchwarzeParse and ignore .hw (hyphenation points in words)...
2013-10-21 Ingo SchwarzeThere are three kinds of input lines: text lines, macro...
2013-10-20 Ingo SchwarzeFix another regression introduced when switching from...
2013-10-19 Ingo SchwarzeFix a regression introduced when switching from DB...
2013-10-18 Ingo SchwarzeFix an assertion in dbindex(): Null strings are never...
2013-10-18 Ingo SchwarzeManuals to be checked with "mandocdb -t" need not be...
2013-10-17 Ingo SchwarzeImplement the .UR/.UE block (uniform resource identifie...
2013-10-14 Ingo SchwarzeParse and ignore the .fam (font family) request.
2013-10-13 Ingo Schwarzemerge from VERSION_1_12: new section about mandoc histo...
2013-10-13 Ingo Schwarzemention the three unreleased versions since 1.10.3
2013-10-13 Ingo Schwarzeadd libppath; Thomas Klausner, NetBSD rev. 1.4, Aug...
2013-10-13 Ingo Schwarzeadd libefi and simplify some names
2013-10-13 Ingo Schwarzesync SUSv2/SUSv3 entries with groff
2013-10-13 Ingo Schwarzemore DragonFly libraries; Franco Fichtner <franco at...
2013-10-11 Ingo SchwarzeThomas Klausner <wiz at NetBSD dot org> finally succeed...
2013-10-10 Ingo Schwarzemerge from VERSION_1_12:
2013-10-07 Ingo SchwarzePrintf size_t vars with %zu, not %ld;
2013-10-06 Ingo SchwarzePut VERSION into config.h.
2013-10-06 Ingo SchwarzeWe don't do hyphenation, but we allow breaking the...
2013-10-06 Ingo SchwarzeFranco Fichtner moved DragonFly to 1.12.2.
2013-10-06 Ingo SchwarzeThe .Lb arguments wants a "lib" prefix;
2013-10-06 Ingo SchwarzeIf there is random stuff inside a .Bl block body before...
2013-10-05 Ingo SchwarzeSupport simple numerical conditions.
2013-10-05 Ingo SchwarzeROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing,
2013-10-05 Ingo SchwarzeAvoid code duplication in roff_parseln() as suggested by
2013-10-05 Ingo SchwarzeExpand references to number registers in exactly the...
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)
next