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
...
*
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
*
Implement automatic line breaking
Ingo Schwarze
2017-06-12
1
-1
/
+1
*
Style message about legacy man(7) date format in mdoc(7) documents
Ingo Schwarze
2017-06-11
59
-0
/
+59
*
Style message about legacy man(7) date format in mdoc(7) documents
Ingo Schwarze
2017-06-11
95
-0
/
+96
*
Do not issue the message "no blank before trailing delimiter" for .No.
Ingo Schwarze
2017-06-11
1
-1
/
+0
*
add forgotten file
Ingo Schwarze
2017-06-11
1
-0
/
+0
*
fix order of messages
Ingo Schwarze
2017-06-11
1
-1
/
+1
*
style message about missing blank before trailing delimiter;
Ingo Schwarze
2017-06-10
151
-200
/
+402
*
Implement w layout specifier (minimum column width).
Ingo Schwarze
2017-06-08
3
-1
/
+31
*
warning about unknown .Lb arguments; inspired by mdoclint(1)
Ingo Schwarze
2017-06-08
1
-0
/
+2
*
ignore blank lines in man(7) next line scope;
Ingo Schwarze
2017-06-03
16
-2
/
+55
*
add about 15 missing character escape sequences found in groff_char(7);
Ingo Schwarze
2017-06-02
12
-24
/
+64
*
Minimal implementation of the \h (horizontal motion) escape sequence.
Ingo Schwarze
2017-06-01
1
-2
/
+2
*
STYLE message about useless macros we don't want (Bt Tn Ud);
Ingo Schwarze
2017-05-30
3
-2
/
+9
*
fix formatting of intermediate punctuation in .Lk
Ingo Schwarze
2017-05-30
1
-1
/
+1
*
Macro argument quoting does not prevent recognition of punctuation
Ingo Schwarze
2017-05-30
115
-134
/
+592
*
Basic implementation of the roff(7) .ti (temporary indent) request.
Ingo Schwarze
2017-05-08
6
-1
/
+83
*
Basic implementation of the roff(7) .ta (define tab stops) request.
Ingo Schwarze
2017-05-07
6
-1
/
+106
*
Move .sp to the roff modules. Enough infrastructure is in place
Ingo Schwarze
2017-05-05
3
-1
/
+6
[prev]
[next]