]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2011-09-04 Kristaps DzonsonsRemove check for tab. man(7) says tab is Ok.
2011-09-04 Kristaps DzonsonsTeach -man that a literal context should be closed...
2011-09-03 Kristaps DzonsonsFix handling of font modifiers in tables. Noted by...
2011-09-02 Kristaps DzonsonsMake -man check for tabs correctly print the column. VERSION_1_11_7
2011-09-02 Kristaps DzonsonsFix typos and spelling errors found by demandoc -w...
2011-09-02 Kristaps DzonsonsFix hypermail link.
2011-09-02 Kristaps DzonsonsAdding version notes.
2011-09-01 Kristaps DzonsonsFinishing touches on demandoc. It now backs over endin...
2011-09-01 Kristaps DzonsonsMake `-w' mode work much better. This is INCREDIBLY...
2011-09-01 Kristaps DzonsonsHave demandoc throw away deroff's flags.
2011-09-01 Kristaps DzonsonsLint checks over demandoc.
2011-09-01 Kristaps DzonsonsAllow compilation on OpenBSD.
2011-09-01 Kristaps DzonsonsAdd demandoc utility, a replacement for deroff.
2011-08-30 Kristaps DzonsonsOrder -column lists to have the arguments follow `...
2011-08-30 Kristaps DzonsonsRemove unnecessary `Pp'/`-compat' combination for colum...
2011-08-26 Kristaps DzonsonsMake sure that `Ql' literalises its arguments in -T...
2011-08-19 Kristaps DzonsonsAvoid incorrect casting by using an implicit cast....
2011-08-19 Kristaps DzonsonsBring man.7's LANGUAGE SYNTAX in line with mdoc.7....
2011-08-19 Kristaps DzonsonsMake LANGUAGE SYNTAX examples a bit more explanatory.
2011-08-19 Kristaps DzonsonsFirst, use \(dq instead of \*q for double-quote. Secon...
2011-08-18 Kristaps DzonsonsAlign `-offset indent' and `D1' by forcing BLOCKQUOTE...
2011-08-18 Kristaps DzonsonsSlightly tweak www section/subsections.
2011-08-18 Kristaps DzonsonsHave `Li' be correctly monospaced in -T[x]html. Also...
2011-08-18 Kristaps DzonsonsReplace the old `An'/`Aq' AUTHORS note with `An'/`Mt'.
2011-08-17 Kristaps DzonsonsAdd example of comments in man.7 and mdoc.7.
2011-08-17 Kristaps DzonsonsSync man.7's LANGUAGE SYNTAX (was INPUT ENCODING) with...
2011-08-17 Kristaps DzonsonsClean up and normalise the LANGUAGE SYNTAX section...
2011-08-17 Kristaps DzonsonsToyed with www site a bit. For the next release.
2011-08-16 Ingo SchwarzeReplace the .Fl examples by others exhibiting the same... VERSION_1_11_6
2011-08-16 Ingo SchwarzeMore information about lots of macros, many new example...
2011-08-16 Kristaps DzonsonsAdded generation of Universal binary. Fixed up index...
2011-08-16 Kristaps DzonsonsVersion: 1.11.6.
2011-08-16 Kristaps DzonsonsLint check.
2011-08-16 Kristaps DzonsonsFixed mingw compatibility where the "z" printf() modifi...
2011-08-16 Kristaps DzonsonsUpdating mingw32 install hooks for new mingw version.
2011-08-16 Kristaps DzonsonsInitial version bits in place. Also added forgotten...
2011-08-10 Kristaps DzonsonsAllow `Sx' and `Ss' to have child nodes. Fixes manuals...
2011-08-03 Ingo SchwarzeAdd small chunks of new text and better examples writte...
2011-08-02 Ingo SchwarzeThe term "reserved terms" is too broad, so narrow it...
2011-08-01 Ingo SchwarzeAdd some new text written from scratch after checking...
2011-07-31 Ingo Schwarzetrivial fixes found while merging to OpenBSD:
2011-07-31 Ingo SchwarzeSystem III is relevant for string(3) HISTORY.
2011-07-31 Ingo SchwarzeMake sure that in -Tascii mode, predefined strings...
2011-07-31 Ingo SchwarzeRegression fixes after merging 1.11.3 to OpenBSD (rev...
2011-07-29 Kristaps DzonsonsUse a character-table for quick per-character substitut...
2011-07-29 Kristaps DzonsonsRenamed roffstr as roffkv (key-value) and split out...
2011-07-28 Kristaps DzonsonsFix border condition in `tr' grokking arguments.
2011-07-28 Kristaps DzonsonsRemove TODO entry about `tr'.
2011-07-28 Kristaps DzonsonsAn implementation of `tr'. This routes allocations...
2011-07-27 Kristaps DzonsonsCorrectly set valsz this time.
2011-07-27 Kristaps DzonsonsHave roffstr keep track of string lengths.
2011-07-27 Kristaps DzonsonsFix a memory-offset bug that was hell tracking down.
2011-07-27 Kristaps DzonsonsRename some terms (incremental part of a larger set...
2011-07-27 Kristaps DzonsonsFix hyphen-replacement loop.
2011-07-27 Kristaps DzonsonsCritical fix to avoid looping forever.
2011-07-27 Kristaps DzonsonsClean up roff_getstrn() function.
2011-07-27 Kristaps DzonsonsSimply word allocation in libmdoc and libman.
2011-07-27 Kristaps DzonsonsDisable in-line eqn processing for a bit.
2011-07-27 Kristaps DzonsonsMove mandoc_hyph() into roff_parsetext() as a single...
2011-07-27 Kristaps DzonsonsFirst, roff_res() has no need to invoke ROFF_RERUN...
2011-07-27 Kristaps DzonsonsUpdate mandoc_hyph() to the extent that numbers on...
2011-07-26 Kristaps DzonsonsUse correct column of warning messages and make sure...
2011-07-26 Kristaps DzonsonsMove checking of escapes into roff.c, where we're alrea...
2011-07-25 Kristaps DzonsonsImplement the first steps of equation parsing from...
2011-07-24 Kristaps DzonsonsSlip in a typo. VERSION_1_11_5
2011-07-24 Kristaps DzonsonsWe're officially no longer UNIX-specific; make this...
2011-07-24 Kristaps DzonsonsScary-looking but otherwise harmless changes allow...
2011-07-24 Kristaps DzonsonsTuned the initial eqn output, making it completely...
2011-07-23 Kristaps DzonsonsFlip on equation printing for -T[x]html.
2011-07-23 Kristaps DzonsonsClarify what eqn actually is.
2011-07-23 Kristaps DzonsonsNote GNU extensions in eqn.7. Also add `col' and ...
2011-07-23 Kristaps DzonsonsAdd support for tdefine and ndefine. Consolidate some...
2011-07-23 Kristaps DzonsonsRaise a warning when text follows the `EN'.
2011-07-23 Kristaps DzonsonsAdd `fat' font. This pretty much brings us in line...
2011-07-23 Kristaps DzonsonsIgnore `back', `fwd', `up', `down', `mark', and `lineup'.
2011-07-23 Kristaps DzonsonsAdd matrix support. Also remove "above" notion, as...
2011-07-23 Kristaps DzonsonsThe circumflex is also a special space character.
2011-07-22 Kristaps DzonsonsCheck for and throw away `gfont' eqn macros.
2011-07-22 Kristaps DzonsonsAdd support for `gsize' eqn token (introduced in second...
2011-07-22 Kristaps DzonsonsAdd all rendered symbols used by eqn. I use the Second...
2011-07-22 Kristaps DzonsonsAdd support for 1/2, 1/4, and 3/4 (needed by eqn).
2011-07-22 Kristaps DzonsonsClearer documentation of grammar in eqn.7 and addition...
2011-07-22 Kristaps DzonsonsSupport translating Greek characters in eqn.
2011-07-22 Kristaps DzonsonsFix left/right nesting in eqn.
2011-07-22 Kristaps DzonsonsAdd character output (-Tpdf, -Tps, -Tascii) for equatio...
2011-07-22 Kristaps DzonsonsProtect macro expansion.
2011-07-22 Kristaps DzonsonsUse a macro instead of doing a string-fragment compare...
2011-07-22 Kristaps DzonsonsGive lists their own eqn function.
2011-07-22 Kristaps DzonsonsAccomodate for hard-spaces with tildes. For now, consi...
2011-07-21 Kristaps DzonsonsFix eqn handling of PILE clauses (multiple ABOVE statem...
2011-07-21 Kristaps DzonsonsComplete eqn.7 parsing. Features all productions from...
2011-07-21 Kristaps DzonsonsSupport `size' constructs in eqn.7. Generalise mandoc_...
2011-07-21 Kristaps DzonsonsFull support for eqn positionals (above, over, sup...
2011-07-21 Kristaps DzonsonsAdd eqn subexpression fonts.
2011-07-21 Kristaps DzonsonsAdd support for markers. These decorate the last box...
2011-07-21 Kristaps DzonsonsDocument `{, }' subexpressions in eqn.7.
2011-07-21 Kristaps DzonsonsSupport nested `{, }' subexpressions in eqn. Document...
2011-07-21 Kristaps DzonsonsMake `undef' not expand its argument before undefining...
2011-07-21 Kristaps DzonsonsFlip eqn into using parsed nodes. I've temporarily...
2011-07-21 Kristaps DzonsonsFinish the eqn syntactic parser. This correctly parses...
next