]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
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)
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...
next