mdocml: Fix spacing for tables to use term_len()
2011-01-04 13:14 UTC
mdocml: Fix to make horizontal spanners in the layout be properly
2011-01-04 12:06 UTC
mdocml: Protect tbl nodes from getting a post call
2011-01-04 10:31 UTC
mdocml: Add skeleton for -T[x]html tbl stuff
2011-01-04 10:29 UTC
mdocml: Multiple man(7) .IP and .TP fixes started during p2k10:
2011-01-04 1:23 UTC
mdocml: Partial cleanup of argument count validation in mdoc(7): * Do
2011-01-03 23:53 UTC
mdocml: Calling a macro with fewer arguments than it is defined with is
2011-01-03 23:24 UTC
mdocml: Unify roff macro argument parsing (in roff.c, roff_userdef())
2011-01-03 22:42 UTC
mdocml: Remove TODO for tbl
2011-01-03 21:53 UTC
mdocml: Switch on the `TS' documentation in roff.7
2011-01-03 16:04 UTC
mdocml: For tbl: -man documents print an extra space before `TS' blocks
2011-01-03 15:30 UTC
mdocml: Add in support for number table cells that account for escapes
2011-01-03 15:08 UTC
mdocml: Clean up the tbl top-level printing code and document the parts
2011-01-03 14:57 UTC
mdocml: Start using term_strlen() instead of strlen()
2011-01-03 14:45 UTC
mdocml: Make width calculations occur within tbl_term.c, not tbl.c
2011-01-03 13:59 UTC
mdocml: Tiny edit required after MDOC_HALT change
2011-01-03 13:55 UTC
mdocml: Make sure we don't continue recursively parsing once we've
2011-01-03 13:54 UTC
mdocml: Same treatment for MAN_HALT as for MDOC_HALT
2011-01-03 11:31 UTC
mdocml: Clarified the role of MDOC_HALT in libmdoc functions by having
2011-01-03 11:27 UTC
mdocml: Fix table to print nicely (merging error)
2011-01-02 20:34 UTC
mdocml: Turn on -Tascii tbl printing
2011-01-02 12:21 UTC
mdocml: Add some final bits necessary in the upcoming -Tascii tbl stuff
2011-01-02 12:04 UTC
mdocml: Churn to get parts of 'struct tbl' visible from mandoc.h: rename
2011-01-02 10:10 UTC
mdocml: Merge in the width, decimal, and positioning code for individual
2011-01-01 23:00 UTC
mdocml: Add a warning if a data cell has no layout
2011-01-01 22:27 UTC
mdocml: Plug in the "head" concept for tables
2011-01-01 22:19 UTC
mdocml: Add bits for compilation on Mac
2011-01-01 21:23 UTC
mdocml: Make some bit-flags into enums as they should be
2011-01-01 17:10 UTC
mdocml: More checks for proper table exit
2011-01-01 16:18 UTC
mdocml: Raise an error if a table is closed without data
2011-01-01 16:10 UTC
mdocml: Add documentation bits for libroff's new roff_span()
2011-01-01 15:45 UTC
mdocml: Make -Ttree a bit more readable
2011-01-01 14:09 UTC
mdocml: Make -Ttree spit out table columns
2011-01-01 13:54 UTC
mdocml: Switch on tbl rows being added to the parse stream
2011-01-01 13:37 UTC
mdocml: Add -man support for tables
2011-01-01 12:59 UTC
mdocml: Add basic -Ttree support for tables
2011-01-01 12:56 UTC
mdocml: Add table processing structures to -mdoc
2011-01-01 12:18 UTC
mdocml: Clean up {mdoc,man}_pmsg and vmsg invocations (ignore return
2011-01-01 10:51 UTC
mdocml: Expose the parsed table API to the world and add accessors
2010-12-31 18:19 UTC
mdocml: Put parsed tables into a queue that's cleared at the end of
2010-12-31 14:52 UTC
mdocml: Assign layout cells to parsed data
2010-12-30 10:26 UTC
mdocml: Move clean-up of parsed tbl nodes into the tbl_clear() function,
2010-12-30 9:34 UTC
mdocml: Plan9 has a man(7) implementation that looks extremely archaic,
2010-12-30 0:51 UTC
mdocml: Initial check-in of table data-row processing
2010-12-29 16:44 UTC
mdocml: Use `Dl' instead of `D1' for code examples
2010-12-29 16:18 UTC
mdocml: In mdoc.7, don't use `D1' in place of `Dl' for code examples
2010-12-29 16:16 UTC
mdocml: Update (still-commented) manual bits for tbl
2010-12-29 15:21 UTC
mdocml: Add handling for `T&', which restarts a table except for its
2010-12-29 14:53 UTC
mdocml: Merge, with considerable changes, tbl.bsd.lv's layout-handling
2010-12-29 14:38 UTC
mdocml: Initial documentation for TBL, which for the time being is
2010-12-29 10:19 UTC
mdocml: Whack removed function from libroff
2010-12-29 1:18 UTC
mdocml: Significant update to options handling, which now departs almost
2010-12-29 1:16 UTC
mdocml: Fix copyright email
2010-12-28 13:47 UTC
mdocml: Adding initial options processing (not hooked into parse yet)
2010-12-28 13:46 UTC
mdocml: Temporarily remove check for r->tbl at end of parse since we
2010-12-28 10:59 UTC
mdocml: Fixed enum rofferr return value in tbl_read() (oops)
2010-12-28 10:55 UTC
mdocml: Initial tbl framework
2010-12-28 10:51 UTC
mdocml: In case an ID attribute is written in pieces, only protect the
2010-12-27 21:41 UTC
mdocml: Note `Sx's connection to `Sh' and `Ss'
2010-12-27 20:39 UTC
mdocml: Whack MDOC_ACTED and MAN_ACTED (these no longer exist)
2010-12-26 14:44 UTC
mdocml: pod2man re-writes this and that using `tr', which we don't
2010-12-26 14:38 UTC
mdocml: As pointed out by schwarze@, %T/%J renders with a normal
2010-12-25 23:27 UTC
mdocml: Implement schwarze@'s much more elegant version of my %T/%J fix
2010-12-25 23:25 UTC
mdocml: Specifying both %T and %J in an `Rs' block causes the title to
2010-12-25 13:50 UTC
mdocml: Whack superfluous font-family in mdocml's www style.css
2010-12-24 22:51 UTC
mdocml: Make `Fo' use a B instead of SPAN (left-over)
2010-12-24 22:47 UTC
mdocml: Have Makefile build XHTML files too
2010-12-24 14:20 UTC
mdocml: Apparently the U tag is deprecated, so use a SPAN instead
2010-12-24 14:14 UTC
mdocml: As per schwarze@'s suggestions, roll back the refcount structure
2010-12-24 14:00 UTC
mdocml: Drastically fix -T[x]html's handling of font-escape mode changes
2010-12-24 0:46 UTC
mdocml: Ensure -Thtml has DIV as child of BLOCKQUOTE
2010-12-23 0:45 UTC
mdocml: Added last version notes and bumped version number and date
2010-12-23 0:30 UTC
mdocml: minor tweaks: 1
2010-12-22 23:53 UTC
mdocml: At the beginning of .Bl, .Sm is allowed, and .Lp should cause a
2010-12-22 22:05 UTC
mdocml: Build xhtml files for www site exemplaria
2010-12-22 11:58 UTC
mdocml: Revert IGNPAR to a warning after clue-stick applied by
2010-12-22 11:38 UTC
mdocml: Implement reference-counted version of original union mdoc_data
2010-12-22 11:15 UTC
mdocml: Throw out negative margin garbage in -man -T[x]html in favour of
2010-12-22 9:51 UTC
mdocml: Sync to OpenBSD: 1) Now that growing buffers in main.c is safe,
2010-12-21 1:46 UTC
mdocml: Sane behaviour for the growing of very small buffers: Always
2010-12-21 1:22 UTC
mdocml: Clarify style inclusions and update release information
2010-12-20 13:57 UTC
mdocml: Fix list-type being clobbered by margins
2010-12-20 13:39 UTC
mdocml: More use default tags, this time I and U
2010-12-20 13:07 UTC
mdocml: Give header and footer table cells default widths (using WIDTH
2010-12-20 10:40 UTC
mdocml: Migrate schwarze@'s `Bk' argument patch to -T[x]html
2010-12-19 12:14 UTC
mdocml: Handle .Bk the same way as groff 1.20.1: .Bk without arguments
2010-12-19 12:11 UTC
mdocml: Sync to the installed version in OpenBSD, excluding .ft
2010-12-18 19:32 UTC
mdocml: Sync to OpenBSD: More precise description of .Xo, and don't talk
2010-12-18 19:12 UTC
mdocml: Tweak default styles
2010-12-17 13:03 UTC
mdocml: Don't use EM for default widths; use BU instead
2010-12-17 12:57 UTC
mdocml: Merged example.style.css into style.css
2010-12-17 11:42 UTC
mdocml: Correctly labelled command-line as `Dl'
2010-12-17 11:41 UTC
mdocml: Prevent double-printing of `D1' or `Dl' DIV
2010-12-17 11:19 UTC
mdocml: Correctly mark the examples as `Dl', not `D1'
2010-12-17 11:18 UTC
mdocml: Add a "list" top-level tag, too
2010-12-17 11:01 UTC
mdocml: Remove useless DIVs in favour of BRs
2010-12-17 10:43 UTC
mdocml: Make literal `Bd' use a PRE in -Thtml
2010-12-17 10:37 UTC
mdocml: Banished -man -Thtml header and footer to example.style.css as
2010-12-17 8:26 UTC
mdocml: Have synopsis_pre() in -Thtml emit P or BR, not DIVs
2010-12-17 8:17 UTC
mdocml: Make SYNOPSIS `Nm' use a TABLE in -T[x]html mode
2010-12-17 1:02 UTC
mdocml: Significantly clean up Sh, Ss, SH, and SS handling in -Thtml
2010-12-17 0:18 UTC
mdocml: Some default styles for lists
2010-12-16 23:23 UTC
mdocml: Note that we use CSS1, not CSS2
2010-12-16 23:07 UTC
mdocml: Get widths to be propertly represented in -T[x]html
2010-12-16 22:57 UTC
mdocml: Migrate `An' to use a pointer in its data, like everybody else
2010-12-16 17:14 UTC
mdocml: Remove stray note on `i', which we no longer support
2010-12-16 11:23 UTC
mdocml: Note that `Sh' and `Ss' are now rigorously checked for paragraph
2010-12-16 1:00 UTC
mdocml: Back out last: apparently `Bl', `It', and `Pp' need a little bit
2010-12-16 0:57 UTC
mdocml: Allow `It' to have a trailing paragraph if the surrounding list
2010-12-16 0:53 UTC
mdocml: First, make `Pp' (next to `Sm') be allowed as the first element
2010-12-16 0:25 UTC
mdocml: Remove `Pp' and `Lp' checks in front-ends to make sure we're not
2010-12-15 23:44 UTC
mdocml: Add a "last child" member of struct mdoc_node
2010-12-15 23:39 UTC
mdocml: Add some more bits to CSS example
2010-12-15 17:21 UTC
mdocml: Use a single P tag for paragraph breaks (which can be configured
2010-12-15 17:19 UTC
mdocml: Make sure that new list types don't emit whitespace before or
2010-12-15 16:35 UTC
mdocml: Clarifying styles
2010-12-15 16:22 UTC
mdocml: Clarify purpose of "lit"
2010-12-15 16:08 UTC
mdocml: Remove stupid outer DIV tag in favour of regular BODY and HTML
2010-12-15 15:59 UTC
mdocml: Added list-type style tips
2010-12-15 15:32 UTC
mdocml: In-progress move from -T[x]html using DIVs for its lists to
2010-12-15 14:52 UTC
mdocml: Make SYNOPSIS sections and code having .nr nS enabled behave as
2010-12-11 14:40 UTC
mdocml: Abort endless loops during roff macro and string expansion
2010-12-10 20:58 UTC
mdocml: done: .de; todo: """"; loops in macro and string expansion
2010-12-09 23:44 UTC
mdocml: Allow quote macros (`Op', `Aq', `Bq', `Dq', `Pq', `Ql', `Qq',
2010-12-09 10:32 UTC
mdocml: Remove `i' and `r' macro handlers
2010-12-08 10:58 UTC
mdocml: Tag an internal release, 1.10.7, that marks being in sync with
2010-12-06 17:07 UTC
mdocml: Bring schwarze@'s mandoc.h and main.c errors and warnings
2010-12-06 16:55 UTC
mdocml: Import changes by schwarze@ and Jason McIntyre into manuals
2010-12-06 16:37 UTC
mdocml: Typo: man_in_pre -> man_ign_pre for `ft'
2010-12-06 15:31 UTC
mdocml: Add support for `ft' macro found in groff(7)
2010-12-06 15:31 UTC
mdocml: Small merges from schwarze@'s man_html.c edits
2010-12-06 14:12 UTC
mdocml: Let some man_term.c cleanups bleed into man_html.c
2010-12-06 14:07 UTC
mdocml: My favourite: removing lots of code in favour of smaller,
2010-12-06 14:04 UTC
mdocml: Make return(man_nmsg(...)) by a simple declaration
2010-12-06 13:56 UTC
mdocml: Header for `PP', `P', and `LP' should never be printed
2010-12-06 13:53 UTC
mdocml: Allow HP/IP/etc
2010-12-06 13:50 UTC
mdocml: Allow multiple ELINE macros without raising a fatal error
2010-12-06 13:49 UTC
mdocml: Track down a bug of empty `de XX' macros causing uncertain
2010-12-06 13:25 UTC
mdocml: Merge schwarze@'s relaxation of scope-breaking rules: allow
2010-12-06 11:01 UTC
mdocml: Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in
2010-12-05 16:14 UTC
mdocml: Remove repeat notification of -width omission
2010-12-05 15:59 UTC
mdocml: Remove long-standing FIXME regarding the consolidation of
2010-12-05 15:55 UTC
mdocml: Merge schwarze@'s patch to allow uname() to fail without causing
2010-12-05 15:49 UTC
mdocml: Merge schwarze@'s changes allowing nested displays
2010-12-05 15:37 UTC
mdocml: Track the parser status both per file (file_status), such that
2010-12-02 20:41 UTC
mdocml: Merge schwarze@'s changes to allow for user-defined strings
2010-12-02 10:53 UTC
mdocml: Fix enum/int mixing
2010-12-01 17:00 UTC
mdocml: Merge OpenBSD's `so' handling (plus some documentation)
2010-12-01 16:54 UTC
mdocml: Make sure that the manual section defaults to `1' if it's unset
2010-12-01 16:38 UTC
mdocml: Fix a subtle error in the new main.c where the parse type
2010-12-01 16:28 UTC
mdocml: Merge restructuring of main.c code
2010-12-01 15:09 UTC
mdocml: Fixed a goddamn subtle error causing MDOC_LITERAL to remain set
2010-12-01 14:36 UTC (2+ messages)
mdocml: Re-ordering of roff requests as per OpenBSD
2010-12-01 10:31 UTC
mdocml: Low-hanging fruit: add OpenBSD's `ad', `hy', `ne', and `nh'
2010-12-01 10:21 UTC
mdocml: Restore the Id tag that i clobbered in my previous commit, as
2010-11-30 21:44 UTC
mdocml: Merge OpenBSD mdoc.7 rev
2010-11-30 20:51 UTC (2+ messages)
mdocml: Kill man_action.c
2010-11-30 15:36 UTC
mdocml: Move all man_action.c routines into man_validate.c
2010-11-30 15:24 UTC
mdocml: Simplify the many if ( ! mdoc_nmsg()) return(0) etc
2010-11-30 14:27 UTC
mdocml: mdoc_action.c is no more
2010-11-30 13:04 UTC
mdocml: Moved all prologue actions from mdoc_action.c into
2010-11-30 12:59 UTC
mdocml: Move post_bl() and subfunctions from mdoc_action.c into
2010-11-30 12:35 UTC
mdocml: Move -column list validation and normal-formisation from
2010-11-30 10:32 UTC
mdocml: Migrate `Nm' and `Pa' handling from mdoc_action.c into
2010-11-29 16:06 UTC
mdocml: Remove left-over rsord[] in mdoc_actions.c
2010-11-29 15:45 UTC
mdocml: Move `Lb' handling from mdoc_action.c into mdoc_validate.c
2010-11-29 14:56 UTC
mdocml: Move `At' handling from mdoc_action.c into mdoc_validate.c
2010-11-29 14:50 UTC
mdocml: Move `Sh' validation from mdoc_action.c
2010-11-29 13:51 UTC
mdocml: Clarifying role of pre_pp (now pre_par), which was confusing me
2010-11-29 13:12 UTC
mdocml: Note that `Rv' and `Ex' have different values if a manual name
2010-11-29 13:04 UTC
mdocml: Move `Mt', `Ar', and `Li' handling from mdoc_action.c into
2010-11-29 13:02 UTC
mdocml: Migrate action for `Rs' into mdoc_validate.c
2010-11-29 12:22 UTC
mdocml: new: parametric .de, and header lines of excessive length
2010-11-03 12:07 UTC
mdocml: a bunch of small issues collected during p2k10
2010-10-29 13:05 UTC
mdocml: Referring to terms explained in other manuals, always use .Xr
2010-10-29 10:38 UTC
mdocml: Remove a left-over ".Xr groff 1"; patch from jmc@
2010-10-29 0:05 UTC
mdocml: When mentioning a function documented elsewhere, .Xr is often
2010-10-24 14:49 UTC
mdocml: let .Bsx print just "BSD/OS" like in modern groff from Ulrich
2010-10-23 23:31 UTC
mdocml: new: escape sequence handling done: nested displays
2010-10-23 22:40 UTC
mdocml: two new TODOs based on submissions by Ulrich Spoerlein
2010-10-19 21:40 UTC
mdocml: dream about .de support, and remove irrelevant stuff regarding
2010-10-17 21:10 UTC
mdocml: Use proper error for `An' multiple arguments
2010-10-11 15:46 UTC
mdocml: Quiesce Linux header-inclusion warnings
2010-10-11 15:45 UTC
mdocml: Initial commit of cleaned-up validation code for -mdoc
2010-10-11 13:24 UTC
mdocml: `Sm' no longer produces a linebreak when used in `Bd'
2010-10-10 9:59 UTC
mdocml: Cleaned up library manuals: removed old escapes, added EXAMPLES,
2010-10-10 9:47 UTC
mdocml: Revert merging of {mdoc,man}.h -> mandoc.h
2010-10-04 7:01 UTC
mdocml: style cleanup, no functional change: * make the initial
2010-10-02 15:15 UTC
mdocml: Unify mdoc and man enums and structs into mandoc.h
2010-10-02 10:14 UTC
mdocml: * need a space before .No even if it starts with a closing
2010-10-01 21:51 UTC
mdocml: Fix small regression where `Op' had an extra space between the
2010-10-01 12:09 UTC
mdocml: Merge from OpenBSD right after 1.10.6; now back to full sync
2010-09-27 23:03 UTC
mdocml: Added TODO for more `Pp' warnings
2010-09-27 22:42 UTC
mdocml: A minor issue with \& between .Pp found while merging 1.10.6
2010-09-27 21:33 UTC
mdocml: Prepping for version
2010-09-27 12:34 UTC
mdocml: Consider both `Lp' and `Pp' when stripping prior paragraph
2010-09-27 11:25 UTC
mdocml: Suppress whitespace following Pp, Lp, sp, and the other
2010-09-27 11:21 UTC
mdocml: Remove finished TODO
2010-09-27 10:47 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).