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
*
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
*
Remove the ENDBODY_NOSPACE flag, simplifying the code.
Ingo Schwarze
2017-02-16
7
-21
/
+7
*
Style improvement, no functional change.
Ingo Schwarze
2017-02-15
1
-7
/
+6
*
Fix previous: I forgot that i had to change the convention how
Ingo Schwarze
2017-02-15
1
-1
/
+1
*
Do not access a NULL pointer if a matrix or square root are empty.
Ingo Schwarze
2017-02-12
9
-11
/
+43
*
Do not read one element past the end of the static const termacts array.
Ingo Schwarze
2017-02-11
1
-1
/
+2
*
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
*
Never look for broken blocks inside blocks that are already closed.
Ingo Schwarze
2017-02-11
2
-3
/
+6
*
Do not prematurely close .Nd containing a broken child.
Ingo Schwarze
2017-02-11
2
-3
/
+11
*
Do not prematurely mark intermediate blocks as broken while scanning
Ingo Schwarze
2017-02-11
1
-9
/
+16
*
For child macros of block-end macros, only scan backwards for pending
Ingo Schwarze
2017-02-10
1
-6
/
+7
*
In the SYNOPSIS, .Nm blocks can get broken if one of their children
Ingo Schwarze
2017-02-10
2
-6
/
+16
*
In -Ttree output mode, show the BROKEN node flag and
Ingo Schwarze
2017-02-10
6
-7
/
+29
*
same as mandocdb.c rev. 1.196:
Ingo Schwarze
2017-02-09
1
-2
/
+3
*
Illumos doesn't have O_DIRECTORY. Work around that for now, may
Ingo Schwarze
2017-02-09
1
-0
/
+4
*
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
*
mention that BUILD_CATMAN doesn't work on SunOS 5.9 and 5.10
Ingo Schwarze
2017-02-08
1
-0
/
+2
*
config glue for recvmsg(2) and CMSG_FIRSTHDR(3);
Ingo Schwarze
2017-02-08
7
-1
/
+73
*
sendmsg(3) may block, so retry
Ingo Schwarze
2017-02-08
1
-1
/
+18
*
even catman needs libmandoc on systems not having fts
Ingo Schwarze
2017-02-08
1
-2
/
+2
*
protect <err.h> inclusion
Ingo Schwarze
2017-02-08
1
-0
/
+2
*
more 1.14.1 release preparations
Ingo Schwarze
2017-02-08
5
-22
/
+42
*
reference a relevant mail for one TODO item
Ingo Schwarze
2017-02-08
1
-1
/
+1
*
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
*
first draft of NEWS for 1.14.1
Ingo Schwarze
2017-02-07
1
-0
/
+107
*
new manual pages for catman(8) and mandocd(8)
Ingo Schwarze
2017-02-06
3
-1
/
+391
*
Polishing:
Ingo Schwarze
2017-02-06
2
-18
/
+53
*
explicitly pass -Tascii to mandoc(1), such that LC_CTYPE does not
Ingo Schwarze
2017-02-06
1
-2
/
+2
*
The .Nm macro does not only use the default name when it has no
Ingo Schwarze
2017-02-06
4
-9
/
+13
*
uint8_t requires <stdint.h>; from Michael Stapelberg
Ingo Schwarze
2017-02-05
1
-0
/
+1
*
document output spacing near delimiters
Ingo Schwarze
2017-02-05
1
-1
/
+3
*
remove several things that were taken care of in the past
Ingo Schwarze
2017-02-05
1
-25
/
+0
*
add missing file man.options.1
Ingo Schwarze
2017-02-05
1
-0
/
+1
*
document hyphenation
Ingo Schwarze
2017-02-05
1
-0
/
+24
[next]