2013-05-31 |
Ingo Schwarze | The name "struct tbl" was badly misleading for two... |
blob | commitdiff | raw |
2012-11-19 |
Ingo Schwarze | Do not crash on stray .Ta macros found outside column... |
blob | commitdiff | raw | diff to current |
2012-11-16 |
Ingo Schwarze | Warn about unknown volume or arch in Dt macro arguments; |
blob | commitdiff | raw | diff to current |
2012-07-18 |
Ingo Schwarze | Fix handling of paragraph macros inside lists: |
blob | commitdiff | raw | diff to current |
2012-07-12 |
Ingo Schwarze | The post_nm() validation function crashed when the... |
blob | commitdiff | raw | diff to current |
2012-05-31 |
Ingo Schwarze | Implement the roff \z escape sequence, intended to... |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Ingo Schwarze | Do not handle vertical lines as additional tbl(7) columns, |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Ingo Schwarze | Support -Ios='OpenBSD 5.1' to override uname(3) as... |
blob | commitdiff | raw | diff to current |
2012-02-16 |
Joerg Sonnenberger | Add mparse_readmem, which allows application to run... |
blob | commitdiff | raw | diff to current |
2011-11-08 |
Kristaps Dzonsons | Const-ify some mchars arguments. I think these are... |
blob | commitdiff | raw | diff to current |
2011-11-07 |
Ingo Schwarze | When the HEAD scope of .TP is broken by another block... |
blob | commitdiff | raw | diff to current |
2011-10-06 |
Kristaps Dzonsons | If -Tman is specified and input is -man, echo the prepr... |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Kristaps Dzonsons | Note GNU extensions in eqn.7. Also add `col' and ... |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Kristaps Dzonsons | Add support for tdefine and ndefine. Consolidate some... |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Kristaps Dzonsons | Add `fat' font. This pretty much brings us in line... |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Kristaps Dzonsons | Add matrix support. Also remove "above" notion, as... |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Kristaps Dzonsons | Add support for `gsize' eqn token (introduced in second... |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Kristaps Dzonsons | Give lists their own eqn function. |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Complete eqn.7 parsing. Features all productions from... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Support `size' constructs in eqn.7. Generalise mandoc_... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Full support for eqn positionals (above, over, sup... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Add eqn subexpression fonts. |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Add support for markers. These decorate the last box... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Support nested `{, }' subexpressions in eqn. Document... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Flip eqn into using parsed nodes. I've temporarily... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Finish the eqn syntactic parser. This correctly parses... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Kristaps Dzonsons | Forgot to add these bits to the last commit. |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Kristaps Dzonsons | Provide implementations of `define', `set', and `unset'. |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Kristaps Dzonsons | Warn if equation `define' key is quoted (groff-ism). |
blob | commitdiff | raw | diff to current |
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 |
next |