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
...
*
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
*
Move handling of the roff(7) .ft request from the man(7)
Ingo Schwarze
2017-05-05
4
-2
/
+33
*
Parser reorg:
Ingo Schwarze
2017-05-04
13
-26
/
+26
*
When trying to expand some columns in a table where the sum of the
Ingo Schwarze
2017-05-01
3
-1
/
+39
*
Delete .Pp right before the first .Sh and right before any .Ss,
Ingo Schwarze
2017-04-28
10
-4
/
+114
*
adjust tests to recent .Lk improvements
Ingo Schwarze
2017-04-17
6
-8
/
+20
*
test infinite recursion in eqn(7) "define" statements
Ingo Schwarze
2017-03-11
4
-2
/
+51
*
In markdown, autolinks are dangerous. Different compilers disagree
Ingo Schwarze
2017-03-11
4
-8
/
+8
*
Really commit some files that failed to get committed in this commit:
Ingo Schwarze
2017-03-09
25
-24
/
+7
*
Now that markdown output is tested for almost everything, test all
Ingo Schwarze
2017-03-08
46
-55
/
+46
*
According to the CommonMark specification, backslash escapes
Ingo Schwarze
2017-03-08
5
-5
/
+5
*
.Bl -column never gets blank lines between rows
Ingo Schwarze
2017-03-08
3
-1
/
+94
*
add two result files that were forgotten
Ingo Schwarze
2017-03-08
2
-0
/
+63
*
enable -T markdown tests of filled displays and tagged lists
Ingo Schwarze
2017-03-08
33
-6
/
+1211
*
prevent infinite recursion while expanding the arguments
Ingo Schwarze
2017-03-08
3
-1
/
+8
*
If a user-defined macro is aborted because it exceeds the stack
Ingo Schwarze
2017-03-07
4
-2
/
+31
*
Escape blanks at the end of markdown lines
Ingo Schwarze
2017-03-07
1
-1
/
+1
*
fix completely empty .Eo: no blank line wanted
Ingo Schwarze
2017-03-07
2
-1
/
+36
*
fix spacing after empty .Fl
Ingo Schwarze
2017-03-07
2
-2
/
+2
*
implement .An -split and -nosplit
Ingo Schwarze
2017-03-07
4
-1
/
+65
*
Fix .In formatting in the SYNOPSIS:
Ingo Schwarze
2017-03-07
5
-2
/
+79
*
Using .Nd only makes sense in the NAME section.
Ingo Schwarze
2017-03-06
1
-0
/
+2
*
URIs need different escaping; reported by reyk@
Ingo Schwarze
2017-03-06
1
-2
/
+2
*
first batch of -T markdown tests
Ingo Schwarze
2017-03-05
231
-8
/
+3706
*
Infrastructure for -T markdown tests.
Ingo Schwarze
2017-03-05
2
-5
/
+37
*
Use typographic quotes rather than '"' for .Rs %T (no change for -Tascii
Ingo Schwarze
2017-02-17
5
-0
/
+64
*
Many people have been complaining for a long time that ``...'' looks
Ingo Schwarze
2017-02-17
10
-15
/
+14
*
more tests for .IP/.nf interaction that i forgot to commit
Ingo Schwarze
2017-02-17
2
-2
/
+69
*
Surprisingly, groff does not support scaling units in .Bl -column
Ingo Schwarze
2017-02-16
1
-1
/
+1
*
Fix block scoping error if an explicit block is broken by two
Ingo Schwarze
2017-02-16
3
-10
/
+26
*
Do not access a NULL pointer if a matrix or square root are empty.
Ingo Schwarze
2017-02-12
7
-7
/
+34
*
new regression tests for mdoc_macro.c revs. 1.211-1.215
Ingo Schwarze
2017-02-11
13
-12
/
+85
*
Disable three UTF-8 tests that expose bugs in wcwidth(3) in the
Ingo Schwarze
2017-02-11
1
-1
/
+1
[prev]
[next]