]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2010-05-25 Kristaps DzonsonsFix man.7 to include AT and UC in its syntax table.
2010-05-25 Kristaps DzonsonsAdded roff.3, which documents the roff parser interface.
2010-05-25 Kristaps DzonsonsClean-up: added `Nm mdoc' to mdoc.3.
2010-05-25 Kristaps DzonsonsClean-up: new-sentence, new-line for mdoc.3.
2010-05-25 Kristaps DzonsonsNoted areas where performance can be increased.
2010-05-25 Kristaps DzonsonsSmarten BADCHAR check to allow ASCII_HYPH.
2010-05-25 Kristaps DzonsonsForgot to add regression tests.
2010-05-25 Kristaps DzonsonsModified version of Ingo Schwarze's patch for hyphen...
2010-05-24 Ingo Schwarzerecognize ".if n" as true;
2010-05-24 Ingo Schwarzeprovide stubs to ignore .ds, .rm and .tr,
2010-05-24 Ingo Schwarzesync to OpenBSD:
2010-05-24 Ingo SchwarzeHandle literal tab characters both in literal context...
2010-05-24 Ingo Schwarze.Bl -tag -compact
2010-05-24 Ingo Schwarzefix an obvious typo in print_bvspace():
2010-05-24 Ingo Schwarzerewrite the main mdoc text parser, mdoc_ptext(),
2010-05-24 Kristaps DzonsonsPlug second meta.source leak in `UT' handling.
2010-05-24 Kristaps DzonsonsLifted 64-byte max width for Sh (now BUFSIZ).
2010-05-24 Kristaps DzonsonsFixed memory leak for `AT' (-man input).
2010-05-24 Kristaps DzonsonsFix segfault in mixing old enum types for -Thtml -mdoc.
2010-05-24 Ingo Schwarzeremove unused enum merr;
2010-05-24 Joerg SonnenbergerIf a .Bl -tag lacks a -width, skip all non-It macros...
2010-05-24 Ingo Schwarzefix an obvious oversight introduced in rev. 1.5:
2010-05-22 Joerg SonnenbergerFix 1.125: Add missing return in termp_nm_pre.
2010-05-22 Joerg SonnenbergerTest .SH with only empty paragraph. Don't test .IP...
2010-05-18 Ingo Schwarzelines containing blank characters FIXED in OpenBSD,
2010-05-17 Kristaps DzonsonsIncrease performance by stashing the list type in struc...
2010-05-17 Kristaps DzonsonsAdded tech@ mailing list.
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-17 Joerg SonnenbergerMultiple empty .PPs don't add a vspace either
2010-05-17 Joerg SonnenbergerEntry for .AT and .UC
2010-05-17 Joerg SonnenbergerAdd support for .AT. Properly implement .UC. Add regres...
2010-05-17 Joerg SonnenbergerTests for sane and insane handling of lines before...
2010-05-17 Joerg Sonnenbergergroff uses three vspaces before the footer too.
2010-05-17 Kristaps DzonsonsDocumented ie/el.
2010-05-17 Joerg SonnenbergerUse a default prefix of /usr/local. Honour DESTDIR...
2010-05-17 Ingo SchwarzeThe function term_flushln() had effectively forked...
2010-05-17 Kristaps DzonsonsFull support for ie/el. This completes the initial...
2010-05-17 Kristaps DzonsonsOops: forgot to make roff_cblock() understand the new...
2010-05-17 Kristaps Dzonsonslibroff now intelligently throws away `am', `ami',...
2010-05-17 Kristaps Dzonsonslibroff now is aware of which sub-nodes should be inter...
2010-05-16 Joerg SonnenbergerAdd a test case for nesting of .RS/.RE
2010-05-16 Kristaps Dzonsons`ig' support in all its glory. Try
2010-05-16 Joerg SonnenbergerAdd a basic regression test for .Bl -bullet and the...
2010-05-16 Kristaps DzonsonsRegression tests in place for `.if' in libroff.
2010-05-16 Joerg SonnenbergerFully skip first and last line for the purpose of cmp.
2010-05-16 Joerg SonnenbergerSkip first line when comparing output.
2010-05-16 Kristaps Dzonsonsmandoc should be a variable.
2010-05-16 Joerg SonnenbergerRemove temp files on success.
2010-05-16 Joerg SonnenbergerAdd a basic regression testing script.
2010-05-16 Kristaps DzonsonsRe-admit the simple case of `.ig' that works with groff...
2010-05-16 Kristaps DzonsonsSupport for the general case of `if', which will boil...
2010-05-16 Kristaps DzonsonsAllow roff_parseln() to be re-run.
2010-05-16 Ingo Schwarzesync to OpenBSD:
2010-05-16 Kristaps DzonsonsFix allowing silly '\'' control character.
2010-05-15 Kristaps DzonsonsRemoved `.' entry from -man hashtable.
2010-05-15 Kristaps DzonsonsRemove `am', `ami', `de', `dei', and `.' from -man...
2010-05-15 Kristaps DzonsonsBacked-out warning messages (lots).
2010-05-15 Kristaps DzonsonsThe `am', `ami', `de', and holy `dei' are all being...
2010-05-15 Kristaps DzonsonsThe `ig' now supports `ig end-macro'.
2010-05-15 Kristaps DzonsonsPull `ig' out of -man and leave it the roff preparser.
2010-05-15 Kristaps DzonsonsMagic fix for bogus manuals making -man puke: I don...
2010-05-15 Kristaps DzonsonsSegfault fix and letting warnings slip through for...
2010-05-15 Kristaps DzonsonsAdd mandoc.h, which will eventually replace compilers...
2010-05-15 Ingo Schwarzenon-numeric section headers in -man merged to OpenBSD
2010-05-15 Joerg SonnenbergerMishandling of : in expr(1)
2010-05-15 Kristaps DzonsonsLint-fix for enum return (ok schwarze@).
2010-05-15 Joerg SonnenbergerFor .IP groff requires a single space only after the...
2010-05-15 Kristaps DzonsonsFixed memory leak introduced in last checkin of man_act...
2010-05-15 Kristaps DzonsonsLIBRARY can also occur in section 9.
2010-05-15 Joerg SonnenbergerReorganise the comment stripping and line merging to...
2010-05-15 Joerg SonnenbergerMake the output width an option for ascii_alloc and...
2010-05-15 Kristaps DzonsonsRemoved restriction on integer manual sections in ...
2010-05-15 Joerg SonnenbergerPush buffer resizing into its own function. Keep initi...
2010-05-15 Ingo Schwarzefixed tabs in quoted .Bl -column; and removed right...
2010-05-15 Ingo Schwarzeno more info on bugs FIXED in bsd.lv;
2010-05-15 Ingo SchwarzeDistinguish OPEN, MIDDLE and CLOSE delimiters (using...
2010-05-15 Kristaps DzonsonsInitial roff shim skeleton in place.
2010-05-15 Kristaps DzonsonsDocumented EOS buffered spaces and added `]'.
2010-05-15 Kristaps DzonsonsMore EOS: append_delims() fitted with EOS detection...
2010-05-15 Joerg SonnenbergerCleanup indentation after moving the read buffering...
2010-05-15 Kristaps Dzonsons"Push down the buffer to where they are used.
2010-05-15 Kristaps DzonsonsMore `Bl -column' dancing: It children also inherit...
2010-05-15 Kristaps DzonsonsWhacked lastman and lastmdoc (not being used).
2010-05-15 Kristaps DzonsonsMaking room for libroff in Makefile: properly split...
2010-05-14 Kristaps DzonsonsAdded Ingo's TODO file.
2010-05-14 Kristaps Dzonsons"Accumulate errors and warnings in global variables...
2010-05-14 Kristaps DzonsonsRemove in-manual-section warnings for Fd and Lb (ok...
2010-05-14 Kristaps DzonsonsBacked out check for `Ex' manual sec (ok schwarze@...
2010-05-14 Kristaps Dzonsons"Add libelf and libterminfo." (patch by Joerg Sonnenberger)
2010-05-14 Kristaps DzonsonsPulled back in mysterious lost le1 <-> eq0 for Sp macro.
2010-05-14 Kristaps Dzonsons"Warn on unknown argument for .At and print it like...
2010-05-14 Kristaps Dzonsons"Invalid standard argument should be a warning. Just...
2010-05-14 Kristaps DzonsonsFinish initial documentation of the Bl lists.
2010-05-14 Kristaps DzonsonsRe-addition of cleaned-up list documentation in mdoc.7.
2010-05-14 Kristaps Dzonsons"If the last column wasn't specified, it is auto-sized...
2010-05-14 Kristaps DzonsonsAdded documentation bits.
2010-05-14 Kristaps DzonsonsBlock-implicit macros now up-propogate end-of-sentence...
2010-05-14 Kristaps DzonsonsFix for Joerg's patch stripping of pre-comment whitespa...
2010-05-14 Kristaps DzonsonsRemoved remaining "1 == ppos" invocations.
2010-05-14 Kristaps DzonsonsProper handling of quoted tab-separated column lists.
next