]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2010-07-26 Kristaps DzonsonsNote -Tpdf in www.
2010-07-26 Kristaps DzonsonsMerge Jason McIntyre's corrections to man.7.
2010-07-25 Kristaps DzonsonsAvoid running the "width" termp callback for each white...
2010-07-25 Kristaps DzonsonsFully-working -Tpdf: xref table is now generated. ...
2010-07-25 Kristaps DzonsonsMake PDF sections contiguous.
2010-07-25 Joerg SonnenbergerEnsure that isalnum is called with unsigned char argument.
2010-07-25 Ingo Schwarzelist two additional issues
2010-07-25 Kristaps DzonsonsInitial PDF shim over PS. This produces working PDF...
2010-07-23 Kristaps DzonsonsCollapse `nf', `fi', `Vb', and `Ve' into one function... VERSION_1_10_5_PREPDF
2010-07-23 Kristaps DzonsonsEnable literal contexts (Vb/nf) in -T[x]html -man....
2010-07-23 Kristaps DzonsonsAdd support for `Sm' in -T[x]html -mdoc.
2010-07-22 Kristaps DzonsonsFix broken compilation, hopefully before anybody notices.
2010-07-22 Kristaps DzonsonsAdded `in' macro support for -man -Tascii. This is...
2010-07-22 Kristaps DzonsonsStart putting in release notes. A record is good becau...
2010-07-22 Kristaps DzonsonsAccept "\s0" (i.e., properly ignore it). Found in...
2010-07-22 Kristaps DzonsonsBring `sp', `Sp', and `br' behaviour for -man in line...
2010-07-22 Kristaps DzonsonsHave `nf' and `fi' flush lines. This is necessary...
2010-07-21 Ingo SchwarzeIn the SYNOPSIS, .Nm at the beginning of an input line...
2010-07-21 Kristaps DzonsonsAccomodate for groff's crappy behaviour wherein an...
2010-07-21 Kristaps DzonsonsClarified mailing list purposes.
2010-07-21 Kristaps DzonsonsTidy up the www page.
2010-07-21 Kristaps DzonsonsNit-picking assign in decl.
2010-07-21 Kristaps DzonsonsLint-fixes (NetBSD).
2010-07-21 Kristaps DzonsonsFinally make mdoc argv CPP-defines into a proper enum.
2010-07-21 Kristaps DzonsonsThe "wx" value is quite small, so use a u_short instead...
2010-07-20 Kristaps DzonsonsStrip non-graphable input characters from input. The...
2010-07-20 Kristaps DzonsonsUse floating-point -Tps "moveto" arguments to smooth...
2010-07-19 Ingo Schwarzesync to OpenBSD:
2010-07-19 Kristaps DzonsonsAll macros in mdoc.7 are now documented.
2010-07-19 Kristaps DzonsonsFinished document -mdoc macros. Note `br' and `sp...
2010-07-19 Kristaps DzonsonsAdded documentation for several more macros. Only...
2010-07-19 Kristaps DzonsonsRemove some FIXMEs: `Ms' accepts arbitrary text, so...
2010-07-19 Kristaps DzonsonsFix spurrious newline emitted by `Pp' when specified...
2010-07-19 Kristaps DzonsonsChanged Unicode codepoint of left-arrow right-arrow...
2010-07-19 Kristaps DzonsonsNote discarding of \m, \M, and \s in COMPATIBILITY...
2010-07-19 Kristaps DzonsonsRemove \s TODO: these are intelligently ignored along...
2010-07-19 Kristaps DzonsonsRemoved \s documentation, as we (1) never supported...
2010-07-19 Kristaps DzonsonsDouble-up DECO_RESERVED switch branch for colours.
2010-07-18 Kristaps DzonsonsProperly discard \m colour escapes. Noted by J.C....
2010-07-18 Kristaps DzonsonsThrow out a2roffdeco() in out.c for a readable version...
2010-07-18 Kristaps DzonsonsMake "\ " produce non-breaking space.
2010-07-18 Ingo SchwarzeText ending in a full stop, exclamation mark or questio...
2010-07-18 Ingo Schwarzefixed .Sm spacing, but there are four new issues
2010-07-18 Kristaps DzonsonsClean up mandoc_special() (in order later to catch...
2010-07-17 Kristaps DzonsonsAvoid letter-by-letter encoding by using strcspn()...
2010-07-17 Kristaps DzonsonsBy letting strncmp() do its job and not helping it...
2010-07-16 Kristaps DzonsonsChange chars.in HTML encoding to be a Unicode codepoint...
2010-07-16 Kristaps DzonsonsRemoved completed TODO.
2010-07-16 Kristaps DzonsonsFixed dquote to be \*q.
2010-07-16 Kristaps DzonsonsFix which escapes are used to format \".
2010-07-16 Ingo SchwarzeAfter .Sm on, spacing ought to restart right away,...
2010-07-15 Ingo Schwarzedocument .Sm; prodded by kristaps@
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-11 Kristaps DzonsonsPre-tag checkin of release bits and shortlist. VERSION_1_10_4
2010-07-11 Ingo Schwarzeremove three issues fixed near the end of the c2k10...
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-07-06 Kristaps DzonsonsRevert Makefile to using mandoc.c instead of libmandoc...
2010-07-06 Kristaps DzonsonsResurrect mandoc.c after bogus removal (was: libmandoc.c).
2010-07-06 Kristaps DzonsonsGive -T[x]html `Bk -words' capability.
2010-07-06 Kristaps DzonsonsBrought function arguments and style in ine with term_w...
2010-07-06 Kristaps DzonsonsClarified `Bk' operation in mdoc.7.
2010-07-06 Kristaps DzonsonsDocumented `En', `Es', `Hf', `Ic', `Lp', `Nd', `No...
2010-07-06 Kristaps DzonsonsProper `Bk -words' support: only suppress breaks within...
2010-07-05 Kristaps DzonsonsMove register information into mandoc.h, which is where...
2010-07-05 Kristaps DzonsonsRenamed mandoc.c to libmandoc.c. This is in the effort...
2010-07-05 Kristaps DzonsonsManual clean-ups. Add syntax message for `Bd', `Bk...
2010-07-05 Kristaps DzonsonsRemove caching TODO: this has been committed.
2010-07-05 Kristaps DzonsonsSuppress duplicate "Page: 1 1" -Tps printing and instea...
2010-07-04 Ingo SchwarzeAssert my copyright, making it explicit that i'm granti...
2010-07-04 Kristaps DzonsonsCache column sizes and char pointer into mdoc_bl. ...
2010-07-04 Kristaps Dzonsonsgv(1) doesn't remember the last set font when displayin...
2010-07-04 Kristaps DzonsonsSet line-height to be 1.4em. Removed check for minimum...
2010-07-04 Kristaps DzonsonsSuppress printing blank eof pages in -Tps. Delay print...
2010-07-04 Kristaps DzonsonsSuppress printing of newlines/space at start of new...
2010-07-04 Kristaps DzonsonsBacked out margin calculations in favour of much simple...
2010-07-04 Kristaps DzonsonsAuto-margins. Documented in mandoc.1. Also bumped...
2010-07-03 Kristaps DzonsonsAllow empty `Fo' to get by without an assertion.
2010-07-03 Kristaps DzonsonsNote to myself on what I need to do regarding inter...
2010-07-03 Ingo SchwarzeRudimentary implementation of user-defined strings;
2010-07-03 Ingo SchwarzeThe roff escape function "\s" is definitely not urgent,
2010-07-02 Ingo SchwarzeNot only for -tag lists, but for -hang, -ohang, -inset...
2010-07-02 Kristaps DzonsonsCached `An' arguments in struct mdoc_an. Note that...
2010-07-02 Kristaps DzonsonsFix: was checking HEAD for arguments.
2010-07-02 Kristaps DzonsonsAdd documentation for Bf/Ef.
2010-07-02 Kristaps DzonsonsStash `Bf' parameters into struct mdoc_bf.
2010-07-02 Kristaps DzonsonsLint fixes.
2010-07-02 Kristaps DzonsonsLint tweak.
2010-07-02 Kristaps DzonsonsAdded TODO to sanitise `Nm' blocks such that HEAD optio...
2010-07-02 Kristaps DzonsonsImplemented -Thtml bits for handling `Nm' blocks.
2010-07-01 Kristaps DzonsonsRemove my own dumb FIXME and mark a static function...
2010-07-01 Kristaps DzonsonsMake struct_bl and struct_bd into pointers. This remov...
2010-07-01 Ingo SchwarzeIn the mdoc(7) parser, inspect roff registers early...
2010-07-01 Kristaps DzonsonsPrevent validator from puking on ENDBODY `Bl' nodes.
2010-07-01 Ingo SchwarzeCorrect handling of trailing punctuation in MDOC_DELIM...
2010-07-01 Ingo SchwarzeImprove .Nm indentation in the SYNOPSIS;
2010-07-01 Kristaps DzonsonsMore reality-checks for the p->end type.
2010-07-01 Kristaps Dzonsonsp->end is an enum: treat it as such.
2010-07-01 Kristaps DzonsonsFirst, I'm defaulting to 11-point font, which renders...
2010-07-01 Kristaps Dzonsons"Tweak previous": "badly nested" becomes badly-nested...
2010-06-30 Ingo Schwarzeremove a couple of issues that have been fixed
next