| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove all references to ESCAPE_PREDEF, which is now not exposed passed | Kristaps Dzonsons | 2011-05-24 | 1 | -4/+0 |
* | Support groff's escape for Unicode input. See | Kristaps Dzonsons | 2011-05-15 | 1 | -0/+8 |
* | Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make buffer | Kristaps Dzonsons | 2011-05-14 | 1 | -1/+1 |
* | Move roff.c's strtol into libmandoc.h for use by other parts of the code | Kristaps Dzonsons | 2011-05-14 | 1 | -0/+34 |
* | No code change: fixing spelling errors. From a patch by uqs@. Thanks! | Kristaps Dzonsons | 2011-04-30 | 1 | -1/+1 |
* | Clean up parsing of delimiters in -mdoc. First, remove the "dowarn" | Kristaps Dzonsons | 2011-04-19 | 1 | -13/+3 |
* | Get mdoc_argv.c ready to use [some of] mandoc_getarg() by giving said | Kristaps Dzonsons | 2011-04-17 | 1 | -5/+6 |
* | Lint catching some potential issues. | Kristaps Dzonsons | 2011-04-09 | 1 | -3/+3 |
* | Remove a2roffdeco() and mandoc_special() functions and replace them with | Kristaps Dzonsons | 2011-04-09 | 1 | -140/+304 |
* | Have libman and libmdoc use mandoc_getcontrol() to determine whether a | Kristaps Dzonsons | 2011-03-28 | 1 | -0/+25 |
* | Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported | Kristaps Dzonsons | 2011-03-22 | 1 | -50/+0 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -8/+8 |
* | Tiny optimisation in mandoc_isdelim() check. | Kristaps Dzonsons | 2011-03-17 | 1 | -2/+2 |
* | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows the | Kristaps Dzonsons | 2011-03-17 | 1 | -5/+51 |
* | Make lint shut up a little bit. | Kristaps Dzonsons | 2011-03-15 | 1 | -1/+1 |
* | my $buf = "string"; return $string; is cool in Perl, but not in C; | Ingo Schwarze | 2011-03-15 | 1 | -16/+22 |
* | Clean up date handling, | Ingo Schwarze | 2011-03-07 | 1 | -27/+46 |
* | Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macro | Ingo Schwarze | 2011-01-03 | 1 | -2/+80 |
* | Churny commit to quiet lint. No functional changes. | Kristaps Dzonsons | 2010-09-04 | 1 | -4/+4 |
* | Remove overstrike `\o'. This isn't the best solution because we really | Kristaps Dzonsons | 2010-08-29 | 1 | -2/+2 |
* | Handle nested, recursive mathematical subexpressions. This is | Kristaps Dzonsons | 2010-08-24 | 1 | -1/+24 |
* | Strip out `\k' escape. | Kristaps Dzonsons | 2010-08-24 | 1 | -1/+1 |
* | Stripping out of `\w' groff escape. Yet another for pod2man... | Kristaps Dzonsons | 2010-08-24 | 1 | -2/+6 |
* | Strip out the `\z' escape. This is the first recursive sequence, | Kristaps Dzonsons | 2010-08-24 | 1 | -0/+7 |
* | Implement a simple, consistent user interface for error handling. | Ingo Schwarze | 2010-08-20 | 1 | -4/+4 |
* | Add \v and \h to ignored escapes. These are in the category of \s. | Kristaps Dzonsons | 2010-08-16 | 1 | -9/+11 |
* | Ensure that isalnum is called with unsigned char argument. | Joerg Sonnenberger | 2010-07-25 | 1 | -1/+1 |
* | Accept "\s0" (i.e., properly ignore it). Found in the wild (e.g., gfdl.7). | Kristaps Dzonsons | 2010-07-22 | 1 | -0/+3 |
* | Accomodate for groff's crappy behaviour wherein an unrecognised | Kristaps Dzonsons | 2010-07-21 | 1 | -1/+1 |
* | Throw out a2roffdeco() in out.c for a readable version. The prior one | Kristaps Dzonsons | 2010-07-18 | 1 | -2/+61 |
* | Text ending in a full stop, exclamation mark or question mark | Ingo Schwarze | 2010-07-18 | 1 | -9/+12 |
* | Clean up mandoc_special() (in order later to catch \m). It also flags | Kristaps Dzonsons | 2010-07-18 | 1 | -150/+62 |
* | Resurrect mandoc.c after bogus removal (was: libmandoc.c). | Kristaps Dzonsons | 2010-07-06 | 1 | -0/+396 |
* | Renamed mandoc.c to libmandoc.c. This is in the efforts of getting a | Kristaps Dzonsons | 2010-07-05 | 1 | -396/+0 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Squash bug noted by Ulrich Spoerlein where "-" were being converted to | Kristaps Dzonsons | 2010-06-09 | 1 | -29/+53 |
* | Fixed condition of `\}' closing a conditional at the start of the line. | Kristaps Dzonsons | 2010-06-01 | 1 | -0/+2 |
* | Modified version of Ingo Schwarze's patch for hyphen-breaking. | Kristaps Dzonsons | 2010-05-25 | 1 | -0/+28 |
* | Documented EOS buffered spaces and added `]'. | Kristaps Dzonsons | 2010-05-15 | 1 | -0/+2 |
* | More EOS: append_delims() fitted with EOS detection, so ANY macro with append... | Kristaps Dzonsons | 2010-05-15 | 1 | -12/+26 |
* | Block-implicit macros now up-propogate end-of-sentence spacing. NOTE: GROFF ... | Kristaps Dzonsons | 2010-05-14 | 1 | -1/+2 |
* | Put the eos-checker into libmandoc.h. | Kristaps Dzonsons | 2010-05-12 | 1 | -0/+23 |
* | Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style font... | Kristaps Dzonsons | 2010-04-07 | 1 | -4/+4 |
* | Removed references to `\\' escape (noted by Jason McIntyre, Ingo Schwarze). | Kristaps Dzonsons | 2010-01-05 | 1 | -2/+0 |
* | Big check-in of compatibility layer. This should work on most major architec... | Kristaps Dzonsons | 2010-01-01 | 1 | -2/+2 |
* | Documented that `\s' and `\f' don't work in HTML mode (and why). | Kristaps Dzonsons | 2009-11-05 | 1 | -2/+79 |
* | Added mandoc_a2time() for proper date conversion. | Kristaps Dzonsons | 2009-11-02 | 1 | -0/+62 |
* | Using perror() instead of fprintf for failure from library functions. | Kristaps Dzonsons | 2009-10-31 | 1 | -4/+4 |
* | libmdoc and libman now using non-recoverable allocations (simpler code). | Kristaps Dzonsons | 2009-10-30 | 1 | -13/+0 |
* | Slow movement of internal allocations to fail completely. | Kristaps Dzonsons | 2009-10-28 | 1 | -0/+73 |