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_man.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Correct indentation for lists and displays inside lists.
Ingo Schwarze
2012-11-18
1
-6
/
+103
*
Cleanup naming of local variables to make the code easier on the eye:
Ingo Schwarze
2012-11-17
1
-18
/
+19
*
For .El .sp, avoid the weird .sp -1v .PP .PP output sequence.
Ingo Schwarze
2012-07-16
1
-2
/
+3
*
Several -mdoc parser improvements related to vertical spacing:
Ingo Schwarze
2012-07-16
1
-1
/
+4
*
In -Tman .Bl -compact, skip the blank line only before the first item
Ingo Schwarze
2012-07-14
1
-1
/
+2
*
Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@.
Ingo Schwarze
2012-07-13
1
-1
/
+10
*
If the tag in .Bl -tag .It would leave exactly one blank before the
Ingo Schwarze
2012-07-13
1
-27
/
+54
*
In -man -Tascii, support .sp with negative argument.
Ingo Schwarze
2012-07-13
1
-69
/
+82
*
Do not crash in -Tman on:
Ingo Schwarze
2012-07-12
1
-8
/
+15
*
Polish -Tman .Rs support.
Ingo Schwarze
2012-07-11
1
-27
/
+67
*
basic implementation of -Tman .Bl -column using tbl(7); OpenBSD rev. 1.31
Ingo Schwarze
2012-07-11
1
-5
/
+41
*
basic implementation of -Tman .Bl -tag
Ingo Schwarze
2012-07-10
1
-5
/
+5
*
multiple fixes to -Tascii .HP rendering:
Ingo Schwarze
2012-07-10
1
-8
/
+22
*
* implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .It
Ingo Schwarze
2012-07-10
1
-8
/
+121
*
fix -Tascii .Fd line breaking
Ingo Schwarze
2012-07-09
1
-3
/
+22
*
implement -Tman .Eo and .Ec; OpenBSD rev. 1.26
Ingo Schwarze
2012-07-09
1
-3
/
+12
*
Implement -Tman .Bf.
Ingo Schwarze
2012-07-09
1
-5
/
+41
*
fix -Tman font handling for:
Ingo Schwarze
2012-07-09
1
-66
/
+146
*
implement -Tman .No and .Mt; OpenBSD rev. 1.23
Ingo Schwarze
2012-07-09
1
-14
/
+26
*
fix .Lk for -Tascii and implement it for -Tman
Ingo Schwarze
2012-07-08
1
-1
/
+30
*
fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .Vt
Ingo Schwarze
2012-07-08
1
-11
/
+64
*
implement -Tman .An
Ingo Schwarze
2012-07-08
1
-1
/
+29
*
Add flags to insert a .sp or .br request before the next output,
Ingo Schwarze
2012-07-08
1
-49
/
+29
*
Instead of adding one integer variable for each global boolean output flag
Ingo Schwarze
2012-07-08
1
-180
/
+176
*
implement -Tman .Va
Ingo Schwarze
2012-07-08
1
-2
/
+2
*
implement -Tman .Vt; OpenBSD rev. 1.15 and 1.16
Ingo Schwarze
2012-07-08
1
-1
/
+41
*
Basic implementation of -Tman .Fo and .Fa;
Ingo Schwarze
2012-07-08
1
-16
/
+81
*
rudimentary support for -Tman .Ft and .Fn;
Ingo Schwarze
2012-07-07
1
-2
/
+48
*
basic support for -Tman .In; OpenBSD rev. 1.12
Ingo Schwarze
2012-07-07
1
-1
/
+32
*
after .Lb in library section, break the line in the final output
Ingo Schwarze
2012-07-07
1
-1
/
+13
*
implement -Tman .Bk; OpenBSD rev. 1.10
Ingo Schwarze
2012-07-07
1
-4
/
+35
*
implement -Tman .Sm; OpenBSD rev. 1.9
Ingo Schwarze
2012-07-07
1
-3
/
+19
*
implement -Tman .Bd -offset and -compact; OpenBSD rev. 1.8
Ingo Schwarze
2012-07-07
1
-1
/
+35
*
minor -mdoc -Tman fixes
Ingo Schwarze
2012-07-07
1
-2
/
+9
*
Implement missing enclosures (Ao Do Qo Qq So Bro Brq)
Ingo Schwarze
2011-10-24
1
-23
/
+23
*
Implement the missing text production macros (Bsx Bx Dx Fx Nx Ox Ux Bt Ud).
Ingo Schwarze
2011-10-20
1
-18
/
+53
*
Tweak Makefile and add config.h to -Tman to allow cross-compiling on
Kristaps Dzonsons
2011-10-08
1
-0
/
+4
*
Implement a basic -Tman `Rv', like `Ex'.
Kristaps Dzonsons
2011-10-08
1
-2
/
+5
*
Tidy up -Tman output. This has NO functional change: (1) introduced a
Kristaps Dzonsons
2011-10-08
1
-107
/
+175
*
If -Tman is specified and input is -man, echo the preprocessed (`so'
Kristaps Dzonsons
2011-10-06
1
-0
/
+8
*
implement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po .Ss .Sx .Sy .br .sp
Ingo Schwarze
2011-09-30
1
-40
/
+133
*
do not assign pointers to literal strings
Ingo Schwarze
2011-09-20
1
-2
/
+2
*
Initial, incomplete support for -Tman
Ingo Schwarze
2011-09-17
1
-0
/
+426
[prev]