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
Commit message (
Expand
)
Author
Age
Files
Lines
*
.Bl -column never gets blank lines between rows
Ingo Schwarze
2017-03-08
4
-2
/
+99
*
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
*
Add a blank after ">" when quoting.
Ingo Schwarze
2017-03-08
1
-1
/
+7
*
prevent infinite recursion while expanding the arguments
Ingo Schwarze
2017-03-08
4
-3
/
+23
*
If a user-defined macro is aborted because it exceeds the stack
Ingo Schwarze
2017-03-07
5
-10
/
+43
*
Escape blanks at the end of markdown lines
Ingo Schwarze
2017-03-07
2
-12
/
+23
*
fix completely empty .Eo: no blank line wanted
Ingo Schwarze
2017-03-07
3
-9
/
+40
*
fix spacing after empty .Fl
Ingo Schwarze
2017-03-07
3
-3
/
+13
*
implement .An -split and -nosplit
Ingo Schwarze
2017-03-07
5
-2
/
+95
*
Fix .In formatting in the SYNOPSIS:
Ingo Schwarze
2017-03-07
6
-11
/
+85
*
Using .Nd only makes sense in the NAME section.
Ingo Schwarze
2017-03-06
5
-0
/
+16
*
URIs need different escaping; reported by reyk@
Ingo Schwarze
2017-03-06
2
-5
/
+14
*
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
*
Remove a redundant condition in .%T handling, no functional change.
Ingo Schwarze
2017-03-04
2
-8
/
+4
*
Make the description of -K autodetection easer to understand.
Ingo Schwarze
2017-03-04
1
-11
/
+19
*
Debian needs relative symlinks not only for manual pages,
Ingo Schwarze
2017-03-04
3
-13
/
+23
*
Markdown output mode helped us to find the first parser bug (as such,
Ingo Schwarze
2017-03-03
1
-8
/
+9
*
new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@;
Ingo Schwarze
2017-03-03
6
-9
/
+1490
*
remove a few redundant conditions that jsg@ found with cppcheck
Ingo Schwarze
2017-03-03
4
-4
/
+4
*
Fix a copy-and-paste error that caused man(7) manuals without
Ingo Schwarze
2017-03-03
1
-1
/
+1
*
A missing initialization could randomly cause regular expression
Ingo Schwarze
2017-03-03
1
-0
/
+1
*
Fix previous: do not access the byte before the string if the string
Ingo Schwarze
2017-03-03
1
-1
/
+1
*
Pledge man.cgi(8).
Ingo Schwarze
2017-02-22
1
-0
/
+16
*
Since SQLite is gone, we no longer need the "flock" pledge.
Ingo Schwarze
2017-02-22
1
-2
/
+2
*
Handle an odd edge case where .It is preceded by .Sm.
Ingo Schwarze
2017-02-22
1
-0
/
+1
*
Debian wants relative, not absolute symlinks for man pages;
Ingo Schwarze
2017-02-22
1
-2
/
+1
*
fix spelling error;
Ingo Schwarze
2017-02-21
1
-1
/
+1
*
release 1.14.1
VERSION.1.14.1
Ingo Schwarze
2017-02-21
2
-13
/
+21
*
resolve trivial differences with OpenBSD:
Ingo Schwarze
2017-02-18
1
-3
/
+1
*
add some regress targets
Ingo Schwarze
2017-02-18
1
-0
/
+28
*
preconv_encode() can take a const input buffer;
Ingo Schwarze
2017-02-18
2
-7
/
+7
*
Provide an uninstall target, to help cleaning up after installing
Ingo Schwarze
2017-02-18
1
-7
/
+50
*
proper test for O_DIRECTORY
Ingo Schwarze
2017-02-18
6
-10
/
+12
*
double quotes were fixed, finally
Ingo Schwarze
2017-02-18
1
-4
/
+1
*
Use typographic quotes rather than '"' for .Rs %T (no change for -Tascii
Ingo Schwarze
2017-02-17
7
-6
/
+70
*
Many people have been complaining for a long time that ``...'' looks
Ingo Schwarze
2017-02-17
11
-17
/
+16
*
more tests for .IP/.nf interaction that i forgot to commit
Ingo Schwarze
2017-02-17
2
-2
/
+69
*
No need to cast NULL when assigning it to a variable;
Ingo Schwarze
2017-02-17
1
-1
/
+1
*
Improve clarity of some casts;
Ingo Schwarze
2017-02-17
2
-7
/
+7
*
Make the directory explicit where source files are located.
Ingo Schwarze
2017-02-17
1
-1
/
+4
*
Be consistent in protecting __attribute__ attributes with __;
Ingo Schwarze
2017-02-17
8
-9
/
+9
*
Fix a read buffer overrun that copied random data from memory into
Ingo Schwarze
2017-02-17
1
-3
/
+11
*
add $(LN) configuration variable; requested by Michael <Stapelberg@debian.org>
Ingo Schwarze
2017-02-16
3
-7
/
+18
*
fix previous: stupid typo
Ingo Schwarze
2017-02-16
1
-2
/
+2
*
Provide a variable BINM_CATMAN.
Ingo Schwarze
2017-02-16
4
-5
/
+15
*
Surprisingly, groff does not support scaling units in .Bl -column
Ingo Schwarze
2017-02-16
4
-9
/
+15
*
Fix rev. 1.280: -O syntax is different in default apropos(1) output
Ingo Schwarze
2017-02-16
1
-17
/
+22
*
Fix block scoping error if an explicit block is broken by two
Ingo Schwarze
2017-02-16
4
-12
/
+31
[next]