aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.c
Commit message (Expand)AuthorAgeFilesLines
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-26/+18
* Mechanical diff allowing the const struct regset to propogate throughKristaps Dzonsons2010-06-261-18/+26
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-2/+4
* `Bl' is now using a struct instead of a single enum mdoc_list for itsKristaps Dzonsons2010-06-121-5/+5
* Fixed my breaking of Ingo's eoln-whitespace detection code, where aKristaps Dzonsons2010-05-311-1/+2
* Macro lines now infer an `It' if they immediately follow a `Bl -column'Kristaps Dzonsons2010-05-311-11/+56
* Strengthened constraint for passing into `It'.Kristaps Dzonsons2010-05-311-2/+3
* Add ability to interpret initial free-form lines as part of a `BlKristaps Dzonsons2010-05-311-2/+26
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-311-2/+2
* Made `Dt' default to LOCAL and UNKNOWN instead of local and unknown (note case).Kristaps Dzonsons2010-05-301-4/+4
* Fixed `Lb' to be in_line (reported by Ulrich Spoerlein).Kristaps Dzonsons2010-05-261-1/+3
* Modified version of Ingo Schwarze's patch for hyphen-breaking.Kristaps Dzonsons2010-05-251-1/+5
* rewrite the main mdoc text parser, mdoc_ptext(),Ingo Schwarze2010-05-241-39/+52
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-112/+26
* Allow roff_parseln() to be re-run.Kristaps Dzonsons2010-05-161-29/+31
* Fix allowing silly '\'' control character.Kristaps Dzonsons2010-05-161-2/+2
* LIBRARY can also occur in section 9.Kristaps Dzonsons2010-05-151-2/+4
* More EOS: append_delims() fitted with EOS detection, so ANY macro with append...Kristaps Dzonsons2010-05-151-1/+3
* Backed out check for `Ex' manual sec (ok schwarze@, joerg@), in turn backing ...Kristaps Dzonsons2010-05-141-2/+1
* Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.Kristaps Dzonsons2010-05-131-5/+11
* Put the eos-checker into libmandoc.h.Kristaps Dzonsons2010-05-121-14/+2
* Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output...Kristaps Dzonsons2010-05-121-2/+28
* Fix asserts on stripping end-of-line whitespace.Kristaps Dzonsons2010-05-081-4/+2
* Strip trailing, unescaped whitespace from free-form, non-literal lines (like ...Kristaps Dzonsons2010-05-081-4/+18
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-10/+12
* De-chunking of text removed from parsers. This is a significant change (and ...Kristaps Dzonsons2010-05-071-66/+29
* Sync'd mdoc.c's function names with man.c.Kristaps Dzonsons2010-04-081-8/+14
* Properly checked in Ingo Schwarze' prologue/body-breaking patch, which I'd mu...Kristaps Dzonsons2010-04-081-13/+11
* Migrating mdoc_node_free() and mdoc_node_freelist() to use mdoc_node_delete()...Kristaps Dzonsons2010-04-061-10/+48
* Commited relaxation of title-less document error-out noted by Christian Weisg...Kristaps Dzonsons2010-04-051-3/+18
* Merging patch by Ingo Schwarze.Kristaps Dzonsons2010-04-031-3/+13
* Re-adjusting UGLY tags.Kristaps Dzonsons2010-03-311-1/+2
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...Kristaps Dzonsons2010-03-311-12/+12
* Check for white-space at the end of free-form text. Lack of check spotted by...Kristaps Dzonsons2010-01-071-1/+16
* Check for white-space at end of stand-alone macro line.Kristaps Dzonsons2010-01-071-7/+15
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-12/+11
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-45/+15
* bzero() -> memset() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-271-2/+2
* -man also prints unknown macro (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-2/+1
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-2/+4
* Added warning about specifying list arguments before type (suggested by Joerg...Kristaps Dzonsons2009-10-151-1/+2
* Added support for `Bd -centered', which appears in newer groffs (not yet impl...Kristaps Dzonsons2009-10-151-2/+2
* Added EBADCHILD error (bad child of parent context).Kristaps Dzonsons2009-09-241-2/+3
* FreeBSD compile fixes (uqs@spoerlein.net).Kristaps Dzonsons2009-09-231-1/+3
* Lookup hashes are now static tables, ordered first-level by second character,...Kristaps Dzonsons2009-09-161-8/+5
* Added check for graphable characters in initial-line parse for libman and lib...Kristaps Dzonsons2009-08-221-1/+7
* Fix to libmdoc passing over delimiters.Kristaps Dzonsons2009-08-201-5/+3
* In-line documentation of mdoc_macro file.Kristaps Dzonsons2009-08-191-6/+21
* Moved MDOC_NEXT_SIBLING into mdoc_word (libmdoc).Kristaps Dzonsons2009-08-191-9/+7
* libmdoc accepts whitespace following control character.VERSION_1_9_0Kristaps Dzonsons2009-08-181-13/+17