2011-07-17 |
Kristaps Dzonsons | Warn if equation `define' key is quoted (groff-ism). |
blob | commitdiff | raw |
2011-07-15 |
Kristaps Dzonsons | Expose mandoc_strdup() to the outside world. |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Kristaps Dzonsons | Remove all references to ESCAPE_PREDEF, which is now... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Flip on unicode output (via \[uNNNN]) in -T[x]html... |
blob | commitdiff | raw | diff to current |
2011-05-15 |
Kristaps Dzonsons | Support groff's escape for Unicode input. See |
blob | commitdiff | raw | diff to current |
2011-04-30 |
Kristaps Dzonsons | Make mchars_num2char() return a char like it says. |
blob | commitdiff | raw | diff to current |
2011-04-30 |
Kristaps Dzonsons | Rename mchars_init() -> mchars_alloc() for consistency. |
blob | commitdiff | raw | diff to current |
2011-04-30 |
Kristaps Dzonsons | Remove enum mcharst, which hasn't been used in quite... |
blob | commitdiff | raw | diff to current |
2011-04-29 |
Kristaps Dzonsons | Move "chars" interface out of out.h and into mandoc... |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Kristaps Dzonsons | Remove a2roffdeco() and mandoc_special() functions... |
blob | commitdiff | raw | diff to current |
2011-03-28 |
Kristaps Dzonsons | Put mandocerrs and mandoclevels arrays into libmandoc... |
blob | commitdiff | raw | diff to current |
2011-03-23 |
Kristaps Dzonsons | Make (e.g.) `SM' before `B' be only a warning. In... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Move mandoc_isdelim() back into libmdoc.h. This fixes... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Add a FATAL error for when no manual type was assigned... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Step 1 of restructuring: libmandoc.h. Move all compile... |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Kristaps Dzonsons | Let read.c worry about the currently-open file instead... |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Kristaps Dzonsons | Consolidate messages. Have all parse-time messages... |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Kristaps Dzonsons | Split the document parsing sequence out of main.c and... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | mandocmsg finally has no return value. |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Move mandoc_{realloc,malloc,calloc} out of libmandoc... |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Ingo Schwarze | Clean up date handling, |
blob | commitdiff | raw | diff to current |
2011-02-09 |
Kristaps Dzonsons | Allow EQN data to be pushed down into libmdoc via mdoc_... |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Kristaps Dzonsons | Let the line-number of a tbl_span be remembered. |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Kristaps Dzonsons | Add initial EQN support to mandoc. This parses, then... |
blob | commitdiff | raw | diff to current |
2011-02-02 |
Kristaps Dzonsons | If `Ns' is specified on its own line, it should be... |
blob | commitdiff | raw | diff to current |
2011-01-12 |
Kristaps Dzonsons | Make out-of-context `fi' invocations not cause an error... |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Ingo Schwarze | Refactoring in preparation for .rm support: |
blob | commitdiff | raw | diff to current |
2011-01-10 |
Kristaps Dzonsons | Clarify what members may be NULL or not in calculating... |
blob | commitdiff | raw | diff to current |
2011-01-10 |
Kristaps Dzonsons | First, make extra data cells be thrown away. This... |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Kristaps Dzonsons | Remove delims from struct tbl (not used anywhere and... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Support `T{' and `T}' data blocks. When a standalone... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Fix to make horizontal spanners in the layout be proper... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Ingo Schwarze | Partial cleanup of argument count validation in mdoc(7): |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Kristaps Dzonsons | Make width calculations occur within tbl_term.c, not... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Kristaps Dzonsons | Add some final bits necessary in the upcoming -Tascii... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Kristaps Dzonsons | Churn to get parts of 'struct tbl' visible from mandoc... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Add a warning if a data cell has no layout. Also make... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Plug in the "head" concept for tables. A tbl_head... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Make some bit-flags into enums as they should be. ... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Add documentation bits for libroff's new roff_span(). |
blob | commitdiff | raw | diff to current |
2010-12-31 |
Kristaps Dzonsons | Expose the parsed table API to the world and add access... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
Kristaps Dzonsons | Merge, with considerable changes, tbl.bsd.lv's layout... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
Kristaps Dzonsons | Significant update to options handling, which now depar... |
blob | commitdiff | raw | diff to current |
2010-12-22 |
Kristaps Dzonsons | Revert IGNPAR to a warning after clue-stick applied... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Kristaps Dzonsons | Add a "last child" member of struct mdoc_node. |
blob | commitdiff | raw | diff to current |
2010-12-10 |
Ingo Schwarze | Abort endless loops during roff macro and string expansion. |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Kristaps Dzonsons | Bring schwarze@'s mandoc.h and main.c errors and warnin... |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Kristaps Dzonsons | Add support for `ft' macro found in groff(7). Based... |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Kristaps Dzonsons | Merge schwarze@'s relaxation of scope-breaking rules... |
blob | commitdiff | raw | diff to current |
2010-12-05 |
Kristaps Dzonsons | Remove long-standing FIXME regarding the consolidation... |
blob | commitdiff | raw | diff to current |
2010-12-05 |
Kristaps Dzonsons | Merge schwarze@'s patch to allow uname() to fail withou... |
blob | commitdiff | raw | diff to current |
2010-12-05 |
Kristaps Dzonsons | Merge schwarze@'s changes allowing nested displays... |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Kristaps Dzonsons | Merge OpenBSD's `so' handling (plus some documentation... |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Kristaps Dzonsons | Re-ordering of roff requests as per OpenBSD. |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Kristaps Dzonsons | Remove left-over rsord[] in mdoc_actions.c. |
blob | commitdiff | raw | diff to current |
2010-10-11 |
Kristaps Dzonsons | Use proper error for `An' multiple arguments. |
blob | commitdiff | raw | diff to current |
2010-10-04 |
Kristaps Dzonsons | Revert merging of {mdoc,man}.h -> mandoc.h. |
blob | commitdiff | raw | diff to current |
2010-10-02 |
Kristaps Dzonsons | Unify mdoc and man enums and structs into mandoc.h... |
blob | commitdiff | raw | diff to current |
2010-09-27 |
Kristaps Dzonsons | Ignore double-`Pp' and `Pp' before `Bd' and `Bl' (unles... |
blob | commitdiff | raw | diff to current |
2010-09-26 |
Ingo Schwarze | If an explicit scope is still open at the end of an... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Ingo Schwarze | Implement a simple, consistent user interface for error... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Kristaps Dzonsons | Strip non-graphable input characters from input. The... |
blob | commitdiff | raw | diff to current |
2010-07-05 |
Kristaps Dzonsons | Move register information into mandoc.h, which is where... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Kristaps Dzonsons | Stash `Bf' parameters into struct mdoc_bf. |
blob | commitdiff | raw | diff to current |
2010-07-01 |
Ingo Schwarze | Improve .Nm indentation in the SYNOPSIS; |
blob | commitdiff | raw | diff to current |
2010-06-30 |
Ingo Schwarze | improve error reporting: |
blob | commitdiff | raw | diff to current |
2010-06-12 |
Kristaps Dzonsons | Removed stipulation that an empty `Bd -offset' will... |
blob | commitdiff | raw | diff to current |
2010-06-12 |
Kristaps Dzonsons | Added enum mdoc_disp (similar to enum mdoc_list). ... |
blob | commitdiff | raw | diff to current |
2010-06-03 |
Kristaps Dzonsons | Consolidated list processing to a single loop in mdoc_v... |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Kristaps Dzonsons | Spelling patches provided by Ulrich Spoerlein. |
blob | commitdiff | raw | diff to current |
2010-05-31 |
Kristaps Dzonsons | Cleanup post_bl_head() to use enum mdoc_list (avoid... |
blob | commitdiff | raw | diff to current |
2010-05-25 |
Kristaps Dzonsons | Modified version of Ingo Schwarze's patch for hyphen... |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Ingo Schwarze | fix an obvious oversight introduced in rev. 1.5: |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Kristaps Dzonsons | Enable the unified error/warning enumeration in mandoc... |
blob | commitdiff | raw | diff to current |
2010-05-16 |
Kristaps Dzonsons | `ig' support in all its glory. Try |
blob | commitdiff | raw | diff to current |
2010-05-16 |
Kristaps Dzonsons | Regression tests in place for `.if' in libroff. |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | The `ig' now supports `ig end-macro'. |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | Add mandoc.h, which will eventually replace compilers... |
blob | commitdiff | raw | diff to current |
|