index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mandoc
/
eqn.c
Age
Commit message (
Expand
)
Author
2014-10-25
Fix a NULL pointer dereference reported
Ingo Schwarze
2014-10-25
Report arguments to .EQ as an error, and simplify the code:
Ingo Schwarze
2014-10-16
Implement in-line equations, much needed by Xenocara manuals.
Ingo Schwarze
2014-10-12
bugfix: do not parse quoted strings for tokens; fixes glFrustum(3)
Ingo Schwarze
2014-10-12
Improve error handling in the eqn(7) parser.
Ingo Schwarze
2014-10-10
Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right.
Ingo Schwarze
2014-10-09
parse and render "from" and "to" clauses in eqn, and render matrices;
Ingo Schwarze
2014-10-09
parse simultaneous sub- and superscripts
Ingo Schwarze
2014-07-06
Clean up messages related to plain text and to escape sequences.
Ingo Schwarze
2014-07-04
Clean up messages regarding excess arguments:
Ingo Schwarze
2014-04-23
Audit malloc(3)/calloc(3)/realloc(3) usage.
Ingo Schwarze
2014-04-20
make sure static buffers for snprintf(3) are large enough
Ingo Schwarze
2014-04-20
KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,
Ingo Schwarze
2014-03-21
The files mandoc.c and mandoc.h contained both specialised low-level
Ingo Schwarze
2011-09-18
sync to version 1.11.7 from kristaps@
Ingo Schwarze
2011-09-18
sync to version 1.11.5:
Ingo Schwarze
2011-04-24
Merge version 1.11.1:
Ingo Schwarze
2011-04-21
Merge version 1.10.10:
Ingo Schwarze
2011-03-21
This file was forgotten when importing the foundation for eqn(7) support.
Ingo Schwarze