summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Noted areas that need work in libmdoc.Kristaps Dzonsons2009-08-131-1/+3
* Columns with `Bl -column' correctly check for CALLABLE status.Kristaps Dzonsons2009-07-291-3/+5
* Moved CALLABLE check to lookup_raw().Kristaps Dzonsons2009-07-291-7/+5
* main.c using fprintf instead of warnx for parse errors (like cc).Kristaps Dzonsons2009-07-271-3/+3
* Replaced ugly TABSEP handling with simpler routine.Kristaps Dzonsons2009-07-201-2/+1
* Removed EARGVPARM (superfluous, overly error-generating).Kristaps Dzonsons2009-07-171-2/+1
* Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).Kristaps Dzonsons2009-07-171-2/+2
* Added Linux compat (strlcpy).Kristaps Dzonsons2009-07-161-1/+5
* libmdoc now breaks up free-form lines into tokens prior to be passed to the b...Kristaps Dzonsons2009-07-151-34/+96
* Replacement of `Lb' in mdoc_action.c.Kristaps Dzonsons2009-07-121-1/+2
* Tabularised error-code lookup in mdoc.c.Kristaps Dzonsons2009-07-071-175/+61
* Consolidated all err/warnings into mdoc.c via libmdoc.h.Kristaps Dzonsons2009-07-061-127/+188
* Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).Kristaps Dzonsons2009-07-061-14/+9
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-1/+6
* Section orders are more elegantly handled (MDOC_PBODY is a flag).Kristaps Dzonsons2009-06-171-14/+22
* Fixed lint invocation in Makefile.Kristaps Dzonsons2009-06-171-13/+15
* Clean-up: in-source documentation.Kristaps Dzonsons2009-06-161-5/+1
* Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc pa...Kristaps Dzonsons2009-06-161-6/+6
* Modernised comment handling: text following \" is thrown away beforeKristaps Dzonsons2009-06-161-6/+2
* Deprecated mdoc_msg (not being used anywhere).Kristaps Dzonsons2009-06-151-50/+1
* Removed mdoc_nwarn (not being used anywhere).Kristaps Dzonsons2009-06-151-18/+1
* mdoc error/warn macros replaced with real functions for GCC2 support (miod@op...Kristaps Dzonsons2009-06-151-1/+133
* Lint fixes (no effect).Kristaps Dzonsons2009-06-121-3/+5
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-8/+10
* General clean-ups.Kristaps Dzonsons2009-03-311-121/+137
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-11/+6
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-21/+27
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-31/+19
* Added %Q macro.Kristaps Dzonsons2009-03-211-2/+3