summaryrefslogtreecommitdiffstats
path: root/mdoc.c
Commit message (Expand)AuthorAgeFilesLines
* Allow roff_parseln() to be re-run.Kristaps Dzonsons2010-05-161-28/+30
* Fix allowing silly '\'' control character.Kristaps Dzonsons2010-05-161-1/+1
* LIBRARY can also occur in section 9.Kristaps Dzonsons2010-05-151-1/+3
* More EOS: append_delims() fitted with EOS detection, so ANY macro with append...Kristaps Dzonsons2010-05-151-0/+2
* Backed out check for `Ex' manual sec (ok schwarze@, joerg@), in turn backing ...Kristaps Dzonsons2010-05-141-1/+0
* Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.Kristaps Dzonsons2010-05-131-4/+10
* Put the eos-checker into libmandoc.h.Kristaps Dzonsons2010-05-121-13/+1
* Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output...Kristaps Dzonsons2010-05-121-1/+27
* Fix asserts on stripping end-of-line whitespace.Kristaps Dzonsons2010-05-081-3/+1
* Strip trailing, unescaped whitespace from free-form, non-literal lines (like ...Kristaps Dzonsons2010-05-081-3/+17
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-9/+11
* De-chunking of text removed from parsers. This is a significant change (and ...Kristaps Dzonsons2010-05-071-65/+28
* Sync'd mdoc.c's function names with man.c.Kristaps Dzonsons2010-04-081-7/+13
* Properly checked in Ingo Schwarze' prologue/body-breaking patch, which I'd mu...Kristaps Dzonsons2010-04-081-12/+10
* Migrating mdoc_node_free() and mdoc_node_freelist() to use mdoc_node_delete()...Kristaps Dzonsons2010-04-061-9/+47
* Commited relaxation of title-less document error-out noted by Christian Weisg...Kristaps Dzonsons2010-04-051-2/+17
* Merging patch by Ingo Schwarze.Kristaps Dzonsons2010-04-031-2/+12
* Re-adjusting UGLY tags.Kristaps Dzonsons2010-03-311-0/+1
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...Kristaps Dzonsons2010-03-311-11/+11
* Check for white-space at the end of free-form text. Lack of check spotted by...Kristaps Dzonsons2010-01-071-0/+15
* Check for white-space at end of stand-alone macro line.Kristaps Dzonsons2010-01-071-6/+14
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-11/+10
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-44/+14
* bzero() -> memset() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-271-1/+1
* -man also prints unknown macro (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-1/+0
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-1/+3
* Added warning about specifying list arguments before type (suggested by Joerg...Kristaps Dzonsons2009-10-151-0/+1
* Added support for `Bd -centered', which appears in newer groffs (not yet impl...Kristaps Dzonsons2009-10-151-1/+1
* Added EBADCHILD error (bad child of parent context).Kristaps Dzonsons2009-09-241-1/+2
* FreeBSD compile fixes (uqs@spoerlein.net).Kristaps Dzonsons2009-09-231-0/+2
* Lookup hashes are now static tables, ordered first-level by second character,...Kristaps Dzonsons2009-09-161-7/+4
* Added check for graphable characters in initial-line parse for libman and lib...Kristaps Dzonsons2009-08-221-0/+6
* Fix to libmdoc passing over delimiters.Kristaps Dzonsons2009-08-201-4/+2
* In-line documentation of mdoc_macro file.Kristaps Dzonsons2009-08-191-5/+20
* Moved MDOC_NEXT_SIBLING into mdoc_word (libmdoc).Kristaps Dzonsons2009-08-191-8/+6
* libmdoc accepts whitespace following control character.VERSION.1.9.0Kristaps Dzonsons2009-08-181-12/+16
* Noted areas that need work in libmdoc.Kristaps Dzonsons2009-08-131-0/+2
* Columns with `Bl -column' correctly check for CALLABLE status.Kristaps Dzonsons2009-07-291-2/+4
* Moved CALLABLE check to lookup_raw().Kristaps Dzonsons2009-07-291-6/+4
* main.c using fprintf instead of warnx for parse errors (like cc).Kristaps Dzonsons2009-07-271-2/+2
* Replaced ugly TABSEP handling with simpler routine.Kristaps Dzonsons2009-07-201-1/+0
* Removed EARGVPARM (superfluous, overly error-generating).Kristaps Dzonsons2009-07-171-1/+0
* Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).Kristaps Dzonsons2009-07-171-1/+1
* Added Linux compat (strlcpy).Kristaps Dzonsons2009-07-161-0/+4
* libmdoc now breaks up free-form lines into tokens prior to be passed to the b...Kristaps Dzonsons2009-07-151-33/+95
* Replacement of `Lb' in mdoc_action.c.Kristaps Dzonsons2009-07-121-0/+1
* Tabularised error-code lookup in mdoc.c.Kristaps Dzonsons2009-07-071-174/+60
* Consolidated all err/warnings into mdoc.c via libmdoc.h.Kristaps Dzonsons2009-07-061-126/+187
* Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).Kristaps Dzonsons2009-07-061-13/+8
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-0/+5