| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported | Kristaps Dzonsons | 2011-03-22 | 1 | -2/+2 |
* | Clean-up in mdoc_argv.c args_checkpunct(). | Kristaps Dzonsons | 2011-03-17 | 1 | -27/+21 |
* | Clean-up in mdoc_argv.c: make CPP-defines into an enum, document, make | Kristaps Dzonsons | 2011-03-17 | 1 | -33/+17 |
* | Clean up mdoc_pmsg invocations to make them not check the return value. | Kristaps Dzonsons | 2011-03-17 | 1 | -13/+6 |
* | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows the | Kristaps Dzonsons | 2011-03-17 | 1 | -2/+2 |
* | Make args_checkpunct() use mdoc_isdelim() instead of mdoc_iscdelim(), | Kristaps Dzonsons | 2011-03-17 | 1 | -18/+33 |
* | Move check for closing punctuation into its own function. This will | Kristaps Dzonsons | 2011-03-17 | 1 | -24/+41 |
* | Instead of a series of hard-coded strcmps, make argv_a2arg() iterate | Kristaps Dzonsons | 2011-03-16 | 1 | -73/+42 |
* | As per schwarze@'s suggestions, roll back the refcount structure in | Kristaps Dzonsons | 2010-12-24 | 1 | -1/+1 |
* | Implement reference-counted version of original union mdoc_data. This | Kristaps Dzonsons | 2010-12-22 | 1 | -2/+1 |
* | Prevent .Lp from looping endlessly on punctuation. | Ingo Schwarze | 2010-09-13 | 1 | -1/+1 |
* | Prevent `Pp' from looping endlessly on punctuation. Bug reported by | Kristaps Dzonsons | 2010-09-13 | 1 | -1/+1 |
* | Nit-picking assign in decl. | Kristaps Dzonsons | 2010-07-21 | 1 | -1/+3 |
* | Finally make mdoc argv CPP-defines into a proper enum. | Kristaps Dzonsons | 2010-07-21 | 1 | -3/+3 |
* | correct lots of copyright notices; | Ingo Schwarze | 2010-07-13 | 1 | -1/+1 |
* | Make struct_bl and struct_bd into pointers. This removes the need to do | Kristaps Dzonsons | 2010-07-01 | 1 | -1/+2 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | `Bl' is now using a struct instead of a single enum mdoc_list for its | Kristaps Dzonsons | 2010-06-12 | 1 | -1/+1 |
* | Getting args() function ready to handle no-context (*pos can == 0) | Kristaps Dzonsons | 2010-05-31 | 1 | -11/+11 |
* | Remove enum mdocargerr from phrase() (unused). | Kristaps Dzonsons | 2010-05-31 | 1 | -1/+9 |
* | Have mdoc_args() use enum mdoc_list instead of scanning. | Kristaps Dzonsons | 2010-05-30 | 1 | -16/+3 |
* | Enable the unified error/warning enumeration in mandoc.h that's | Kristaps Dzonsons | 2010-05-17 | 1 | -9/+11 |
* | Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum). | Ingo Schwarze | 2010-05-15 | 1 | -2/+3 |
* | More `Bl -column' dancing: It children also inherit in-phrase flags (noted by... | Kristaps Dzonsons | 2010-05-15 | 1 | -3/+3 |
* | Proper handling of quoted tab-separated column lists. | Kristaps Dzonsons | 2010-05-14 | 1 | -19/+39 |
* | Explicitly account for \*(Ba when checking for delims. Noted by Jason McInty... | Kristaps Dzonsons | 2010-05-09 | 1 | -5/+6 |
* | Introduce ARGS_PEND for `It -column' end-of-line special casing. | Kristaps Dzonsons | 2010-05-09 | 1 | -1/+3 |
* | Lint fixes (type-safety for enums via -cefuh). | Kristaps Dzonsons | 2010-05-08 | 1 | -12/+13 |
* | De-chunking of text removed from parsers. This is a significant change (and ... | Kristaps Dzonsons | 2010-05-07 | 1 | -2/+6 |
* | Initial ARGS_PPHRASE (partial phrase) framework. | Kristaps Dzonsons | 2010-05-07 | 1 | -1/+3 |
* | enum-ised mdoc_argv() return (better return-value safety). | Kristaps Dzonsons | 2010-05-07 | 1 | -1/+1 |
* | margerr -> margserr (getting ready for margverr). | Kristaps Dzonsons | 2010-05-07 | 1 | -4/+4 |
* | Wrangle mdoc_args() and mdoc_zargs() to use enum return type. | Kristaps Dzonsons | 2010-05-07 | 1 | -4/+4 |
* | Merged Ingo Schwarze's patch (plus documentation) for removing extraneous lis... | Kristaps Dzonsons | 2010-04-03 | 1 | -14/+19 |
* | Re-adjusting UGLY tags. | Kristaps Dzonsons | 2010-03-31 | 1 | -1/+0 |
* | Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu... | Kristaps Dzonsons | 2010-03-31 | 1 | -6/+7 |
* | Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an... | Kristaps Dzonsons | 2010-03-29 | 1 | -2/+2 |
* | Big check-in of compatibility layer. This should work on most major architec... | Kristaps Dzonsons | 2010-01-01 | 1 | -0/+4 |
* | libmdoc and libman now using non-recoverable allocations (simpler code). | Kristaps Dzonsons | 2009-10-30 | 1 | -1/+1 |
* | Slow movement of internal allocations to fail completely. | Kristaps Dzonsons | 2009-10-28 | 1 | -32/+13 |
* | Added `%U' to -mdoc (doesn't render in a nice way yet). | Kristaps Dzonsons | 2009-10-24 | 1 | -0/+1 |
* | Fixed `-file' argument to `Bd', which is NOT a type, but instead just an argu... | Kristaps Dzonsons | 2009-10-19 | 1 | -1/+1 |
* | Added support for `Bd -centered', which appears in newer groffs (not yet impl... | Kristaps Dzonsons | 2009-10-15 | 1 | -0/+2 |
* | Fix operator overloading (submitted by Ulrich Sporlein, uqs@spoerlein.net). | Kristaps Dzonsons | 2009-10-07 | 1 | -30/+30 |
* | -offset string can now be blank (supplied with 6n as stipulated by mdoc.sampl... | Kristaps Dzonsons | 2009-09-24 | 1 | -2/+6 |
* | Updated manual structure in mdoc.7. | Kristaps Dzonsons | 2009-08-20 | 1 | -1/+1 |
* | Documented ARGS_ handling in args(). | Kristaps Dzonsons | 2009-08-20 | 1 | -0/+15 |
* | Delimiter whitespace is correctly flagged (required some special handling). | Kristaps Dzonsons | 2009-08-20 | 1 | -10/+14 |
* | Removed already-fixed FIXME. | Kristaps Dzonsons | 2009-08-19 | 1 | -2/+0 |
* | More cleanups for TABSEP handling. | Kristaps Dzonsons | 2009-07-20 | 1 | -6/+6 |