]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2010-05-30 Kristaps DzonsonsHave mdoc_args() use enum mdoc_list instead of scanning.
2010-05-30 Kristaps DzonsonsTweak regression so it doesn't puke on the groff behavi...
2010-05-30 Kristaps DzonsonsMigrate `Bl -column' phrases to be MDOC_BODY instead...
2010-05-30 Kristaps DzonsonsFinal word on lac/ac. Document flow as it relates...
2010-05-30 Kristaps DzonsonsObvious fix to last patch: have ARGS_PEND also be flagg...
2010-05-30 Kristaps DzonsonsFirst in several iterative patches in getting complex...
2010-05-30 Kristaps DzonsonsMake check for case a little more intuitive (suggested...
2010-05-30 Kristaps DzonsonsMade `Dt' default to LOCAL and UNKNOWN instead of local...
2010-05-30 Kristaps DzonsonsFixed tech@ mailing list pointer (noted by Ulrich Spoer...
2010-05-29 Kristaps DzonsonsAdded a final regression for `Ar' (won't work on old...
2010-05-29 Kristaps DzonsonsBump 1.10.0 version in Makefile.
2010-05-29 Kristaps DzonsonsAdded version bits to www pages.
2010-05-29 Kristaps DzonsonsGive libroff an extremely simple table-lookup instead...
2010-05-29 Kristaps DzonsonsMoved printing of empty word [back] into mdoc_action...
2010-05-29 Kristaps DzonsonsAdding `Ar' regression for empty-prior-closing-punctuat...
2010-05-29 Kristaps DzonsonsCommit of patch floated on discuss@ a few days ago...
2010-05-26 Kristaps DzonsonsAllow bad -man dates to flow verbatim into the front...
2010-05-26 Kristaps DzonsonsDocumented `Ud'.
2010-05-26 Kristaps DzonsonsFixed `Lb' to be in_line (reported by Ulrich Spoerlein).
2010-05-25 Kristaps DzonsonsMade index.sgml release notes, mostly cribbed from...
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...
next