aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term.c
Commit message (Expand)AuthorAgeFilesLines
* More lint fixes.Kristaps Dzonsons2009-10-301-4/+5
* Lint fixes.Kristaps Dzonsons2009-10-301-3/+5
* Continued safe handling of allocations.Kristaps Dzonsons2009-10-301-3/+6
* Removed superfluous memset (thanks Joerg Sonnenberger).Kristaps Dzonsons2009-10-281-3/+2
* bzero() -> memset() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-271-3/+9
* Merged Ingo's comments on term_flushln() variable names.Kristaps Dzonsons2009-10-271-14/+14
* Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein).Kristaps Dzonsons2009-10-261-1/+2
* Lint fix.VERSION_1_9_10Kristaps Dzonsons2009-10-261-2/+3
* Fixed overstep patch.Kristaps Dzonsons2009-10-261-2/+3
* Removed need for superfluous `os' value in overstep calculation (thanks Ingo ...Kristaps Dzonsons2009-10-241-8/+5
* Fixed order of printing backspace-encoding for terms that are both bold and u...Kristaps Dzonsons2009-10-221-5/+5
* More fixes to scaling-width multipliers (which, just to make my life difficul...Kristaps Dzonsons2009-10-191-5/+8
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-32/+24
* Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.Kristaps Dzonsons2009-10-181-1/+84
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-32/+2
* Fix hang lists in -Tascii -Tmdoc, which seem to have been broken since ~1.8.x.Kristaps Dzonsons2009-10-101-2/+8
* All special characters sync'd with groff, both -Thtml and -Tascii.Kristaps Dzonsons2009-09-231-1/+4
* Fixed memory leak on close.Kristaps Dzonsons2009-09-201-2/+2
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-171-6/+7
* Put closedelim and opendelim right in term_word() (unnecessary extra function).Kristaps Dzonsons2009-09-161-65/+41
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-7/+7
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ...Kristaps Dzonsons2009-09-151-9/+9
* Fix in newline.Kristaps Dzonsons2009-07-281-4/+9
* Re-ordered ascii.in looking for dupes.Kristaps Dzonsons2009-07-271-3/+17
* Clarified special chars/predefined chars in mandoc_char.7.Kristaps Dzonsons2009-07-271-48/+33
* Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined ...Kristaps Dzonsons2009-07-271-6/+25
* Text tokens with leading whitespace (like indented blocks in `Bd -literal') a...Kristaps Dzonsons2009-07-241-2/+2
* Lintified term_flushln() (type mismatches).Kristaps Dzonsons2009-07-231-13/+24
* Bringing spacing more in line with groff, patches from schwarze@openbsd.org. ...Kristaps Dzonsons2009-07-211-35/+38
* Fixed and cleaned up "phrase" handling (`Bl -column' columns).Kristaps Dzonsons2009-07-191-2/+5
* Subtle fixes correcting vis count with erroneously-decorated whitespace.Kristaps Dzonsons2009-07-161-5/+5
* Fix in nospace following close-delimiter.Kristaps Dzonsons2009-07-161-3/+4
* Removed assertion (disregarded blank literal lines).Kristaps Dzonsons2009-07-151-2/+1
* Removed term.c break-up of tokens (happens in libmdoc).Kristaps Dzonsons2009-07-151-89/+63
* Cleaned up arg_width and arg_column functions.Kristaps Dzonsons2009-07-141-2/+2
* Support for TERMP_HANG in flushln(): -hang lists.Kristaps Dzonsons2009-07-141-6/+19
* Lint fixes.VERSION_1_7_20Kristaps Dzonsons2009-06-221-2/+3
* Noted .Cd tabs-ok issue (will fix later).Kristaps Dzonsons2009-06-221-1/+4
* Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual.Kristaps Dzonsons2009-06-221-23/+25
* Reverted max column width 80 -> 78 (schwarze@openbsd.org).Kristaps Dzonsons2009-06-221-2/+2
* Special characters, e.g. \(ae, are now correctly rendered in the current font...Kristaps Dzonsons2009-06-171-53/+27
* Clean up validation of field widths.Kristaps Dzonsons2009-06-111-6/+5
* Fix space-before-newline (inspired by schwarze@openbsd.org).Kristaps Dzonsons2009-06-111-6/+5
* Fixed email address in manual AUTHOR reference.Kristaps Dzonsons2009-06-111-2/+2
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* *** empty log message ***Kristaps Dzonsons2009-04-031-3/+1
* Proper resetting of memory.Kristaps Dzonsons2009-04-031-8/+16
* General clean-ups.Kristaps Dzonsons2009-03-311-0/+595
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-1926/+0