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
/
tbl_data.c
Age
Commit message (
Expand
)
Author
2015-01-30
Delete the redundant tbl span flags, just inspect the actual data
Ingo Schwarze
2015-01-30
Abolish struct tbl_head and replace it by an "int col" member in
Ingo Schwarze
2015-01-30
Auditing the tbl(7) code for more NULL pointer accesses, i came out
Ingo Schwarze
2015-01-28
* Polish tbl(7) error reporting.
Ingo Schwarze
2015-01-28
For now, it can't be helped that mandoc tbl(7) ignores high-level macros,
Ingo Schwarze
2015-01-27
Multiple parser and formatter fixes for line drawing in tbl(7).
Ingo Schwarze
2015-01-21
blank lines in tables do not need special handling; simplifies code
Ingo Schwarze
2014-11-28
Add some missing OpenBSD RCS markers
Ingo Schwarze
2014-04-23
Audit strlcpy(3)/strlcat(3) usage.
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
2014-01-05
Merge NetBSD rev. 1.4:
Ingo Schwarze
2013-06-01
If a table contained at least one complete line
Ingo Schwarze
2013-05-31
The name "struct tbl" was badly misleading for two reasons:
Ingo Schwarze
2012-05-26
Do not handle vertical lines as additional tbl(7) columns,
Ingo Schwarze
2011-04-24
Merge version 1.11.1:
Ingo Schwarze
2011-04-21
Merge version 1.10.10:
Ingo Schwarze
2011-02-10
Tbl code maintenance by kristaps@.
Ingo Schwarze
2011-01-25
Since tbl_data() can now produce multiple spans, let parsebuf()
Ingo Schwarze
2011-01-25
Do not skip data after horizontal lines in the layout.
Ingo Schwarze
2011-01-16
Various tbl improvements from kristaps@:
Ingo Schwarze
2011-01-09
Sync tbl handling to bsd.lv release 1.10.9:
Ingo Schwarze
2011-01-04
Merge kristaps@' cleaner tbl integration, removing mine;
Ingo Schwarze
2010-10-15
Allow blank lines and ignore comments in tbl data.
Ingo Schwarze
2010-10-15
Move tbl output from plain stdio to mandoc terminal output routines.
Ingo Schwarze
2010-10-15
Import tbl parser and renderer written by kristaps@.
Ingo Schwarze