summaryrefslogtreecommitdiffstatshomepage
path: root/libmdoc.h
Commit message (Expand)AuthorAgeFilesLines
* Migrating mdoc_node_free() and mdoc_node_freelist() to use mdoc_node_delete()...Kristaps Dzonsons2010-04-061-3/+2
* Merged Ingo Schwarze's patch (plus documentation) for removing extraneous lis...Kristaps Dzonsons2010-04-031-1/+2
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...Kristaps Dzonsons2010-03-311-11/+11
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-2/+1
* Added warning about specifying list arguments before type (suggested by Joerg...Kristaps Dzonsons2009-10-151-1/+2
* Added EBADCHILD error (bad child of parent context).Kristaps Dzonsons2009-09-241-1/+2
* Lookup hashes are now static tables, ordered first-level by second character,...Kristaps Dzonsons2009-09-161-5/+3
* Documented ARGS_ handling in args().Kristaps Dzonsons2009-08-201-4/+4
* Delimiter whitespace is correctly flagged (required some special handling).Kristaps Dzonsons2009-08-201-3/+5
* In-line documentation of mdoc_macro file.Kristaps Dzonsons2009-08-191-2/+2
* libmdoc accepts whitespace following control character.VERSION_1_9_0Kristaps Dzonsons2009-08-181-2/+1
* Moved CALLABLE check to lookup_raw().Kristaps Dzonsons2009-07-291-3/+1
* Replaced ugly TABSEP handling with simpler routine.Kristaps Dzonsons2009-07-201-2/+1
* Fixed and cleaned up "phrase" handling (`Bl -column' columns).Kristaps Dzonsons2009-07-191-1/+3
* Removed EARGVPARM (superfluous, overly error-generating).Kristaps Dzonsons2009-07-171-2/+1
* Replacement of `Lb' in mdoc_action.c.Kristaps Dzonsons2009-07-121-1/+3
* Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replacement in mdoc_action.c).Kristaps Dzonsons2009-07-121-1/+2
* Moved mdoc_a2att() into libmdoc (replacement happens in mdoc_action.c).Kristaps Dzonsons2009-07-121-1/+2
* Fixed mdoc_nwarn/mdoc_nerr considering themselves err/warn instead of warn/er...Kristaps Dzonsons2009-07-121-3/+3
* Tabularised error-code lookup in mdoc.c.Kristaps Dzonsons2009-07-071-9/+9
* Consolidated all err/warnings into mdoc.c via libmdoc.h.Kristaps Dzonsons2009-07-061-12/+71
* Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).Kristaps Dzonsons2009-07-061-8/+5
* Section orders are more elegantly handled (MDOC_PBODY is a flag).Kristaps Dzonsons2009-06-171-3/+4
* Deprecated mdoc_msg (not being used anywhere).Kristaps Dzonsons2009-06-151-6/+2
* Removed mdoc_nwarn (not being used anywhere).Kristaps Dzonsons2009-06-151-3/+1
* mdoc error/warn macros replaced with real functions for GCC2 support (miod@op...Kristaps Dzonsons2009-06-151-33/+16
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Made \(ss render as "ss", documented under COMPATIBILITY in mandoc_char.7.Kristaps Dzonsons2009-04-121-5/+1
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-4/+4
* General clean-ups.Kristaps Dzonsons2009-03-311-4/+1
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-2/+2
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-0/+160