]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2014-01-05 Joerg SonnenbergerMerge NetBSD's r1.4: Rename data to getdata to work...
2014-01-05 Ingo SchwarzeRip out the complete "reachable" checks, without replac...
2014-01-05 Ingo SchwarzeRemove the obsolete file name column from the mpages...
2014-01-05 Ingo SchwarzeRemove the obsolete sec and arch columns from the mpage...
2014-01-05 Ingo SchwarzeReimplement apropos -s NUM -S ARCH EXPR by internally...
2014-01-05 Ingo SchwarzePut section and architecture info into the keys table,
2014-01-04 Ingo SchwarzeNew implementation of complex search criteria using...
2014-01-04 Ingo SchwarzePut mansearch.{h,c}, manpage.c, and compat_ohash.{h,c}
2014-01-04 Ingo SchwarzePut ./configure into the distributin tarball.
2014-01-04 Ingo SchwarzeUse C99 uint32_t, not BSD-style u_int32_t.
2014-01-04 Ingo SchwarzeEven though strnlen(3) is required by POSIX 2008,
2014-01-04 Ingo SchwarzeClean up feature tests:
2014-01-02 Ingo SchwarzeAvoid "utf8" in the names of a function and a struct...
2014-01-02 Ingo SchwarzeDo not put UTF-8-encoded strings into the database...
2014-01-02 Ingo SchwarzePolish the mlink_add() interface:
2014-01-02 Ingo SchwarzeCheck all MLINKS for consistency with the content of...
2014-01-02 Ingo SchwarzeSince the functions in read.c are part of the mandoc...
2013-12-31 Ingo SchwarzeSupport .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor...
2013-12-31 Ingo SchwarzeSimplify: Remove an unused argument from the mandoc_eos...
2013-12-31 Ingo SchwarzeProvide strcasestr(3) and strsep(3) for Solaris 10...
2013-12-31 Ingo SchwarzeDo not trigger end-of-sentence spacing by trailing...
2013-12-31 Ingo SchwarzeYet another regression introduced by Kristaps when...
2013-12-31 Ingo Schwarzeremove assignments that will be overwritten right after...
2013-12-31 Ingo Schwarzeupdate the link to the ISC license
2013-12-31 Ingo SchwarzeAdd missing description of .UR/.UE.
2013-12-31 Ingo Schwarzerelease 1.12.3 VERSION_1_12_3
2013-12-31 Ingo SchwarzeExperimental feature to let apropos(1) show different...
2013-12-31 Ingo SchwarzeSplit buildnames() out of mansearch(); the latter funct...
2013-12-30 Ingo SchwarzeOops, missed one:
2013-12-30 Ingo SchwarzeRemove duplicate const specifiers from the declaration...
2013-12-27 Ingo SchwarzeOops, that segfaulted after deleting an mlink from...
2013-12-27 Ingo SchwarzeSplit mlinks_undupe() out of mpages_merge()
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;
next