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_data.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The files mandoc.c and mandoc.h contained both specialised low-level
Ingo Schwarze
2014-03-23
1
-0
/
+1
*
Merge NetBSD's r1.4: Rename data to getdata to work around bugs in the
Joerg Sonnenberger
2014-01-05
1
-4
/
+4
*
If a table contained at least one complete line
Ingo Schwarze
2013-06-01
1
-1
/
+1
*
The name "struct tbl" was badly misleading for two reasons:
Ingo Schwarze
2013-05-31
1
-1
/
+1
*
Do not handle vertical lines as additional tbl(7) columns,
Ingo Schwarze
2012-05-27
1
-4
/
+2
*
Consolidate messages. Have all parse-time messages (in libmdoc,
Kristaps Dzonsons
2011-03-20
1
-4
/
+7
*
Make lint shut up a little bit.
Kristaps Dzonsons
2011-03-15
1
-2
/
+4
*
Let the line-number of a tbl_span be remembered.
Kristaps Dzonsons
2011-02-06
1
-8
/
+9
*
Since tbl_data() can now produce multiple spans, let parsebuf()
Ingo Schwarze
2011-01-25
1
-0
/
+1
*
Do not skip data after horizontal lines in the layout.
Ingo Schwarze
2011-01-25
1
-16
/
+44
*
Add support for "^" vertical spanners. Unlike GNU tbl, raise
Kristaps Dzonsons
2011-01-11
1
-1
/
+5
*
Clarify what members may be NULL or not in calculating widths. Make
Kristaps Dzonsons
2011-01-10
1
-2
/
+3
*
Make dp->string always consist of a value.
Kristaps Dzonsons
2011-01-10
1
-1
/
+2
*
First, make extra data cells be thrown away. This makes "dp->layout"
Kristaps Dzonsons
2011-01-10
1
-6
/
+23
*
When a row of data is being parsed and it's a line or double-line
Kristaps Dzonsons
2011-01-09
1
-3
/
+9
*
Fixes: T} can be followed by a delimiter then more data. Make this
Kristaps Dzonsons
2011-01-07
1
-4
/
+16
*
Quiesce lint with some type handling. Does not change anything.
Kristaps Dzonsons
2011-01-07
1
-0
/
+1
*
Tiny bits in place for tbl horizontal spans. This will wait for the next
Kristaps Dzonsons
2011-01-07
1
-2
/
+6
*
Support `T{' and `T}' data blocks. When a standalone `T{' is
Kristaps Dzonsons
2011-01-04
1
-5
/
+52
*
Fix to make horizontal spanners in the layout be properly printed.
Kristaps Dzonsons
2011-01-04
1
-0
/
+5
*
Add some final bits necessary in the upcoming -Tascii tbl stuff.
Kristaps Dzonsons
2011-01-02
1
-1
/
+5
*
Churn to get parts of 'struct tbl' visible from mandoc.h: rename the
Kristaps Dzonsons
2011-01-02
1
-4
/
+4
*
Add a warning if a data cell has no layout. Also make -Ttree show this
Kristaps Dzonsons
2011-01-01
1
-0
/
+3
*
Add bits for compilation on Mac.
Kristaps Dzonsons
2011-01-01
1
-0
/
+1
*
Make some bit-flags into enums as they should be. Make printing of -Ttree
Kristaps Dzonsons
2011-01-01
1
-8
/
+10
*
Switch on tbl rows being added to the parse stream. Here we go!
Kristaps Dzonsons
2011-01-01
1
-1
/
+1
*
Assign layout cells to parsed data. This follows primarily from
Kristaps Dzonsons
2010-12-30
1
-0
/
+31
*
Move clean-up of parsed tbl nodes into the tbl_clear() function, called
Kristaps Dzonsons
2010-12-30
1
-5
/
+11
*
Initial check-in of table data-row processing. For the time being, this
Kristaps Dzonsons
2010-12-29
1
-0
/
+96