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
...
*
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
*
Escape literal braces in a regular expression.
Ingo Schwarze
2017-02-09
1
-1
/
+1
*
On some systems (e.g. Solaris 11) diff(1) does not support -a.
Ingo Schwarze
2017-02-08
1
-5
/
+9
*
remove some instances of Mdocdate
Ingo Schwarze
2017-02-08
3
-3
/
+3
*
disable some tests that expose wcwidth(3) differences among systems
Ingo Schwarze
2017-02-08
1
-1
/
+4
*
Finally port the OpenBSD regression suite.
Ingo Schwarze
2017-02-08
1244
-0
/
+23823
*
Move the regression suite to the attic.
Ingo Schwarze
2014-03-03
86
-1432
/
+0
*
Properly handle -mdoc %A in all outputs. This has two-author entires
Kristaps Dzonsons
2010-09-04
3
-0
/
+48
*
Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaults
Kristaps Dzonsons
2010-06-12
1
-0
/
+15
*
Removed stipulation that an empty `Bd -offset' will default to 6n. Not
Kristaps Dzonsons
2010-06-12
3
-0
/
+66
*
Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed in
Kristaps Dzonsons
2010-06-12
1
-0
/
+28
[prev]
[next]