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
/
read.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
If -Tman is specified and input is -man, echo the preprocessed (`so'
Kristaps Dzonsons
2011-10-06
1
-0
/
+49
*
Add support for tdefine and ndefine. Consolidate some error messages. Add
Kristaps Dzonsons
2011-07-23
1
-1
/
+0
*
Add support for `gsize' eqn token (introduced in second-edition troff).
Kristaps Dzonsons
2011-07-22
1
-1
/
+0
*
Complete eqn.7 parsing. Features all productions from the original 1975
Kristaps Dzonsons
2011-07-21
1
-0
/
+3
*
Support nested `{, }' subexpressions in eqn. Document in code.
Kristaps Dzonsons
2011-07-21
1
-0
/
+2
*
Forgot to add these bits to the last commit.
Kristaps Dzonsons
2011-07-18
1
-0
/
+1
*
Make `struct roff' be passed into libmdoc and libman upon creation.
Kristaps Dzonsons
2011-07-18
1
-8
/
+5
*
Provide implementations of `define', `set', and `unset'.
Kristaps Dzonsons
2011-07-17
1
-0
/
+3
*
Warn if equation `define' key is quoted (groff-ism).
Kristaps Dzonsons
2011-07-17
1
-0
/
+3
*
At least in theory, this patch lets us compile on Windows (which does
Kristaps Dzonsons
2011-05-26
1
-3
/
+9
*
No code change: fixing spelling errors. From a patch by uqs@. Thanks!
Kristaps Dzonsons
2011-04-30
1
-1
/
+1
*
Ignore \# lines alongside \". From groff(7):
Kristaps Dzonsons
2011-04-11
1
-1
/
+1
*
Remove a2roffdeco() and mandoc_special() functions and replace them with
Kristaps Dzonsons
2011-04-09
1
-1
/
+1
*
Add config.h Glue for OpenIndiana (and older OpenSolaris) to build.
Kristaps Dzonsons
2011-04-04
1
-0
/
+4
*
If wlevel in mparse_alloc() is greater than MANDOCLEVEL_FATAL, we'll
Kristaps Dzonsons
2011-04-03
1
-0
/
+2
*
Allow mparse_result() pointers to be NULL.
Kristaps Dzonsons
2011-04-03
1
-2
/
+4
*
Allow a NULL mmsg passed to libmandoc.
Kristaps Dzonsons
2011-03-31
1
-1
/
+2
*
Put mandocerrs and mandoclevels arrays into libmandoc with accessors
Kristaps Dzonsons
2011-03-28
1
-0
/
+131
*
Add a FATAL error for when no manual type was assigned (you can repeat
Kristaps Dzonsons
2011-03-22
1
-7
/
+2
*
Step 2: blow away roff.h, as all of its functions have been moved into
Kristaps Dzonsons
2011-03-22
1
-1
/
+0
*
Let read.c worry about the currently-open file instead of having this
Kristaps Dzonsons
2011-03-20
1
-12
/
+1
*
Consolidate messages. Have all parse-time messages (in libmdoc,
Kristaps Dzonsons
2011-03-20
1
-26
/
+61
*
Change around include ordering for compilation on OpenBSD.
Kristaps Dzonsons
2011-03-20
1
-1
/
+1
*
Split the document parsing sequence out of main.c and into read.c,
Kristaps Dzonsons
2011-03-20
1
-0
/
+611