aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-9/+9
* Tiny optimisation in mandoc_isdelim() check.Kristaps Dzonsons2011-03-171-3/+3
* Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows theKristaps Dzonsons2011-03-171-6/+52
* Make lint shut up a little bit.Kristaps Dzonsons2011-03-151-2/+2
* my $buf = "string"; return $string; is cool in Perl, but not in C;Ingo Schwarze2011-03-151-17/+23
* Clean up date handling,Ingo Schwarze2011-03-071-28/+47
* Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macroIngo Schwarze2011-01-031-3/+81
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-5/+5
* Remove overstrike `\o'. This isn't the best solution because we reallyKristaps Dzonsons2010-08-291-3/+3
* Handle nested, recursive mathematical subexpressions. This isKristaps Dzonsons2010-08-241-2/+25
* Strip out `\k' escape.Kristaps Dzonsons2010-08-241-2/+2
* Stripping out of `\w' groff escape. Yet another for pod2man...Kristaps Dzonsons2010-08-241-3/+7
* Strip out the `\z' escape. This is the first recursive sequence,Kristaps Dzonsons2010-08-241-1/+8
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-5/+5
* Add \v and \h to ignored escapes. These are in the category of \s.Kristaps Dzonsons2010-08-161-10/+12
* Ensure that isalnum is called with unsigned char argument.Joerg Sonnenberger2010-07-251-2/+2
* Accept "\s0" (i.e., properly ignore it). Found in the wild (e.g., gfdl.7).Kristaps Dzonsons2010-07-221-1/+4
* Accomodate for groff's crappy behaviour wherein an unrecognisedKristaps Dzonsons2010-07-211-2/+2
* Throw out a2roffdeco() in out.c for a readable version. The prior oneKristaps Dzonsons2010-07-181-3/+62
* Text ending in a full stop, exclamation mark or question markIngo Schwarze2010-07-181-10/+13
* Clean up mandoc_special() (in order later to catch \m). It also flagsKristaps Dzonsons2010-07-181-151/+63
* Resurrect mandoc.c after bogus removal (was: libmandoc.c).Kristaps Dzonsons2010-07-061-0/+396
* Renamed mandoc.c to libmandoc.c. This is in the efforts of getting aKristaps Dzonsons2010-07-051-396/+0
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Squash bug noted by Ulrich Spoerlein where "-" were being converted toKristaps Dzonsons2010-06-091-30/+54
* Fixed condition of `\}' closing a conditional at the start of the line.Kristaps Dzonsons2010-06-011-1/+3
* Modified version of Ingo Schwarze's patch for hyphen-breaking.Kristaps Dzonsons2010-05-251-1/+29
* Documented EOS buffered spaces and added `]'.Kristaps Dzonsons2010-05-151-1/+3
* More EOS: append_delims() fitted with EOS detection, so ANY macro with append...Kristaps Dzonsons2010-05-151-13/+27
* Block-implicit macros now up-propogate end-of-sentence spacing. NOTE: GROFF ...Kristaps Dzonsons2010-05-141-2/+3
* Put the eos-checker into libmandoc.h.Kristaps Dzonsons2010-05-121-1/+24
* Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style font...Kristaps Dzonsons2010-04-071-5/+5
* Removed references to `\\' escape (noted by Jason McIntyre, Ingo Schwarze).Kristaps Dzonsons2010-01-051-3/+1
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-3/+3
* Documented that `\s' and `\f' don't work in HTML mode (and why).Kristaps Dzonsons2009-11-051-3/+80
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-021-1/+63
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-5/+5
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-14/+1
* Slow movement of internal allocations to fail completely.Kristaps Dzonsons2009-10-281-1/+74
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-1/+3
* Fix for u_char, FreeBSD 7.2 (uqs@spoerlein.net).Kristaps Dzonsons2009-07-121-1/+3
* Moved escape validation into libmandoc.h/mandoc.c (common between libman/libm...Kristaps Dzonsons2009-07-041-0/+101