2014-11-28 |
Ingo Schwarze | Simplify the code by making various mdoc parser helper... |
blob | commitdiff | raw |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-07-06 |
Ingo Schwarze | Clean up messages related to plain text and to escape... |
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-04-23 |
Ingo Schwarze | Audit malloc(3)/calloc(3)/realloc(3) usage. |
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-30 |
Ingo Schwarze | Implement the roff(7) .ll (line length) request. |
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 |
2013-12-25 |
Ingo Schwarze | s/[Nn]ull/NUL/ in comments where appropriate; |
blob | commitdiff | raw | diff to current |
2013-12-22 |
Ingo Schwarze | Fix end-of-sentence spacing after the DragonFly text... |
blob | commitdiff | raw | diff to current |
2013-12-15 |
Ingo Schwarze | In quoted macro arguments, double quotes can be quoted... |
blob | commitdiff | raw | diff to current |
2012-11-18 |
Ingo Schwarze | Fix four small whitespace issues related to trailing... |
blob | commitdiff | raw | diff to current |
2012-11-17 |
Ingo Schwarze | Cleanup naming of local variables to make the code... |
blob | commitdiff | raw | diff to current |
2012-11-16 |
Ingo Schwarze | Two more macros (.Ap and .In) do trailing delimiter... |
blob | commitdiff | raw | diff to current |
2012-04-15 |
Ingo Schwarze | The -width and -offset macro arguments consume the... |
blob | commitdiff | raw | diff to current |
2012-03-23 |
Kristaps Dzonsons | Make the `-width' field to `Bl' not puke if it doesn... |
blob | commitdiff | raw | diff to current |
2011-09-18 |
Ingo Schwarze | forgotten Copyright bumps; no code change |
blob | commitdiff | raw | diff to current |
2011-06-18 |
Kristaps Dzonsons | Add back in a check that the leading `-' exists for... |
blob | commitdiff | raw | diff to current |
2011-06-18 |
Kristaps Dzonsons | Clean-up: remove a function only called once. |
blob | commitdiff | raw | diff to current |
2011-06-18 |
Kristaps Dzonsons | Fix an assertion failure raised by the following intere... |
blob | commitdiff | raw | diff to current |
2011-05-12 |
Kristaps Dzonsons | Lint fixes: remove unused function variables and pass... |
blob | commitdiff | raw | diff to current |
2011-04-19 |
Kristaps Dzonsons | Clean up parsing of delimiters in -mdoc. First, remove... |
blob | commitdiff | raw | diff to current |
2011-04-17 |
Kristaps Dzonsons | Use mandoc_getarg() for the regular case of processing... |
blob | commitdiff | raw | diff to current |
2011-04-07 |
Joerg Sonnenberger | Don't shadow global identifiers. |
blob | commitdiff | raw | diff to current |
2011-03-23 |
Kristaps Dzonsons | As per joerg@'s suggestion, use const arrays when looki... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | libmdoc.h and libman.h were including mdoc.h and man... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | mdoc_argn_free is only used local to mdoc_argv.c, so... |
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-17 |
Kristaps Dzonsons | Clean-up in mdoc_argv.c args_checkpunct(). |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Clean-up in mdoc_argv.c: make CPP-defines into an enum... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Clean up mdoc_pmsg invocations to make them not check... |
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 | Make args_checkpunct() use mdoc_isdelim() instead of... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Move check for closing punctuation into its own functio... |
blob | commitdiff | raw | diff to current |
2011-03-16 |
Kristaps Dzonsons | Instead of a series of hard-coded strcmps, make argv_a2... |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Kristaps Dzonsons | As per schwarze@'s suggestions, roll back the refcount... |
blob | commitdiff | raw | diff to current |
2010-12-22 |
Kristaps Dzonsons | Implement reference-counted version of original union... |
blob | commitdiff | raw | diff to current |
2010-09-13 |
Ingo Schwarze | Prevent .Lp from looping endlessly on punctuation. |
blob | commitdiff | raw | diff to current |
2010-09-13 |
Kristaps Dzonsons | Prevent `Pp' from looping endlessly on punctuation... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Kristaps Dzonsons | Nit-picking assign in decl. |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Kristaps Dzonsons | Finally make mdoc argv CPP-defines into a proper enum. |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Ingo Schwarze | correct lots of copyright notices; |
blob | commitdiff | raw | diff to current |
2010-07-01 |
Kristaps Dzonsons | Make struct_bl and struct_bd into pointers. This remov... |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Kristaps Dzonsons | Churn as I finish email address migration kth.se -... |
blob | commitdiff | raw | diff to current |
2010-06-12 |
Kristaps Dzonsons | `Bl' is now using a struct instead of a single enum... |
blob | commitdiff | raw | diff to current |
2010-05-31 |
Kristaps Dzonsons | Getting args() function ready to handle no-context... |
blob | commitdiff | raw | diff to current |
2010-05-31 |
Kristaps Dzonsons | Remove enum mdocargerr from phrase() (unused). |
blob | commitdiff | raw | diff to current |
2010-05-30 |
Kristaps Dzonsons | Have mdoc_args() use enum mdoc_list instead of scanning. |
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-15 |
Ingo Schwarze | Distinguish OPEN, MIDDLE and CLOSE delimiters (using... |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | More `Bl -column' dancing: It children also inherit... |
blob | commitdiff | raw | diff to current |
2010-05-14 |
Kristaps Dzonsons | Proper handling of quoted tab-separated column lists. |
blob | commitdiff | raw | diff to current |
2010-05-09 |
Kristaps Dzonsons | Explicitly account for \*(Ba when checking for delims... |
blob | commitdiff | raw | diff to current |
2010-05-09 |
Kristaps Dzonsons | Introduce ARGS_PEND for `It -column' end-of-line specia... |
blob | commitdiff | raw | diff to current |
2010-05-08 |
Kristaps Dzonsons | Lint fixes (type-safety for enums via -cefuh). |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Kristaps Dzonsons | De-chunking of text removed from parsers. This is... |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Kristaps Dzonsons | Initial ARGS_PPHRASE (partial phrase) framework. |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Kristaps Dzonsons | enum-ised mdoc_argv() return (better return-value safety). |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Kristaps Dzonsons | margerr -> margserr (getting ready for margverr). |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Kristaps Dzonsons | Wrangle mdoc_args() and mdoc_zargs() to use enum return... |
blob | commitdiff | raw | diff to current |
2010-04-03 |
Kristaps Dzonsons | Merged Ingo Schwarze's patch (plus documentation) for... |
blob | commitdiff | raw | diff to current |
2010-03-31 |
Kristaps Dzonsons | Re-adjusting UGLY tags. |
blob | commitdiff | raw | diff to current |
2010-03-31 |
Kristaps Dzonsons | Macro types enum-ated (enum mdoct) (for easier debuggin... |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Kristaps Dzonsons | Integrate Ingo Schwarze's patch for mdoc_iscdelim(... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Kristaps Dzonsons | Big check-in of compatibility layer. This should work... |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Kristaps Dzonsons | libmdoc and libman now using non-recoverable allocation... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Kristaps Dzonsons | Slow movement of internal allocations to fail completely. |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Kristaps Dzonsons | Added `%U' to -mdoc (doesn't render in a nice way yet). |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Kristaps Dzonsons | Fixed `-file' argument to `Bd', which is NOT a type... |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Kristaps Dzonsons | Added support for `Bd -centered', which appears in... |
blob | commitdiff | raw | diff to current |
2009-10-07 |
Kristaps Dzonsons | Fix operator overloading (submitted by Ulrich Sporlein... |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Kristaps Dzonsons | -offset string can now be blank (supplied with 6n as... |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Kristaps Dzonsons | Updated manual structure in mdoc.7. |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Kristaps Dzonsons | Documented ARGS_ handling in args(). |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Kristaps Dzonsons | Delimiter whitespace is correctly flagged (required... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Kristaps Dzonsons | Removed already-fixed FIXME. |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Kristaps Dzonsons | More cleanups for TABSEP handling. |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Kristaps Dzonsons | Replaced ugly TABSEP handling with simpler routine. |
blob | commitdiff | raw | diff to current |
2009-07-19 |
Kristaps Dzonsons | Fixed and cleaned up "phrase" handling (`Bl -column... |
blob | commitdiff | raw | diff to current |
2009-07-18 |
Kristaps Dzonsons | Made unterminated quoted literals be a warning, like... |
blob | commitdiff | raw | diff to current |
2009-07-18 |
Kristaps Dzonsons | Considerably revamped argument-parsing for correct... |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Kristaps Dzonsons | Lint-check (removed unused variable). |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Kristaps Dzonsons | Removed EARGVPARM (superfluous, overly error-generating). |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Kristaps Dzonsons | Added `br' and `sp' macros (requested by joerg@netbsd... |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Kristaps Dzonsons | args() should return ARGS_ERROR, not 0. |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Kristaps Dzonsons | Removed long-fixed FIXME note. |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Kristaps Dzonsons | Consolidated all err/warnings into mdoc.c via libmdoc.h. |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Kristaps Dzonsons | Consolidated pwarn->perr in mdoc_argv. |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Kristaps Dzonsons | Initial removal of enum mdoc_warn from mdoc warnings... |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Kristaps Dzonsons | Lint fixes. |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Kristaps Dzonsons | `Bl -column' now correctly handles tail entries (Bl... |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Kristaps Dzonsons | Cleaned up .Bf validator. |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Kristaps Dzonsons | Removed MDOC___: moved MDOC_Ap to its index (comments... |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Kristaps Dzonsons | Fixed license email address. |
blob | commitdiff | raw | diff to current |
2009-04-12 |
Kristaps Dzonsons | Using proper license template (const). |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Kristaps Dzonsons | General clean-ups. |
blob | commitdiff | raw | diff to current |
2009-03-27 |
Kristaps Dzonsons | Version. Added forgotten file. |
blob | commitdiff | raw | diff to current |
|