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
/
man_term.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Big check-in of compatibility layer. This should work on most major architec...
Kristaps Dzonsons
2010-01-01
1
-5
/
+4
*
Fixed \c support for all input and output modes (documented in mandoc_char.7).
Kristaps Dzonsons
2009-11-12
1
-11
/
+2
*
Deprecated ".i <notext>" support (nobody uses it -- it can be re-added, but a...
Kristaps Dzonsons
2009-11-12
1
-13
/
+1
*
Basically re-wrote -Tascii font handling: instead of incrementers for
Kristaps Dzonsons
2009-11-12
1
-79
/
+35
*
Noted that -man text decoration is re-set when exiting a macro invocation.
Kristaps Dzonsons
2009-11-10
1
-1
/
+5
*
Disable metafonts when printing document footer.
Kristaps Dzonsons
2009-11-10
1
-0
/
+2
*
Consolidated `RI' and `IR' handlers (-man -Tascii).
Kristaps Dzonsons
2009-11-05
1
-24
/
+9
*
Fixed `RI' (was reversed).
Kristaps Dzonsons
2009-11-05
1
-2
/
+2
*
More lint fixes.
Kristaps Dzonsons
2009-10-30
1
-1
/
+0
*
Removed dynamic allocations of header/footer data.
Kristaps Dzonsons
2009-10-27
1
-17
/
+6
*
Full `%U' support.
Kristaps Dzonsons
2009-10-26
1
-29
/
+29
*
Added `PD' to -man (doesn't do anything, 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
-6
/
+2
*
Fixed strftime stray %d -> %e (pointed out by Ulrich Sporlein).
Kristaps Dzonsons
2009-10-21
1
-1
/
+1
*
Lint fixes.
Kristaps Dzonsons
2009-10-18
1
-3
/
+3
*
Made sure devices and formats recognise that -man and -mdoc have different sy...
Kristaps Dzonsons
2009-10-18
1
-6
/
+10
*
Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.
Kristaps Dzonsons
2009-10-18
1
-116
/
+50
*
Fitted -man -Tascii with scaling units (.5i, etc.).
Kristaps Dzonsons
2009-10-18
1
-1
/
+44
*
Added horizontal scaling units to -Tman -Tascii.
Kristaps Dzonsons
2009-10-18
1
-26
/
+45
*
Moved output definitions into main.h.
Kristaps Dzonsons
2009-10-13
1
-7
/
+27
*
Consolidated some -man -Tascii functions.
Kristaps Dzonsons
2009-10-08
1
-57
/
+28
*
Header buffers in -man -Tascii are static.
Kristaps Dzonsons
2009-10-07
1
-7
/
+2
*
Structural components of -man -Thtml in place (note that HP is the same as IP...
Kristaps Dzonsons
2009-10-04
1
-1
/
+0
*
Added initial -man framework for -Thtml.
Kristaps Dzonsons
2009-10-03
1
-1
/
+2
*
Made tree/term/out() functions return void.
Kristaps Dzonsons
2009-09-16
1
-19
/
+12
*
Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ...
Kristaps Dzonsons
2009-09-15
1
-34
/
+48
*
Added `UC' libman macro (has no effect).
Kristaps Dzonsons
2009-08-22
1
-1
/
+12
*
FreeBSD fix (uqs@spoerlein.net).
Kristaps Dzonsons
2009-08-21
1
-0
/
+2
*
Added `DT' macro (pointed out by joerg@netbsd.org).
Kristaps Dzonsons
2009-08-20
1
-1
/
+2
*
`RS' blocks correctly formatting in output device.
Kristaps Dzonsons
2009-08-19
1
-19
/
+88
*
Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).
Kristaps Dzonsons
2009-08-19
1
-0
/
+2
*
Small updates to man.7 (next-line break-exclusions, numerical width example).
Kristaps Dzonsons
2009-08-18
1
-34
/
+81
*
`IP' and `TP' correctly handle width arguments.
Kristaps Dzonsons
2009-08-17
1
-14
/
+50
*
Finished correct `IP' handling.
Kristaps Dzonsons
2009-08-13
1
-42
/
+68
*
Added proper `TP' support.
Kristaps Dzonsons
2009-08-13
1
-25
/
+40
*
Added full `HP' libman macro support.
Kristaps Dzonsons
2009-08-13
1
-2
/
+35
*
Significant overhaul in libman. Macros are now block- and line-scoped (with
Kristaps Dzonsons
2009-08-13
1
-45
/
+188
*
Moved indentation size into *term.c files.
Kristaps Dzonsons
2009-08-10
1
-19
/
+89
*
Added `sp' support to libman.
Kristaps Dzonsons
2009-07-24
1
-0
/
+1
*
Added nchild decrement in libman (not used, but better in than forgotten).
Kristaps Dzonsons
2009-06-18
1
-0
/
+1
*
Fixed libman .br to be a newline, not a .PP alias.
Kristaps Dzonsons
2009-06-18
1
-1
/
+12
*
Removed MAN___: moved MAN_br to its index (comments not passed into parser).
Kristaps Dzonsons
2009-06-16
1
-3
/
+5
*
Removed superfluous ifdef around strftime (schwarze@openbsd.org).
Kristaps Dzonsons
2009-06-15
1
-4
/
+0
*
Backed-out .IP changes for libman (needs work).
Kristaps Dzonsons
2009-06-11
1
-0
/
+5
*
Documented some un-clear parts of main.c.
Kristaps Dzonsons
2009-06-11
1
-1
/
+3
*
Fixed email address in manual AUTHOR reference.
Kristaps Dzonsons
2009-06-11
1
-1
/
+1
*
Fixed license email address.
Kristaps Dzonsons
2009-06-10
1
-1
/
+1
*
Using proper license template (const).
Kristaps Dzonsons
2009-04-12
1
-12
/
+10
*
man(3) doesn't use err.h anymore.
Kristaps Dzonsons
2009-04-05
1
-6
/
+7
*
mdoc_tokhash -> hash
Kristaps Dzonsons
2009-04-02
1
-0
/
+1
[prev]
[next]