index
:
mandoc
VERSION.1.12
VERSION.1.13
bapt
master
origin
version.0
UNIX manpage compiler toolset
Matěj Cepl <mcepl@cepl.eu>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mdoc_term.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved printing of empty word [back] into mdoc_action.c so that it's not
Kristaps Dzonsons
2010-05-29
1
-2
/
+0
*
Commit of patch floated on discuss@ a few days ago: if an in_line scope
Kristaps Dzonsons
2010-05-29
1
-0
/
+2
*
Documented `Ud'.
Kristaps Dzonsons
2010-05-26
1
-0
/
+4
*
sync to OpenBSD:
Ingo Schwarze
2010-05-24
1
-8
/
+6
*
Handle literal tab characters both in literal context (.Bd -literal)
Ingo Schwarze
2010-05-24
1
-0
/
+5
*
fix an obvious typo in print_bvspace():
Ingo Schwarze
2010-05-24
1
-1
/
+1
*
Fix 1.125: Add missing return in termp_nm_pre.
Joerg Sonnenberger
2010-05-22
1
-0
/
+1
*
Increase performance by stashing the list type in struct mdoc_node.
Kristaps Dzonsons
2010-05-17
1
-90
/
+47
*
Enable the unified error/warning enumeration in mandoc.h that's
Kristaps Dzonsons
2010-05-17
1
-2
/
+6
*
LIBRARY can also occur in section 9.
Kristaps Dzonsons
2010-05-15
1
-1
/
+1
*
Make the output width an option for ascii_alloc and use that to compute
Joerg Sonnenberger
2010-05-15
1
-1
/
+1
*
Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.
Kristaps Dzonsons
2010-05-13
1
-7
/
+7
*
Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output...
Kristaps Dzonsons
2010-05-12
1
-0
/
+3
*
-man also now has unbound margins for literal context.
Kristaps Dzonsons
2010-05-10
1
-2
/
+2
*
Setting maxmargin, too (for completion).
Kristaps Dzonsons
2010-05-09
1
-8
/
+12
*
Allow literal contexts to have unbound line lengths (from Ingo Schwarze's man...
Kristaps Dzonsons
2010-05-09
1
-22
/
+55
*
Fixed %T: it now correctly underlines, instead of quoting (noted by Jason McI...
Kristaps Dzonsons
2010-04-08
1
-21
/
+1
*
Allow `Bd' to accept (warn about then ignore) in-line arguments.
Kristaps Dzonsons
2010-04-06
1
-2
/
+2
*
Let `Bl' accept arguments on the head line with a warning (these are ignored ...
Kristaps Dzonsons
2010-04-06
1
-1
/
+11
*
`Fl' now correctly suppresses the trailing space if followed by macros on the...
Kristaps Dzonsons
2010-04-06
1
-2
/
+2
*
Merged patch by Ingo Schwarze allowing `Xr' to pass through with no arguments...
Kristaps Dzonsons
2010-04-03
1
-1
/
+4
*
Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...
Kristaps Dzonsons
2010-03-29
1
-1
/
+1
*
Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee...
Kristaps Dzonsons
2010-03-23
1
-0
/
+3
*
Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...
Kristaps Dzonsons
2010-01-30
1
-2
/
+18
*
Fix of subtle, but significant, resetting of tags when in list mode. Pointed...
VERSION.1.9.15-pre2
Kristaps Dzonsons
2010-01-01
1
-16
/
+19
*
More in-code documentation and clarity re-arrangements.
Kristaps Dzonsons
2010-01-01
1
-36
/
+65
*
Big check-in of compatibility layer. This should work on most major architec...
Kristaps Dzonsons
2010-01-01
1
-5
/
+4
*
Correct handling of arbitrary column lengths, which groff handles differently...
Kristaps Dzonsons
2010-01-01
1
-13
/
+14
*
Cleaned-up column handling to be char-compatible with groff (thanks Ingo Schw...
Kristaps Dzonsons
2010-01-01
1
-25
/
+37
*
Documented `Fl' in mdoc.7.
Kristaps Dzonsons
2010-01-01
1
-10
/
+0
*
`Fl' has each argument be in a separate scope (thanks Ingo Schwarze).
Kristaps Dzonsons
2010-01-01
1
-1
/
+16
*
Basically re-wrote -Tascii font handling: instead of incrementers for
Kristaps Dzonsons
2009-11-12
1
-66
/
+78
*
Disable metafonts when printing document footer.
Kristaps Dzonsons
2009-11-10
1
-0
/
+3
*
Patch on DragonFly BSD syntax (thanks Sascha Wildner).
Kristaps Dzonsons
2009-10-31
1
-1
/
+1
*
More lint fixes.
Kristaps Dzonsons
2009-10-30
1
-1
/
+0
*
Removed dynamic allocations of header/footer data.
Kristaps Dzonsons
2009-10-27
1
-23
/
+8
*
bzero() -> memset() (noted by Joerg Sonnenberger).
Kristaps Dzonsons
2009-10-27
1
-1
/
+1
*
Full `%U' support.
Kristaps Dzonsons
2009-10-26
1
-38
/
+39
*
Added `%U' to -mdoc (doesn't render in a nice way yet).
Kristaps Dzonsons
2009-10-24
1
-0
/
+3
*
Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...
Kristaps Dzonsons
2009-10-22
1
-9
/
+3
*
More fixes to scaling-width multipliers (which, just to make my life difficul...
Kristaps Dzonsons
2009-10-19
1
-3
/
+3
*
Made sure devices and formats recognise that -man and -mdoc have different sy...
Kristaps Dzonsons
2009-10-18
1
-16
/
+13
*
Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.
Kristaps Dzonsons
2009-10-18
1
-53
/
+46
*
Added support for `Bd -centered', which appears in newer groffs (not yet impl...
Kristaps Dzonsons
2009-10-15
1
-0
/
+2
*
Moved output definitions into main.h.
Kristaps Dzonsons
2009-10-13
1
-1
/
+16
*
Fix hang lists in -Tascii -Tmdoc, which seem to have been broken since ~1.8.x.
Kristaps Dzonsons
2009-10-10
1
-35
/
+0
*
`Bd' literals in -Tascii -mdoc were losing the first line's newline. Fixed.
Kristaps Dzonsons
2009-10-07
1
-0
/
+3
*
`Fn' does not print empty ftype span.
Kristaps Dzonsons
2009-10-03
1
-188
/
+179
*
Fixed `Bd' prior vertical space (was ignoring -compact).
Kristaps Dzonsons
2009-09-26
1
-59
/
+37
*
-Tascii correctly prints `%T' in `Rs' with quotes.
Kristaps Dzonsons
2009-09-24
1
-3
/
+22
[next]