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
/
demandoc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify the mparse_open() interface.
Ingo Schwarze
2016-01-08
1
-1
/
+1
*
It was very surprising that a function called mparse_readfd()
Ingo Schwarze
2016-01-08
1
-0
/
+1
*
use the new function man_validate() here, too
Ingo Schwarze
2015-10-22
1
-1
/
+3
*
In order to become able to generate syntax tree nodes on the roff(7)
Ingo Schwarze
2015-10-20
1
-2
/
+3
*
Major character table cleanup:
Ingo Schwarze
2015-10-13
1
-4
/
+3
*
modernize style: "return" is not a function
Ingo Schwarze
2015-10-06
1
-2
/
+2
*
Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),
Ingo Schwarze
2015-04-18
1
-2
/
+2
*
Profit from the unified struct roff_man and reduce the number of
Ingo Schwarze
2015-04-18
1
-7
/
+6
*
Replace the structs mdoc and man by a unified struct roff_man.
Ingo Schwarze
2015-04-18
1
-2
/
+2
*
Second step towards parser unification:
Ingo Schwarze
2015-04-02
1
-4
/
+4
*
First step towards parser unification:
Ingo Schwarze
2015-04-02
1
-2
/
+3
*
trim trailing white space, no code change;
Ingo Schwarze
2015-02-10
1
-6
/
+6
*
be more careful about argc == 0
Ingo Schwarze
2015-02-07
1
-3
/
+4
*
Fatal errors no longer exist.
Ingo Schwarze
2015-01-15
1
-8
/
+8
*
Make the character table available to libroff so it can check the
Ingo Schwarze
2014-10-28
1
-1
/
+4
*
Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.
Ingo Schwarze
2014-08-10
1
-2
/
+2
*
Without the MPARSE_SO option, if the file contains nothing but a
Ingo Schwarze
2014-03-19
1
-1
/
+1
*
cope with mparse_alloc() interface change
Ingo Schwarze
2014-03-19
1
-1
/
+1
*
Cope with mparse_alloc() interface change.
Ingo Schwarze
2014-01-05
1
-1
/
+1
*
catch up with the changed interface of mparse_alloc(), see mandoc.h rev 1.100
Ingo Schwarze
2012-05-31
1
-1
/
+1
*
Finishing touches on demandoc. It now backs over ending punctuation as
Kristaps Dzonsons
2011-09-01
1
-3
/
+15
*
Make `-w' mode work much better. This is INCREDIBLY poorly specified in
Kristaps Dzonsons
2011-09-01
1
-1
/
+56
*
Have demandoc throw away deroff's flags.
Kristaps Dzonsons
2011-09-01
1
-29
/
+39
*
Lint checks over demandoc.
Kristaps Dzonsons
2011-09-01
1
-3
/
+2
*
Allow compilation on OpenBSD.
Kristaps Dzonsons
2011-09-01
1
-0
/
+1
*
Add demandoc utility, a replacement for deroff.
Kristaps Dzonsons
2011-09-01
1
-0
/
+180