| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement the first steps of equation parsing from within libmdoc. | Kristaps Dzonsons | 2011-07-25 | 1 | -1/+53 |
* | Finish the eqn syntactic parser. This correctly parses terms and does | Kristaps Dzonsons | 2011-07-21 | 1 | -2/+2 |
* | Make `struct roff' be passed into libmdoc and libman upon creation. | Kristaps Dzonsons | 2011-07-18 | 1 | -4/+4 |
* | Have libman and libmdoc use mandoc_getcontrol() to determine whether a | Kristaps Dzonsons | 2011-03-28 | 1 | -41/+24 |
* | libmdoc.h and libman.h were including mdoc.h and man.h, respectively. | Kristaps Dzonsons | 2011-03-22 | 1 | -0/+1 |
* | Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported | Kristaps Dzonsons | 2011-03-22 | 1 | -0/+44 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -22/+6 |
* | Clean-up in libmdoc: fix last checks for mdoc_*msg return value, then | Kristaps Dzonsons | 2011-03-17 | 1 | -2/+2 |
* | Plug memory leak of normalised-date field. | Kristaps Dzonsons | 2011-03-15 | 1 | -0/+2 |
* | Clean up date handling, | Ingo Schwarze | 2011-03-07 | 1 | -3/+4 |
* | Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). Only | Kristaps Dzonsons | 2011-02-09 | 1 | -0/+24 |
* | Put tbl_alloc function right into the addspan() one, as this is the only | Kristaps Dzonsons | 2011-02-08 | 1 | -20/+9 |
* | Use tbl_span line number for warnings/errors. | Kristaps Dzonsons | 2011-02-06 | 1 | -2/+1 |
* | Let the line-number of a tbl_span be remembered. | Kristaps Dzonsons | 2011-02-06 | 1 | -2/+1 |
* | Clarified the role of MDOC_HALT in libmdoc functions by having accessor | Kristaps Dzonsons | 2011-01-03 | 1 | -9/+8 |
* | Add -man support for tables. Like -mdoc, this consists of an | Kristaps Dzonsons | 2011-01-01 | 1 | -0/+2 |
* | Add table processing structures to -mdoc. This consists of an | Kristaps Dzonsons | 2011-01-01 | 1 | -0/+36 |
* | Clean up {mdoc,man}_pmsg and vmsg invocations (ignore return values). | Kristaps Dzonsons | 2011-01-01 | 1 | -14/+16 |
* | Specifying both %T and %J in an `Rs' block causes the title to be quoted | Kristaps Dzonsons | 2010-12-25 | 1 | -0/+2 |
* | As per schwarze@'s suggestions, roll back the refcount structure in | Kristaps Dzonsons | 2010-12-24 | 1 | -6/+44 |
* | Implement reference-counted version of original union mdoc_data. This | Kristaps Dzonsons | 2010-12-22 | 1 | -22/+6 |
* | Migrate `An' to use a pointer in its data, like everybody else. This is | Kristaps Dzonsons | 2010-12-16 | 1 | -0/+3 |
* | Add a "last child" member of struct mdoc_node. | Kristaps Dzonsons | 2010-12-15 | 1 | -0/+2 |
* | Merge schwarze@'s relaxation of scope-breaking rules: allow implicit | Kristaps Dzonsons | 2010-12-06 | 1 | -3/+1 |
* | Make sure that the manual section defaults to `1' if it's unset. This | Kristaps Dzonsons | 2010-12-01 | 1 | -0/+2 |
* | mdoc_action.c is no more. Attic it and remove it from the Makefile. | Kristaps Dzonsons | 2010-11-30 | 1 | -4/+0 |
* | Merge from OpenBSD right after 1.10.6; now back to full sync. | Ingo Schwarze | 2010-09-27 | 1 | -7/+4 |
* | Allow `.xx\}' where xx is a macro (e.g., `.br\}') to close scope. This is | Kristaps Dzonsons | 2010-08-29 | 1 | -2/+5 |
* | Implement a simple, consistent user interface for error handling. | Ingo Schwarze | 2010-08-20 | 1 | -29/+6 |
* | simplify the code copying the macro name, and sync the | Ingo Schwarze | 2010-08-08 | 1 | -8/+5 |
* | Clean out the isgraph() checks in mdoc.c and man.c. These code paths | Kristaps Dzonsons | 2010-08-07 | 1 | -12/+1 |
* | "Groff allows the initial macro on a line to be delimited by a space of | Kristaps Dzonsons | 2010-08-07 | 1 | -6/+15 |
* | Text ending in a full stop, exclamation mark or question mark | Ingo Schwarze | 2010-07-18 | 1 | -1/+1 |
* | Re-constitution of `ds' symbol processing. First, push the | Kristaps Dzonsons | 2010-07-07 | 1 | -1/+0 |
* | Assert my copyright, making it explicit that i'm granting the same license | Ingo Schwarze | 2010-07-04 | 1 | -1/+2 |
* | Stash `Bf' parameters into struct mdoc_bf. | Kristaps Dzonsons | 2010-07-02 | 1 | -0/+9 |
* | Remove my own dumb FIXME and mark a static function defn as static. | Kristaps Dzonsons | 2010-07-01 | 1 | -3/+2 |
* | Make struct_bl and struct_bd into pointers. This removes the need to do | Kristaps Dzonsons | 2010-07-01 | 1 | -4/+12 |
* | In the mdoc(7) parser, inspect roff registers early such that all parts | Ingo Schwarze | 2010-07-01 | 1 | -14/+18 |
* | Support for badly nested blocks, written around the time of | Ingo Schwarze | 2010-06-29 | 1 | -0/+18 |
* | Allow registers to be unset. Implement and document the `.nr nS val'. | Kristaps Dzonsons | 2010-06-27 | 1 | -0/+9 |
* | Following clue-stick applied by schwarze@, back out const-ness of regset | Kristaps Dzonsons | 2010-06-27 | 1 | -2/+11 |
* | Downstream maintainers: this removes UGLY! I don't want diverging | Kristaps Dzonsons | 2010-06-27 | 1 | -25/+17 |
* | Mechanical diff allowing the const struct regset to propogate through | Kristaps Dzonsons | 2010-06-26 | 1 | -17/+25 |
* | Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a | Kristaps Dzonsons | 2010-06-26 | 1 | -1/+3 |
* | `Bl' is now using a struct instead of a single enum mdoc_list for its | Kristaps Dzonsons | 2010-06-12 | 1 | -4/+4 |
* | Fixed my breaking of Ingo's eoln-whitespace detection code, where a | Kristaps Dzonsons | 2010-05-31 | 1 | -0/+1 |
* | Macro lines now infer an `It' if they immediately follow a `Bl -column' | Kristaps Dzonsons | 2010-05-31 | 1 | -10/+55 |
* | Strengthened constraint for passing into `It'. | Kristaps Dzonsons | 2010-05-31 | 1 | -1/+2 |
* | Add ability to interpret initial free-form lines as part of a `Bl | Kristaps Dzonsons | 2010-05-31 | 1 | -1/+25 |