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
...
*
Add cross-reference records to makewhatis.
Kristaps Dzonsons
2011-06-25
2
-1
/
+26
*
Add more documentation for libmandoc.
Kristaps Dzonsons
2011-06-22
1
-6
/
+51
*
Clean up makewhatis.c a little bit and add verbosity (-v).
Kristaps Dzonsons
2011-06-22
2
-29
/
+42
*
Make sure hash is initialised to NULL and remove an unused variable.
Kristaps Dzonsons
2011-06-22
1
-2
/
+2
*
Try again to get the transfer from hash to btree working. This time
Kristaps Dzonsons
2011-06-22
1
-17
/
+18
*
Fix broken transfer from hashtable to btree for makewhatis.c.
Kristaps Dzonsons
2011-06-21
1
-11
/
+10
*
Note mandoc-cgi -> mandoc-tools.
Kristaps Dzonsons
2011-06-21
1
-1
/
+3
*
Let descriptions (bit-mask 0x100) also be mined for text. This doubles
Kristaps Dzonsons
2011-06-21
3
-6
/
+19
*
Have descriptions also use struct buf. This completes the internal
Kristaps Dzonsons
2011-06-21
1
-110
/
+52
*
Don't let empty strings into the makewhatis keyword database.
Kristaps Dzonsons
2011-06-21
2
-2
/
+3
*
Make sure makewhatis.1 is documenting the correct bit-fields.
Kristaps Dzonsons
2011-06-21
1
-12
/
+9
*
Big change to makewhatis: use an in-memory hashtable to collapse
Kristaps Dzonsons
2011-06-21
1
-129
/
+183
*
Make -T[x]html in -man also be aware of the vertical-space issues in the
Kristaps Dzonsons
2011-06-18
1
-4
/
+28
*
Fix two TODOs with one check-in. Both of these relate to vertical space
Kristaps Dzonsons
2011-06-18
3
-33
/
+15
*
Allow RS/RE blocks to nest. This requires first the syntax tree to
Kristaps Dzonsons
2011-06-18
3
-27
/
+20
*
Add back in a check that the leading `-' exists for arguments. This
Kristaps Dzonsons
2011-06-18
1
-6
/
+5
*
Clean-up: remove a function only called once.
Kristaps Dzonsons
2011-06-18
1
-37
/
+16
*
Fix an assertion failure raised by the following interesting scenario: a
Kristaps Dzonsons
2011-06-18
2
-194
/
+163
*
Have -T[x]html print out the link target for `Lk' if no link title is
Kristaps Dzonsons
2011-06-16
1
-3
/
+4
*
Add note about crash on invalid found in the NetBSD tree
Joerg Sonnenberger
2011-06-12
1
-0
/
+3
*
.Nm in-line/block issues reported by uqs@
Ingo Schwarze
2011-06-11
1
-0
/
+8
*
Fix some bad bits in the mandoc manual: `Xr' instead of `Sx', unescaped
Kristaps Dzonsons
2011-05-30
1
-8
/
+7
*
Remove untrue CAVEAT in makewhatis.1.
Kristaps Dzonsons
2011-05-26
1
-4
/
+0
*
Version 1.11.3. Here we go!
VERSION.1.11.3
Kristaps Dzonsons
2011-05-26
2
-4
/
+4
*
Some small lint checks in preconv. Also add it to the default lint rule.
Kristaps Dzonsons
2011-05-26
2
-6
/
+6
*
OpenBSD needs sys/types for mmap... oops...
Kristaps Dzonsons
2011-05-26
1
-0
/
+1
*
At least in theory, this patch lets us compile on Windows (which does
Kristaps Dzonsons
2011-05-26
3
-3
/
+23
*
More updates to www. A version's on its way...
Kristaps Dzonsons
2011-05-26
1
-14
/
+17
*
Have preconv install with mandoc.
Kristaps Dzonsons
2011-05-26
1
-2
/
+2
*
Slightly clean up verbiage in coding tags.
Kristaps Dzonsons
2011-05-26
1
-2
/
+2
*
preconv is now on encoding-recognition parity with groff. This last
Kristaps Dzonsons
2011-05-26
3
-29
/
+150
*
The \*q predef certainly doesn't map to \"! Fix this.
Kristaps Dzonsons
2011-05-26
1
-1
/
+1
*
Add notes about preconv.1 in the www and change some wording in the
Kristaps Dzonsons
2011-05-26
2
-1
/
+22
*
Significantly improve preconv. Allow it to recode UTF-8 characters into
Kristaps Dzonsons
2011-05-26
3
-12
/
+260
*
If a predefined string is missing, emit a warning and make it an empty
Kristaps Dzonsons
2011-05-26
1
-5
/
+6
*
Noticed that our skeleton mdoc.7 had lower-case `Dt'. Fixed and added
Kristaps Dzonsons
2011-05-26
2
-8
/
+13
*
It's annoying that we don't have preconv, so throw together a quick
Kristaps Dzonsons
2011-05-26
2
-3
/
+332
*
Document that spec2cp never returns 0.
Kristaps Dzonsons
2011-05-24
1
-3
/
+1
*
Use the correct Unicode value for the zero-width space, which means that
Kristaps Dzonsons
2011-05-24
2
-28
/
+11
*
Remove all references to ESCAPE_PREDEF, which is now not exposed passed
Kristaps Dzonsons
2011-05-24
6
-109
/
+0
*
Remove predefined strings from the chars.in file, as they're now local
Kristaps Dzonsons
2011-05-24
2
-70
/
+26
*
Most important move in getting predefined strings entirely contained
Kristaps Dzonsons
2011-05-24
3
-2
/
+88
*
Have conditional closure for both text and macro lines call through to
Kristaps Dzonsons
2011-05-24
2
-32
/
+23
*
Fix a TODO to the effect that `.if n \{\ foo .br \}' was failing due to
Kristaps Dzonsons
2011-05-24
2
-15
/
+23
*
nested .RS/.RE is becoming more important
Ingo Schwarze
2011-05-21
1
-0
/
+2
*
remove a sentence which isn;t true;
Ingo Schwarze
2011-05-21
1
-2
/
+0
*
Turn on -Tutf8 in the frontend. Here we go!
Kristaps Dzonsons
2011-05-20
2
-3
/
+22
*
Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and does
Kristaps Dzonsons
2011-05-20
3
-4
/
+18
*
Allow non-ASCII terminal encodings to accept unicode values for the
Kristaps Dzonsons
2011-05-20
1
-17
/
+61
*
Some release notes (this isn't signalling an impending release; I just
Kristaps Dzonsons
2011-05-19
1
-0
/
+12
[prev]
[next]