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
/
tbl_term.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
correct horizontal spacing of data cells
Ingo Schwarze
2011-01-25
1
-7
/
+10
*
Add support for "^" vertical spanners. Unlike GNU tbl, raise
Kristaps Dzonsons
2011-01-11
1
-0
/
+3
*
Make dp->string always consist of a value.
Kristaps Dzonsons
2011-01-10
1
-14
/
+12
*
First, make extra data cells be thrown away. This makes "dp->layout"
Kristaps Dzonsons
2011-01-10
1
-12
/
+25
*
The numerical column type centres on the *last* decimal point.
Kristaps Dzonsons
2011-01-08
1
-1
/
+1
*
Give the "n" cell type knowledge of its spacing.
Kristaps Dzonsons
2011-01-08
1
-3
/
+0
*
Fixes: T} can be followed by a delimiter then more data. Make this
Kristaps Dzonsons
2011-01-07
1
-11
/
+12
*
Quiesce lint with some type handling. Does not change anything.
Kristaps Dzonsons
2011-01-07
1
-8
/
+11
*
Stuff tbl_calc() into out.c so that it can be shared by all output modes
Kristaps Dzonsons
2011-01-05
1
-248
/
+100
*
Support `T{' and `T}' data blocks. When a standalone `T{' is
Kristaps Dzonsons
2011-01-04
1
-7
/
+5
*
Have horizontal spanner not clobber pre-set width.
Kristaps Dzonsons
2011-01-04
1
-1
/
+4
*
Fix spacing for tables to use term_len(). Also make term.c properly
Kristaps Dzonsons
2011-01-04
1
-9
/
+9
*
Fix to make horizontal spanners in the layout be properly printed.
Kristaps Dzonsons
2011-01-04
1
-28
/
+9
*
Switch on the `TS' documentation in roff.7. As per off-line discussion,
Kristaps Dzonsons
2011-01-03
1
-0
/
+1
*
Add in support for number table cells that account for escapes and so
Kristaps Dzonsons
2011-01-03
1
-17
/
+28
*
Clean up the tbl top-level printing code and document the parts of it.
Kristaps Dzonsons
2011-01-03
1
-22
/
+45
*
Start using term_strlen() instead of strlen(). tbl_term.c can now
Kristaps Dzonsons
2011-01-03
1
-33
/
+38
*
Make width calculations occur within tbl_term.c, not tbl.c. This allows
Kristaps Dzonsons
2011-01-03
1
-38
/
+227
*
Turn on -Tascii tbl printing. The output still has some issues---I'm
Kristaps Dzonsons
2011-01-02
1
-0
/
+358