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