aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-1720-9/+163
* Tests for sane and insane handling of lines before and after .SH/.SSJoerg Sonnenberger2010-05-172-0/+23
* groff uses three vspaces before the footer too.Joerg Sonnenberger2010-05-171-1/+3
* Documented ie/el.Kristaps Dzonsons2010-05-174-11/+41
* Use a default prefix of /usr/local. Honour DESTDIR for install targets.Joerg Sonnenberger2010-05-171-19/+20
* The function term_flushln() had effectively forked in OpenBSD.Ingo Schwarze2010-05-171-45/+42
* Full support for ie/el. This completes the initial roff support.Kristaps Dzonsons2010-05-1725-91/+331
* Oops: forgot to make roff_cblock() understand the new macros.Kristaps Dzonsons2010-05-171-2/+17
* libroff now intelligently throws away `am', `ami', `am1', `de', `dei',Kristaps Dzonsons2010-05-172-19/+86
* libroff now is aware of which sub-nodes should be interpreted even in aKristaps Dzonsons2010-05-174-83/+179
* Add a test case for nesting of .RS/.REJoerg Sonnenberger2010-05-161-0/+16
* `ig' support in all its glory. TryKristaps Dzonsons2010-05-1612-34/+294
* Add a basic regression test for .Bl -bullet and the various interactionsJoerg Sonnenberger2010-05-161-0/+64
* Regression tests in place for `.if' in libroff.Kristaps Dzonsons2010-05-1612-7/+260
* Fully skip first and last line for the purpose of cmp.Joerg Sonnenberger2010-05-161-3/+6
* Skip first line when comparing output.Joerg Sonnenberger2010-05-161-1/+3
* mandoc should be a variable.Kristaps Dzonsons2010-05-161-2/+2
* Remove temp files on success.Joerg Sonnenberger2010-05-161-0/+1
* Add a basic regression testing script.Joerg Sonnenberger2010-05-161-0/+39
* Re-admit the simple case of `.ig' that works with groff's stranger invocations.Kristaps Dzonsons2010-05-161-124/+72
* Support for the general case of `if', which will boil out into otherKristaps Dzonsons2010-05-161-50/+78
* Allow roff_parseln() to be re-run.Kristaps Dzonsons2010-05-167-106/+213
* sync to OpenBSD:Ingo Schwarze2010-05-163-5/+7
* Fix allowing silly '\'' control character.Kristaps Dzonsons2010-05-163-6/+6
* Removed `.' entry from -man hashtable.Kristaps Dzonsons2010-05-151-7/+5
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-158-167/+13
* Backed-out warning messages (lots).Kristaps Dzonsons2010-05-152-5/+7
* The `am', `ami', `de', and holy `dei' are all being properly ignored.Kristaps Dzonsons2010-05-151-36/+24
* The `ig' now supports `ig end-macro'.Kristaps Dzonsons2010-05-153-11/+92
* Pull `ig' out of -man and leave it the roff preparser.Kristaps Dzonsons2010-05-158-30/+11
* Magic fix for bogus manuals making -man puke: I don't care if it's magic beca...Kristaps Dzonsons2010-05-151-2/+2
* Segfault fix and letting warnings slip through for now.Kristaps Dzonsons2010-05-152-5/+7
* Add mandoc.h, which will eventually replace compilers' inner enum errors with...Kristaps Dzonsons2010-05-154-26/+421
* non-numeric section headers in -man merged to OpenBSDIngo Schwarze2010-05-151-4/+0
* Mishandling of : in expr(1)Joerg Sonnenberger2010-05-151-0/+2
* Lint-fix for enum return (ok schwarze@).Kristaps Dzonsons2010-05-151-2/+2
* For .IP groff requires a single space only after the head, adopt.Joerg Sonnenberger2010-05-151-3/+1
* Fixed memory leak introduced in last checkin of man_action TH parsing (only i...Kristaps Dzonsons2010-05-152-5/+6
* LIBRARY can also occur in section 9.Kristaps Dzonsons2010-05-159-45/+44
* Reorganise the comment stripping and line merging to be easier to followJoerg Sonnenberger2010-05-151-51/+53
* Make the output width an option for ascii_alloc and use that to computeJoerg Sonnenberger2010-05-156-15/+24
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-158-26/+19
* Push buffer resizing into its own function. Keep initial allocations theJoerg Sonnenberger2010-05-151-20/+25
* fixed tabs in quoted .Bl -column; and removed right margin from displaysIngo Schwarze2010-05-151-10/+0
* no more info on bugs FIXED in bsd.lv;Ingo Schwarze2010-05-151-40/+2
* Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).Ingo Schwarze2010-05-154-26/+36
* Initial roff shim skeleton in place.Kristaps Dzonsons2010-05-153-11/+89
* Documented EOS buffered spaces and added `]'.Kristaps Dzonsons2010-05-153-9/+24
* More EOS: append_delims() fitted with EOS detection, so ANY macro with append...Kristaps Dzonsons2010-05-154-22/+55
* Cleanup indentation after moving the read buffering out of the loop.Joerg Sonnenberger2010-05-151-54/+52