2011-04-07 |
Joerg Sonnenberger | Don't shadow global identifiers. |
blob | commitdiff | raw |
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 |
|