2014-07-04 |
Ingo Schwarze | Clean up messages related to missing arguments. |
blob | commitdiff | raw |
2014-07-03 |
Ingo Schwarze | Fix formatting of empty .Bl -inset item heads. |
blob | commitdiff | raw | diff to current |
2014-07-03 |
Ingo Schwarze | MANDOCERR_NOARGS reported three completely unrelated... |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Improve and test the messages about empty macros, |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Disentangle the MANDOCERR_CHILD message, which reported... |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Clean up warnings related to macros and nesting. |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Improve "skipping paragraph macro" messages, |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Implement the obsolete macros .En .Es .Fr .Ot for backw... |
blob | commitdiff | raw | diff to current |
2014-07-01 |
Ingo Schwarze | Clean up the warnings related to document structure. |
blob | commitdiff | raw | diff to current |
2014-06-30 |
Ingo Schwarze | garbage collect two unused enum mandocerr items |
blob | commitdiff | raw | diff to current |
2014-06-25 |
Ingo Schwarze | Improve messages related to the roff(7) .so request. |
blob | commitdiff | raw | diff to current |
2014-06-20 |
Ingo Schwarze | As suggested by jmc@, only include line and column... |
blob | commitdiff | raw | diff to current |
2014-06-20 |
Ingo Schwarze | Start systematic improvements of error reporting. |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-03-28 |
Ingo Schwarze | Allow leading and trailing vertical lines, |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
blob | commitdiff | raw | diff to current |
2014-03-19 |
Ingo Schwarze | Without the MPARSE_SO option, if the file contains... |
blob | commitdiff | raw | diff to current |
2014-03-19 |
Ingo Schwarze | Generalize the mparse_alloc() and roff_alloc() function... |
blob | commitdiff | raw | diff to current |
2014-01-22 |
Ingo Schwarze | Implement the \: (optional line break) escape sequence, |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Ingo Schwarze | Add an option -Q (quick) to mandocdb(8) |
blob | commitdiff | raw | diff to current |
2014-01-02 |
Ingo Schwarze | Since the functions in read.c are part of the mandoc... |
blob | commitdiff | raw | diff to current |
2013-12-30 |
Ingo Schwarze | Remove duplicate const specifiers from the declaration... |
blob | commitdiff | raw | diff to current |
2013-10-05 |
Ingo Schwarze | Cleanup suggested by gcc-4.8.1, following hints by... |
blob | commitdiff | raw | diff to current |
2013-09-16 |
Ingo Schwarze | One of the WARNING messages has to use the word "sectio... |
blob | commitdiff | raw | diff to current |
2013-08-08 |
Ingo Schwarze | Implement the roff(7) font-escape sequence \f(BI "bold... |
blob | commitdiff | raw | diff to current |
2013-07-13 |
Ingo Schwarze | Rudimentary implementation of the .it request (input... |
blob | commitdiff | raw | diff to current |
2013-05-31 |
Ingo Schwarze | The name "struct tbl" was badly misleading for two... |
blob | commitdiff | raw | diff to current |
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 |
next |