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
/
regress
Commit message (
Expand
)
Author
Age
Files
Lines
*
Two new low-level roff(7) features:
Ingo Schwarze
2018-04-10
3
-1
/
+50
*
When accessing an undefined number register, define it to be zero, like
Ingo Schwarze
2018-04-09
3
-1
/
+46
*
Using an undefined string or macro will cause it to be defined as empty.
Ingo Schwarze
2018-04-09
4
-2
/
+110
*
fix wrong date
Ingo Schwarze
2018-02-07
2
-2
/
+2
*
Delete the "no blank before trailing delimiter" check from the
Ingo Schwarze
2018-02-06
9
-15
/
+0
*
Remove the implicit display feature of .Lk because it was inconsistent
Ingo Schwarze
2018-01-13
1
-3
/
+2
*
eliminate white space after opening and before closing punctuation
Ingo Schwarze
2017-08-23
3
-4
/
+4
*
Suppress spacing before certain kinds of lists.
Ingo Schwarze
2017-08-23
1
-1
/
+1
*
Improve ASCII rendering of a few rare character escape sequences
Ingo Schwarze
2017-08-23
2
-6
/
+6
*
catch up with ASCII renderings in chars.c rev. 1.72
Ingo Schwarze
2017-08-23
21
-113
/
+118
*
disable .Xr -Tlint test for now,
Ingo Schwarze
2017-07-28
1
-0
/
+3
*
Do not test .Xr here. It is not what this directory should focus on,
Ingo Schwarze
2017-07-28
6
-28
/
+20
*
Avoid cross reference to mandoc(1) because it may cause a message
Ingo Schwarze
2017-07-20
6
-12
/
+12
*
Run the regression tests iteratively rather than recursively.
Ingo Schwarze
2017-07-18
2
-232
/
+236
*
test -diag -width and -inset -width
Ingo Schwarze
2017-07-16
9
-12
/
+20
*
print the right character for mathematical overbar; from bentley@
Ingo Schwarze
2017-07-15
4
-4
/
+4
*
print HTML character references as 4+ digits hexadecimal, like Unicode;
Ingo Schwarze
2017-07-14
11
-331
/
+331
*
add parentheses to the output where required for disambiguation
Ingo Schwarze
2017-07-07
9
-10
/
+10
*
Now that we have the -Wstyle message level, downgrade six warnings
Ingo Schwarze
2017-07-06
17
-68
/
+68
*
Fix operator precedence according to Brian W. Kernighan and Lorinda
Ingo Schwarze
2017-07-06
20
-25
/
+78
*
Fix handling of \} on roff request lines.
Ingo Schwarze
2017-07-04
2
-3
/
+12
*
It turns out association of tbl spans with layout rows is simpler than
Ingo Schwarze
2017-07-04
4
-3
/
+48
*
Messages of the -Wbase level now print STYLE:. Since this
Ingo Schwarze
2017-07-04
1244
-2724
/
+2681
*
warn about some non-portable idioms in .Bl -column;
Ingo Schwarze
2017-06-29
7
-8
/
+74
*
test inter-column spacing
Ingo Schwarze
2017-06-27
3
-1
/
+33
*
warn about .Ns macros that have no effect because they are followed
Ingo Schwarze
2017-06-27
4
-4
/
+21
*
catch up with the recent eqn(7) improvements
Ingo Schwarze
2017-06-26
42
-37
/
+229
*
test new MT macro
Ingo Schwarze
2017-06-25
8
-1
/
+100
*
cope with changes in BASE messages
Ingo Schwarze
2017-06-25
16
-18
/
+20
*
cope with changes in BASE messages
Ingo Schwarze
2017-06-25
89
-169
/
+253
*
cope with changes in BASE messages
Ingo Schwarze
2017-06-25
110
-183
/
+258
*
Implement appending to standard man(7) and mdoc(7) macros with .am.
Ingo Schwarze
2017-06-18
12
-6
/
+100
*
style message about missing RCS ids; inspired by mdoclint
Ingo Schwarze
2017-06-17
42
-19
/
+45
*
style message about missing RCS ids; inspired by mdoclint
Ingo Schwarze
2017-06-17
85
-4
/
+85
*
style message about missing RCS ids; inspired by mdoclint
Ingo Schwarze
2017-06-17
109
-2
/
+109
*
if .in is used inside the .TP head, it's always relative
Ingo Schwarze
2017-06-17
3
-1
/
+35
*
tables leak tab settings to subsequent text
Ingo Schwarze
2017-06-17
11
-0
/
+41
*
correct handling of blank lines after \c
Ingo Schwarze
2017-06-17
4
-0
/
+25
*
Multiple tbl(7) improvements:
Ingo Schwarze
2017-06-16
5
-3
/
+12052
*
round default width of tbl(7) text blocks in the same way as groff
Ingo Schwarze
2017-06-15
3
-1
/
+166
*
implement so-called absolute horizontal motion: \h'|...',
Ingo Schwarze
2017-06-14
3
-1
/
+4
*
Naive implementation of the roff(7) .po (page offset) request.
Ingo Schwarze
2017-06-14
4
-1
/
+43
*
add the \(ru (0.5m baseline ruler) character escape sequence,
Ingo Schwarze
2017-06-14
4
-4
/
+4
*
let \l use the right fill character
Ingo Schwarze
2017-06-14
4
-2
/
+42
*
improve rounding rules for scaling units
Ingo Schwarze
2017-06-14
16
-26
/
+34
*
implement the roff(7) d (macro or string defined) conditional
Ingo Schwarze
2017-06-14
3
-1
/
+50
*
implement the roff(7) \p (break output line) escape sequence
Ingo Schwarze
2017-06-14
3
-1
/
+35
*
Partial support for the \n[an-margin] number register.
Ingo Schwarze
2017-06-13
3
-1
/
+42
*
fix the interaction of the allbox option with spanned cells in the layout
Ingo Schwarze
2017-06-13
2
-0
/
+18
*
test the new allbox and wrapping features
Ingo Schwarze
2017-06-12
5
-1
/
+95
[next]